.home_con>div{
    height: auto !important;
}
.index_point{
    position: fixed;
    right: 20px;
    top:50%;
    transform: translateY(-50%);
       z-index: 2;
       display: block ;
}
.index_point span{
    width:12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    margin: 10px 0;
    cursor: pointer;
}
/*.index_point .index_point_act{
    opacity: 1;
}*/
.product {
  padding-top: 150px;
}
.product .pro_list {
  margin-top: 78px;
}
.product .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .ztyw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product .list:nth-child(2) {
  margin-top: 95px;
}
.product .list:nth-child(3) {
  margin-top: 20px;
}
.product .info {
  width: 46%;
}
.product .img img {
  display: none;
}
.product .img img:first-child {
  display: block;
}
.product .pro_tit {
  color: white;
  font-weight: 500;
}
.product .des {
  margin-top: 20px;
  color: #A6A6A6;
  font-weight: 400;
}
.product .more {
  max-width: 150px;
  margin-top: 28px;
  padding: 0;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product .more .icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 10px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.product .more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.product .more svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product .more:hover {
  padding: 0 15px;
  background: white;
  color: #020202;
}
.product .more:hover svg {
  -webkit-animation: btn_ani 0.5s;
          animation: btn_ani 0.5s;
}
.product .more:hover svg path {
  fill: #020202;
}

@-webkit-keyframes btn_ani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes btn_ani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.use {
  padding-top: 95px;
}
.use_sw{
    position: relative;
}
.use_btn svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.use_btn .use_prev{
    left: -80px;
}
.use_btn .use_next{
    right: -80px;
}
.use .img {
  position: relative;
  height: 0;
  padding-bottom: 105.5%;
  overflow: hidden;
  display: block;
}
.use .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.use .img::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.use .apply_tit {
  color: white;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.use .use_sw {
  margin-top: 68px;
}
.use .swiper {
  overflow: hidden;
}
.use .swiper-slide:hover .apply_tit {
  opacity: 1;
}
.use .swiper-slide:hover .img img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
          transform: scale(1.05);
}
.use .swiper-slide:hover .img::after {
  opacity: 1;
}

.partner {
  padding: 170px 0 110px;
}
.partner .commom_tit {
  text-align: left;
}

@-webkit-keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.c_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 64px;
}

.c_list01 .sw1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c_list01.active .sw1 {
  -webkit-animation: ticker2 linear 60s infinite;
          animation: ticker2 linear 60s infinite;
}

.sw_s {
  width: 176px;
  height: 74px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #141414;
  margin-right: 36px;
}

.sw_s img {
  max-width: 80%;
  max-height: 80%;
}

.c_list01:hover .sw1 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media screen and (max-width: 1600px) {
  .product {
    padding-top: 7.8125%;
  }
  .product .pro_list {
    margin-top: 5.4%;
  }
  .product .list:nth-child(2) {
    margin-top: 6.59%;
  }
  .use {
    padding-top: 4.94%;
  }
  .use .use_sw {
    margin-top: 4.7%;
  }
  .partner {
    padding: 8.85% 0 5.72%;
  }
  .c_list01 {
    margin-top: 3.33%;
  }
  .product .pro_list .img {
    width: 48%;
  }
  .product .pro_list .img img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
    .use_btn .use_prev{
    left: -45px;
}
.use_btn .use_next{
    right: -45px;
}
}
@media screen and (max-width: 768px) {
    .use_btn{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .use_btn svg {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 10px;
        left: 0 !important;
        right: 0 !important;
        top:0;
        transform: inherit;
    }
  .product .list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .product .info {
    width: 100%;
  }
  .footer .footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_btm a {
    margin-left: 0;
    margin-top: 10px;
  }
  .product {
    padding-top: 80px;
  }
  .product .pro_list {
    margin-top: 20px;
  }
  .use {
    padding-top: 40px;
  }
  .use .use_sw {
    margin-top: 20px;
  }
  .partner {
    padding: 40px 0;
  }
  .sw_s {
    margin-right: 20px;
    width: 120px;
    height: 50px;
    border-radius: 4px;
  }
  .product .des{
      margin-top: 5px;
  }
  .product .more{
        background: rgba(255,255,255,0.2);
          width: 100%;
          max-width: 100%;
    margin-top: 20px;
    height: 40px;
            justify-content: center;
  }
  .product .more .icon{
      width: 20px;
          margin-right: 5px;
  }
    
  .product .more svg{
      width: 20px;
      height:20px;
  }
  .partner .commom_tit{
      text-align: center;
  }
  .c_list01{
      margin-top: 20px;
  }
  .product .pro_list .img {
        width: 80%;
    }
}
