body {
  overflow-x: hidden;
}

.text_line {
  height: 2px;
}

.banenr_text p {
  height: 120px;
  overflow-y: auto;
  
}

.banenr_text p::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.banenr_text p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.banenr_text p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}

/* ============ 朗坤观点 start ============*/
.viewpoint {
  padding-top: 120px;
  /*padding-bottom: 100px;*/

}

.viewpoint_img {
  width: 550px;
  height: 300px;
  position: relative;
}

.viewpoint_img_box {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.viewpoint_text {
  width: calc(100% - 630px);
 
}

.viewpoint_text h6 {
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  line-height: 30px;
  margin-top: 17px;
  margin-bottom: 30px;
}

.viewpoint_text p {
	line-height: 32px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
 overflow-y: auto;
 height: 200px;
}

.lightspot_item_text p::-webkit-scrollbar,
.viewpoint_text p::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}
.lightspot_item_text p::-webkit-scrollbar-track,
.viewpoint_text p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.lightspot_item_text p::-webkit-scrollbar-thumb,
.viewpoint_text p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}


.num_box {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}

.num_box li {
  /*float: left;*/
  width: 19.5%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;

}

.num_box li>div {
  color: #026ef5;
  font-family: OPPOSans-B;
}



.num_box li>p {
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  margin: 0;
  margin-top: 10px;
  padding: 0 15px;
  height: 44px;
}
/* ============ 朗坤观点 end ============*/

