﻿#main {
  width: 100%;
  height: auto;
  background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
}
#main .section1 img {
  width: 100%;
  height: 5.25rem;
}
#main .section2 {
  background-color: #fff;
}
#main .section2 .nav_part {
  height: 0.66rem;
}
#main .section2 .nav_part .large_screen {
  display: block;
}
#main .section2 .nav_part .small_screen {
  display: none;
}
#main .section2 .nav_part ul {
  height: 100%;
  display: flex;
  align-items: center;
}
#main .section2 .nav_part ul .nav_item {
  font-size: 16px;
  margin-right: 0.5rem;
  position: relative;
}
#main .section2 .nav_part ul .nav_item a {
  color: #666;
}
#main .section2 .nav_part ul .nav_item.active a {
  color: #acb10c;
}
#main .section2 .nav_part ul .nav_item.active a::before {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #acb10c;
}
#main .section2 .nav_part ul .nav_item.active a::after {
  content: "";
  position: absolute;
  right: -0.18rem;
  width: 0.22rem;
  height: 0.15rem;
  background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
  bottom: -0.15rem;
}
#main .section3 {
  background: url(../../img/develop_process/dev_bg.jpg) no-repeat center center / 100% 100%;
  padding-bottom: 0.95rem;
}
#main .section3 .content_box .dev_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0.9rem;
  margin-bottom: 0.4rem;
}
#main .section3 .content_box .dev_title .title {
  width: 2.65rem;
  height: 0.85rem;
  background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
  line-height: 0.85rem;
  text-align: center;
  font-size: 30px;
  color: #333;
}
#main .section3 .content_box .dev_title .dev_general {
  width: 9rem;
  font-size: 18px;
  text-align: center;
  color: #666;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
