.mainswiper {
	display: none;
	height: 100vh;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 0.2rem;
}

.mainswiperpage .swiper-pagination-bullet {
	background: #7582a0;
}

.mainswiperpage .swiper-pagination-bullet-active {
	background: #FFFFFF;
	opacity: 1;
}


/*新增内容*/

.activeswiper {
	z-index: 1;
	opacity: 1;
}

/**********************顶部导航*************************/

.topnav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 114px; */
	/* height: 0.95rem; */
	z-index: 999;
	background-color: #fff;
}

.topnavbox {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 1640px; */
	/* height: 114px; */
	width: 13.666rem;
	height: 0.95rem;
	margin: 0 auto;
}

.topnavbox_logo {
	/* width: 152px;
											height: 50px; */
	width: 1.2666rem;
	height: 0.416rem;
	display: flex;
}

.topnavbox_logo img {
	/* width: 152px;
														height: 50px; */
	width: 1.2666rem;
	height: 0.416rem;
}

.topnavbox_nav {
	/* padding:0 60px; */
	padding: 0 0.5rem;
	display: flex;
	flex-grow: 1;
}

.topnavbox_nav_a {
	display: flex;
	flex-direction: column;
	/* padding: 0 12px; */
	padding: 0 0.125rem;
	align-items: center;
	justify-content: center;

}

.topnavbox_nav_span {
	color: #595757;
	/* font-size: 20px; */
	font-size: 0.166rem;
}

.topnavbox_nav_span_b {
	display: inline-block;
	background-color: transparent;
	/* width: 12px; */
	/* height: 2px; */
	width: 0.1rem;
	height: 2px;
}

.topnavbox_nav .active .topnavbox_nav_span {
	color: #254291;
}

.topnavbox_nav .active .topnavbox_nav_span_b {
	background-color: #254291;
}

.topnavbox_nav .actived .topnavbox_nav_span {
	color: #254291;
}

.topnavbox_nav .actived .topnavbox_nav_span_b {
	background-color: #254291;
}

.topnavbox_btn {

	width: ;
}

.topnavbox_btn_log {
	display: inline-block;
	width: 60px;
	height: 28px;
	width: 0.5rem;
	height: 0.2333rem;
	background-color: #fff;
	border: 1px solid #595757;
	border-radius: 5px;
	color: #595757;
}

.topnavbox_btn_sy {
	display: inline-block;
	margin-left: 16px;
	width: 60px;
	height: 28px;
	width: 0.5rem;
	height: 0.2333rem;
	background-color: #254291;
	border: 1px solid #254291;
	border-radius: 5px;
	color: #fff;
}

/***********************第一个幻灯片背景****************************/

/***********************第二个幻灯片背景****************************/
/* .page2 {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/xwzx_bg.jpg) center 0 no-repeat;
	background-size: cover;
} */

/* 第一幕 */
/*第二屏幕 第一屏幕*/

.page2_2 {
	width: 100%;
	height: 100%;
	background: url(../images/v1/jjfa_bg.jpg) no-repeat center center;
	background-size: cover;
}

.page2_2_content {
	width: 12rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.page2_2_box {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -30%); */
	transform: translate(-50%, -10%);
}

.htlinecontent .swiper-container {
	padding: 0.4rem 0;
}

.htlinecontent .swiper-slide-active {
	z-index: 99999;
}

.htlinecontent .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0.02rem solid #fff;
}

.htlinecontent .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.htlinecontent .swiper-slide {
	width: 6.4rem;
	height: 3rem;
}

.htlinecontentbtna {
	width: 1.1rem;
	height: 0.36rem;
	text-align: center;
	color: #fff;
	line-height: 0.36rem;
	text-align: center;
	font-size: 0.14rem;
	border-radius: 0.2rem;
	background: #3090bc;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	;
}

.brnbox {
	opacity: 0;
	transition: all 0.3s linear;
}

