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

.serve_support_style {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 服务与支持 - main content start */

/* 十维服务，十分满意 start */
.serve_support_style .main_serve_after_area .serve_after_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin-bottom: 60px;
}
.serve_support_style .main_serve_after_area .serve_after_list {
  width: 100%;
  height: 300px;
  padding: 71px 57px 60px 130px;
  background: url('/style/images/serve_after.png') no-repeat center center;
  background-size: cover;
}
.serve_support_style .main_serve_after_area .serve_after_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.serve_support_style .main_serve_after_area .serve_after_list li {
  width: 120px;
  margin-right: 70px;
  text-align: center;
  margin-bottom: 37px;
  color: #FFFFFF;
}
.serve_support_style .main_serve_after_area .serve_after_list li p {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 3px;
}
.serve_support_style .main_serve_after_area .serve_after_list li.no_mrbtm {
  margin-bottom: 0;
}
.serve_support_style .main_serve_after_area .serve_after_list li img {
  width: 120px;
  height: 40px;
}
/* 十维服务，十分满意 end */

/* 标准化服务流程，让客户快速上手 start */
.serve_support_style .main_advantage_area {
  margin-top: 100px;
}
.serve_support_style .main_advantage_area .advantage_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin-bottom: 60px;
}
.serve_support_style .advantage_list {
  padding: 0 100px;
}
.serve_support_style .advantage_list ul {
  display: flex;
  justify-content: space-between;
}
/* li 的样式 && 过渡动画 start */
.serve_support_style .advantage_list ul > li {
  width: 160px;
  height: 220px;
  box-sizing: border-box;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
  padding-top: 40px;
  padding-left: 30px;
  /* 过渡动画 */
  position: relative;
}
/* li 的样式 && 过渡动画 end */

/* advantage_svg_box 的样式 && 过渡动画 start */
.serve_support_style .advantage_list ul > li .advantage_svg_box {
  width: 50px;
  height: 35px;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
}
.serve_support_style .advantage_list .advantage_svg_box img {
  width: 100%;
  height: 100%;
}
.serve_support_style .advantage_list ul > li:hover .advantage_svg_box {
  opacity: 0;
}
/* advantage_svg_box 的样式 && 过渡动画 end */

/* advantage_card_title 的样式 && 过渡动画 start */
.serve_support_style .advantage_list ul > li .advantage_card_title {
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 18px;
  text-align: left;
  color: #111111;
  transition: margin-top 1s, color 1s;
  -webkit-transition: margin-top 1s, color 1s;
  -moz-transition: margin-top 1s, color 1s;
  -o-transition: margin-top 1s, color 1s;
}
.serve_support_style .advantage_list ul > li:hover .advantage_card_title {
  margin-top: -30px;
  color: #111111;
}
/* advantage_card_title 的样式 && 过渡动画 end */

/* advantage_p_desc 的样式 && 过渡动画 start */
.serve_support_style .advantage_list ul > li .advantage_p_desc_spe {
  position: absolute;
  left: 30px;
  right: 30px;
  text-align: left;
  color: #666E74;
  /* 过渡动画 */
  bottom: 0;
  opacity: 0;
  transition: bottom 1s, opacity 1s;
  -webkit-transition: bottom 1s, opacity 1s;
  -moz-transition: bottom 1s, opacity 1s;
  -o-transition: bottom 1s, opacity 1s;
}
.serve_support_style .advantage_list ul > li:hover .advantage_p_desc_spe {
  bottom: 35px;
  opacity: 1;
}
.serve_support_style .advantage_list ul > li .advantage_p_desc {
  position: absolute;
  left: 30px;
  right: 30px;
  text-align: left;
  color: #666E74;
  /* 过渡动画 */
  bottom: 0;
  opacity: 0;
  transition: bottom 700ms, opacity 1s;
  -webkit-transition: bottom 700ms, opacity 1s;
  -moz-transition: bottom 700ms, opacity 1s;
  -o-transition: bottom 700ms, opacity 1s;
}
.serve_support_style .advantage_list ul > li:hover .advantage_p_desc {
  bottom: 55px;
  opacity: 1;
}
/* advantage_p_desc 的样式 && 过渡动画 end */

/* seat_box 的样式 && 过渡动画 start */
.serve_support_style .advantage_list ul > li .seat_box {
  width: 16px;
  height: 2px;
  background: #1980DC;
  border-radius: 1px;
  opacity: 1;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
}
.serve_support_style .advantage_list ul > li:hover .seat_box {
  opacity: 0;
}
/* seat_box 的样式 && 过渡动画 end */

/* 标准化服务流程，让客户快速上手 end */

/* 系统视频平台，客户自主好帮手 start */
.serve_support_style .sys_customer {
  margin-top: 100px;
}
.serve_support_style .sys_customer .sys_title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
}
.serve_support_style .sys_customer .sys_content {
  display: flex;
  flex-wrap: wrap;
}
.serve_support_style .sys_customer .sys_content .sys_content_item {
  width: 240px;
  height: 164px;
  box-sizing: border-box;
  padding-top: 26px;
  margin: 20px 0;
}
.serve_support_style .sys_customer .sys_content .sys_content_item:hover {
  background: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
}
.serve_support_style .sys_customer .sys_content_item .item_icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.serve_support_style .sys_customer .sys_content_item .item_title {
  font-size: 18px;
  color: #111111;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
}
.serve_support_style .sys_customer .sys_content_item .item_desc {
  font-size: 14px;
  color: #666E74;
  text-align: center;
}
/* 系统视频平台，客户自主好帮手 end */

/* 十年历程，实施足迹遍布祖国大江南北 start */
.serve_support_style .map_album {
  margin-top: 80px;
  margin-bottom: 100px;
}
.serve_support_style .map_album .title {
  font-size: 32px;
  color: #111111;
  text-align: center;
  margin-bottom: 60px;
}
.serve_support_style .map_album .map {
  /* width: 720px; */
  height: 1274px;
  margin: 0 auto;
  background: url('/style/images/serve_support/map@2x.webp') no-repeat center center;
  background-size: cover;
  /* padding-top: 120px; */
}
.serve_support_style .map_album .map .random_area {
  /* background: cornsilk; */
  width: 640px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
.serve_support_style .map_album .map .img_box {
  width: 90px;
  height: 70px;
  animation: map-album-scale 1s linear;
}
.serve_support_style .map_album .map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 十年历程，实施足迹遍布祖国大江南北 end */

/* 服务与支持 - main content end */