html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	margin: 0;
	padding: 0;
}

.middiv1 {
	width: 1200px;
	margin: 0px auto;
	clear: both;
}
.swiper_icon{
	position: relative;
}
.more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	text-decoration: none;
	color: black;
}
#bottom {
    width: 100%;
    padding-top: 18px;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    text-align:center;
    background-color: #fff;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #000;
}
.more>a {
	text-decoration: none;
	color: black;
}

.all_container {
	width: 100%;
	/* min-height: 5397px; */
	/* background: url(../img/all_back.png) no-repeat center top; */
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
}

.bg_1 {
	background: url(../img/bg_1.png) no-repeat center top;
	background-size: 100% 100%;
}

.bg_2 {
	background-color: #dcf3f9;
}

.bg_3 {
	background: url(../img/bg_3.png) no-repeat center top;
	background-size: 100% 100%;
}

.bg_4 {
	background: url(../img/bg_4.png) no-repeat center top;
	background-size: 100% 100%;
        display: none;
}

.bg_5 {
	background: url(../img/bg_5.png) no-repeat center top;
	background-size: 100% 100%;
}

.bg_6 {
	background: url(../img/bg_6.png) no-repeat center top;
	background-size: 100% 100%;
	padding-bottom: 20px;
}

.top_detail {

	width: 1200px;
	/* height: 200px; */
	background: linear-gradient(#30aaf5, #17c3ea);
	border-radius: 20px;
	display: flex;
	margin: 0 auto;
	margin-top: 974px;
}

.top_detail>a {
	font-size: 20px;
	line-height: 36px;
	padding: 50px;
	color: #fff;
	text-indent: 40px;
}
.sfxc_title>a{
    text-decoration: none;
    color: #f68722;
}
.sfxc_content>a{
    text-decoration: none;
    color: black;
}
.sfxc {
	width: 1200px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 43px;
}

.sfxc_main {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
.swiper_icon{
	position: relative;
}
.sfxc_right {
	display: flex;
	flex-direction: column;
	margin-left: 79px;
	justify-content: center;
	width: 733px;
}

.sfxc_title {
	font-size: 20px;
	color: #f68722;
	font-weight: bold;
}

.sfxc_content {
	font-size: 18px;
	color: black;
	margin-top: 23px;
	line-height: 28px;
}

.sfxc_detatil_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	margin-left: 50px;
	margin-right: 50px;
}

.sfxc_detail {
	display: flex;
	flex-direction: row;

	width: 1200px;
	margin: 0 auto;
	margin-top: 73px;
}
.sfxc_detail>a{
	text-decoration: none;
	color: black;
}

.sfxc_detatil_righ_title {
	font-size: 20px;
	font-weight: bold;
}
.sfxc_detatil_righ_title >a{
	text-decoration: none;
	color: black;
}

.sfxc_detatil_righ_content {
	font-size: 16px;
	color: #666666;
	text-indent: 32px;
	margin-top: 29px;
}

.zxfxb {

	display: flex;
	margin-top: 95px;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}


.zxfxb_container {
	display: flex;
	margin: 0 auto;
	margin-top: 80px;
}

.zxfxb_row {
	width: 1200px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2 列，等宽 */
	grid-template-rows: repeat(2, 1fr);
	/* 2 行，等高 */
	gap: 70px;
	/* 网格项之间的间距 */
	position: relative;
	margin: 0 auto;
}

.zxfxb_content {
	/* width: 490px; */
	min-height: 220px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	position: relative;
	justify-content: center;
}

.zcfxb_bottom {
	height: 236px;
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.zxfxb_content_title {
	font-size: 24px;
	color: #0d6bce;
	margin-bottom: 20px;
	font-weight: bold;
}
.zxfxb_content_title >a{
	text-decoration: none;
	color: #0d6bce;
}

.zxfxb_content_nr {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.zcfxb_top>img {
	width: 100%;
}

.zcfxb_detail {
	position: relative;
}
.swiper-slide>a {
		position: relative;
		height: 100%;
	}
.cyrh_detail {
	width: 1200px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2 列，等宽 */
	//grid-template-rows: repeat(2, 1fr);
	/* 2 行，等高 */
	gap: 85px;
	/* 网格项之间的间距 */
	margin: 0 auto;
	margin-top: 80px;
}

.cyrh_content {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}
.cyrh_content >a{
	text-decoration: none;
	color: black;
}

.cyrh_content_title {
	margin-left: 30px;
	font-size: 18px;
	/* margin-top: 25px; */
}
.cyrh_content_title >a{
	text-decoration: none;
	color: black;
}

.cyrh_content_icon {
	justify-content: center;
	align-items: center;
	display: flex;
}

.cyrh {
	justify-content: center;
	align-items: center;
	display: flex;
	margin-top: 100px;
	flex-direction: column;
}



.cycxxc {
	margin-top: 80px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.cycxxc>img {}

.prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 17.8%
}

.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17.8%;
}

.swiper_content {
	position: relative;
}

.swiper_title {
	background-color: #0000008a;
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 100%;
	height: 40px;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.swiper_title>a {}

.swiper_container {
	width: 1200px;
	display: flex;
	margin: 0 auto;
}

.cycxxc_swiper {
	margin-top: 90px;
}

.sfxc_detail_icon {
	width: 380px;
	height: 237px;
}

.swiper_style {
	height: 500px !important;
}

.cycxxc_swiper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.cycxxc_swiper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.4,0.7);
	
}
.cycxxc_swiper .swiper-slide .swiper_title{
	display: none;
	
}

.cycxxc_swiper .swiper-slide-active,
.cycxxc_swiper .swiper-slide-duplicate-active {
	transform: scale(1.0);
	z-index: 999;
}
.cycxxc_swiper .swiper-slide-active .swiper_title,
.cycxxc_swiper .swiper-slide-duplicate-active .swiper_title{
	display: flex;
}

.cycxxc_swiper .swiper-button-next3 {
	background: #0c70ef;
	top: 50%;
	right: 17.8%;
}

.cycxxc_swiper .swiper-button-prev3 {
	background: #0c70ef;

	top: 50%;
	left: 17.8%;
}

.swiper-button-prev1 {
	width: 46px;
	height: 77px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 130px;
	z-index: 999;
}

.swiper-button-next1 {
	width: 46px;
	height: 77px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 130px;
	z-index: 999;
}

@media (max-width: 768px) {
	.middiv1 {
		width: 100%;
	}
	img{
		width: 100%;
	}
	.cycxxc_swiper,
	.cyrh_detail,
	.cyrh_content,
	.zxfxb_row,
	.sfxc_main,
	.zxfxb,
	.top_detail,
	.sfxc {
		width: 100%;
		margin-top: 30px;
	}

	.sfxc_detail {
		flex-direction: column;
		margin-top: 30px;
		width: 90%;
	}

	.cyrh_detail {
		display: flex;
		flex-direction: column;
	}

	.cycxxc_swiper .swiper-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		transition: 300ms;
		transform: scale(1.0);
	}

	.cycxxc_swiper .swiper-slide-active,
	.cycxxc_swiper .swiper-slide-duplicate-active {
		transform: scale(1.0);
		z-index: 999;
	}

	.top_detail>a {
		font-size: 10px;
		line-height: 13px;
	}

	.sfxc_title {
		font-size: 14px;
	}

	.sfxc_content {
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
	}

	.zxfxb>img,
	.cyrh>img,
	.cycxxc>img {
		width: 80%;
	}

	.sfxc_right {
		display: flex;
		flex-direction: column;
		margin-left: 8px;
		justify-content: center;
		/* width: 733px; */
	}

	.zxfxb_row {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}

	.zxfxb_content {
		padding: 12px;
		width: 80%;
		margin: 0 auto;
	}


	.zxfxb_container {
		width: 100%;
	}

	.zcfxb_bottom {
		left: 3%;
		        /* transform: translateX(-50%); */
		        bottom: -91px;
		        width: 78%;
	}

	.cyrh_content {
		padding: 0px;
		width: 90%;
		margin: 0 auto;
	}

	.cyrh_content_icon {
		margin: 10px;
	}
    
	.cyrh_content_title {
		margin-left: 10px;
		font-size: 14px;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.zcfxb_bottom>img {
		width: 100%;
	}

	.sfxc_detail_icon>img {
		width: 80%;
	}

	.sfxc_detail_icon {
		width: 100%;
		height: auto;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.cycxxc_swiper {
		width: 80%;
	}

	.swiper_style {
		height: auto !important;
	}

	.swiper_icon {
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.swiper-slide {
		height: 100%;
	}

	.swiper-slide>a {
		display: flex;
	}

	.zxfxb_content_title {
		font-size: 14px;
	}

	.top_detail {
		width: 90%;
	}

	.sfxc_main {
		width: 90%;
	}

	.top_detail>a {
		padding: 10px;
		text-indent: 20px;
	}

	.zxfxb_content_nr {
		font-size: 12px;
	}

	.zxfxb_content {
		min-height: unset;
	}

	.sfxc_detatil_righ_title {
		font-size: 14px;
		font-weight: bold;
	}

	.sfxc_detatil_righ_content {
		font-size: 12px;
		margin-top: 0px;
	}

	.swiper-button-prev1 {
		width: 30px;
		height: 50px;
		left: 0px;
	}

	.swiper-button-next1 {
		width: 30px;
		height: 50px;
		right: 0px;
	}

	.swiper-button-prev1>img,
	.swiper-button-next1>img {
		width: 30px;
	}

	.top_detail {
		margin-top: 304px;
	}

	.sfxc_icon>img {
		width: 100%;
	}

	.cyrh {
		margin-top: 80px;
	}

	.cyrh_detail {
		gap: 35px;
	}
	.swiper_title {
		background-color: #0000008a;
		position: absolute;
		bottom: 0px;
		color: #fff;
		width: 100%;
		height: 40px;
		font-size: 12px;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.sfxc_detatil_right {
	    margin-left: 10px; 
	     margin-right: 10px;
	}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-10-30 16:09:53" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->