.kscore_value_phone,
.kskicp_footer_phone,
.ksadvantage_box_phone,
.ksscenes_phone,
.kscasestudy_box_phone {
  display: none;
}
/*loading_page_banner start*/
.loading_page_banner {
  position: relative;
  height: 550px;
}
.loading_page_banner .loading_page_banner_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  width: 100%;
  height: 100%;
  background: url("../images/kicp/pc/banner.png") no-repeat center;
  overflow: hidden;
  background-size: cover;
}
.loading_page_banner .loading_page_banner_box {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -603px;
  margin-top: -134px;
}
.loading_page_banner .loading_page_banner_box h2 {
  color: #fefefe;
  font-size: 43px;
  font-weight: 500;
  display: block;
  margin-bottom: 44px;
  letter-spacing: 3px;
}
.loading_page_banner .loading_page_banner_info {
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  width: 610px;
  height: 120px;
  letter-spacing: 1px;
}

.loading_page_banner .loading_page_banner_info b {
  color: #05ccb7;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}

/*loading_page_banner end*/
/* .ksinherit_box start */
.ksinherit_box {
  width: 100%;
  margin: 45px 0 80px;
}
.ksinherit_box_p p {
  font-size: 32px;
  font-weight: bold;
  color: #3e3e3e;
  line-height: 32px;
  margin-bottom: 29px;
}
.ksinherit_box_p span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 20px;
  margin-bottom: 50px;
}
/* .ksinherit_box end */
/* .kscore_value start */
.kscore_value {
  width: 100%;
  padding-top: 70px;
  height: 640px;
  position: relative;
}
.kscore_value > p {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 41px;
  margin-bottom: 29px;
}
.kscore_value .ksinherit_box_img {
  width: 921px;
  height: 570px;
  margin: auto;
  background: url("../images/kicp/pc/core_bg.png") no-repeat center;
  background-size: 921px 319px;
  background-position: bottom;
  display: flex;
  justify-content: center;
  opacity: 0.3;
}
.ksinherit_box_info {
  width: 1200px;
  display: flex;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ksinherit_box_info .ksinherit_box_img_right {
  width: 550px;
  margin-left: 50px;
}
.ksinherit_box_img_right .kscore_value_title {
  width: 526px;
  font-size: 18px;
  color: #000000;
  line-height: 31px;
  text-align: left;
}
.ksinherit_box_img_right .kscore_value_info {
  margin-top: 42px;
}
.ksinherit_box_img_right .kscore_value_info div {
  display: flex;
  margin-bottom: 20px;
}

.ksinherit_box_img_right .kscore_value_info img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.ksinherit_box_img_right .kscore_value_info p {
  width: 476px;
  font-size: 16px;
  color: #000000;
  line-height: 31px;
  text-align: left;
}
/* .kscore_value end */

/* ksadvantage_box start */
.ksadvantage_box {
  padding-top: 80px;
  height: 750px;
  background: #2d3134;
  margin: auto;
  position: relative;
}
.ksadvantage_box .ksadvantage_box_head {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 41px;
  margin-bottom: 48px;
}
.ksadvantage_box .ksadvantage_box_middle {
  width: 430px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.ksadvantage_box .ksadvantage_box_middle .ksadvantage_box_middle_top {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 41px;
  cursor: pointer;
}
.ksadvantage_box .ksadvantage_box_middle .ksadvantage_box_middle_cur {
  font-size: 30px;
  font-weight: bold;
  color: #05ccb7;
  line-height: 41px;
  cursor: pointer;
  position: relative;
}
.ksadvantage_box .ksadvantage_box_middle .ksadvantage_box_middle_cur::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 6px;
  background: #05ccb7;
  border-radius: 3px;
  cursor: pointer;
  bottom: -16px;
  left: 0px;
}

.ksadvantage_box .ksintelligent_vehicle_scenarios_box {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 472px;
  margin-bottom: 60px;
  align-items: center;
  display: none;
}
.ksadvantage_box .ksintelligent_vehicle_scenarios_box_cur {
  display: flex;
}
.ksintelligent_vehicle_scenarios_list {
  height: 290px;
  width: 280px;
  background: #383d41;
  padding: 95px 30px 0;
  transition: all 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  background-size: cover;
  margin-right: 27px;
}
.ksintelligent_vehicle_scenarios_list.ksintelligent_vehicle_scenarios_current {
  padding: 0px 42px 0;
  background: url("../images/kicp/pc/frame.png") no-repeat;
}

.ksintelligent_vehicle_scenarios_list.ksintelligent_vehicle_scenarios_current
  .ksintelligent_vehicle_scenarios_logo {
  opacity: 0;
}
.ksintelligent_vehicle_scenarios_list.ksintelligent_vehicle_scenarios_current
  .ksintelligent_vehicle_scenarios_summary
  h3 {
  margin-bottom: 20px;
}
.ksintelligent_vehicle_scenarios_list.ksintelligent_vehicle_scenarios_current
  .ksintelligent_vehicle_scenarios_summary
  .ksintelligent_vehicle_scenarios_line {
  opacity: 1;
}
.ksintelligent_vehicle_scenarios_list.ksintelligent_vehicle_scenarios_current
  .ksintelligent_vehicle_scenarios_summary
  p {
  opacity: 1;
}
.ksadvantage_box .ksintelligent_vehicle_scenarios_box_info {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
}
.ksadvantage_box .ksintelligent_vehicle_scenarios_box_info_list {
  height: 180px;
  width: 500px;
  margin: 0 24px 20px 0;
  display: flex;
  box-sizing: border-box;
  padding: 45px 45px;
  transition: all 0.5s;
  cursor: pointer;
}
.ksadvantage_box .ksintelligent_vehicle_scenarios_box_info_list:hover {
  border: 1px solid #05ccb7;
}
.ksadvantage_box .right {
  width: 320px;
  text-align: left;
  color: #ffffff;
  margin: 15px 0 0 20px;
}
.ksadvantage_box .right h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
/* ksadvantage_box end */
/* ksscenes start*/
.ksscenes {
  height: 793px;
  width: 100%;
  background: #000000;
  overflow: hidden;
}
.ksscenes .ksscenes_box {
  width: 100%;
  height: 793px;
  background: url("../images/kicp/pc/scenes.png") no-repeat center;
  margin: auto;
  overflow: auto;
  box-sizing: border-box;
}
.ksscenes .ksscenes_box .ksscenes_box_content{
  width: 1200px;
  margin:0 auto;
}
.ksscenes .ksscenes_box .ksscenes_box_title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 78px 0 58px 0;
}
.ksscenes .ksscenes_box .ksscenes_box_info {
  height: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ksscenes .ksscenes_box .ksscenes_box_info .ksscenes_box_info_box {
  width: 350px;
  height: 430px;
}
.ksscenes .ksscenes_box .ksscenes_box_info .ksscenes_box_info_left {
  width: 342px;
  height: 430px;
  background: rgba(255, 255, 255, 0.2);
}
.ksscenes .ksscenes_box .ksscenes_box_info .ksscenes_box_info_left ul li {
  height: 86px;
  width: 342px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 90px;
  cursor: pointer;
  position: relative;
}
.ksscenes .ksscenes_box .ksscenes_box_info .ksscenes_box_info_left ul li span {
  position: relative;
  z-index: 999;
}

.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_left
  ul
  li::before {
  content: "";
  width: 350px;
  height: 90px;
  background: url("../images/kicp/pc/01.png") no-repeat;
  background-size: 350px 90px;
  cursor: pointer;
  position: absolute;
  left: -4px;
  top: 0px;
  display: none;
}
.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_left
  ul
  li:nth-child(2)::before {
  background: url("../images/kicp/pc/02.png") no-repeat;
  background-size: 350px 90px;
}
.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_left
  ul
  li:nth-child(3)::before {
  background: url("../images/kicp/pc/03.png") no-repeat;
  background-size: 350px 90px;
}
.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_left
  ul
  li:nth-child(4)::before {
  background: url("../images/kicp/pc/04.png") no-repeat;
  background-size: 350px 90px;
}
.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_left
  ul
  li:nth-child(5)::before {
  background: url("../images/kicp/pc/05.png") no-repeat;
  background-size: 350px 90px;
}
.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_left
  ul
  li.ksscenes_box_info_left_show::before {
  display: block;
}

.ksscenes .ksscenes_box .ksscenes_box_info .ksscenes_box_info_right {
  width: 791px;
  height: 430px;
  display: none;
  position: relative;
}
.ksscenes .ksscenes_box .ksscenes_box_info .ksscenes_box_info_right_cur {
  display: block;
}

.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_right
  .ksscenes_box_info_right_top {
  width: 791px;
  height: 50px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 22px;
  box-sizing: border-box;
}
.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_right
  .ksscenes_box_info_right_top
  span {
  font-size: 20px;
  font-weight: bold;
  color: #37d6c5;
  line-height: 41px;
}

.ksscenes
  .ksscenes_box
  .ksscenes_box_info
  .ksscenes_box_info_right
  .ksscenes_box_info_right_info {
  width: 791px;
  height: 380px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  padding: 56px 10px 72px 79px;
  box-sizing: border-box;
}
.ksscenes .ksscenes_box_info_right_list {
  width: 300px;
  height: 70px;
  border: 1px solid #05ccb7;
  margin-right: 32px;
  margin-bottom: 30px;
  cursor: pointer;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 70px;
}
.ksscenes .ksscenes_box_info_right_info_footer {
  position: absolute;
  bottom: 40px;
  left: 78px;
  color: #ffffff;
}
.ksscenes .ksscenes_box_info_right_info_footer span{
    font-size: 20px;
    margin-left: 20px;
  }
.ksscenes .ksscenes_box_info_right_info_footer::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 20px;
    background: #05ccb7;
    position: absolute;
}
.btn {
  position: relative;
}