#main .section3 .content_box .dev_title .dev_general p {
  font-size: 14px;
  color: #666;
}
#main .section3 .content_box .swiper_box {
  padding-bottom: 0.66rem;
  position: relative;
}
#main .section3 .content_box .swiper_box .swiper-button-next {
  width: 0.48rem;
  height: 0.48rem;
  top: 0.35rem;
  right: 0;
  background: url(../../img/develop_process/arrow_right.png) no-repeat center center / 100% 100%;
}
#main .section3 .content_box .swiper_box .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  top: 0.35rem;
  left: 0rem;
  background: url(../../img/develop_process/arrow_left.png) no-repeat center center / 100% 100%;
}
#main .section3 .content_box .swiper_box .swiper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
#main .section3 .content_box .swiper_box .swiper .full_line {
  background-color: #eee;
  width: 14rem;
  height: 2px;
  position: absolute;
  top: 0.35rem;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide {
  width: auto ;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .circle {
  background-image: url(../../img/develop_process/db_circle.png) !important;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .desc {
  color: #acb10c !important;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .duration {
  font-size: 18px;
  color: #333;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .circle {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../../img/develop_process/circle.png) no-repeat center center / 100% 100%;
}
#main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .desc {
  font-size: 14px;
  color: #333;
}
#main .section3 .content_box .dev_detail {
  background: url(../../img/develop_process/detail_bg.jpg) no-repeat center center / 100% 100%;
  padding: 0.6rem 0.9rem 0.6rem 0.7rem;
  display: flex;
  align-items: center;
}
#main .section3 .content_box .dev_detail .left_pic {
  flex: 1;
}
#main .section3 .content_box .dev_detail .left_pic img {
  width: 5.77rem;
}
#main .section3 .content_box .dev_detail .right_desc {
  flex: 1;
  height: 4.2rem;
  overflow: auto;
}
#main .section3 .content_box .dev_detail .right_desc .title {
  font-size: 26px;
  color: #333;
}
#main .section3 .content_box .dev_detail .right_desc .text {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  margin-top: 0.1rem;
}
#main .section3 .content_box .dev_detail .right_desc p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part .large_screen {
    display: block;
  }
  #main .section2 .nav_part .small_screen {
    display: none;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/develop_process/dev_bg.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 0.95rem;
  }
  #main .section3 .content_box .dev_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.9rem;
    margin-bottom: 0.4rem;
  }
  #main .section3 .content_box .dev_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
  }
  #main .section3 .content_box .dev_title .dev_general {
    width: 9 rem;
    font-size: 18px;
    text-align: center;
    color: #666;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
  #main .section3 .content_box .dev_title .dev_general p {
    font-size: 14px;
    color: #666;
  }
  #main .section3 .content_box .swiper_box {
    padding-bottom: 0.66rem;
  }
  #main .section3 .content_box .swiper_box .swiper {
    position: relative;
    overflow: hidden;
    padding-left: 0.4rem !important;
  }
  #main .section3 .content_box .swiper_box .swiper .full_line {
    background-color: #eee;
    width: 14rem;
    height: 2px;
    position: absolute;
    top: 0.45rem;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide {
    width: auto ;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .circle {
    background-image: url(../../img/develop_process/db_circle.png) !important;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .desc {
    color: #acb10c !important;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .duration {
    font-size: 18px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .circle {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../img/develop_process/circle.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .desc {
    font-size: 14px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-button-next {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.5rem;
    background: url(../../img/develop_process/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-button-prev {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.5rem;
    left: 0rem;
    background: url(../../img/develop_process/arrow_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .dev_detail {
    background: url(../../img/develop_process/detail_bg.jpg) no-repeat center center / 100% 100%;
    padding: 0.6rem 0.9rem 0.6rem 0.7rem;
    display: flex;
    align-items: center;
  }
  #main .section3 .content_box .dev_detail .left_pic {
    flex: 1;
  }
  #main .section3 .content_box .dev_detail .left_pic img {
    width: 5.77rem;
  }
  #main .section3 .content_box .dev_detail .right_desc {
    flex: 1;
    height: 4.2rem;
    overflow: auto;
  }
  #main .section3 .content_box .dev_detail .right_desc .title {
    font-size: 26px;
    color: #333;
  }
  #main .section3 .content_box .dev_detail .right_desc .text {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
  #main .section3 .content_box .dev_detail .right_desc p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
}
@media only screen and (max-width: 1366px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part .large_screen {
    display: block;
  }
  #main .section2 .nav_part .small_screen {
    display: none;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/develop_process/dev_bg.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 0.95rem;
  }
  #main .section3 .content_box .dev_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.9rem;
    margin-bottom: 0.4rem;
  }
  #main .section3 .content_box .dev_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
  }
  #main .section3 .content_box .dev_title .dev_general {
    width: 9rem;
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
  #main .section3 .content_box .dev_title .dev_general p {
    font-size: 14px;
    color: #666;
  }
  #main .section3 .content_box .swiper_box {
    padding-bottom: 0.66rem;
  }
  #main .section3 .content_box .swiper_box .swiper {
    position: relative;
    overflow: hidden;
    padding-left: 0.4rem !important;
  }
  #main .section3 .content_box .swiper_box .swiper .full_line {
    background-color: #eee;
    width: 14rem;
    height: 2px;
    position: absolute;
    top: 0.45rem;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide {
    width: auto ;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .duration {
    font-size: 18px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .circle {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../img/develop_process/circle.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .desc {
    font-size: 14px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-button-next {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.5rem;
    background: url(../../img/develop_process/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-button-prev {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.5rem;
    left: 0rem;
    background: url(../../img/develop_process/arrow_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .dev_detail {
    background: url(../../img/develop_process/detail_bg.jpg) no-repeat center center / 100% 100%;
    padding: 0.6rem 0.9rem 0.6rem 0.7rem;
    display: flex;
    align-items: center;
  }
  #main .section3 .content_box .dev_detail .left_pic {
    flex: 1;
  }
  #main .section3 .content_box .dev_detail .left_pic img {
    width: 5.77rem;
  }
  #main .section3 .content_box .dev_detail .right_desc {
    flex: 1;
    height: 4.2rem;
    overflow: auto;
  }
  #main .section3 .content_box .dev_detail .right_desc .title {
    font-size: 26px;
    color: #333;
  }
  #main .section3 .content_box .dev_detail .right_desc .text {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
  #main .section3 .content_box .dev_detail .right_desc p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part .large_screen {
    display: block;
  }
  #main .section2 .nav_part .small_screen {
    display: none;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/develop_process/dev_bg.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 0.95rem;
  }
  #main .section3 .content_box .dev_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.9rem;
    margin-bottom: 0.4rem;
  }
  #main .section3 .content_box .dev_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
  }
  #main .section3 .content_box .dev_title .dev_general {
    width: 9rem;
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
  #main .section3 .content_box .dev_title .dev_general p {
    font-size: 14px;
    color: #666;
  }
  #main .section3 .content_box .swiper_box {
    padding-bottom: 0.66rem;
  }
  #main .section3 .content_box .swiper_box .swiper {
    position: relative;
    overflow: hidden;
    padding-left: 0.4rem !important;
  }
  #main .section3 .content_box .swiper_box .swiper .full_line {
    background-color: #eee;
    width: 14rem;
    height: 2px;
    position: absolute;
    top: 0.42rem;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide {
    width: auto ;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .duration {
    font-size: 14px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .circle {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../img/develop_process/circle.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .desc {
    font-size: 14px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-button-next {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.55rem;
    right: 0;
    background: url(../../img/develop_process/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-button-prev {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.55rem;
    left: 0rem;
    background: url(../../img/develop_process/arrow_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .dev_detail {
    background: url(../../img/develop_process/detail_bg.jpg) no-repeat center center / 100% 100%;
    padding: 0.6rem 0.9rem 0.6rem 0.7rem;
    display: flex;
    align-items: center;
  }
  #main .section3 .content_box .dev_detail .left_pic {
    flex: 1;
  }
  #main .section3 .content_box .dev_detail .left_pic img {
    width: 5.77rem;
  }
  #main .section3 .content_box .dev_detail .right_desc {
    flex: 1;
    height: 4.2rem;
    overflow: auto;
  }
  #main .section3 .content_box .dev_detail .right_desc .title {
    font-size: 26px;
    color: #333;
  }
  #main .section3 .content_box .dev_detail .right_desc .text {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
  #main .section3 .content_box .dev_detail .right_desc p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
    overflow: hidden;
  }
  #main .section1 {
    padding-top: 0.9rem;
    overflow: hidden;
  }
  #main .section1 img {
    width: 100%;
    height: auto;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
    width: 100%;
  }
  #main .section2 .nav_part .large_screen {
    margin-top: 0.2rem;
    padding-top: 0.1rem;
    display: none;
    padding-left: 0.3rem;
  }
  #main .section2 .nav_part .small_screen {
    display: block;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
  }
  #main .section2 .nav_part .small_screen .swiper {
    position: relative;
  }
  #main .section2 .nav_part .small_screen .swiper .swiper-wrapper .swiper-slide {
    width: 10rem !important;
  }
  #main .section2 .nav_part .small_screen .swiper .swiper-scrollbar {
    bottom: -0.3rem;
    height: 0.01rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 12px;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
    display: block;
    width: 100%;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/develop_process/dev_bg.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 0.95rem;
  }
  #main .section3 .content_box {
    width: 100%;
  }
  #main .section3 .content_box .dev_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.5rem;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .dev_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0.5rem;
    color: #333;
  }
  #main .section3 .content_box .dev_title .dev_general {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 0;
    margin-bottom: 0.4rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  #main .section3 .content_box .dev_title .dev_general p {
    font-size: 12px;
    color: #666;
  }
  #main .section3 .content_box .swiper_box {
    padding-bottom: 0.66rem;
  }
  #main .section3 .content_box .swiper_box .swiper-button-next {
    width: 0.48rem;
    height: 0.48rem;
    top: 1.6rem;
    right: 2rem;
    background: url(../../img/develop_process/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper-button-prev {
    width: 0.48rem;
    height: 0.48rem;
    top: 1.6rem;
    left: 2rem;
    background: url(../../img/develop_process/arrow_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper {
    position: relative;
    padding-left: 0 !important;
  }
  #main .section3 .content_box .swiper_box .swiper .full_line {
    background-color: #eee;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0.5rem;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide {
    width: auto ;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .duration {
    font-size: 12px;
    color: #333;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .circle {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../img/develop_process/circle.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .swiper_box .swiper .swiper-wrapper .swiper-slide .slider_content .desc {
    font-size: 14px;
    color: #333;
  }
  #main .section3 .content_box .dev_detail {
    background: url(../../img/develop_process/detail_bg.jpg) no-repeat center center / 100% 100%;
    padding: 0.6rem 0.9rem 0.6rem 0.7rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .dev_detail .left_pic {
    flex: 1;
  }
  #main .section3 .content_box .dev_detail .left_pic img {
    width: 5.77rem;
  }
  #main .section3 .content_box .dev_detail .right_desc {
    flex: 1;
    height: 4.2rem;
    overflow: auto;
  }
  #main .section3 .content_box .dev_detail .right_desc .title {
    font-size: 20px;
    color: #333;
  }
  #main .section3 .content_box .dev_detail .right_desc .text {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
  #main .section3 .content_box .dev_detail .right_desc p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 0.1rem;
  }
}
/*# sourceMappingURL=develop_process.css.map */