.htlinecontent:hover .brnbox {
	opacity: 1;
}

/********************解决方案的主体*************************/
/* 益企通企业ERP */
.line-with-square-1460 {
	position: relative;
	/* width: 1460px; */
	width: 12.1666rem;
	height: 2px;
	/* 线的厚度 */
	background-color: #d3d2d2;
	/* 线的颜色 */
	margin-top: 0.1666rem auto 0 auto;
}

.line-with-square-1460::before {
	content: '';
	position: absolute;
	/* top: 50%; */
	left: 50%;
	transform: translateX(-50%);
	/* width: 52px; */
	width: 0.4333rem;
	/* 线中间背景块 */
	height: 2px;
	background-color: #fff;
	/* 背景颜色 */
}

.line-with-square-1460::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 				width: 12px;
							height: 12px; */
	width: 0.1rem;
	height: 0.1rem;
	background-color: #737373;
}

.fa-block-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.fa-block-1 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 86px; */
	margin-top: 0.7166rem;
	/* margin-bottom: 24px; */
	margin-bottom: 0.2rem;
}

.fa-block-1 p {
	/* margin-top: 32px; */
	margin-top: 0.2666rem;
	/* font-size: 28.35px; */
	font-size: 0.23625rem;
	color: #595757;
	line-height: 50px;
	line-height: 0.4166rem;
	text-align: center;
}

.fa-block-1-img {
	margin-top: 42px;
	/* 				width: 1458px;
				height: 653px; */
	width: 12.15rem;
	height: 5.4416rem;
}

.fa-block-1-img img {
	/* 				width: 1458px;
							height: 653px; */
	width: 12.15rem;
	height: 5.4416rem;
}

/*一单全流程*/

.fa-block-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.fa-block-2 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 86px; */
	margin-top: 0.7166rem;
	/* margin-bottom: 24px; */
	margin-bottom: 0.2rem;
}

.fa-block-2 h2 {
	/* font-size: 42.52px; */
	font-size: 0.3543rem;
	color: #254291;
	/* margin-top: 56px; */
	margin-top: 0.4666rem;
	color: #ff7800;
}

.fa-block-2-body {
	/* margin-top: 36px; */
	margin-top: 0.3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.fa-block-2-body-title {
	/* font-size: 34.02px; */
	font-size: 0.2835rem;
	color: #254291;
	/* padding: 0 50px; */
	padding: 0 0.4166rem 0.1rem 0.4166rem;
	font-weight: 600;
	border-bottom: 1px solid #425ba0;
	border-left: 1px solid #425ba0;
	border-right: 1px solid #425ba0;
	position: relative;
	text-align: center;

}

.fa-block-2-body-title::before,
.fa-block-2-body-title::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.fa-block-2-body-title::before {
	border-top: 24px solid #425ba0;
	/* 外层三角形 */
	bottom: -24px;
	/* 稍微向下移动，以便覆盖内层三角形 */
}

.fa-block-2-body-title::after {
	border-top: 24px solid #fff;
	/* 内层三角形 */
	bottom: -23px;
	/* 稍微向上移动，以便形成空心效果 */
}


.fa-block-2-list-box {
	position: relative;
	width: 100%;
	display: flex;
	/* margin-top: 36px; */
	margin-top: 0.3rem;
}

.fa-block-2-list-left {
	position: relative;
	float: left;
	/* width: 532px; */
	/* width: 4.433rem; */
	flex: 1;
}

.fa-block-2-list-right {
	position: relative;
	float: right;
	/* width: 532px; */
	/* width: 4.433rem; */
	flex: 1;
}

.fa-block-2-list-left h4,
.fa-block-2-list-right h4 {
	/* font-size: 34.02px; */
	font-size: 0.2835rem;
	text-align: right;
	/* padding-bottom: 16px; */
	padding-bottom: 0.1333rem;
	/* padding-right: 60px; */
	padding-right: 0.5rem;
	/* width: 332px; */
	width: 2.7666rem;
	color: #4171b5;
	background: url(../images/v1/fa-block-2-left-line.png) right bottom no-repeat;
	width: 100%;
}

.fa-block-2-list-right h4 {
	text-align: left;
	/* padding-left: 60px; */
	padding-left: 0.5rem;
	background: url(../images/v1/fa-block-2-right-line.png) left bottom no-repeat;
}

.fa-block-2-list-left p,
.fa-block-2-list-right p {
	/* font-size: 19.84px; */
	font-size: 0.1653rem;
	color: #595757;
	text-align: right;
	/* padding-top: 18px; */
	padding-top: 0.15rem;
	/* line-height: 32px; */
	line-height: 0.2666rem;
	/* padding-right: 36px; */
	padding-right: 0.3rem;
	width: 100%;
}

.fa-block-2-list-right p {
	text-align: left;
	/* padding-left: 36px; */
	padding-left: 0.3rem;

}

.fa-block-2-item-1,
.fa-block-2-item-2,
.fa-block-2-item-3,
.fa-block-2-item-4,
.fa-block-2-item-5,
.fa-block-2-item-6 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	left: 0;
	/* top: 196.8px; */
	top: 1.64rem;
	width: 100%;
}

