/* iphone6 7 8 */
@media screen and (max-width: 500px) {
  .price_item_box {
    display: flex;
    flex-wrap: wrap;
  }
  .price_item_r {
    width: 100%;
    height: auto;
  }
  .price_item_l {
    height: 200px;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    background-color: #fff;
  }
  .price_nav_item {
    cursor: pointer;
    padding: 10px 0;
    margin-right: 20px;
  }
  .price_nav {
    font-weight: 600;
    display: flex;
    font-size: 12px;
  }
  .pro_detail_content {
    padding: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 2;
  }
  .pro_introduce_box_img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .pro_introduce_box img {
    width: 100%;
    margin: 0 auto;
  }
  .function_item {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
  }
  .trait_item {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
  }
  .function_box {
    flex-wrap: wrap;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .project_box_right img {
    width: 100%;
  }
  .project_box_right {
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .project_box_left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 40px 60px;
    background-color: #fff;
    width: 100%;
  }
  .pro_introduce_right {
    border-radius: 10px;

    /* margin: 0 auto; */
    padding: 40px 60px;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  .pro_introduce_box {
    box-shadow: 0px 4px 9px 1px rgba(0, 84, 209, 0.04);
    margin: 40px 0;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: #fbfbff;
    display: flex;
    justify-content: space-between;
  }
  .pro_detail_right {
    padding: 20px;
    width: 100%;
  }
  .advantage_img_label {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
  }
  .btn_msg a {
    display: block;
    width: 88px;
    height: 28px;
    border: 1px solid #00aaee;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    color: #00aaee;
    cursor: pointer;
    margin: 20px auto;
  }
  .box {
    box-shadow: 0px 4px 9px 1px rgb(0 84 209 / 4%);
    border-radius: 10px;
    font-weight: 400;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .banner {
    position: relative;
    height: 190px;
  }
  .pro_message {
    padding-top: 0;
  }
  .img {
    width: 100% !important;
  }
  .pro_detail_title {
    font-size: 23px;
  }
  .banner_label {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 50px;
  }
  .p_nav {
    width: 100%;
    color: #2c2e2d;
    font-size: 12px;
    line-height: 75px;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    box-shadow: 0 9px 16px 0 rgb(88 123 179 / 10%);
  }
  .project_content {
    background-color: #f8f8f8;
    width: 100%;
    margin: auto;
  }
}
/* iphone 5 */
@media screen and (min-width: 500px) {
  .price_item_box {
    display: flex;
  }
  .price_item_r {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .price_item_l {
    font-size: 16px;
    padding: 60px;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    background-color: #fff;
  }
  .price_nav_item {
    cursor: pointer;
    padding: 10px 0;
    margin-right: 50px;
  }
  .price_nav {
    font-weight: 600;
    display: flex;
    font-size: 14px;
  }
  .pro_detail_content {
    padding: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 2;
  }
  .trait_item {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
  }
  .pro_introduce_box_img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .pro_introduce_box_img img {
    width: 100%;
    margin: 0 auto;
  }
  .function_item {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 49%;
    background-color: #fff;
  }
  .function_box {
    flex-wrap: wrap;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .project_box_right img {
    height: auto;
    width: 100%;
  }
  .project_box_right {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .project_box_left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 40px 60px;
    background-color: #fff;
    width: 100%;
  }
  .pro_introduce_right {
    border-radius: 10px;
    /* margin: 0 auto; */
    padding: 40px 60px;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  .pro_introduce_box {
    align-items: center;
    box-shadow: 0px 4px 9px 1px rgba(0, 84, 209, 0.04);
    margin: 40px 0;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: #fbfbff;
    display: flex;
    justify-content: space-between;
  }
  .pro_detail_right {
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .advantage_img_label {
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }
  .banner {
    position: relative;
    height: 190px;
  }
  .img {
    width: 100% !important;
  }

  .pro_detail_title {
    font-size: 23px;
  }
  .banner_label {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 50px;
  }
  .p_nav {
    width: 100%;
    color: #2c2e2d;
    font-size: 12px;
    line-height: 75px;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    box-shadow: 0 9px 16px 0 rgb(88 123 179 / 10%);
  }
  .project_content {
    background-color: #f8f8f8;
    width: 100%;
    margin: auto;
  }
  .box {
    box-shadow: 0px 4px 9px 1px rgb(0 84 209 / 4%);
    border-radius: 10px;
    font-weight: 400;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .btn_msg a {
    display: block;
    width: 88px;
    height: 28px;
    border: 1px solid #00aaee;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    color: #00aaee;
    margin-top: 50px;
    cursor: pointer;
  }
}
/* iphone 5 */
@media screen and (min-width: 1000px) {
  .price_item_box {
    box-shadow: 0px 4px 9px 1px rgb(0 84 209 / 4%);
    display: flex;
  }
  .price_item_r {
    width: 50%;
    height: auto;
  }
  .price_item_l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    padding: 60px;
    width: 40%;
    line-height: 30px;
    font-weight: 400;
    background-color: #fff;
  }
  .price_nav_item {
    cursor: pointer;
    padding: 10px 0;
    margin-right: 50px;
  }
  .price_nav {
    font-weight: 600;
    display: flex;
    font-size: 16px;
  }
  .pro_detail_content {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 2;
  }
  .function_item {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 24%;
    background-color: #fff;
  }
  .trait_item {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 27%;
    background-color: #fff;
  }
  .pro_introduce_box_img {
    margin: 0 auto;
    width: 29%;
    height: auto;
  }
  .pro_introduce_box img {
    width: 100%;
  }
  .picList li {
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    width: 23%;
    background-color: #fff;
  }
  .function_box {
    position: relative;
    flex-wrap: wrap;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .project_box_right img {
    height: auto;
    /* margin-left: 100px; */
    width: 100%;
  }
  .project_box_right {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
  }
  .project_box_left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 40px 60px;
    background-color: #fff;
    width: 40%;
  }
  .pro_introduce_right {
    border-radius: 10px;
    /* margin: 0 auto; */
    padding: 40px 60px;
    background-color: #fff;
    width: 39%;
    height: 100%;
  }
  .pro_introduce_box {
    align-items: center;
    box-shadow: 0px 4px 9px 1px rgba(0, 84, 209, 0.04);
    margin: 40px 0;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: #fbfbff;
    display: flex;
    justify-content: space-between;
  }
  .pro_detail_right {
    margin: 0;
    padding: 0 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 41%;
  }
  .advantage_img_label {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }
  .img {
    width: 60% !important;
  }
  .pro_message {
    width: 40%;
    padding-top: 36px;
  }
  .banner {
    position: relative;
    height: 390px;
  }
  .pro_detail_title {
    font-size: 23px;
    font-weight: bold;
  }
  .banner_label {
    position: absolute;
    font-size: 45px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 50px;
  }
  .p_nav {
    position: absolute;
    top: -25px;
    background-color: #fff;
    width: 100%;
    color: #2c2e2d;
    font-size: 24px;
    line-height: 75px;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    box-shadow: 0 9px 16px 0 rgb(88 123 179 / 10%);
  }
  .project_content {
    background-color: #f8f8f8;
    width: 67%;
    margin: auto;
  }
  .box {
    box-shadow: 0px 4px 9px 1px rgb(0 84 209 / 4%);
    border-radius: 10px;
    font-weight: 400;
    display: flex;
    margin-bottom: 30px;
    width: 43%;
    background: #fff;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .btn_msg a {
    display: block;
    width: 88px;
    height: 28px;
    border: 1px solid #00aaee;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    color: #00aaee;
    margin-top: 50px;
    cursor: pointer;
  }
}

.function_item:hover {
  background-color: orange;
}
.swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mySwiper {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.pro_border_blue {
  border-bottom: 3px solid #96b9ff;
}
.pro_border_yellow {
  border-bottom: 3px solid #f3e0a3;
}
.swiper-slide {
  box-shadow: 0px 4px 9px 1px rgb(0 84 209 / 4%);
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide li {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  height: 340px;
}

.swiper-slide:hover {
  background-color: rgb(255, 200, 99);
}

.function_item_content {
  margin-bottom: 30px;
  font-size: 14px;
  padding: 20px 19px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 19, 45, 0.8);
  letter-spacing: 2.5px;
  text-align: left;
}

.project_title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.price_border_bottom {
  display: flex;
  justify-content: center;
}
.price_border_bottom div {
  width: 57px;
  margin: 10px;
}
.price_border_bottom_1 {
  border-bottom: 3px solid #0053ff;
}
.price_border_bottom_2 {
  border-bottom: 3px solid orange;
}
.border_bottom {
  width: 57px;
  margin: 10px;
  margin: 10px auto;
  border-bottom: 3px solid #0053ff;
}

.project_box {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fbfbff;
  border-radius: 10px;
  box-shadow: 0px 4px 9px 1px rgba(0, 84, 209, 0.04);
}

.project_con {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 200px;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 2;
}

.function_item_title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.function_item_ico img {
  margin-top: 35px;
  width: 68px;
  height: 68px;
}

/* 设置滚动条的样式 */
.project_con::-webkit-scrollbar {
  width: 7px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: rgba(0, 83, 255, 0.7);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 83, 255, 0.7);
}

.pro_detail_right_label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.pro_detail_right_content {
  font-size: 14px;
  line-height: 30px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.sy1_li .active_blue {
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 27px;
}

.padding {
  padding-top: 20px;
}

.case {
  margin-top: 62px;
  margin-bottom: 120px;
}

body {
  background-color: #f8f8f8;
}
.pro_bottom {
  margin-bottom: 30px;
}

.pro_detail_box {
  margin-top: 40px;
  background: #fbfbff;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 9px 1px rgba(0, 84, 209, 0.04);
}

.img {
  width: 60%;
  margin: 92px auto;
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.pro_detail_title {
  font-weight: 500;
  color: #333;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}

.pro_detail_title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 10px;
  height: 28px;
  background: #0053ff;
}

.detail_title {
  margin: 50px 0;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.detail_img_box {
  width: 65%;
  height: 630px;
  margin: auto;
}

.page_focus {
  width: 100%;
  height: 390px;
  background: url(./src/images/jjfa.jpg) top center no-repeat;
  position: relative;
  background-size: 100% 100%;
}

.picList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}

.picList li {
  width: 24%;
  margin-right: 15px;
  flex-shrink: 0;
}
