.i_cooper {
  padding: 1.2rem 0;
}

.ic_panel {
  position: relative;
}

.ic_list {
  margin: 0.28rem -0.12rem 0;
  height: auto !important;
  font-size: 0;
}

.ic_list li{
 
}

.ic_list dl {
  width: 16.66%;
  display: inline-block;
}

.ic_list dl dd {
  margin: 0.12rem;
}

.ic_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-left: -1.96rem;
  line-height: 1;
}

.ic_left b {
  font-family: "siyuanBold";
  font-size: 0.6rem;
  color: #ff4d00;
}

.ic_left b em {
  font-size: 0.4rem;
  font-family: "siyuanRegular";
  color: #000;
}

.ic_left u {
  font-size: 0.4rem;
  color: #ff4d00;
  padding-left: 0.14rem;
  font-family: "siyuanBold";
}

.ic_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-right: -2.5rem;
}

.ic_right span,
.ic_right u {
  font-size: 0.4rem;
  font-family: "siyuanRegular";
  color: #000;
}

.ic_right span {
  padding-right: 0.32rem;
}

@media screen and (max-width: 768px) {
  .i_cooper {
    padding: 0.28rem 0 0;
  }


  .ic_list {
    margin: -0.24rem -0.04rem;
  }

  .ic_list li dl {
    width: 33.33%;
  }

  .ic_list li dd {
    margin: 0.02rem 0.04rem;
    font-size: 0;
  }

  .ic_list li dl img {
    width: 100%;
  }

  .ic_left {
    position: static;
    left: 0;
    top: 0;
    transform: translateY(0);
    flex-direction: column;
    margin: 0.3rem 0;
  }

  .ic_left b {
    font-size: 0.32rem;
    line-height: 1;
  }

  .ic_left b em {
    font-size: 0.24rem;
  }

  .ic_left u {
    font-size: 0.28rem;
    padding-left: 0;
  }

  .ic_right {
    position: static;
    top: 0;
    transform: translateY(0);
    flex-direction: column;
    margin: 0.34rem 0;
  }

  .ic_right span,
  .ic_right u {
    font-size: 0.24rem;
  }

  .ic_right span {
    padding-right: 0;
  }
}

.i_capacity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.i_capacity li {
  width: 50%;
}

.i_capacity li dl {
  position: relative;
  height: 4.2rem;
  margin: 0.2rem;
  background-color: #f5f5f6;
  overflow: hidden;
}

.i_capacity li dl::before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  width: 3.4rem;
  height: 3.4rem;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.i_capacity li:nth-child(2n + 1) dl::before {
  right: 1.8rem;
}

.i_capacity li:nth-child(2n) dl::before {
  left: 1.8rem;
}

.i_capacity li:nth-child(1) dl::before {
  background-image: url(../images/index/ic_1.png);
}

.i_capacity li:nth-child(2) dl::before {
  background-image: url(../images/index/ic_2.png);
}

.i_capacity li:nth-child(3) dl::before {
  background-image: url(../images/index/ic_3.png);
}

.i_capacity li:nth-child(4) dl::before {
  background-image: url(../images/index/ic_4.png);
}

.i_capacity li dl dd {
  position: absolute;
  top: 0.8rem;
  max-width: 2.6rem;
}

.i_capacity li dl dd h3 {
  font-size: 0.4rem;
  font-family: siyuanMedium;
  color: #000;
}

.i_capacity li dl dd p {
  font-size: 0.18rem;
  font-family: siyuanRegular;
  color: #424242;
  opacity: 0.6;
}

.i_capacity li:nth-child(2n + 1) dl dd {
  right: 0.64rem;
  text-align: right;
}

.i_capacity li:nth-child(2n) dl dd {
  left: 0.64rem;
}