/* ============ 行业痛点 start ============*/
.pain {
  background-image: url("/pc/images/solution/pain_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*padding: 100px 0;*/
  padding-top: 100px;
  margin-top: 100px;
}

.pain h4 {
  text-align: center;
}

.pain h6 {
  text-align: center;
}

.pain_content{
  text-align: center;
}

.pain_item {
  width: 23%;
  margin-right: 2%;
  box-shadow: 0px 20px 28px 2px rgba(57, 160, 229, 0.1);
  padding: 75px 35px 25px;
  position: relative;
  background-color: #fff;
  /*float: left;*/
  margin-bottom: 60px;
  display: block;
  border-bottom: 1px solid transparent;
  transition: all .5s;
  margin-top: 70px;
  text-align: center;
  display: inline-block;
  cursor: default;
}

.pain_item:nth-child(4n) {
  margin-right: 0;
}

.pain_circle {
  position: absolute;
  width: 82px;
	height: 82px;
	box-shadow: 0px 10px 28px 2px 
		rgba(144, 179, 202, 0.15);
  top: -41px;
  left: 50%;
  margin-left: -41px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 82px;
}

.img_block {
  display: inline-block;
}

.img_none {
  display: none;
}

.pain_item p {
  height: 75px;
	line-height: 26px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.pain_item:hover {
  border-bottom: 1px solid  #026ef5;
  transform: translateY(-10px);
  box-shadow: 0px 20px 37px 3px 
		rgba(86, 136, 171, 0.16);
}


.pain_item:hover .pain_circle {
  background-color: #026ef5;
}

.pain_item:hover .img_block {
  display: none;
}

.pain_item:hover .img_none {
  display: inline-block;
}

.pain_item:hover p {
color: #026ef5;
}
/* ============ 行业痛点 end ============*/

/* ============ 概述 start ============*/
.overview {
  padding-top: 100px !important;
  margin-top: 100px;
}

.overview h4 {
  text-align: center;
}

.overview h6 {
  text-align: center;
}


.rich_text {
  margin-top: 50px;
  /* width: 100%; */
}


/* ============ 概述 end ============*/


/* ============ 亮点 start ============*/
.lightspot {
  background-color: #f8f8f8;
  padding-top: 100px;
  margin-top: 100px;
}

.lightspot h4 {
  text-align: center;

}

.lightspot h6 {
  text-align: center;
}

.lightspot_content {
  margin-top: 57px;
}

.lightspot_item {
	box-shadow: 0px 10px 28px 2px 
		rgba(123, 142, 169, 0.1);
    padding: 40px 52px;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
    transition: all .5s;
    cursor: default;
  background: #fff;
}

.lightspot_item:hover {
  transform: translateY(-10px);
}

.lightspot_item:hover h6 {
  color: #026ef5;
}

.lightspot_item:nth-child(2n){
  margin-right: 0;
}

.lightspot_item_img {
  padding-top: 20px;
}

.lightspot_item_text {
  width: 70%;
}

.lightspot_item_text h6 {
  text-align: left;
}

.lightspot_item_text p{
  height: 80px;
  line-height: 26px;
	/*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  width: 100%;
  /*word-break: break-all;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 20px;
  overflow-y: auto;
}

/* ============ 亮点 end ============*/


/* ============ 标杆部分 start ============*/
.benchmarking {
  padding-top: 100px;
  margin-top: 100px;
}

.title_btn_prev,
.title_btn_next {
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-left: 30px;
}

.title_btn_prev:hover,
.title_btn_next:hover {
  background-color: #026ef5;
	box-shadow: 0px 10px 29px 1px 
		rgba(2, 110, 245, 0.1);
    cursor: pointer;
}


.title_btn:hover .img_block {
  display: none;
}

.title_btn:hover .img_none {
  display: inline-block;
}

.benchmarking_swiper {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  /* height: 480px; */
  padding: 20px;
}

.benchmarking_swiper_img {
  width: 100%;
}

.benchmarking_swiper_img img {
  width: 100%;
  height: auto;
}

.swiper_text_benchmarking {
  padding: 30px;
  color: #000;
  height: 195px;

}

.benchmarking_swiper_text1,
.benchmarking_swiper_text3 {
  color: #696969;
  margin-top: 8px;
}

.benchmarking_swiper_text2 {
  margin-top: 28px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.benchmarking_swiper_item {
  width: 31% !important;
  margin-right: 2%;
  box-shadow: 0px 10px 28px 2px 
		rgba(123, 142, 169, 0.1);

    transition: all .3s;
  /*height: 418px;*/
}

.benchmarking_swiper_item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 28px 2px 
		rgba(2, 110, 245, 0.2);
}

.benchmarking_swiper_text1 span {
  padding-right: 8px;
  border-right: 1px solid;
  /* margin-left: 8px; */
}

.benchmarking_swiper_text1 span:last-child {
  border: none;
}


.more_box {
  text-align: center;
  margin-top: 60px;
}

.more {
  padding: 20px 100px;
  display: inline-block;
  background-color: #f7f7f7;
  color: #000;
}

.more:hover {
  background-color: #026ef5;
  color: #fff;
}

.benchmarking_swiper_item:hover .swiper_text_benchmarking {
  background-color: #026ef5;
  color: #fff !important;
}

.benchmarking_swiper_item:hover .benchmarking_swiper_text1,
.benchmarking_swiper_item:hover .benchmarking_swiper_text3 {
  color: #fff;
}
/* ============ 标杆部分 end ============*/



/* ============ 细节部分 start ============*/
.details {
  padding-top: 100px;
  margin-top: 100px;
  background-color: #f8f8f8;
}

.details_content {
  margin-top: 60px;
}

.details_item {
  display: block;
  float: left;
  width: 23%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 40px;
  transition: all .3s;
  height: 155px;
  overflow: hidden
}

.details_item:nth-child(4n) {
  margin-right: 0;
}

.details_item img {
  width: 100%;
  height: auto;
}

.detail_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
}

.detail_mask span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
}

.details_item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 28px 2px 
  rgba(2, 110, 245, 0.2);

}

.details_item:hover .detail_mask{
  background-color: #026ef5 !important;
	opacity: 0.8;
}
/* ============ 细节部分 end ============*/



/* ----------------------------------------------- */
/* solutionB */
/* 行业痛点 */
.painB {
  padding: 100px 0;
  background-color: #fafafa;
}

.painB {
  text-align: center;
}

.painB_list {
  margin-bottom: 30px;
}

.painB_list_title {
  width: 48%;
  text-align: center;
  margin-top: 50px;
}

.painB_list_title span {
  vertical-align: middle;
}

.blue {
  color: #026ef5;
}

.painB_list_left,
.painB_list_right {
  width: 48%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: left;

   height: 210px;
  box-sizing: border-box;
  padding-bottom: 60px;
  /*overflow-y: scroll;*/

}

.painB_list_left {
  background-color: #fff;
  background-color: #f6f6f6;
  border: solid 1px #e2e2e2;
}



.painB_list_left h6 {
  margin-bottom: 15px;
}

.painB_list_left ul li {
  padding-left: 18px;
  position: relative;
}

