/* 产品 BOSS - main content - 统一样式 start */
.boss_main_content .fx_box {
  display: flex;
}
.boss_main_content .fx_box_w1 {
  flex: 1;
}
.boss_main_content .fx_jusbe_box {
  display: flex;
  justify-content: space-between;
}
.boss_main_content .fx_start_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.boss_main_content .fx_start_no_wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.boss_main_content .fx_center_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* .boss_main_content img {
  width: 100%;
  height: 100%;
} */

.boss_main_content .mr_10 {
  margin-right: 10px;
}
/* 产品 BOSS - main content - 统一样式 end */

/* 展示图区域 start */
.main_show_img {
  height: 320px;
  min-width: 1200px;
  position: relative;
  margin-bottom: 134px;
}
.main_show_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 展示图区域 end */

.boss_main_content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 100px;
}

/* 难题管理 start */
.boss_main_content .main_major_area .major_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin: 60px 0 60px 0;
}
.boss_main_content .major_serve_list ul > li {
  width: 168px;
}
.boss_main_content .major_serve_list ul > li .major_serve_whole_content {
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
/* seat_div 的展开效果 start */
.boss_main_content .major_serve_list ul > li .major_serve_whole_content .seat_div {
  width: 0;
  height: 4px;
  border-radius: 4px;
  background: #1980DC;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  transition: width 600ms;
  -webkit-transition: width 600ms;
  -moz-transition: width 600ms;
  -o-transition: width 600ms;
}
.boss_main_content .major_serve_list ul > li .major_serve_whole_content:hover .seat_div {
  width: 32px
}
/* seat_div 的展开效果 end */
.boss_main_content .major_serve_list .serve_svg_box {
  width: 120px;
  height: 120px;
  background: #1980DC;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  box-shadow: 0 15px 30px 0 rgba(25,128,220,0.30);
}
.boss_main_content .major_serve_list .serve_svg_box img {
  width: 40px;
  height: 40px;
}
.boss_main_content .major_serve_list .serve_desc {
  font-size: 14px;
  color: #666E74;
  text-align: center;
  margin-top: 30px;
}
/* 难题管理 end */

/* BOSS校长破解难题之道 start */
.boss_main_content .main_product_serve_area .product_serve_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}
.boss_main_content .main_product_serve_area .product_desc_box {
  padding-top: 84px;
  flex: 1;
}
.boss_main_content .main_product_serve_area .product_desc_box .product_serve_box_num {
  width: 46px;
  height: 44px;
  padding-left: 10px;
}
.boss_main_content .main_product_serve_area .product_desc_box .product_serve_box_title {
  font-size: 18px;
  color: #111111;
  margin-top: 19px;
  margin-bottom: 10px;
  padding-left: 9px;
}
.boss_main_content .main_product_serve_area .product_desc_box .product_serve_box_desc {
  font-size: 14px;
  color: #666E74;
  line-height: 2;
}
.boss_main_content .main_product_serve_area .product_img_box {
  width: 600px;
  height: 300px;
  /* background: #D8D8D8; */
}
.boss_main_content .main_product_serve_area .product_img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.boss_main_content .main_product_serve_area .product_spe_ml {
  padding-left: 60px;
  padding-top: 64px;
}
.boss_main_content .main_product_serve_area .product_desc_box .num_spe_02 {
  width: 63px;
  height: 44px;
  padding-left: 10px;
}
.boss_main_content .main_product_serve_area .product_desc_box .num_spe_03 {
  width: 63px;
  height: 44px;
}
.boss_main_content .main_product_serve_area .product_desc_box .num_spe_04 {
  width: 66px;
  height: 44px;
}
.boss_main_content .main_product_serve_area .product_desc_box .num_spe_05 {
  width: 63px;
  height: 44px;
  padding-left: 10px;
}
.boss_main_content .main_product_serve_area .product_desc_box .num_spe_06 {
  width: 63px;
  height: 44px;
}
/* BOSS校长破解难题之道 end */

/* 功能列表 start */
.boss_main_content .main_fun_list .fun_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  padding: 100px 0 60px 0;
}
.boss_main_content .fun_list ul > li .major_serve_whole_content {
  width: 175px;
  height: 230px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  padding: 40px 24px 0 24px;
}
.boss_main_content .fun_list .serve_svg_box {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boss_main_content .fun_list .serve_title {
  margin: 20px 0;
  font-size: 18px;
  color: #111111;
}
.boss_main_content .fun_list .serve_desc {
  font-size: 14px;
  color: #666E74;
}
/* 功能列表 end */

/* 产品形式 start */
.boss_main_content .main_product_type .type_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  padding: 100px 0 50px 0;
}
.boss_main_content .main_product_type .type_content {
  width: 100%;
  text-align: center;
}
.boss_main_content .main_product_type .type_content .spe_1 {
  width: 380px;
}
.boss_main_content .main_product_type .type_content .type_item p {
  font-size: 18px;
  color: #999999;
}
.boss_main_content .main_product_type .type_content .spe_1 p {
  margin-top: 57px;
}
.boss_main_content .main_product_type .type_content .spe_2 {
  width: 351px;
}
.boss_main_content .main_product_type .type_content .spe_2 p {
  margin-top: 38px;
}
.boss_main_content .main_product_type .type_content .spe_3 {
  width: 366px;
  height: 260px;
}
.boss_main_content .main_product_type .type_content .spe_3 p {
  margin-top: 39px;
}
.boss_main_content .main_product_type .type_content .spe_1 div {
  width: 380px;
  height: 237px;
}
.boss_main_content .main_product_type .type_content .spe_2 div {
  width: 351px;
  height: 257px;
}
.boss_main_content .main_product_type .type_content .spe_3 div {
  width: 366px;
  height: 259px;
}
/* .boss_main_content .main_product_type .type_content .spe_3 img {
  width: 100%;
  height: 100%;
} */
/* 产品形式 end */

/* 产品优势 start */
.boss_main_content .main_product_advantage .idea_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 100px;
}
.boss_main_content .main_product_advantage .idea_content_top {
  display: flex;
  justify-content: space-between;
}
.boss_main_content .main_product_advantage .idea_content_1 {
  width: 380px;
  height: 204px;
  background: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.boss_main_content .main_product_advantage .idea_content_1 .content_left_text {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 2;
}
.boss_main_content .main_product_advantage .idea_content_1 .content_left_text .left_text_p_title {
  margin-bottom: 19px;
  font-size: 18px;
  color: #111111;
  margin-left: 8px;
}
.boss_main_content .main_product_advantage .idea_content_1 .content_left_text .left_text_p_desc {
  font-size: 14px;
  color: #666E74;
}
.boss_main_content .main_product_advantage .idea_content_1 .idea_content_right_pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
.boss_main_content .main_product_advantage .idea_content_1 .idea_content_right_pic img {
  opacity: 0.7;
}
.boss_main_content .main_product_advantage .idea_content_1:hover .idea_content_right_pic img {
  opacity: 1;
}
/* 产品优势 end */

/* 服务流程 start */
.boss_main_content .main_serve_process .process_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  padding: 100px 0 60px 0;
}
.boss_main_content .main_serve_process .process_item {
  display: flex;
  align-items: center;
}
.boss_main_content .main_serve_process .process_item p {
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  background: #F8FAFC;
  border-radius: 50%;
  margin-right: 28px;
  font-size: 14px;
  color: #666E74;
}
.boss_main_content .main_serve_process .process_item div {
  width: 32px;
  height: 32px;
}
/* 服务流程 end */