@media screen and (max-width: 768px) {
  .i_capacity {
    margin: 0;
  }

  .i_capacity li {
    width: 100%;
  }

  .i_capacity li dl {
    height: 2.04rem;
    margin: 0.08rem 0;
  }

  .i_capacity li dl::before {
    bottom: -0.6rem;
    width: 1.84rem;
    height: 1.84rem;
    background-size: contain;
  }

  .i_capacity li:nth-child(2n + 1) dl::before {
    right: 0.24rem;
  }

  .i_capacity li:nth-child(2n) dl::before {
    left: 0.24rem;
  }

  .i_capacity li dl dd {
    top: 0.24rem;
    max-width: 1.84rem;
  }

  .i_capacity li dl dd h3 {
    font-size: 0.24rem;
  }

  .i_capacity li dl dd p {
    font-size: 0.14rem;
  }

  .i_capacity li:nth-child(2n + 1) dl dd {
    left: 0.24rem;
    right: auto;
    text-align: left;
  }

  .i_capacity li:nth-child(2n) dl dd {
    left: auto;
    right: 0.24rem;
    text-align: right;
  }
}

.i_case {
  padding: 1.2rem 0 0.8rem;
}

.icSwiper {
  margin-top: 0.8rem;
}

.icSwiper dl {
  position: relative;
  height: 100%;
}

.icSwiper dt {
  font-size: 0;
}

.icSwiper dt img {
  width: 100%;
}

.icSwiper dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
}

.icSwiper dd h3 {
  font-size: 0.32rem;
  font-family: "siyuanRegular";
  padding: 0.54rem 0.32rem;
}

.icSwiper dd h3 p {
  display: block;
  font-size: 0.32rem;
  font-family: "siyuanRegular";
}

.icSwiper dd .ic_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.36rem 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icSwiper dd .ic_info h4 {
  font-size: 0;
}

.icSwiper dd .ic_info h4 img {
  height: 0.3rem;
}

@media screen and (max-width: 768px) {
  .icSwiper dd .ic_info h4 img {
    height: 0.2rem;
  }
}

.icSwiper dd .ic_info h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.icSwiper dd .ic_info h5 span {
  font-family: "siyuanMedium";
  font-size: 0.24rem;
  padding-bottom: 0.04rem;
}

.icSwiper dd .ic_info h5 em {
  opacity: 0.8;
  font-size: 0.18rem;
  font-family: "siyuanRegular";
}

.icSwiper .swiper-button-next,
.icSwiper .swiper-button-prev {
  top: auto;
  bottom: 1.2rem;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 11;
}

.icSwiper .swiper-button-prev {
  left: 0.3rem;
  background-image: url(../images/common/prev_1.png);
}

.icSwiper .swiper-button-next {
  right: 0.3rem;
  background-image: url(../images/common/next_1.png);
}

