﻿.content {
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
.content div {
  width: 50%;
  padding: 20px;
}
.content img {
  width: 80%;
  height: 80%;
  margin-left: 50px;
}
.content p {
  text-indent: 2em;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
}
.content2 {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  padding: 20px 10%;
}
.content2 > p {
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.content2 > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
}
.content2 > ul > li {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
}
.content2 > ul > li > p {
  text-align: center;
}
.content2 > ul > li > p:nth-child(1) {
  font-size: 20px;
}
.content2 > ul > li > p:nth-child(2) {
  font-size: 16px;
  margin: 10px 0;
}
.content2 > ul > li > p:nth-child(3) {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .content {
    flex-direction: column;
  }
  .content div {
    width: 100%;
  }
  .content img {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .content p {
    font-size: 14px;
  }
  .content2 {
    padding: 20px;
  }
  .content2 > ul {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 100%;
    padding: 0 10px;
  }
  .content2 > ul > li {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 20px;
  }
}



.develop {
    width: 100%;
    background: url('../images/developbg.jpg') no-repeat;
    background-size: cover;
    padding-top: 0.91rem;
}

.develop .int_title {
    color: rgba(0, 95, 189, 0.05);
}

.dev_swiper_con {
    margin-top: 130px;padding-bottom: 50px;
}

.dev_swiper_con .mySwiper {
    height: 400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.dev_item {
    display: flex;
    align-items: center;
    width: 100%;
}

.dev_item .dev_item_left {
    width: 16%;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 20px;
    color: #A3A3A3;
    line-height: 0.3rem;
}

.dev_item .dev_item_bor {
    width: 10px;
    height: 10px;
    transition: all 0.3s;
    background: #8CADCE;
    border-radius: 50%;
    margin-right: 0.62rem;
}

.dev_item_text {
    width: 84%;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #A3A3A3;
    line-height: 30px;padding-left:30px;
}

.dev_item:hover .dev_item_left {
    font-weight: bold;
    font-size: 20px;
    color: #005FBD;
}

.dev_item:hover .dev_item_bor {
    background: #005FBD;
}

.dev_item:hover .dev_item_text {
    color: #005FBD;
}

.swiper-slide-active .dev_item .dev_item_left {
    font-weight: bold;
    font-size: 22px;
    color: #005FBD;
}

.swiper-slide-active .dev_item .dev_item_bor {
    background: #005FBD;
}

.swiper-slide-active .dev_item .dev_item_text {
    color: #005FBD;
}

.dev_swiper_con {
    position: relative;
}

.dev_swiper_con .swiper-button-next,
.dev_swiper_con .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    background: #4B7BB5;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transition: all 0.3s;
}

.dev_swiper_con .swiper-button-next:hover,
.dev_swiper_con .swiper-button-prev:hover {
    background: #009D44;
}

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

.dev_swiper_con .swiper-button-next img,
.dev_swiper_con .swiper-button-prev img {
    display: block;
    width: 19px;
    height: 11px;
}

.dev_swiper_con .swiper-button-prev {
    position: absolute;
    top: -80px;
    left: calc(16% - 23px);
}

.dev_swiper_con .swiper-button-next {
    position: absolute;
    top: unset;
    bottom: 1.58rem;
    left: calc(16% - 23px);
    right: unset;
}

.dev_swiper_con .swiper-button-next img {
    transform: rotate(180deg);
}

.dev_swiper_con .dev_swiper_bor {
    position: absolute;
    left: calc(16% + 1px);
    top: -140px;
    width: 1px;
    height: 600px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 95, 189, 0.33) 25%, #005FBD 52%, rgba(0, 95, 189, 0.27) 79%, rgba(255, 255, 255, 0) 100%);
}

.int_title {
    position: relative;
    font-size: 60px;
    color: rgba(0, 95, 189, 0.1);
    text-align: center;
    margin-bottom: 0.52rem;font-weight: 700;
}

.int_title .int_title2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 40px;
    color: #005FBD;
}
@media (max-width:1200px){
    .dev_swiper_con .mySwiper{
        width:100%;
        padding: 0 0.19rem;
    }
    .dev_item .dev_item_bor{
        margin:0 0.19rem;
    }
    .dev_item_text{
        width:auto;
    }
    .dev_item .dev_item_left{
        width:auto;
        white-space: nowrap;
    }
}