.btn:after,
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -2;
}

.btn:hover {
  z-index: 1;
  background: transparent;
}

.btn:before {
  transition: 0.3s;
  background: #37d6c5;
  z-index: -1;
}

.btn:hover:after,
.btn:hover:before {
  width: 100%;
}

.ksscenes .ksscenes_box_footer {
  width: 380px;
  height: 60px;
  background: #feab1a;
  cursor: pointer;
  margin: auto;
  margin-top: 56px;
  box-sizing: border-box;
}
.ksscenes .ksscenes_box_footer span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
/* ksscenes end*/
/* kscasestudy start */
.kscasestudy_box {
  width: 100%;
  height: 760px;
  position: relative;
  overflow: hidden;
}
.kscasestudy_box .kscasestudy_box_title {
  height: 196px;
}
.kscasestudy_box .kscasestudy_box_title span {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 196px;
}
.kscasestudy_box .kscasestudy_box_info {
  width: 100%;
  height: 564px;
  /* background: #2d3134; */
  margin: auto;
  display: none;
}
.kscasestudy_box .kscasestudy_box_info_cur {
  display: flex;
}
.kscasestudy_box .kscasestudy_box_info_left {
  width: 50%;
  height: 564px;
  padding-left: 360px;
  padding-top: 111px;
  box-sizing: border-box;
  background: #2d3134;
  text-align: left;
  position: relative;
}
.kscasestudy_box .kscasestudy_box_info_left .kscasestudy_box_info_position{
  position: absolute;
  top: 111px;
  right: 136px;
}
.kscasestudy_box .kscasestudy_box_info_left_title span {
  font-size: 30px;
  color: #ffffff;
  line-height: 41px;
}
.kscasestudy_box .kscasestudy_box_info_left_middle {
  margin-top: 35px;
  margin-bottom: 68px;
}
.kscasestudy_box .kscasestudy_box_info_left_middle span {
  display: block;
  width: 467px;
  height: 57px;
  font-size: 16px;
  color: #ffffff;
  line-height: 41px;
}
.kscasestudy_box .kscasestudy_box_info_left_footer {
  width: 160px;
  height: 305px;
}
.kscasestudy_box .kscasestudy_box_info_right {
  width: 50%;
  height: 564px;
}
.kscasestudy_box .kscasestudy_box_info_right img{
  width: 960px!important;
  height: 564px!important;
  max-width: 960px!important;
}
.kscasestudy_box .kscasestudy_box_footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  top: 95%;
  margin-left: -138px;
  display: flex;
}
.kscasestudy_box .kscasestudy_box_footer .kscasestudy_box_footer_init {
  width: 120px;
  height: 6px;
  background: #b5b5b5;
  border-radius: 3px;
  margin-right: 36px;
  cursor: pointer;
}
.kscasestudy_box .kscasestudy_box_footer .kscasestudy_box_footer_init:last-child{
  margin-right: 0;
}
.kscasestudy_box .kscasestudy_box_footer .kscasestudy_box_footer_cur {
  background: #05ccb7;
}

