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

/********************关于我们的主体*************************/

.gy-block-1 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: #254291;
	color: #fff;
	font-weight: 600;
	/* padding: 72px 0; */
	padding: 0.6rem 0;
}

.gy-block-1-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.gy-block-1-item-title {
	/* font-size: 70.88px; */
	font-size: 0.5906rem;
}

.gy-block-1-item-des {
	/* padding-top: 36px; */
	padding-top: 0.3rem;
	/* font-size: 46.98px; */
	font-size: 0.3915rem;
}

/*******企业介绍*********/
.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;
}

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

.gy-block-2 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 112px; */
	margin-top: 0.9333rem;
	/* margin-bottom: 36px; */
	margin-bottom: 0.3rem;
}

.gy-block-2 img {
	/* width: 1538px; */
	width: 12.8166rem;
	/* height: 774px; */
	height: 6.45rem;
	/* margin: 68px 0; */
	margin: 0.5666rem 0;
}

.gy-block-2 p {
	/* width: 1460px; */
	width: 12.1666rem;
	/* font-size: 25.56px; */
	font-size: 0.213rem;
	/* line-height: 60px; */
	line-height: 0.5rem;
	color: #595757;
}

/*******组织架构*********/
.gy-block-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
}

.gy-block-3 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 84px; */
	margin-top: 0.7rem;
	/* margin-bottom: 36px; */
	margin-bottom: 0.3rem;
}

.gy-block-3 img {
	/* width: 1299px; */
	width: 10.825rem;
	/* height: 463px; */
	height: 3.8583rem;
	/* margin-top: 56px; */
	margin-top: 0.4666rem;
	/* margin-bottom: 108px; */
	margin-bottom: 0.9rem;
}

/*******荣誉资质*********/
.line-with-square-1460-bai {
	position: relative;
	/* width: 1460px; */
	width: 12.1666rem;
	height: 2px;
	/* 线的厚度 */
	background-color: #7589ba;
	/* 线的颜色 */
	margin-top: 0.1666rem auto 0 auto;
}

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

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

.gy-block-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	/* 	width: 1920px;
	height: 1050px; */
	width: 100%;
	min-width: 16rem;
	min-height: 8.75rem;
	/* background: url(../images/v1/gy-block-4-bg.png) no-repeat left top; */
	background: url(../images/v1/gy-block-4-bg.png) no-repeat center center;
	background-size: cover;
	background-color: #28509e;
}

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

.gy-block-4 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #fff;
	/* margin-top: 80px; */
	margin-top: 0.6666rem;
	/* margin-bottom: 36px; */
	margin-bottom: 0.3rem;
}

.gy-block-4-body-img-1,
.gy-block-4-body-img-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 60px; */
	margin-top: 0.5rem;
}

.gy-block-4-body-img-2 {
	/* margin-top: 44px; */
	margin-top: 0.3666rem;
}

.gy-block-4-body-img-1 img {
	/* 				width: 260px;
				height: 364px;
				margin: 0 16px; */
	width: 2.166rem;
	height: 3.033rem;
	margin: 0 0.1333rem;
}

.gy-block-4-body-img-2 img {
	/* 				width: 454px;
				height: 320px;
				margin: 0 12px; */
	width: 3.7833rem;
	height: 2.666rem;
	margin: 0 0.1rem;
}

/*******合作企业*********/
.gy-block-5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	/* width: 1460px; */
	width: 12.1666rem;
}

.gy-block-5 h1 {
	/* font-size: 45.4px; */
	font-size: 0.3783rem;
	color: #254291;
	/* margin-top: 108px; */
	margin-top: 0.9rem;
	/* margin-bottom: 36px; */
	margin-bottom: 0.3rem;
}

.gy-block-5-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	background: url(../images/v1/gy-block-5-bg.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	/* 	min-width: 1920px;
	min-height: 660px; */
	min-width: 16rem;
	min-height: 5.5rem;
	margin: 60px auto;
	margin: 0.5rem auto;
}

.gy-block-5-body-box {
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.hzqy {
	/* width:calc(100% - 120px); */
	width: calc(100% - 1rem);
	margin: 0 auto;
}

.gy-block-5-body-box .swiper-button-prev,
.gy-block-5-body-box .swiper-button-next {
	/* 	width: 48px;
				height: 48px; */
	width: 0.4rem;
	height: 0.4rem;
	background-image: url(../images/v1/swiper-button-prev.png);
	background-size: cover;

}

.gy-block-5-body-box .swiper-button-next {
	background-image: url(../images/v1/swiper-button-next.png);
}

.hzqy .swiper-slide {
	background-color: transparent;
}

.gy-block-5-body-box-item {
	border: 1px solid #dbdbdb;
	background-color: #fff;
	/* 				width: 245px;
				height: 157px; */
	width: 2.0416rem;
	height: 1.3083rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 12px 0; */
	margin: 0.1rem 0;
}

.gy-block-5-body-box-item img {
	/* 				width: 240px;
				height: 150px; */
	width: 2rem;
	height: 1.25rem;
}

/****************底部导航******************/
.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;
}