.banenr_text h6 {
  font-family: OPPOSans-R;
}

/* ======== logo start ======== */
.logo_box {
  background-color: #ffffff;
	box-shadow: 0px 10px 28px 2px 
		rgba(123, 142, 169, 0.1);
    padding: 36px;
    margin-top: 100px;
}

.logo_text {
  width: 80%;
  padding-left: 40px;
  border-left: 1px solid #e3e3e3;
  line-height: 30px;
  height: 60px;
  overflow-y: auto;
}

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

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

.logo_text::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
/* ======== logo end ======== */

/* ======== 对政府 start ======== */
.government h4,
.government h6,
.government p,
.society h4,
.society h6,
.society p,
.employees h4,
.employees h6,
.employees p {
  text-align: center;
}

.government h6,
.society h6,
.industry h6,
.customers h6,
.employees h6  {
  font-family: OPPOSans-R;
}

.government p,
.society p {
  margin-top: 40px;
}

.government,
.society,
.industry,
.customers,
.employees {
  padding: 100px 0;
}

.img_block {
  display: inline-block;
}


.img_none {
  display: none;
}


/* ----------------------------------------------------------- */

.government {
  margin-top: 60px;
}

.government_content {
  margin-top: 60px;
}

.government_content_left {
  width: 21%;
}

.left_content {
  width: 100%;
  background-image: linear-gradient(#f2f8ff,#fff);

	box-shadow: 0px 10px 28px 2px 
		rgba(123, 142, 169, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  cursor: pointer;
}
.left_content3 {
  height: 285px;
}

.left_content h6 {
  font-weight: bold;
  text-align-last: left;
}

.government_content_text {
  margin-top: 140px;
}

.government_num {
	font-family: OPPOSans-B;
	font-weight: bold;
	color: #f3f5f8;
}

.government_content_middle {
  width: 21%;
  margin-left: 40px;
}

.government_content_middle .government_content_text {
  margin-top: 32px;
}

.left_content_active {
  background-image: linear-gradient(to bottom left,#026ef5,#2fb895);
}

.left_content_active h6 {
  color: #fff !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.left_content_active  .img_block {
  display: none;
}

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

.left_content:hover {
  background-image: linear-gradient(to bottom left,#026ef5,#2fb895);
}


.left_content:hover.left_content h6 {
  color: #fff !important;
}

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

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

.government_content_right {
  position: relative;
  width: 50%;
  height: 594px;
}

.government_content_right img {
  width: 100%;
  height: 100%;
}

.government_content_right_text {
  position: absolute;
  top: 0;
  height: 0;
  padding: 60px 60px 0;
  display: none;
}


.government_content_right_text h6 {
  text-align-last: left;
  font-weight: bold;
}

.government_text_line {
  width: 50px;
	height: 2px;
	background-color: #e2412b;
  margin-top: 40px;
}


.government_content_right_text p {
  text-align-last: left;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  margin-top: 40px;
  height: 300px;
  overflow-y: auto;
  text-align: justify;
}



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

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

.government_content_right_text p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
/* ======== 对政府 end ======== */


/* ======== 对社会 end ======== */
.society {
  background-color: #f7f8f9;
}

.society_content {
  margin-top: 60px;
}

.society_item {
  width: 31%;
  margin-right: 2%;
  float: left;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
  cursor: pointer;
}

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

.society_item_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.society_item_img img {
  width: 101%;
  height: auto;
  font-size: 0px;
  display:block;
  margin: 0px;
  padding: 0px;
}

.society_item_text {
  padding: 0 30px 10px;
}

.society_item_text h5 {
	font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}

.society_item_text p {
	height: 170px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  overflow-y: auto;
  text-align: left;
  margin-top: 30px;
}


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

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

.society_item_text p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
/* ======== 对社会 end ======== */


/* ======== 对行业 start ======== */
.industry_left_bg {
  width: 260px;
	height: 245px;
	background-color: #026ef5;
  margin-top: 175px;
  position: relative;
}

.industry_left_img {
  width: 520px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

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

.industry_right {
  width: 50%;
}

.industry_right p {
  margin-top: 60px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  line-height: 30px;
  height: 210px;
  overflow-y: auto;
}

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

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

.industry_right p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
/* ======== 对行业 end ======== */

body {
  overflow-x: hidden;
}

/* ======== 对客户 start ======== */
.customers {
  /* width: 100%;
  overflow: hidden; */
  background-image: url("/pc/images/about/customers.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.customers h4,
.customers h6,
.customers p {
  color: #fff;
}

.customers p {
  margin-top: 60px;
  width: 600px;
  line-height: 30px;
  height: 240px;
  overflow-y: auto;
}

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

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

.customers p::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}
/* ======== 对客户 end ======== */

/* ======== 对员工 start ======== */
.employees p {
  width: 800px;
  /*color: #666666; 03-10 lisuwan modify*/
  color: #696969;
  line-height: 30px;
  margin: 60px auto 0;
  height: 90px;
  overflow-y: auto;

}

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

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

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

.employees_img {
  width: 100%;
  margin-top: 40px;
}

.employees_img img {
  width: 100%;
}
/* ======== 对员工 end ======== */

@media (max-width: 1366px) {

  /* .customers {
    overflow: hidden;
    padding-top: 20px !important;
  } */

  
}

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

.logo_text {
  font-size: 20px;
  line-height: 40px;
  height: 80px;
}

.liftcontent h6,.society .width1260 .width1200>p,.society_item_text h5,.lkContent h6 {
  font-size: 20px;
}

.government>p,.government_content_right_text>p,.society_item_text,.industry_right p, .customers p, .employees p {
  font-size: 20px;
  line-height: 40px;
}

.government_content_right_text p {
  height: 290px;
}


.employees p {
  width: 100%;
  height: auto;
  text-align: left;
}

.government {
  padding: 0;
  padding-top: 60px;
}

.government p {
  margin-top: 0;
}

.government p, .society p {
  margin-top: 0px;
}

.society, .industry, .customers, .employees {
  padding: 60px 0;
}

.liftcontent, .lkContent {
  position: relative;
}

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

.government {
  margin-top: 0px;
}
/* ======== lhn 2023/3/14 修改 end ========*/



