* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
a {
  color: #222;
  text-decoration: none;
}
.hide {
  display: none;
}
.top_bg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: url('//img-cos.colg.cn/uploads/images/202203/202203091719117393.jpg/ori_jpg') center center no-repeat;
  background-size: cover;
}
.slide-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 70px;
  bottom: 70px;
  z-index: 99;
}
.slide-wrapper > div,
.slide-wrapper a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slide-wrapper > div span,
.slide-wrapper a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #AE7B63;
}
.slide-wrapper .download_code {
  position: relative;
}
.slide-wrapper .download_code .code_show {
  position: absolute;
  left: -150px;
  width: 130px;
  height: 130px;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.slide-wrapper .download_code:hover .code_show {
  opacity: 1;
}
.slide-wrapper .line {
  width: 1px;
  height: 32px;
  background: #c1494a;
  margin: 10px 0;
}
.bodyContainer {
  width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
}
.bodyContainer .nav_header {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  background-color: #646D92;
  display: flex;
  position: relative;
}
.bodyContainer .nav_header .sitename {
  position: absolute;
  left: 30px;
  top: -170px;
}
.bodyContainer .nav_header .search_bar {
  width: 367px;
  height: 34px;
  border: 1px solid #8E785F;
  position: absolute;
  right: 200px;
  top: -50px;
}
.bodyContainer .nav_header .search_bar > input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
}
.bodyContainer .nav_header .search_bar .search_btn {
  position: absolute;
  right: -2px;
  top: -2px;
  cursor: pointer;
}
.bodyContainer .nav_header .nav_item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.bodyContainer .nav_header .nav_item:hover {
  background-color: #C1494A;
}
.bodyContainer .nav_header .actived {
  background-color: #C1494A;
  font-weight: bold;
}
.bodyContainer .part1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.bodyContainer .part1 .top_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.bodyContainer .part1 .top_title > div:nth-child(2) {
  cursor: pointer;
}
.bodyContainer .part1 .top_title > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bodyContainer .part1 .top_title > div .title_icon {
  width: 24.8px;
  height: 31px;
}
.bodyContainer .part1 .top_title > div .title_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part1 .top_title > div .more_icon {
  width: 26px;
  height: 26px;
}
.bodyContainer .part1 .top_title > div .more_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part1 .top_title > div .title_font {
  font-weight: bold;
  color: #020014;
  font-size: 30px;
  margin-left: 20px;
}
.bodyContainer .part1 .top_title > div .more_font {
  color: #41434B;
  font-size: 16px;
  margin-right: 10px;
}
.bodyContainer .part1 .hot_part_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bodyContainer .part1 .hot_part_body .left_container {
  width: 565px;
}
.bodyContainer .part1 .hot_part_body .left_container .desc_text {
  color: #445376;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bodyContainer .part1 .hot_part_body .left_container .small_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.bodyContainer .part1 .hot_part_body .left_container .small_nav a {
  color: #41434B;
  margin: 0 5px;
  cursor: pointer;
}
.bodyContainer .part1 .hot_part_body .left_container .small_nav a:hover {
  color: #C1494A;
}
.bodyContainer .part1 .hot_part_body .left_container .small_nav .small_nav_activied {
  color: #C1494A;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .header {
  color: #20110F;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .header::after {
  content: '';
  width: 3px;
  height: 15px;
  background-color: #C4A859;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body > a {
  width: 171px;
  height: 45px;
  background-color: #C6CAD6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 5px 0;
  margin-top: 0;
  color: #222;
  transition: all ease-in-out 0.1s;
  margin-bottom: 10px;
}
.bodyContainer .part1 .hot_part_body .left_container img {
  width: 34px;
  height: 34px;
  /*border: 1px solid #fff;*/
  position: absolute;
  left: 10px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body > a .marginLeft {
  margin-left: 20px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body > a:hover {
  background-color: #EDDBA9;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body::after {
  content: '';
  width: 171px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body > .activied {
  padding-left: 15px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_third_body > .activied > img {
  display: block;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_second_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0px 0;
  flex-wrap: wrap;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_second_body > a {
  width: 270px;
  height: 45px;
  background-color: #C6CAD6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #222;
  transition: all ease-in-out 0.2s;
  margin-bottom: 10px;
}
/*.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_second_body > a > img {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  position: absolute;
  left: 10px;
}*/
.bodyContainer .part1 .hot_part_body .left_container .nav_second .nav_second_body > a:hover {
  background-color: #EDDBA9;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third {
  margin-top: 5px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .header {
  color: #20110F;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .header::after {
  content: '';
  width: 3px;
  height: 15px;
  background-color: #C4A859;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body > a {
  width: 171px;
  height: 45px;
  background-color: #C6CAD6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 5px 0;
  margin-top: 0;
  color: #222;
  transition: all ease-in-out 0.1s;
}
/*.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body > a > img {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  position: absolute;
  left: 10px;
}*/
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body > a .marginLeft {
  margin-left: 20px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body > a:hover {
  background-color: #EDDBA9;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body::after {
  content: '';
  width: 171px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body > .activied {
  padding-left: 15px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_third_body > .activied > img {
  display: block;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_second_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0 0;
  flex-wrap: wrap;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_second_body > a {
  width: 270px;
  height: 45px;
  background-color: #C6CAD6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #222;
  transition: all ease-in-out 0.2s;
  margin-bottom: 10px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_second_body > a > img {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  position: absolute;
  left: 10px;
}
.bodyContainer .part1 .hot_part_body .left_container .nav_third .nav_second_body > a:hover {
  background-color: #EDDBA9;
}
.bodyContainer .part1 .hot_part_body .swiper-container {
  width: 540px;
  height: 300px;
  margin-right: 0;
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  /* 两种都可以 */
}
.bodyContainer .part1 .hot_part_body .swiper-container .swiper_img_container > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part2 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.bodyContainer .part2 .top_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 5px solid #C1494A;
  margin-top: 40px;
}
.bodyContainer .part2 .top_title > div:nth-child(2) {
  cursor: pointer;
}
.bodyContainer .part2 .top_title > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bodyContainer .part2 .top_title > div .title_icon {
  width: 27px;
  height: 29px;
}
.bodyContainer .part2 .top_title > div .title_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part2 .top_title > div .more_icon {
  width: 26px;
  height: 26px;
}
.bodyContainer .part2 .top_title > div .more_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part2 .top_title > div .title_font {
  font-weight: bold;
  color: #020014;
  font-size: 30px;
  margin-left: 20px;
}
.bodyContainer .part2 .top_title > div .more_font {
  color: #41434B;
  font-size: 16px;
  margin-right: 10px;
}
.bodyContainer .part2 .navLink {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 65px;
  border-top: 1px solid #C1494A;
  margin-top: 5px;
}
.bodyContainer .part2 .navLink > .part2_nav {
  padding: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.bodyContainer .part2 .navLink > .part2_nav:hover {
  color: #fff;
  background-color: #C1494A;
}
.bodyContainer .part2 .navLink > .actived {
  color: #fff;
  background-color: #C1494A;
}
.bodyContainer .part2 .part2_body {
  margin-top: 25px;
}
.bodyContainer .part2 .part2_body > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.bodyContainer .part2 .part2_body > div .banner_img {
  width: 230px;
  height: 370px;
  position: relative;
  overflow: hidden;
}
.bodyContainer .part2 .part2_body > div .banner_img > img {
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.2s;
}
.bodyContainer .part2 .part2_body > div .banner_img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.bodyContainer .part2 .part2_body > div .banner_img:hover > img {
  transform: scale(1.2);
}
.bodyContainer .part2 .part2_body > div .link_container {
  width: 405px;
  height: 370px;
  overflow: hidden;
}
.bodyContainer .part2 .part2_body > div .link_container > a:last-child {
  margin-bottom: 0;
}
.bodyContainer .part2 .part2_body > div .link_container > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bodyContainer .part2 .part2_body > div .link_container > div .linkItem {
  width: 192px;
  height: 65px;
  background-color: #D0D3E0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  margin-bottom: 11px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.bodyContainer .part2 .part2_body > div .link_container > div .linkItem:hover {
  background-color: #EDDBA9;
}
.bodyContainer .part2 .part2_body > div .link_container > div > .actived {
  background-color: #EDDBA9;
}
.bodyContainer .part2 .part2_body > div .link_container > a {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  position: relative;
  background-color: #D0D3E0;
  cursor: pointer;
  margin-bottom: 11px;
}
.bodyContainer .part2 .part2_body > div .link_container > a:hover {
  background-color: #EDDBA9;
}
.bodyContainer .part2 .part2_body > div .link_container img {
  width: 45px;
  height: 45px;
  /*border: 1px solid #fff;*/
  position: absolute;
  left: 10px;
}
.bodyContainer .part2 .part2_body > div .link_container > a:last-child {
  margin-bottom: 0;
}
.bodyContainer .part2 .part2_body > div .video_container {
  width: 465px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item {
  width: 225px;
  height: 175px;
  border: 1px solid #9AA3C4;
  margin-bottom: 20px;
  display: block;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item .img_container {
  width: 100%;
  height: 125px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item .img_container > .video_bg {
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.2s;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item .img_container .playtype1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item .img_container .playtype2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item .img_container::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item:hover .video_bg {
  transform: scale(1.2);
}
.bodyContainer .part2 .part2_body > div .video_container .video_item:hover .playtype1 {
  display: none;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item:hover .playtype2 {
  display: block;
}
.bodyContainer .part2 .part2_body > div .video_container .video_item .text_container {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 0 10px;
  padding-top: 7px;
}
.bodyContainer .part3 {
  width: 100%;
}
.bodyContainer .part3 .top_title {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-top: 10px;
}
.bodyContainer .part3 .top_title > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bodyContainer .part3 .top_title > div .title_icon {
  width: 25px;
  height: 20px;
}
.bodyContainer .part3 .top_title > div .title_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part3 .top_title > div .more_icon {
  width: 26px;
  height: 26px;
}
.bodyContainer .part3 .top_title > div .more_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part3 .top_title > div .title_font {
  font-weight: bold;
  color: #020014;
  font-size: 30px;
  margin-left: 20px;
}
.bodyContainer .part3 .top_title > div .tips {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C4A859;
}
.bodyContainer .part3 .body_container {
  width: 100%;
  background-color: #F3F3F3;
  padding-bottom: 25px;
}
.bodyContainer .part3 .body_container .select_role {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.bodyContainer .part3 .body_container .select_role .role_nav {
  display: flex;
  width: 100%;
  padding: 25px 0;
  justify-content: space-between;
}
.bodyContainer .part3 .body_container .select_role .role_nav > div {
  font-size: 18px;
  color: #546080;
  cursor: pointer;
}
.bodyContainer .part3 .body_container .select_role .role_nav > .actived {
  color: #C1494A;
}
.bodyContainer .part3 .body_container .select_role .role_list {
  display: flex;
  overflow: auto;
  margin-top: 20px;
  flex-wrap: wrap;
}
.bodyContainer .part3 .body_container .select_role .role_list .role_item {
  width: 83px;
  height: 130px;
  margin-right: 31px;
  cursor: pointer;
}
.bodyContainer .part3 .body_container .select_role .role_list .role_item .role_img_container {
  width: 83px;
  height: 83px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #d3d1de;
}
.bodyContainer .part3 .body_container .select_role .role_list .role_item .role_img_container > img {
  width: 90%;
  height: 90%;
}
.bodyContainer .part3 .body_container .select_role .role_list .role_item p {
  text-align: center;
  padding-top: 10px;
  color: #546080;
  font-size: 14px;
}
.bodyContainer .part3 .body_container .select_role .role_list .role_item:hover {
  background: url('//img-cos.colg.cn/uploads/images/202109/202109141502299711.png/ori_png') center center no-repeat;
}
.bodyContainer .part4 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 35px;
}
.bodyContainer .part4 .top_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.bodyContainer .part4 .top_title > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bodyContainer .part4 .top_title > div .title_icon {
  width: 31px;
  height: 31px;
}
.bodyContainer .part4 .top_title > div .title_icon > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part4 .top_title > div .title_font {
  font-weight: bold;
  color: #020014;
  font-size: 30px;
  margin-left: 20px;
}
.bodyContainer .part4 .growth_route {
  display: flex;
  justify-content: space-between;
}
.bodyContainer .part4 .growth_route .edition1,
.bodyContainer .part4 .growth_route .edition2 {
  width: 365px;
  background-color: #f1f1f5;
  padding-bottom: 20px;
}
.bodyContainer .part4 .growth_route .edition1 .top_banner,
.bodyContainer .part4 .growth_route .edition2 .top_banner {
  width: 100%;
  height: 90px;
  position: relative;
}
.bodyContainer .part4 .growth_route .edition1 .top_banner .edition_text,
.bodyContainer .part4 .growth_route .edition2 .top_banner .edition_text {
  position: absolute;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.bodyContainer .part4 .growth_route .edition1 .top_banner .bg_img,
.bodyContainer .part4 .growth_route .edition2 .top_banner .bg_img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part4 .growth_route .edition1 .top_banner .role,
.bodyContainer .part4 .growth_route .edition2 .top_banner .role {
  position: absolute;
  right: -10px;
  top: -36px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .desc_container,
.bodyContainer .part4 .growth_route .edition2 .route_detail .desc_container {
  padding: 20px 25px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .desc_container > p,
.bodyContainer .part4 .growth_route .edition2 .route_detail .desc_container > p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #020014;
  line-height: 25px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container {
  padding: 0 10px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step1,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step1 {
  width: 339px;
  height: 38px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transition: all ease-in-out 0.2s;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step1 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step1 > a {
  width: 329px;
  height: 31px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  color: #3C4870;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step1:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step1:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2 {
  width: 338px;
  height: 58px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2 > a {
  width: 329px;
  height: 48px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2 > a > p:nth-child(1),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2 > a > p:nth-child(1) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2 > a > p:nth-child(2),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2 > a > p:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step2::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step2::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left {
  position: relative;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1 {
  width: 142px;
  height: 58px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 45px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1 > a {
  width: 135px;
  height: 51px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1 > a > p:nth-child(1),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1 > a > p:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1 > a > p:nth-child(2),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1 > a > p:nth-child(2) {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3C4870;
  line-height: 25px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step1::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step1::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step2,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step2 {
  width: 142px;
  height: 38px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 45px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step2 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step2 > a {
  width: 135px;
  height: 31px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step2:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step2:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step2::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step2::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step2::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step2::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step3,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step3 {
  width: 142px;
  height: 38px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 45px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step3 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step3 > a {
  width: 135px;
  height: 31px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step3:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step3:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step3::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step3::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left .left_step3::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left .left_step3::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .left::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .left::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 28px;
  border-bottom: 3px solid #5069B8;
  border-left: 3px solid #5069B8;
  left: 50%;
  bottom: -43px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right {
  position: relative;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1 {
  width: 180px;
  height: 78px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 130px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1 > a {
  width: 169px;
  height: 68px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1 > a > p,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1 > a > p {
  padding: 0 10px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1 > a > p:nth-child(1),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1 > a > p:nth-child(1) {
  font-weight: 400;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1 > a > p:nth-child(2),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1 > a > p:nth-child(2) {
  font-weight: bold;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right .right_step1::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right .right_step1::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 108px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .step3 .right::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .step3 .right::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 89px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  right: 50%;
  bottom: -43px;
  transform: translate(4px, 0px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp4,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp4 {
  width: 337px;
  height: 58px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp4 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp4 > a {
  width: 328px;
  height: 50px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp4 > a > p:nth-child(2),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp4 > a > p:nth-child(2) {
  font-weight: bold;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp4::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp4::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 47%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp4::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp4::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 47%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp4:hover > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp4:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp5,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp5 {
  width: 142px;
  height: 58px;
  border: 1px solid #FC9F3B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  transform: translateX(-10px);
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp5 > a,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp5 > a {
  width: 135px;
  height: 52px;
  background: #CAAC6C;
  border: 1px solid #E0E4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp5 > a > p:nth-child(2),
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp5 > a > p:nth-child(2) {
  font-weight: bold;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp5::before,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp5::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition1 .route_detail .route_container .setp5::after,
.bodyContainer .part4 .growth_route .edition2 .route_detail .route_container .setp5::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition3 {
  width: 365px;
  background-color: #f1f1f5;
  padding-bottom: 20px;
}
.bodyContainer .part4 .growth_route .edition3 .top_banner {
  width: 100%;
  height: 90px;
  position: relative;
}
.bodyContainer .part4 .growth_route .edition3 .top_banner .edition_text {
  position: absolute;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.bodyContainer .part4 .growth_route .edition3 .top_banner .bg_img {
  width: 100%;
  height: 100%;
}
.bodyContainer .part4 .growth_route .edition3 .top_banner .role {
  position: absolute;
  right: -10px;
  top: -36px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .desc_container {
  padding: 20px 25px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .desc_container > p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #020014;
  line-height: 25px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container {
  padding: 0 10px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2 {
  width: 338px;
  height: 58px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2 > a {
  width: 329px;
  height: 48px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2 > a > p:nth-child(1) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2 > a > p:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2::before {
  content: '';
  position: absolute;
  display: block;
  width: 187px;
  height: 3px;
  border-bottom: none;
  border-right: none;
  transform: translate(-101px, 21px);
  top: 110%;
  left: 50%;
  background: #5069B8;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step2::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 20px;
  background: #5069B8;
  left: 48%;
  top: 100%;
  transform: translate(1px, 8px);
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left {
  position: relative;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1 {
  width: 142px;
  height: 58px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 210px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1 > a {
  width: 135px;
  height: 51px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1 > a > p:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1 > a > p:nth-child(2) {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3C4870;
  line-height: 25px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 170px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left .left_step1:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .left::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-bottom: 3px solid #5069B8;
  border-left: 3px solid #5069B8;
  left: 50%;
  bottom: -110px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right {
  position: relative;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1 {
  width: 180px;
  height: 78px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 200px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1 > a {
  width: 169px;
  height: 68px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3C4870;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1 > a > p {
  padding: 0 10px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1 > a > p:nth-child(1) {
  font-weight: 400;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1 > a > p:nth-child(2) {
  font-weight: bold;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right .right_step1::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 162px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .step3 .right::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  right: 50%;
  bottom: -110px;
  transform: translate(4px, 0px);
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp4 {
  width: 337px;
  height: 58px;
  border: 1px solid #BDC5E1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  margin-top: 148px;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp4 > a {
  width: 328px;
  height: 50px;
  background: #D0D3E0;
  border: 1px solid #E0E4EF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp4 > a > p:nth-child(2) {
  font-weight: bold;
  color: #3C4870;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp4:hover > a {
  background-color: #C5CCE9;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp4::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 47%;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp4::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 47%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp5 {
  width: 142px;
  height: 58px;
  border: 1px solid #FC9F3B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  transform: translateX(-10px);
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp5 > a {
  width: 135px;
  height: 52px;
  background: #CAAC6C;
  border: 1px solid #E0E4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp5 > a > p:nth-child(2) {
  font-weight: bold;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp5::before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #5069B8;
  border-right: 3px solid #5069B8;
  transform: rotate(45deg) translate(-50%, 0);
  top: -22px;
  left: 50%;
}
.bodyContainer .part4 .growth_route .edition3 .route_detail .route_container .setp5::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 21px;
  background: #5069B8;
  left: 50%;
  bottom: 100%;
  transform: translate(1px, -12px);
}
.bodyContainer .footer_bar {
  width: 100%;
  height: 330px;
  position: relative;
  background: url('//img-cos.colg.cn/uploads/images/202109/202109141448454340.png/ori_png') center center no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.bodyContainer .footer_bar .footer_container {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
  position: relative;
}
.bodyContainer .footer_bar .footer_container .code_container {
  width: 461px;
  height: 228px;
  position: absolute;
  top: -62px;
  left: -55px;
}
.bodyContainer .footer_bar .footer_container .code_container > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .footer_bar .footer_container .code_container .qrcode_container {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 168px;
  top: 0;
}
.bodyContainer .footer_bar .footer_container .code_container .qrcode_container > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 37px;
}
.bodyContainer .footer_bar .footer_container .code_container .code_text {
  width: 130px;
  height: 28px;
  position: absolute;
  left: 168px;
  top: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: Microsoft YaHei;
}
.bodyContainer .footer_bar .footer_container .footer_text_container {
  width: 430px;
  height: 120px;
  position: absolute;
  bottom: 45px;
  left: -40px;
  font-size: 14px;
  color: #38446A;
}
.bodyContainer .footer_bar .footer_container .footer_text_container > p {
  line-height: 27px;
  text-align: center;
}
.bodyContainer .footer_bar .footer_container .footer_text_container .download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}
.bodyContainer .footer_bar .footer_container .footer_text_container .download img {
  width: 109px;
  height: 32px;
  margin: 0 10px;
  cursor: pointer;
}
.bodyContainer .footer_bar .footer_container .adver {
  width: 740px;
  height: 172px;
  position: absolute;
  right: 0;
  bottom: 45px;
  border: 3px solid #e1e1e9;
  border-radius: 5px;
}
.bodyContainer .footer_bar .footer_container .adver > img {
  width: 100%;
  height: 100%;
}
.bodyContainer .footer_bar .qrCode {
  position: absolute;
  left: 450px;
  background-color: rebeccapurple;
  top: 30px;
  width: 136px;
  height: 130px;
}
.swiper-pagination-bullet-active {
  background: url('//img-cos.colg.cn/uploads/images/202109/202109141502292698.png/ori_png') center center no-repeat !important;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .slide-wrapper {
    display: none;
  }
}