.company_profile {
    /* height: 2.140625rem; */
    /* background: #E3E8FB; */
    /* padding: 0.10416666666666667rem 1.875rem;
    box-sizing: border-box;
    margin-bottom: 0.2604166666666667rem;
    display: flex;
    align-items: center;
	width: 100%; */
	box-sizing: border-box;
	margin-bottom: 0.2604166666666667rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.company_profile_left {
    /* width: 2.84375rem;
    box-sizing: border-box;
    margin-right: 0.15625rem; */
	width: 560px;
}

.company_profile_img {
    width: 100%;
    height: 1.9427083333333333rem;
    object-fit: contain;
}

.company_profile_right {
	width: 560px;
    /* font-size: 0.078125rem; */
    font-weight: 500;
    /* color: #333333; */
    /* flex: 1; */
	font-size: 0.08333333333333333rem;
	color: #555555;
}
.company_profile_right_title{
	display: flex;
	align-items: center;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}
.company_profile_right_title .company_profile_right_title_bg{
	width: 6px;
	height: 24px;
	background: #3097FF;
	margin-right: 4px;
}
.company_profile_right_content {
    /* margin-bottom: 0.10416666666666667rem; */
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: #333333;
	opacity: 0.9;
	text-indent: 2em;
	text-align: justify;
	margin-top: 16px;
}

.product_introduce{
	padding: 0rem 1.875rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product_introduce_text{
	font-size: 0.08333333333333333rem;
	width: 80%;
	/* color: #999; */
	color: #555555;
}
.product_introduce_img{
	/* margin-top: 0.102083333333333336rem; */
	/* width: 2.8645833333333335rem; */
	width: 580px;
	height: 590px;
	object-fit: contain;
}
.major_box{
	width: 50%;
	margin:0 auto;
	border: 1px solid #EEE;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.major_box_left{
	width: 31.25%;
}
.major_box_left_item{
	padding: 0 0.0625rem;
	box-sizing: border-box;
	border-bottom: 1px solid #EEE;
	height: 0.2916666666666667rem;
	line-height: 0.2916666666666667rem;
	text-align: center;
	background-color: #f5f7fa;
	position: relative;
	cursor: pointer;
	font-size: 0.08333333333333333rem;
}
.pos{
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #609ee9;
	right: 0;
	top: 0;
	display: none;
}
.pos::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-right: 6px solid #609ee9;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 50%;
	transform: translateY(-50%);
	left: -6px;
}
.major_box_left_item:hover{
	color: #609ee9;
}
.major_box_left_item:last-child{
	border: none;
}
.major_box_left_item_active{
	background-color: #ffffff;
	color: #609ee9;
}
.major_box_left_item_active .pos{
	display: block;
}
.major_box_left_item_content{
	width: 100%;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
}
.major_box_right{
	width: calc(100% - 31.25%);
	border-left: 1px solid #EEE;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #609ee9;
	padding: 0 0.0625rem;
	box-sizing: border-box;
	font-size: 0.07291666666666667rem;
	
}
.major_box_img {
	width: 50%;
	display: block;
	margin: 0 auto;
	margin-top: 0.102083333333333336rem;
}
.tab_nav_list{
	width: 100%;
	padding: 0 15%;
	background: -webkit-gradient(linear, left top, left bottom, from(#059fe9), to(#9fc5e8));
	height: 0.2916666666666667rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab_nav_item{
	background: -webkit-gradient(linear, left top, left bottom, from(#059fe9), to(#9fc5e8));
	height: 100%;
	flex: 1;
	line-height: 0.2916666666666667rem;
	text-align: center;
	padding: 0 0.052083333333333336rem;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 0.08333333333333333rem;
	cursor: pointer;
}
.tab_nav_item_active{
	background: #fff;
	border-top: 2px solid red;
	box-sizing: border-box;
	color: red;
}
.tab_nav_item_content{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.10416666666666667rem;
	padding: 0 0.2604166666666667rem;
	box-sizing: border-box;
	font-size: 0.08333333333333333rem;
	color: #999999;
}
.img_bottom{
	margin-bottom: 0.2604166666666667rem;
}
.borBuild{
	width: 100%;
	padding: 0.2604166666666667rem 15%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.borBuild_item{
	width: calc(50% - 0.178125rem);
}
.borBuild_item_title{
	width: 100%;
	text-align: center;
	font-size: 0.10416666666666667rem;
	font-weight: 700;
	color: #087bb3;
}
.borBuild_item img{
	/* width: 100%; */
	width: 1.8645833333333335rem;
	margin: 0 auto;
	margin-top: 0.10416666666666667rem;
	display: block;
	
}
.company_profile_bg{
	background: #fff;
}
.company_profile_right_content6{
	/* color: #999999; */
	color: #555555;
	/* position: relative; */
	margin: 0;
}
.product_introduce_end{
	padding-bottom: 0.15625rem;
}
.company_profile_right_content_padd{
	padding: 0 0.2604166666666667rem;
	box-sizing: border-box;
}
.company_profile_img_left{
	height: 1.5427083333333333rem;
}
.nobottom,.no_product_top{
	margin: 0;
}
.product_introduce_bottom{
	margin-bottom: 0.2604166666666667rem;
	margin-top: 20px;
}
.product_introduce_bottom img{
	width: 760px;
	height: 724px;
}
.company_profile_FA{
	width: 100%;
	padding-top: 0.3166666666666667rem;
	padding-bottom: 0.5104166666666666rem;
	background: #FAFAFA;
	opacity: 1;
	border-radius: 0px 0px 400px 0px;
}
.banner_box{
	margin-bottom: 0;
}
.imgTitle{
	width: 97px;
	height: 57px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.wow_img img{
	width: 195px;
	height: 65px;
}
.wow_img{
	margin-top: 0.2604166666666667rem;
}
.start_img,.end_img{
	width:96.57px;
	height: 56.57px;
	position: absolute;
}
.start_img{
	left: -35px;
	top: -17px;
}
.end_img{
	bottom: -21px;
	right: -35px;
}
.company_profile_right_content6 span{
	position: relative;
}
.product_introduce_bg{
	width: 100%;
	background-image: url('../img/Softwaretechnology/GovernmentAffairs/bg.png');
	background-size: 100%;
	/* background-repeat: no-repeat; */
	padding-top: 0.2166666666666667rem;
	padding-bottom:  0.4166666666666667rem;
	box-sizing: border-box;
	margin-top: 0.4166666666666667rem;
}
.product_introduce_bg_bor{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
}
.product_introduce_bg_bor .product_introduce_img{
	width: 800px;
	height: 706px;
	
}
.product_introduce_bg_bor_right{
	width: 280px;
	background: #F1F6FF;
	height: 706px;
	position: relative;
	margin-left: 20px;
}
.product_introduce_bg_bor_right_logo{
	width: 100%;
	height: 160px;
	background: #E8F0FF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_introduce_bg_bor_right_logo_img{
	width: 150px;
	height: 105px;
}
.product_introduce_bg_bor_right_content{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: #033488;
	text-indent: 2em;
	margin-top: 28px;
	padding: 0 28px;
	box-sizing: border-box;
	text-align: justify;
}
.element_blue{
	position: absolute;
	bottom: 11px;
	right: 13px;
	width: 97px;
	height: 57px;
}
.company_profile_right_496{
	width: 496px;	
	z-index: 1;
}
.company_profile_pos{
	position: relative;
}
.company_profile_img_847{
	width: 847px;
	/* height: 482px; */
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 0;
	top: 0;
}
.company_profile496{
	height: 482px;
}
.imgTitleLeft{
	left: 0;
}
.company_profile_FA_bottom{
	padding-bottom: 0.109375rem;
}
.wow_top{
	margin-top: 0.15625rem;
}
.company_profile_img_847_left{
	width: 847px;
	/* height: 482px; */
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 0;
	top: 0;
}
.company_profile_pos_left{
	justify-content: flex-end;
	margin-bottom: 0.8333333333333334rem;
}
.imgTitleRight_top{
	top: 0;
	left: 0;
}
.imgTitleRight{
	bottom: -18px;
}
.company_profile_right_content_null{
	margin: 0;
}
.company_profile_right_pos{
	position: relative;
	width: 560px;
}
.imgTitle_pos_start{
	left: 0;
	top: -13px;
}
.imgTitle_pos_end{
	right: 0;
	bottom: -17px;
}
.wow_80{
	margin-top: 0.2604166666666667rem;
}
.company_philosophy{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0.8229166666666666rem;
}
.company_philosophy_item{
	width: 588px;
	height: 160px;
	margin-top: 0.125rem;
	background-size: 100%;
	background-image: url('../img/company/bg1.png');
	background-repeat: no-repeat;
	padding: 24px 30px;
	box-sizing: border-box;
}
.company_philosophy_item_bottom{
	height: 200px;
	background-image: url('../img/company/bg2.png');
}
.company_philosophy_item_title{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	/* line-height: 34px; */
	color: #333333;
	position: relative;
}
.company_philosophy_item_title_img{
	width: 32px;
	height: 32px;
	position: absolute;
	top: -6px;
	left: -10px;
}
.company_philosophy_item_top_content{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 34px;
	color: #000000;
	letter-spacing: 5px;
	margin-top: 26px;
}
.company_philosophy_item_bottom_content{
	margin-top: 17px;
	width: 100%;
	text-indent: 2em;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
	text-align: justify;
}
.company_philosophy_item_bottom_content_no{
	text-indent: 0;
}
.wow_img1{
	padding-bottom: 0;
}


/* 20220919 建设内容板块样式同步农村宅基地建设内容板块样式 */
.common_1200{
	margin: 0 auto;
	width: 1200px;
}
.Construction_wrapper .public_title{
	padding: 0;
}
.Construction_wrapper {
  padding-top: 72px;
  padding-bottom: 14px;
  background: url("../../img/Solution/ruralHomesteadInfo/TechnicalRequire_bgImg01.png") no-repeat center;
  background-size: auto;
  background-color: #ffffff;
}
.Construction_wrapper .desc_box {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  text-indent: 2em;
}
.Construction_wrapper ul {
  margin-top: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Construction_wrapper ul li {
  margin-right: 38px;
  margin-bottom: 30px;
  width: 581px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.Construction_wrapper ul li .img_box {
  width: 229px;
  height: 138px;
  overflow: hidden;
}
.Construction_wrapper ul li .img_box img {
  width: 100%;
}
.Construction_wrapper ul li .text_box {
  margin-left: 21px;
  -webkit-flex: 1;
  flex: 1;
}
.Construction_wrapper ul li .text_box h2 {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
}
.Construction_wrapper ul li .text_box p {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.Construction_wrapper ul li .text_box p span {
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
}
.Construction_wrapper ul li .text_box p i {
  position: static;
  bottom: 0;
  right: 0;
  color: #1668FF;
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
}
.Construction_wrapper ul li .text_box p.hide span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.Construction_wrapper ul li .text_box p.hide i {
  position: absolute;
  bottom: 2px;
  right: -26px;
}
.Construction_wrapper ul li:nth-child(2n) {
  margin-right: 0;
}