.painB_list_left ul li span {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.painB_list_img {
  width: 4%;
  text-align: center;
  /* height: 200px; */
  line-height: 200px;
}

.painB_list_img img {
  width: 100%;
}

.painB_list_right {
  background-color: #f7fbff;
	border: solid 1px #b1d4ff;
}


.painB_list_right p {
  line-height: 25px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  /*width: 480px;*/
  height: 75px;
  overflow-y: auto;
  margin: 0;
}

.painB_list_right p::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.painB_list_right p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.painB_list_right p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}

/* 方案亮点 */

.lightspotB {
  background-image: url("/pc/images/solution/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 90px;
  margin-top: 100px;
  padding-bottom: 90px;
}

.lightspotB h4,
.lightspotB h6 {
  text-align: center;
}

.lightspotB_content {
  margin-top: 70px;
}


.lightspotB_item {
  width: 23%;
  margin-right: 2%;
  padding: 80px 30px 55px;
  position: relative;
  box-shadow: 0px 20px 28px 2px 
		rgba(57, 160, 229, 0.1);
    background-color: #fff;
  float: left;
  transition: all .3s;
  border-bottom: 1px solid transparent;
}


.lightspotB_item_circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 10px 28px 2px 
		rgba(144, 179, 202, 0.15);
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
}

.lightspotB_item p {
	height: 145px;
	font-size: 16px;
	line-height: 32px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  overflow-y: auto;
  margin-top: 30px;
}


.lightspotB_item p::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.lightspotB_item p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.lightspotB_item p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}

.lightspotB_item:hover {
   transform: translateY(-10px);
  border-bottom: 1px solid #026ef5;
  box-shadow: 0px 20px 37px 3px 
		rgba(86, 136, 171, 0.16);

}


.lightspotB_item:hover h6{
  color: #026ef5;

}

.lightspotB_item:hover .lightspotB_item_circle {
  background-color: #026ef5;
}

.lightspotB_item:hover .img_block {
  display: none;
}

.lightspotB_item:hover .img_none {
  display: inline-block;
}


.form_desc {
	color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.public_form_title {
  margin-bottom: 0;
}

.ReciprocalNum {
  width: 99px;
}

h6 {
  font-size: 20px;
  font-family: OPPOSans-R;
}


/* ======== lhn 2023/3/14 修改 start ========*/
.viewpoint_text .fontSize_16 {
  font-size: 20px;
  line-height: 40px;
}

.num_box li>p {
  font-size: 20px;
}

.pain_item>p {
  font-size: 20px;
  height: 120px;
  line-height: 40px;
}

.lightspot_item_text>p{
  font-size: 20px;
  line-height: 40px;
}

.swiper_text_benchmarking .fontSize_14,.benchmarking_swiper_text2 {
  font-size: 18px;
}

.benchmarking_swiper_text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper_text_benchmarking h6 {
  font: 18px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
  font-weight: bold;

}

.benchmarking_swiper_text2 {
  font-weight: bold;
}

.swiper_text_benchmarking {
  height: 215px;
}

.lightspot_item_img {
  padding-top: 0;
  height: 142px;
  line-height: 142px;
  text-align: center;
  width: 106px;
}

.lightspot_item_img {
  max-width: 100%;
  height: auto;
}
/* ======== lhn 2023/3/14 修改 end ========*/

/* ======== lhn 2023/3/20 修改 start ========*/

.viewpoint {
  padding-top: 80px;
  padding-bottom: 60px;
}

.pain,.overview,.lightspot,.benchmarking,.details {
  padding-top: 60px !important;
  margin-top: 0px;
  padding-bottom: 60px;
}

.liftcontent, .lkContent {
  position: relative;
}

.anchor {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
}


.swiper_text_benchmarking {
  height: 185px;
  padding: 20px;
}

.benchmarking_swiper_text2 {
  margin-top: 18px;
}

.rich_text,.lightspot_content,.lightspot_content {
  margin-top: 60px;
}

.pain {
  padding-bottom: 0px;
}

.lightspot,.details {
  padding-bottom: 20px;
}

h4 {
  margin-top: 0px;
}

.swiper_text_benchmarking h6,.benchmarking_swiper_text2  {
  font-size: 20px;
}


.benchmarking_title_text h4,.benchmarking_title_text h6,.details h4,.details h6 {
  text-align: center;
}

.benchmarking_title {
  position: relative;
}

.benchmarking_title_btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ======== lhn 2023/3/20 修改 end ========*/