/* pc端banner样式 */
@media screen and (min-width:768px) {
  .banner {
    position: relative;
    background-image: url('../images/index/banner.png');
    height: 920px;
    background-size: 100% 920px;
    color: #ffffff;
    padding-top: 278px;
  }

  .banner span:nth-child(1) {
    font-size: 18px;
    font-family: Poppins-Regular;
    letter-spacing: 4px;
  }

  .banner span:nth-child(2) {
    font-size: 60px;
    font-family: Poppins;
    margin-bottom: 21px;
  }

  .banner span:nth-child(3) {
    font-size: 14px;
    font-family: Poppins-Regular;
    height: 72px;
  }

  .banner span:nth-child(4) {
    display: inline-block;
    width: 180px;
    height: 50px;
    background: #0092ff;
    font-size: 14px;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    cursor: pointer;
  }

  .banner span:nth-child(4):hover {
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    background-color: #40a9ff;
  }
}

/* h5端banner样式 */
@media screen and (max-width:768px) {
  .banner {
    position: relative;
    background-image: url('../images/m-index/banner-m.png');
    height: 9.975rem;
    background-size: 100% 9.975rem;
    color: #ffffff;
    padding-top: 3.866667rem;
  }

  .banner span:nth-child(1) {
    font-size: 0.32rem;
    font-family: Poppins-Regular;
    /* line-height: 0.75rem; */
  }

  .banner span:nth-child(2) {
    font-size: 0.8rem;
    font-family: Poppins;
    margin-bottom: 0.12rem;
    /* line-height: 0.75rem; */
  }

  .banner span:nth-child(3) {
    font-size: 0.32rem;
    font-family: Poppins-Regular;
    width: 7.4rem;
  }

  .banner span:nth-child(4) {
    display: inline-block;
    width: 2.25rem;
    height: 0.625rem;
    background: #0092ff;
    font-size: 0.3rem;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    margin-top: 0.186667rem;
  }
}