.fa-block-2-item-4,
.fa-block-2-item-5,
.fa-block-2-item-6 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.fa-block-2-item-2 {
	/* top: 468px; */
	top: 3.9rem;
}

.fa-block-2-item-3 {
	/* top: 722.4px; */
	top: 6.02rem;
}

.fa-block-2-item-4 {
	/* top: 84px; */
	top: 0.7rem;
}

.fa-block-2-item-5 {
	/* top: 343.2px; */
	top: 2.86rem;
}

.fa-block-2-item-6 {
	/* top: 595.2px; */
	top: 4.96rem;
}

.fa-block-2-fangkuai {
	/* width: 414px; */
	width: 3.45rem;
	/* height: 880px; */
	height: 7.3333rem;
	position: relative;
	margin: 0 auto;
}

.fa-block-2-fangkuai img {
	/* 				width: 414px;
				height: 242px; */
	width: 3.45rem;
	height: 2.0166rem;
	position: absolute;
	left: 0;
	top: 0;
}

.fa-block-2-fangkuai-1 {
	z-index: 6;
}

.fa-block-2-fangkuai-2 {
	/* top: 113px !important; */
	top: 0.9416rem !important;
	z-index: 5;
}

.fa-block-2-fangkuai-3 {
	/* top: 258px !important; */
	top: 2.15rem !important;
	z-index: 4;
}

.fa-block-2-fangkuai-4 {
	/* top: 384px !important; */
	top: 3.2rem !important;
	z-index: 3;
}

.fa-block-2-fangkuai-5 {
	/* top: 512px !important; */
	top: 4.2666rem !important;
	z-index: 2;
}

.fa-block-2-fangkuai-6 {
	/* top: 638px !important; */
	top: 5.3166rem !important;
	z-index: 1;
}

/**********一套管全部*************/
.fa-block-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.fa-block-3 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 86px; */
	margin-top: 0.7166rem;
	/* margin-bottom: 24px; */
	margin-bottom: 0.2rem;
}

.fa-block-3-title {
	/* font-size: 45.35px; */
	font-size: 0.3779rem;
	font-weight: 600;
	/* padding: 12px 0; */
	padding: 0.1rem 0;
	color: #fff;
	background-color: #0b5395;
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	/* margin: 48px auto 60px auto; */
	/* margin: 0.4rem auto 0.5rem auto; */
	margin: 0.4rem auto 0 auto;
	position: relative;
}

/* 			.fa-block-3-title::after {
				content: '';
				width: 1px;
				height: 0.5rem;
				background-color: #003c9a;
				position: absolute;
				transform: translateX(50%);
				bottom: -0.5rem;
			} */