/* kscasestudy end */
/*ksservice_airobot_enterprise start*/
.ksservice_airobot_enterprise {
  width: 100%;
  min-width: 1200px;
  height: 686px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding-top: 63px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.ksservice_airobot_enterprise_text {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  line-height: 40px;
}
.ksservice_airobot_enterprise p {
  font-size: 20px;
  color: #9a9a9a;
  padding-top: 14px;
  padding-bottom: 30px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 26px;
}
.ksservice_airobot_enterprise_box {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  margin-top: 60px;
}
.ksservice_airobot_enterprise_box img {
  margin-top: 19px;
}
.ksservice_airobot_enterprise_phone {
  display: none;
}
.ksintelligent_vehicle_scenarios_list .ksintelligent_vehicle_scenarios_logo {
  height: 80px;
  margin-bottom: 20px;
  transition: all 0.5s;
  opacity: 1;
}
.ksintelligent_vehicle_scenarios_list
  .ksintelligent_vehicle_scenarios_logo
  img {
  height: 100%;
  width: auto;
}
.ksintelligent_vehicle_scenarios_list.ksintelligent_vehicle_scenarios_current
  .ksintelligent_vehicle_scenarios_logo {
  opacity: 0;
}
.ksintelligent_vehicle_scenarios_list
  .ksintelligent_vehicle_scenarios_summary
  h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  transition: all 0.5s;
}
.ksintelligent_vehicle_scenarios_list
  .ksintelligent_vehicle_scenarios_summary
  p {
  margin: auto;
  width: 196px;
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
  transition: all 0.5s;
  opacity: 0;
}
/*ksservice_airobot_enterprise end*/
/* kskicp_footer start */
.kskicp_footer {
  height: 700px;
  background: #000000;
}
.kskicp_footer .kskicp_footer_box {
  margin: auto;
  height: 100%;
  width: 100%;
  background: #2d3134;
}
.kskicp_footer .kskicp_footer_box_title {
  box-sizing: border-box;
  line-height: 200px;
}
.kskicp_footer .kskicp_footer_box_title span {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.kskicp_footer .kskicp_footer_box_info {
  margin: auto;
  width: 1200px;
  height: 235px;
  display: flex;
  margin-bottom: 120px;
}
.kskicp_footer .kskicp_footer_box_info_list {
  width: 238px;
  height: 234px;
  background: #383d41;
  margin-right: 2px;
  cursor: pointer;
  position: relative;
}
.kskicp_footer .kskicp_footer_box_info_list::before {
  content: "";
  width: 238px;
  height: 234px;
  cursor: pointer;
  position: absolute;
  background: #05ccb7;
  top: -5px;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.kskicp_footer .kskicp_footer_box_info_list:hover::before {
  opacity: 1;
}
.kskicp_footer .kskicp_footer_box_info_list div:first-child {
  width: 80px;
  height: 80px;
  margin-left: 125px;
  margin-top: 38px;
  margin-bottom: 60px;
  z-index: 999;
  position: relative;
}
.kskicp_footer .kskicp_footer_box_info_list div:nth-child(2) {
  padding: 0 48px 0px 30px;
  z-index: 999;
  position: relative;
}
.kskicp_footer .kskicp_footer_box_info_list div:nth-child(2) span {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.kskicp_footer .kskicp_footer_box_info_list div:nth-child(2) img {
  margin-left: 63px;
  margin-top: -9px;
}
.kskicp_footer .kskicp_footer_box_footer {
  margin: auto;
  width: 160px;
  height: 60px;
  background: #feab1a;
  cursor: pointer;
}
.kskicp_footer .kskicp_footer_box_footer span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
/* kskicp_footer end */
@media screen and (max-width: 520px) {
  .kscore_value,
  .ksadvantage_box,
  .ksscenes,
  .kscasestudy_box,
  .kskicp_footer {
    display: none;
  }

  /*loading_page_banner start*/
  .loading_page_banner {
    position: relative;
    top: -7px;
    height: 220px;
  }
  .loading_page_banner .loading_page_banner_bg {
    position: absolute;
    height: 220px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: url("../images/kicp/phone/phone_bg.png") no-repeat;
    background-size: cover;
  }
  .loading_page_banner .loading_page_banner_box {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -169px;
    margin-top: -60px;
  }
  .loading_page_banner .loading_page_banner_box div h2 {
    width: 225px;
    height: 98px;
    font-size: 20px;
    font-weight: 500;
    color: #fefefe;
    line-height: 30px;
  }
  .loading_page_banner .loading_page_banner_info {
    display: none;
  }
  /*loading_page_banner end*/
  /* kscore_value_phone start */
  .kscore_value_phone {
    display: block;
    /* height: 800px; */
  }
  .kscore_value_phone .ksinherit_box_p {
    margin: auto;
    height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 41px;
  }
  .kscore_value_phone .ksinherit_box_p p {
    font-size: 25px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 32px;
    margin-top: 10px;
  }
  .kscore_value_phone .ksinherit_box_p_title {
    padding: 0px 6%;
    height: 49px;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 5px;
  }
  .kscore_value_phone .kscore_value_info div {
    display: flex;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .kscore_value_phone .kscore_value_info div img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .kscore_value_phone .kscore_value_info div p {
    width: 82%;
    text-align: left;
    font-weight: bold;
  }
  .kscore_value_phone .ksinherit_box_img {
    z-index: 5;
    position: relative;
  }
  .kscore_value_phone .ksinherit_box_img_footer {
    top: -90px;
    z-index: 2;
    position: relative;
  }
  /* kscore_value_phone end */
  /* ksadvantage_box_phone start */
  .ksadvantage_box_phone {
    display: block;
    height: 800px;
    background: #2d3134;
    margin: -87px;
    overflow: auto;
  }
  .ksadvantage_box_phone .ksadvantage_box_head {
    margin: 40px 0 20px 0;
  }
  .ksadvantage_box_phone .ksadvantage_box_head p {
    height: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
  .ksadvantage_box_phone .ksadvantage_box_middle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ksadvantage_box_phone .ksadvantage_box_middle .ksadvantage_box_middle_top {
    width: 180px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }
  .ksadvantage_box_phone .ksadvantage_box_middle .ksadvantage_box_middle_cur {
    color: #05ccb7;
    position: relative;
  }
  .ksadvantage_box_phone
    .ksadvantage_box_middle
    .ksadvantage_box_middle_cur::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background: #05ccb7;
    border-radius: 3px;
    cursor: pointer;
    bottom: -16px;
    left: 50px;
  }
  .ksadvantage_box_phone .ksadvantage_box_phone_box {
    margin-top: 50px;
    display: none;
  }
  .ksadvantage_box_phone .ksadvantage_box_phone_box_cur {
    display: block;
  }
  .ksadvantage_box_phone .ksadvantage_box_phone_box_list {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
  }
  .ksadvantage_box_phone .ksadvantage_box_phone_box_list_logo {
    padding-left: 140px;
  }
  .ksadvantage_box_phone .ksintelligent_vehicle_scenarios_summary {
    width: 43%;
    text-align: left;
    margin-left: 20px;
    color: #ffffff;
  }
  .ksadvantage_box_phone .ksintelligent_vehicle_scenarios_summary h3 {
    margin-bottom: 10px;
  }

  /* ksadvantage_box_phone end */
  /* ksscenes_phone start */
  .ksscenes_phone {
    display: block;
    background: url("../images/kicp/phone/ksscenes_phone.png") no-repeat;
    height: 567px;
    background-size: cover;
  }
  .ksscenes_phone .ksscenes_phone_title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
  .ksscenes_phone .ksscenes_phone_title p {
    padding-top: 45px;
  }
  .ksscenes_phone .ksscenes_phone_change {
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    display: flex;
    padding: 0 60px;
    margin-bottom: 20px;
  }
  .ksscenes_phone .ksscenes_phone_change_left img,
  .ksscenes_phone .ksscenes_phone_change_right img {
    width: 25px;
    height: 30px;
    margin-top: 17px;
  }
  .ksscenes_phone .ksscenes_phone_change_content {
    position: relative;
    display: none;
  }
  .ksscenes_phone .ksscenes_phone_change_content_cur {
    display: block;
  }
  .ksscenes_phone .ksscenes_phone_change_content img {
    width: 225px;
    height: 60px;
    margin: 0 12px;
  }
  .ksscenes_phone .ksscenes_phone_change_content span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .ksscenes_phone .ksscenes_phone_info {
    height: 280px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.05);
    display: none;
  }
  .ksscenes_phone .ksscenes_phone_info_cur {
    display: block;
  }
  .ksscenes_phone .ksscenes_phone_info_title {
    height: 15px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  .ksscenes_phone .ksscenes_phone_info_title span {
    font-size: 14px;
    font-weight: bold;
    color: #37d6c5;
  }
  .ksscenes_phone .ksscenes_phone_info_content {
    padding: 35px 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ksscenes_phone .ksscenes_phone_info_content_list {
    width: 150px;
    height: 50px;
    border: 1px solid #05ccb7;
    margin-bottom: 20px;
  }
  .ksscenes_phone .ksscenes_phone_info_content_list span {
    color: #ffffff;
    line-height: 50px;
  }
  .ksscenes_phone .ksscenes_phone_info_content_footer {
    position: relative;
    text-align: left;
    padding-left: 31px;
    color: #ffffff;
  }
  .ksscenes_phone .ksscenes_phone_info_content_footer::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 14px;
    background: #05ccb7;
    left: 16px;
    top: 4px;
  }
  .ksscenes_phone .ksscenes_phone_footer {
    width: 280px;
    height: 45px;
    background: #feab1a;
    margin: auto;
    color: #fff;
    line-height: 45px;
    margin-top: 30px;
    font-size: 14px;
  }
  /* ksscenes_phone end */
  /* kscasestudy_box_phone start */
  .kscasestudy_box_phone {
    display: block;
    position: relative;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_title {
    margin: 45px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_info {
    display: none;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_info_cur {
    display: block;
  }

  .kscasestudy_box_phone .kscasestudy_box_phone_img {
    width: 100%;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_content {
    height: 350px;
    width: 100%;
    background: #2d3134;
    overflow: auto;
    color: #fff;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_content p:first-child {
    margin: 20px 0 15px 0;
    font-size: 20px;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_content p:nth-child(2) {
    margin: 20px 0 15px 0;
    font-size: 10px;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_change {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_list {
    width: 80px;
    height: 5px;
    border-radius: 3px;
    opacity: 0.5;
    background: #ffffff;
  }
  .kscasestudy_box_phone .kscasestudy_box_phone_list_cur {
    background: #05ccb7;
    opacity: 1;
  }

  /* kscasestudy_box_phone end */
  .ksservice_airobot_enterprise {
    min-width: 100%;
    padding-bottom: 50px;
    background: #fff;
    height: auto;
    padding-top: 30px;
  }
  .ksservice_airobot_enterprise_text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ksservice_airobot_enterprise .ksservice_airobot_enterprise_box {
    display: none;
  }
  .ksservice_airobot_enterprise p {
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
  }
  .ksservice_airobot_enterprise_box img {
    display: inline-block;
  }
  .ksservice_airobot_enterprise_phone {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* kskicp_footer_phone start */
  .kskicp_footer_phone {
    height: 300px;
    background: #2d3134;
    display: block;
    padding-top: 40px;
  }
  .kskicp_footer_phone .kskicp_footer_box_title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 50px;
  }
  .kskicp_footer_phone .kskicp_footer_phone_info {
    display: flex;
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .kskicp_footer_phone .kskicp_footer_phone_info div p {
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
  }
  .kskicp_footer_phone .kskicp_footer_phone_info_img {
    margin: 10px 15px 0;
  }
  .kskicp_footer_phone .kskicp_footer_phone_footer {
    width: 160px;
    height: 50px;
    background: #feab1a;
    margin: auto;
  }
  .kskicp_footer_phone .kskicp_footer_phone_footer {
    width: 115px;
    height: 45px;
    background: #feab1a;
    margin: auto;
  }
  .kskicp_footer_phone .kskicp_footer_phone_footer span {
    background: #feab1a;
    line-height: 45px;
    font-weight: bold;
    color: #ffffff;
  }
  /* kskicp_footer_phone end */
}