
.public_title_content{
	font-size: 0.15625rem;
	font-weight: 400;
}
.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;
}
.product_introduce_bg{
	width: 100%;
	/* padding: 0.102083333333333336rem 1.875rem; */
	box-sizing: border-box;
	/* background-color: #E3E8FB; */
	text-align: center;
}
.product_introduce_bg img{
	/* width: 4.583333333333333rem;
	 */
	/* width: 2.8645833333333335rem; */
	width: 640px;
	height: 602px;
}
.architectureimg{
	/* width: 2.8645833333333335rem;
	*/
   width: 2.8645833333333335rem;
}
.tab{
	padding: 0rem 1.875rem;
	box-sizing: border-box;
	/* margin: 0.2604166666666667rem 0; */
	margin-bottom: 0.5208333333333334rem;
	margin-top: 10px;
}
.tab_bor{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tab_bor_title{
	/* width: 70%; */
	/* width: 100%; */
	width: calc(100% );
	/* font-size: 0.07291666666666667rem; */
	font-size: 0.08333333333333333rem;
	/* text-align: center; */
	line-height: 2;
	margin-top: 0.078125rem;
	color: #999999;
	text-indent: 2em;
	color: #555555;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: #333333;
	text-align: justify;
}
.tab_img_list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.10416666666666667rem;
}
.tab_img_item{
	width: calc(100% / 4 - 0.078125rem);
	margin-left: 0.10416666666666667rem;
	
}
.tab_img_item:first-child{
	margin: 0;
}
.tab_img_item img{
	width: 100%;
	height: 0.98437rem;
	object-fit: contain;
}
.tab_nav_list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab_nav_item{
	flex: 1;
	text-align: center;
	/* background-color: #eff5fa;*/
	background-color: #E9F2FF ;
	margin-left: 0.078125rem;
	font-size: 0.078125rem;
	line-height: 0.2916666666666667rem;
	color: #999999;
	overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
	 padding: 0 0.10416666666666667rem;
	 box-sizing: border-box;
	 cursor: pointer;
	 font-size: 20px;
	 font-family: PingFang SC;
	 font-weight: 400;
	 height: 56px;
	 line-height: 56px;
	 color: #9BA9BE;
}
.tab_nav_item:hover{
	-webkit-transition: all 1s;
	transition: all 1s;
}
.tab_nav_item_border{
	/* height:  0.2916666666666667rem;
	width: 0.2916666666666667rem; */
	height: 56px;
	width: 56px;
	background-color:#E9F2FF;
}
.tab_nav_item_border:last-child{
	margin-left: 0.078125rem;
}
.tab_nav_item_active{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #2676F2;
	line-height: 56px;
}
.architectureimg1{
	width: 2.8645833333333335rem;
}
.imgOne{
	width: 25%;
	height: auto !important;
}
.imgOne img{
	height: auto;
}
.imgTwo{
	width: 50%;
}
.imgTwo img{
	height: auto;
}
.imgOneN{
	width: 50%;
}
.imgOneN img{
	width: 100%;
	height: auto;
}
.company_profile {
    /* height: 2.140625rem; */
    /* background: #E3E8FB; */
    /* padding: 0.10416666666666667rem 1.875rem; */
	/* padding: 0.10416666666666667rem 1.575rem; */
    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;
	margin-top: 16px;
	/* margin-bottom: 48px; */
	text-align: justify;
	
}
.imgTitle{
	width: 97px;
	height: 57px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.company_profile_FA{
	width: 100%;
	padding-top: 0.3166666666666667rem;
	padding-bottom: 0.5104166666666666rem;
	background: #FAFAFA;
	opacity: 1;
	border-radius: 0px 0px 400px 0px;
}
.company_philosophy {
    padding: 0 1.875rem;
    display: flex;
    margin-bottom: 0.5208333333333334rem;
}

.company_philosophy_left {
    display: flex;
    align-items: center;
}

.company_philosophy_left_vision_box {
    margin-right: 0.15625rem;
    font-size: 0.052083333333333336rem;
    font-weight: 500;
    color: #333333;
}

.company_philosophy_left_vision_img {
    width: 2.1354166666666665rem;
    height: 1.6927083333333333rem;
    margin-bottom: 0.15625rem;
}
.company_profile_right_content_padd{
	padding: 0 0.3125rem;
	box-sizing: border-box;
}
.banner_box{
	margin-bottom: 0;
}
.wow_top{
	margin-top: 0.3020833333333333rem;
}
.product_features{
	margin-top: 0.08333333333333333rem;
}
.product_architecture{
	width: 100%;
	background-image: url('../img/Softwaretechnology/GovernmentAffairs/bg.png');
	background-size: 100%;
	/* background-repeat: no-repeat; */
	/* margin-top: 0.2604166666666667rem; */
	padding-top: 0.4166666666666667rem;
	/* padding-bottom: 0.359375rem; */
	box-sizing: border-box;
	margin-top: 0.4166666666666667rem;
	height: auto;
	padding-bottom: 0.3645833333333333rem;
}
.product_architecture1{
	width: 100%;
	background-image: url('../img/Softwaretechnology/TerritorialSpace/cpjg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	/* height: 5.104166666666667rem; */
	height: 4.375rem;
	padding-top: 0.4166666666666667rem;
	margin-top: 0.0166666666666667rem;
	box-sizing: border-box;
	margin-top: 0.4166666666666667rem;
}
.product_architecture .public_title,.product_architecture1 .public_title,.wow_no{
	padding-top: 0;
} 
.imgThree{
	width: 30%;
	height: auto;
}
.tab_img_listthree{
	justify-content: space-between;
}
.wow_no{
	margin-top: 0.4166666666666667rem;
}
.imgThree1{
	width: 33.333%;
}
.tab_img_item_title{
	width: 100%;
	text-align: center;
	margin-top: 8px;
	font-size: 16px;
}