.fa-block-3-list {
	/* margin-top: 50px; */
	margin-top: 0.4166rem;
	display: flex;
	width: 100%;
	align-items: stretch;
	height: 100%;
	overflow: hidden;
}

.fa-block-3-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	box-sizing: border-box;
	background-color: #f2f2f2;
	padding-bottom: 0.2rem;
}

.fa-block-3-item-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 84px; */
	height: 0.7rem;
	background-color: #1357a8;
	color: #fff;
	/* font-size: 42px; */
	font-size: 0.35rem;
	font-weight: 600;
}

.fa-block-3-item-body {
	width: 100%;
	display: flex;
	align-items: center;
	/* padding-top: 20px; */
	padding-top: 0.1666rem;
	/* flex: 1; */
	flex-grow: 1;
}

.fa-block-3-item-body-item {
	width: 100%;
	display: flex;
	align-items: center;
	/* padding-top: 20px; */
	padding-top: 0.1666rem;
	/* flex: 1; */
	flex-grow: 1;
}

.fa-block-3-img {
	/* 				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center; */
	/* width: 1460px; */
	width: 12.1666rem;
	/* margin: 0 auto; */
}

/******益企通SAAS办公智能管理方案*****/
.fa-block-4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.fa-block-4 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 86px; */
	margin-top: 0.7166rem;
	/* margin-bottom: 24px; */
	margin-bottom: 0.2rem;
}

.fa-block-4-img {
	/* width: 1460px; */
	width: 12.1666rem;
	/* margin-top: 36px; */
	margin-top: 0.3rem;
}

/******智能工厂一站式管理服务提供商*****/
.fa-block-5 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.fa-block-5 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 86px; */
	margin-top: 0.7166rem;
	/* margin-bottom: 24px; */
	margin-bottom: 0.2rem;
}

.fa-block-5-body {
	display: flex;
	width: 100%;
	/* margin-top: 48px; */
	margin-top: 0.4rem;
	justify-content: space-between;
}

.fa-block-5-body-left {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-right: 0.4rem;
}


.fa-block-5-body-left h2 {
	/* margin-top: 48px; */
	margin-top: 0.6rem;
	/* font-size: 56.69px; */
	font-size: 0.4724rem;
	color: #254291;
	/* transform: translateX(-26.4px); */
	transform: translateX(-0.22rem);
}

.fa-block-5-body-left h3 {
	/* margin-top: 36px; */
	margin-top: 0.3rem;
	/* font-size: 56.69px; */
	font-size: 0.4724rem;
	color: #ea8111;
}

.fa-block-5-body-left p {
	/* margin-top: 36px; */
	margin-top: 0.3rem;
	/* font-size: 31.18px; */
	font-size: 0.2598rem;
	color: #595757;
	/* line-height: 64px; */
	line-height: 0.5333rem;
}

.fa-block-5-body-right {
	display: flex;
	flex-wrap: wrap;
	/* width: 600px; */
	width: 5rem;
	justify-content: space-between;
}

.fa-block-5-body-right-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-top: 24px; */
	margin-top: 0.2rem;
}

.fa-block-5-body-right-item span {
	/* font-size: 22.68px; */
	font-size: 0.189rem;
	color: #595757;
	/* padding-top: 24px; */
	padding-top: 0.2rem;
}

.fa-block-5-body-right-item img {
	/* width: 156px; */
	width: 1.3rem;
}

/******标杆案例*****/
.fa-block-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.fa-block-6 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 86px; */
	margin-top: 0.7166rem;
	/* margin-bottom: 24px; */
	margin-bottom: 0.2rem;
}