.icSwiper .swiper-button-next:after,
.icSwiper .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .i_case {
    padding: 0.24rem 0 0;
  }

  .icSwiper {
    margin-top: 0.24rem;
  }

  .icSwiper dd h3 {
    padding: 0.18rem 0.12rem;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .icSwiper dd h3 p {
    font-size: 0.16rem;
  }

  .icSwiper dd .ic_info {
    padding: 0.1rem 0.12rem;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .icSwiper dd .ic_info h5 span {
    font-size: 0.14rem;
    padding-bottom: 0;
  }

  .icSwiper dd .ic_info h5 em {
    font-size: 0.13rem;
  }

  .icSwiper .swiper-button-next,
  .icSwiper .swiper-button-prev {
    bottom: 0.64rem;
    width: 0.14rem;
    height: 0.14rem;
  }

  .icSwiper .swiper-button-prev {
    left: 0.1rem;
  }

  .icSwiper .swiper-button-next {
    right: 0.1rem;
  }
}

.icp_list {
  margin: 0.4rem -0.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icp_list li {
  width: 33.33%;
}

.icp_list li dl {
  margin: 0.2rem;
}

.icp_list li dl dt {
  font-size: 0;
}

.icp_list li dl dt img {
  display: block;
  height: 2.8rem;
}

.icp_list li dl dd {
  padding: 0.3rem;
  height: 3.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.4s;
  cursor: pointer;
}

.icp_list li dl dd h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.icp_list li dl dd h5 i img {
  height: 0.32rem;
}

.icp_list li dl dd h5 i .icp_default {
  display: block;
}

.icp_list li dl dd h5 i .icp_hover {
  display: none;
}

.icp_list li:hover dl dd h5 i .icp_hover {
  display: block;
}

.icp_list li:hover dl dd h5 i .icp_default {
  display: none;
}

.icp_list li dl dd h5 span {
  color: #000;
  font-family: "siyuanRegular";
  font-size: 0.18rem;
  opacity: 0.4;
}

.icp_list li dl dd h5 span u {
  padding: 0 0.15rem;
}

.icp_list li dl dd h3 {
  padding-top: 0.26rem;
  font-family: "siyuanRegular";
  font-size: 0.32rem;
  color: #000;
}

.icp_list li dl dd h6 {
  padding-top: 0.56rem;
  font-family: "siyuanRegular";
  font-size: 0.18rem;
  color: #ff4d00;
  display: flex;
  align-items: center;
}

.icp_list li dl dd h6 i {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../images/common/entry.png);
  transition: 0.4s;
  margin-left: 0.12rem;
}

.icp_list li:hover dd {
  color: #fff;
  background-color: #ff4d00;
  transition: 0.4s;
}

.icp_list li:hover dl dd h5 span {
  color: #fff;
  opacity: 0.4;
}

.icp_list li:hover dd h3 {
  color: #fff;
  transition: 0.4s;
}

.icp_list li:hover dl dd h6 {
  color: #fff;
  transition: 0.4s;
}

.icp_list li:hover dl dd h6 i {
  width: 0.46rem;
  height: 0.22rem;
  background-image: url(../images/common/entry_2.png);
  transition: 0.4s;
}

.i_case .button_more {
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .icp_list {
    margin: 0.14rem 0 0;
    flex-direction: column;
  }

  .icp_list li {
    width: 100%;
  }

  .icp_list li dl {
    margin: 0.12rem 0;
  }

  .icp_list li dl dt img {
    width: 100%;
    height: auto;
  }

  .icp_list li dl dd {
    padding: 0.12rem;
    height: auto;
  }

  .icp_list li dl dd h5 i img {
    height: 0.24rem;
  }

  .icp_list li dl dd h5 span {
    font-size: 0.14rem;
  }

  .icp_list li dl dd h5 span u {
    padding: 0 0.05rem;
  }

  .icp_list li dl dd h3 {
    padding-top: 0.12rem;
    font-size: 0.14rem;
  }

  .icp_list li dl dd h6 {
    padding-top: 0.12rem;
    font-size: 0.14rem;
  }

  .icp_list li dl dd h6 i {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.05rem;
  }

  .icp_list li:hover dl dd h6 i {
    width: 0.23rem;
    height: 0.12rem;
  }

  .i_case .button_more {
    margin-top: 0.3rem;
  }
}

.ibSwiper dl {
  position: relative;
}

.ibSwiper dt {
  font-size: 0;
}

.ibSwiper dt img {
  width: 100%;
}

.ibSwiper dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.34rem;
  text-align: center;
  font-size: 0.6rem;
  color: #fff;
}

.ibSwiper dd span {
  font-family: siyuanBold;
  background: -webkit-linear-gradient(60deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.6));
  background: linear-gradient(60deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ibSwiper dd em {
  font-family: siyuanLight;
}

.ibSwiper dd u {
  font-family: siyuanBold;
  color: #ff4d00;
}

.ibSwiper dl.b_middle dd {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ibSwiper dd {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0.24rem;
    margin: 0 0.18rem;
  }
}

#marquee {
  height: 4rem;
  margin-top: 0.24rem;
}

@media screen and (max-width: 768px) {
  #marquee {
    height: 3rem;
    margin-top: 0.14rem;
  }
}