/* 描点 */
.point {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.point ul li {
  width: 32px;
  height: 32px;
  background-color: rgba(23, 23, 33, 0.8);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.point ul li:hover {
  background-color: #2098f5;
  transition: all 0.2s linear 0s;
}

/* 职位pc */
@media screen and (min-width:768px) {
  .position_row {
    margin-top: -154px;
    display: flex;
    justify-content: center;

  }

  .position_row div {
    position: relative;
    z-index: 8;
    max-width: 370px !important;
    min-height: 309px;
    padding: 56px 48px 34px 48px;
    box-shadow: 0px 24px 64px 0px rgba(41, 15, 0, 0.1);
    background-repeat: no-repeat;
    background-size: 370px 309px;
    border-radius: 16px;
    margin-right: 30px;
    overflow: hidden;
  }

  .position_row div:last-child {
    margin-right: 0;
  }

  .position_row div h2 {
    font-size: 24px;
    text-align: right;
    color: #333333;
    margin-bottom: 51px;
  }

  .position_row div span {
    font-size: 16px;
    font-family: Caladea-Regular;
    color: rgba(51, 51, 51, 0.5);
    line-height: 28px;
  }
  .info {
    font-size: 16px;
    font-family: Caladea-Regular;
    color: rgba(51, 51, 51, 0.5);
    margin: 0;
    line-height: 32px;
    /* width: 6.413333rem; */
  }
  .position_row div img {
    position: absolute;
    bottom: 34px;
    left: 48px;
  }

  .position_row div:nth-child(1) {
    background: url('../images/index/p_1.png') no-repeat;
    transition: 0.5s all;
  }

  .position_row div:nth-child(2) {
    background: url('../images/index/p_2.png') no-repeat;
    transition: 0.5s all;
  }

  .position_row div:nth-child(3) {
    background: url('../images/index/p_3.png') no-repeat;
    transition: 0.5s;
  }

  /* 悬浮样式 */
  .position_row div:hover {
    transform: scale(1.1);
  }
}

/* 职位m */
@media screen and (max-width:768px) {
  .position_row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .position_row div {
    position: relative;
    margin-top: 0.5rem;
    width: 8.2rem;
    min-height: 200px;
    padding: 1.1rem 0.786667rem 0.5rem 1.24rem;
    box-shadow: 0px 0.3rem 0.8rem 0px rgba(41, 15, 0, 0.1);
    border-radius: 0.2rem;
  }

  .position_row div h2 {
    font-size: 0.6rem;
    text-align: right;
    color: #333333;
    font-family: Caladea-Bold;
    margin-bottom: 1.133333rem;
  }

  .position_row div span {
    
   
  }
  .info {
    font-size: 0.32rem;
    font-family: Caladea-Regular;
    color: rgba(51, 51, 51, 0.5);
    line-height: 0.453333rem;
    /* width: 6.413333rem; */
  }

  .position_row div img {
    position: absolute;
    bottom: 0.425rem;
    left: 1.24rem;
  }

  .position_row div:nth-child(1) {
    background: url('../images/m-index/mp_1.png');
    background-repeat: no-repeat;
    background-size: 8.746667rem 5.333333rem;
  }

  .position_row div:nth-child(2) {
    background: url('../images/m-index/mp_2.png');
    background-repeat: no-repeat;
    background-size: 8.746667rem 5.333333rem;
  }

  .position_row div:nth-child(3) {
    background: url('../images/m-index/mp_3.png');
    background-repeat: no-repeat;
    background-size: 8.746667rem 5.333333rem;
  }

}

/* 合作伙伴title  pc */
@media screen and (min-width:768px) {
  .hz_title {
    margin-top: 106px;
    font-size: 36px;
    margin-bottom: 10px;
  }

  .hz_info {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #686876;
    line-height: 24px;
    margin-bottom: 31px;
  }
}

/* 合作伙伴title  h5 */
@media screen and (max-width:768px) {
  .hz_title {
    margin-top: 1.1375rem;
    font-size: 0.6rem;
    margin-bottom: 2px;
  }

  .hz_info {
    padding: 0 0.6rem;
    font-size: 0.32rem;
    font-family: Poppins-Regular;
    color: #686876;
    line-height: 0.5rem;
    margin-bottom: 0.2375rem;
  }
}

/* 合作伙伴图标 pc */
@media screen and (min-width:768px) {
  .hz_company {
    margin-bottom: 135px;
    width: 1200px;
    margin: 0 auto;
  }

  .hz_company .row div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 207px;
    transition: all 0.8s;
  }

  .hz_company .row div:hover {
    background-color: #e3e3e3;

  }
}

/* 合作伙伴图标 h5 */
@media screen and (max-width:768px) {
  .hz_company {
    margin-bottom: 0.9625rem;
    padding: 0 0.5875rem;
  }

  .hz_company .row div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.575rem;
  }

  .hz_company .row div img {
    width: 2.133333rem;
    height: 1.08rem;
  }
}

/* 关于我们pc */
@media screen and (min-width:768px) {
  .about_me {
    margin-top: 135px;
    margin-bottom: 128px;
  }

  .about_me img {
    width: 33.75%;
    height: 692px;
  }

  .about_me_right {
    color: #ffffff;
    padding: 157px 0 0 99px;
    background-color: #303f9f;
    width: 66.25%;
    height: 692px;
  }

  .about_me_right .about_me_h2 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    /* line-height: 46px; */
  }

  .about_me_right span {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #171721;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
  }

  .about_ul li::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ffffff;
    margin-right: 5px;
  }

}