.fa-block-6-body {
	display: flex;
	width: 100%;
	/* margin-top: 108px; */
	margin-bottom: 0.9rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fa-block-6-body-item {
	display: flex;
	flex-direction: column;
	border-radius: 0.1rem;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	/* margin-top: 80px; */
	margin-top: 0.6666rem;
}

.fa-block-6-body-item-img {
	position: relative;
	/* 				width: 674px;
				height: 312px;
				*/
	width: 5.6166rem;
	height: 2.6rem;
	border-top-right-radius: 0.1rem;
	border-top-left-radius: 0.1rem;
	margin-bottom: 72px;
	margin-bottom: 0.6rem;
}

.fa-block-6-body-item-img img {
	/* 				width: 674px;
								height: 312px;*/
	width: 5.6166rem;
	height: 2.6rem;
	border-top-right-radius: 0.1rem;
	border-top-left-radius: 0.1rem;
}

.fa-block-6-body-item-logo {
	position: absolute;
	/* 				width: 142px;
				height: 144px;
				left: 38px;
				bottom: -72px; */
	width: 1.1833rem;
	height: 1.2rem;
	left: 0.3166rem;
	bottom: -0.6rem;
}

.fa-block-6-body-item-logo img {
	/* 				width: 142px;
							height: 144px;*/
	width: 1.1833rem;
	height: 1.2rem;
}

.fa-block-6-body-item-title {
	/* font-size: 28.49px; */
	font-size: 0.2374rem;
	color: #595757;
	width: calc(100% - 0.25rem);
	/* margin: 24px auto 0 auto; */
	margin: 0.2rem auto 0 auto;
}

.fa-block-6-body-item-line {
	/* width:calc(100% - 30px); */
	width: calc(100% - 0.25rem);
	height: 1px;
	background-color: #c9c9c9;
	/* margin: 72px auto 0 auto; */
	margin: 0.6rem auto 0 auto;
}

.fa-block-6-body-item-tags {
	display: flex;
	flex-wrap: wrap;
	/* margin: 30px 0; */
	margin: 0.25rem 0;
	/* padding: 0 15px; */
	padding: 0 0.125rem;
}

.fa-block-6-body-item-tags span {
	/* font-size: 22.38px; */
	font-size: 0.1865rem;
	/* border-radius: 6px; */
	border-radius: 0.1rem;
	/* padding: 10px; */
	padding: 0.0833rem;
	/* margin-right: 30px; */
	margin-right: 0.25rem;
}

.fa-block-6-body-item-tag-1 {
	color: #254291;
	background-color: #e3f4fc;
}

.fa-block-6-body-item-tag-2 {
	color: #f88322;
	background-color: #fcede3;
}

.fa-block-6-body-item-tag-3 {
	color: #10bfef;
	background-color: #e3f6fc;
}

/****************底部导航******************/
.footer_box {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 0.2rem 0;
	align-items: center;
	background-color: #1a1a1a;
}

.footer_nav {
	display: flex;
	/* padding:30px 0; */
	padding: 0.25rem 0;
}

.footer_nav a {
	/* padding: 0 15px; */
	padding: 0 0.125rem;
	/* font-size: 20px; */
	font-size: 0.1666rem;
	color: #fff;
}

.footer-line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

.footer-text-box {
	width: 1460px;
	width: 12.1666rem;
	/* padding: 20px 0; */
	padding: 0.1666rem;
	0;
}

.footer-left {
	float: left;
}

.footer-m {
	/* margin-left: 72px; */
	margin-left: 0.6rem;
	float: left;
}

.footer-left p,
.footer-m p {
	/* 				padding: 8px 0;
				font-size: 16px; */
	padding: 0.0666rem 0;
	font-size: 0.1333rem;
	color: #cccccc;
}

.footer-left p a,
.footer-m p a {
	color: #cccccc;
}

.footer-text-box .qrcode {
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-text-box .qrcode span {
	/* font-size: 12px; */
	font-size: 0.1rem;
	font-size: 0.1rem;
	color: #cccccc;
	/* padding-top: 6px; */
	padding-top: 0.05rem;
}