body {
  overflow-x: hidden;
}

.banner_text_top {
  position: relative;
  padding-left: 30px;
}
.banner_text_top .text_line {
  width: 2px;
	height: 64px;
	background-color: #f8fbff;
  position: absolute;
  left: 0;
  top: 0;

  margin-top: 0;
}
/* =====产品价值介绍文案 start ===== */
.introduce {
  padding: 100px 0;
}

.introduce h4 {
  text-align: center;
}

.introduceP {
  /*text-align: center;*/
	line-height: 32px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 5;*/
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 60px;
}

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

.introduce_item {
  width: 23%;
  margin-right: 1.7%;
  text-align: center;
  padding: 25px 25px;
  box-shadow: 0px 10px 28px 2px
		rgba(123, 142, 169, 0.1);
    /*float: left;*/
  margin-bottom: 40px;
  transition: all .5s;
  cursor: pointer;
  display: inline-block;
}

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

.introduce_item:hover p {
  color: #026ef5;
}



.introduce_item>p {
	font-family: OPPOSans-R;
	font-weight: bold;
	color: #696969;
    margin-top: 20px;
    height: 42px;
    overflow-y: auto;
    margin: 0;
  line-height: 20px;
  margin-top: 20px;
}

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

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

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

/* =====产品价值介绍文案 end ===== */


/* =====产品架构 start ===== */
.architecture {
  padding: 100px 0;
  background-color: #fafafa;
}

.architecture h4,
.architecture h5,
.architecture h6,
.architecture p {
  text-align: center;
}

.architecture h5 {
  margin: 60px 0 20px;
}

.architecture p {
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
}

.rich_text {
  margin-top: 40px;
}
/* =====产品架构 end ===== */


/* =====产品特色 start ===== */

.features {
  padding: 100px 0;
}

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




/* =====产品特色 end ===== */


/* =====产品特色 start ===== */

.function {
  padding: 100px 0;
  background-image: url("/pc//images/product/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*min-height: 894px;*/
}

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

.img_block {
  display: inline-block;
}


.img_none {
  display: none;
}

.fontColor {
  color: #696969;
}

.info_block {
  display: none;
}


.function_list_active .img_block {
  display: none;
}

.function_list_active .img_none {
  display: inline-block;
}

.function_list_active .fontColor {
  color: #026ef5;
}

.function_list_active .info_block {
  display: block;
}


.function_content {
  margin-top: 60px;
}


.function_list {
  background-color: #ffffff;
	box-shadow: 0px 10px 28px 2px
		rgba(155, 161, 168, 0.1);
    margin-bottom: 30px;
  padding: 0 30px;

}

.function_list_title {
  width: 100%;
  height: 80px;
  line-height: 80px;
}


.function_list_title:hover {
  cursor: pointer;
}

.list_title_left {
  width: 85%;
}

.list_title_left>span {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title_left_img{
  margin-right: 8px;
}

.function_list_info {
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  line-height: 30px;
  padding-bottom: 32px;
}


/* =====产品特色 end ===== */



/* =====典型案例 start ===== */
.benchmarking {
  padding: 100px 0;
}

.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;
}

.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;
}

.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 ====== */

.rich_case {
  padding: 100px 0;
}

.rich_case h4,
.rich_case h6{
  text-align: center;

}

.rich_text {
  margin-top: 60px;
}
/* =======富文本典型案例 end ====== */




/* 字体 */
.function h6,
.features h6,
.architecture h6,
.benchmarking_title_text h6,
.rich_case h6  {
  font-family: OPPOSans-R;
}




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

.public_form_title {
  margin-bottom: 0;
}

.ReciprocalNum {
  width: 99px;
}





/* ======= 弹出层区域 start ====== */
.applyBox {
  background-color: #fff;
}
.applyBox_title {
  background-color: #e0eeff;
  padding: 35px;
  position: relative;
}

.applyBox_title_img {
  position: absolute;
  right: 50px;
  top: -30px;
}

.close {
  position: absolute;
  right: 0;
  top: -70px;
}

.applyBox_title_line {
  width: 30px;
  height: 2px;
  background-color: #026ef5;
  margin: 20px 0;
}

.applyBox_title p {
  color: #667180;
  font-size: 16px;
}

.applyBox_form {
  width: 100%;
  /* margin-top: 30px; */
  padding: 30px 80px 60px;
  background-color: #fff;
}

.form_list {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e6e6e6;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  position: relative;
}

.form_list>img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

input {
  border: none;
  outline: none;
  font-size: 16px;
  /* background-color: transparent; */
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  box-shadow: 0 0 0px 1000px #fff inset
}


.form_list input {
  padding-left: 32px;
  width: 100%;
  height: 100%;
}

.code {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #026ef5;
  cursor: pointer;
  background: transparent;
  border: none;
}

.submit {
  width: 100%;
  height: 60px;
  margin-top: 40px;
  background-color: #026ef5;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;

}
/* ======= 弹出层区域 end ====== */


/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .banner_text_top .fontSize_18 {
  font-size: 22px;
}

.lkContent h6 {
  font-size: 20px;
  text-align: center;
}

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

.introduceP {
  font-size: 20px;
  line-height: 40px;
  color: #000000;
}




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

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

.introduce,.architecture,.features,.rich_case {
  padding: 60px 0px;
}

.liftcontent, .lkContent {
  position: relative;
}

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

h4 {
  margin-top: 0px;
}

.introduce {
  padding-bottom: 20px;
}

.banner_text_top h6 {
  text-align: left;
}

.benchmarking_title_text h4,.benchmarking_title_text h6 {
  text-align: center;
}
/* ======== lhn 2023/3/20 修改 end ========*/