/* 关于我们 h5 */
@media screen and (max-width:768px) {
  .about_me {
    margin-bottom: 1.3125rem;
    padding: 0.5875rem;
  }

  .about_me img {
    width: 100%;
    height: 8.65rem;
    flex: 1;
  }

  .about_me_right {
    background-color: #303f9f;
    flex: 1;
    color: #ffffff;
    padding: 0.35rem 0 0 0.6625rem;
    min-height: 450px;
    font-size: 0.32rem;
  }

  .about_me_right .about_me_h2 {
    font-size: 0.6125rem;
    font-family: Poppins-SemiBold;
    /* line-height: 46px; */
  }

  .about_me_info {
    font-size: 0.3rem;
    margin: 0.175rem 0;
  }

  .about_me_right span {
    display: inline-block;
    width: 2.25rem;
    height: 0.5rem;
    background: #171721;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
    font-size: 0.3rem;
  }

  .about_ul li::before {
    display: inline-block;
    content: '';
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 100%;
    background-color: #ffffff;
    margin-right: 0.0625rem;
    font-size: 0.3rem;
  }

}


/* 产品展示pc */
@media screen and (min-width:768px) {
  .product {
    display: flex;
    justify-content: center;
  }

  .product ul {
    margin-bottom: 35px;
  }

  .product ul li {
    margin-right: 66px;
    transition-duration:0.3s;
  }

  .product ul li:last-child {
    margin-right: 0;
    
  }
  .active {
    color: #0092ff;
    border-bottom: 2px solid #0092ff ;
    padding-bottom: 5px;
  }
  .product_img {
    position: relative;
    margin-bottom: 66px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }

  .product_img_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .item_img {
    height: 280px;
    width: 370px;
    overflow: hidden;
  }

  .product_img .product_img_item span {
    top: 32px;
    left: 25px;
    position: absolute;
    display: inline-block;
    width: 116px;
    height: 32px;
    background-color: rgba(0,0,0,0.32);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
  }

  .product_img .product_img_item img {
    transform: scale(1);
    transition: transform 0.5s ease 0s;
  }

  .product_img .product_img_item img:hover {
    transform: scale(1.25);
  }

  .product_text {
    height: 110px;
    background: #ffffff;
    box-shadow: 0px 24px 64px 0px rgba(2, 41, 0, 0.09);
    font-size: 24px;
    font-family: Caladea-Bold;
    color: #333333;
    line-height: 32px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    width: 370px;
  }
  .gd {
    width: 180px;
    height: 50px;
    background: #0092ff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 126px;
    margin-top: 66px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
  }
  
  .gd:hover {
    background-color: #40a9ff;
  
  }
}

/* 产品展示h5 */
@media screen and (max-width:768px) {
  .product {
    display: flex;
    justify-content: space-around;
  }

  .product ul {
    margin-bottom: 0.4375rem;
    width: 100vw;
    height: 1.12rem;
    align-items: center;
    overflow-x: auto;
    flex: none;
    border-bottom: 1px solid #dddddd;
  }
  .active {
    
    color: #0092ff;
    border-bottom: 2px solid #0092ff ;
    padding-bottom: 5px;
  }
  .product ul li {
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: 0.3rem;
    width: 2.493333rem;
    flex-shrink: 0;
    text-align: center;
    box-sizing:border-box;
  }

  .product_img {
    width: 8.225rem;
    margin: auto;

  }

  .product_img_item {
    position: relative;
    margin-bottom: 0.3125rem;
  }

  .product_img img {
    width: 8.225rem;
  }

  .product_img .product_img_item div {}

  .product_img .product_img_item span {
    top: 32px;
    left: 25px;
    position: absolute;
    display: inline-block;
    width: 2.5875rem;
    height: 0.7125rem;
    background-color: rgba(0,0,0,0.32);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.3rem;
  }

  .product_text {
    height: 2.4375rem;
    background: #ffffff;
    box-shadow: 0px 24px 64px 0px rgba(2, 41, 0, 0.09);
    font-size: 0.425rem;
    font-family: Caladea-Bold;
    color: #333333;
    line-height: 32px;
    padding: 0.4125rem 0;
    display: flex;
    justify-content: center;
  }
  .gd {
    display: none;
  }
}
