.content-xwzx {
	width: 1200px;
	margin: 0px auto;
}

.content-zbfyr,
.content-zyznz,
.content-sjsdmx,
.content-xykfr,
.content-xjgjb
{
	width: 1200px;
	margin: 0px auto;
}

.content-body {
	width: 100%;
	/*background: #F3F3F3;*/
	/*background: url(../img/title/zbfyr_bj.jpg)no-repeat;*/
	/*background-size: 100% 100%;*/
	/* height: 1200px; */
}


.content-header .header {
	width: 100%;
	height: 587px;
	background: url(../img/header/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.content-header .header .header-center {
	width: 1191px;
	height: 335px;
	margin: auto;
	/* margin-top: 126px; */
	background: url(../img/header/text.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 126px;
}


.content-body,
.content-header {
	width: 100%;
}

.content-body .content-nav {
	width: 100%;
	background: #2948FB;
	height: 80px;
}

.content-nav ul {
	width: 1300px;
	margin: 0px auto;
	text-align: center;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-nav ul li {
	display: inline-block;
	padding: 10px;
	width: auto;
	color: wheat;
	font-size: 18px;
	font-weight: 700;
	height: 80px;
	line-height: 80px;
}

.content-nav ul li a:hover {
	background-color: #0725D3;
}

.content-nav ul li a {
	display: inline-block;
	padding: 0px 25px;
	width: auto;
	color: wheat;
	font-size: 21px;
	font-weight: 700;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	box-sizing: border-box;
}

.content-xwzx {
	height: 765px;
	position: relative;
	margin-top: 30px;
	background: #0075FF;
}
/**
	 公共标题样式
 */

.content-xwzx .xwzx-public-tit-1{
	background: url(../img/title/xwzx.png) no-repeat;
	background-size: 100% 100%;
}
.content-zbfyr .xwzx-public-tit-2{
	background: url(../img/title/zbfyr2.png) no-repeat;
	background-size: 100% 100%;
	height: 145px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-sjsdmx .zyznz-public-tit-4 {
	background: url(../img/title/sjsdmx.png) no-repeat ;
	background-size: 100% 100%;
	height: 145px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-xykfr .zyznz-public-tit-5 {
	background: url(../img/title/xykfr.png) no-repeat ;
	background-size: 100% 100%;
	height: 145px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-zyznz .zyznz-public-tit-3{
	background: url(../img/title/zyznz.png) no-repeat;
	background-size: 100% 100%;
	height: 145px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-xjgjb .xjgjb-public-tit-4{
	background: url(../img/title/qczb-xcp.jpg) no-repeat;
	background-size: 100% 100%;
	height: 145px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.xwzx-public-tit
{
	height: 145px;
	/*background: url(../img/title/xwzx.png) no-repeat;*/
	width: 970px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-xwzx .xwzx-bg-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
	/*height: 480px;*/

}

.xwzx-bg-carousel .swiper {
	width: 100%;
	height: 100%;
}

#carousel-top .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-item  .img-body{
	border: 2px solid white;
	width: 98%;
	height: 96%;
	position: relative;
}

.carousel-item  .img-text{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
	height: 25px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 2px;
}

#carousel-top .swiper-wrapper .swiper-slide .slide-left {
	width: 100%;
	height: 550px;
	float: left;
	background: #2A49FC;
	position: relative;
}

#carousel-top .swiper-wrapper .swiper-slide .slide-left {
	/*height: 405px;*/
}

.slide-left .slide-left-img {
	width: 100%;
	height: 100%;
}

.slide-left .slide-left-text {
	width: 100%;
	position: absolute;
	bottom: 18%;
	color: white;
	font-size: 22px;
	font-family: system-ui;
	text-align: left;
	margin-left: 35px;
	width: 30%;
}

.slide-left .slide-left-text .text-body {
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.slide-left .slide-left-text .text-desc {
	white-space: wrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 5px;
}

#carousel-top .swiper-button-next {
	/* position: relative; */
	/*right: 288px;*/
	color: white;
}
#carousel-top .swiper-button-prev {
	color: white;
}
.content-xwzx  .slide-body{
	position: relative;
}
.content-xwzx  .slide-body .xwzx-bg-carousel-2{
	position: relative;
	/*background: #3737b7;*/
	z-index: 20;
	bottom: 0px;
	top: 20px;
}
.carousel-item{
	width: 292px;
	height: 180px;
	margin-left: 4px;
	text-align: left;
	color: white;
}
.carousel-item .text-body{
	width: 270px;
	margin: auto;
	text-align: justify;

}

.carousel-item .text-body .t1 {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bolder;
	width: 250px;
	padding-top: 2px;
}

.carousel-item .text-body .t2 {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0.3em;
	width: 240px;
	overflow: hidden;
}

/*选中的item*/
.active-item{
	/*border-left: 5px solid white;*/
	/*background: #3B5EE0;*/
}


.carousel-item:not(:first-child){
	margin-top: 8px;
}

.carousel-item:first-child{
	/*margin-top: 10px;*/
}
.zbfyr-body ,
.zyznz-body ,
.xjgjb-body,
.sjsdmx-body ,
.xykfr-body
{
	/*display: flex;*/
	position: relative;
}
.zbfyr-body .icon-body ,
.zyznz-body .icon-body ,
.xjgjb-body .icon-body ,
.content-sjsdmx .icon-body ,
.xykfr-body .icon-body
{
	/*height: 50px;*/
}
img{
	width: 100%;
	height: 100%;
}
.zbfyr-body .icon-body  .icon ,
.zyznz-body .icon-body .icon ,
.xjgjb-body .icon-body .icon ,
.content-sjsdmx .icon-body .icon ,
.xykfr-body .icon-body .icon
{
	position: absolute;
	right: 0px;
	width: 80px;
	display: none;
}

.zbfyr-body .item-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.zbfyr-body .item-body .item  .item-img{
	/*height: 200px;*/
}
.zbfyr-body .item-body .item {
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.zbfyr-body .item-body .item  .item-text{
	/*height: 120px;*/
	/*box-shadow: 0px 0px 20px 0px #808080b9;*/
}
.zbfyr-body .item-body .item  .item-text .text-body{
	font-size: 17px;
	font-weight: 500;
	height: 80px;
	/*display: flex;*/
	position: relative;
	top: 10px;
}
.zbfyr-body .item-body .item  .item-text .text-body .t1{
	text-align: left;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}

.content-zyznz .zyznz-item-body{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 650px;
	align-content: space-between;
	flex-direction: row;
}
.content-zyznz .zyznz-item-body .item{
	width: 280px;
	height: 280px;
	margin: 22px 5px 0px 5px;
	border: 2px solid #49AEFF;
}

.content-zyznz .zyznz-item-body .item .item-img{
	width: 100%;
	height: 190px;
}
.content-zyznz .zyznz-item-body .item .item-text{
	height: 90px;
	text-align: center;
	background: #0075FF;
	color: white;
}
.content-zyznz .zyznz-item-body .item .item-text .content {
	padding-top: 15px;
	font-size: 20px;
	font-weight: bolder;
}

.content-zyznz .zyznz-item-body .item .item-text .content .t1{
}
.content-zyznz .zyznz-item-body .item .item-text .content .t2{
	padding-top: 5px;
}
.xjgjb-body .body-item{
	width: 100%;
	/*height: 700px;*/
}

.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide
.item
{
	width: 100%;
	/*background: #f4eeeee8;*/
	margin-top: 10px;
}
.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide
.item  .item-img
{
	height: 200px;
}
.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide
.item  .item-text
{
	height: 30px;
	/*box-shadow: 0px 0px 20px 0px #808080b9;*/
}
.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide
.item .item-img {
	height: 200px;
}
.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide
.item .item-text .text-body{
	font-size: 17px;
	font-weight: 500;
	display: flex;
	position: relative;
	top: 10px;
}
.xjgjb-body .body-item .mySwiper3 .swiper-wrapper .swiper-slide
.item .item-text .text-body .t1{
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.my-bullet-active{
	width: 46px;
	border-radius: 15px;
	background: #0155C7;
	opacity: 1;
}

.swiper-pagination1
{
	text-align: center;
	position: relative;
	top: 10px;
}




.w-100{
	width: 100%;
	background: #0155C7;
	height: 540px;
}
.sjsdmx{
	/*padding-top: 35px;*/
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
.sjsdmx  .content-item{
	width: 290px;
	height: 240px;
	position: relative;
}
.sjsdmx  .content-item .item{
	width: 290px;
	height: 230px;
	/*background: url(../img/title-static-upload/sjsdmx/sjsdmx-01.png) no-repeat;*/
	/*background-size: 100% 100%;*/
}
.sjsdmx  .content-item .item .item-t-img{
	width: 97.4%;
	height: 208px;
	overflow: hidden;
	position: relative;
	top: 13px;
	z-index: 10;
}
.sjsdmx  .content-item  .item-t-text{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #0076FE;
	font-size: 21px;
	font-weight: bold;
}
.mySwiper6 .left-img {
	width: 75%;
	height: 520px;
}
.mySwiper6 .right-img{
	width: 35%;
}
.mySwiper6 .right-img .content{
	text-align: left;
	position: relative;
	left: 5%;
	width: 90%;
	font-size: 18px;
	text-align: justify;
}
.mySwiper6 .right-img .content .t3{
	position: absolute;
	right: 5%;
}

.mySwiper6 .right-img .t1{
	font-weight: bold;
	border-bottom: 2px solid white;
	width: 283px;
	height: 36px;
	font-size: 21px;
}
.mySwiper6 .right-img .t2{
	font-size: 18px;
	margin-top: 15px;
}

.content-xykfr  .xykfr-item{
	width: 100%;
	padding-bottom: 50px;
}
.content-xykfr  .xykfr-item .carousel{
	width: 100%;
	height: 100%;
	position: relative;
}
.mySwiper6{
	width: 100%;
	height: 100%;
}
.mySwiper6 .swiper-wrapper  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mySwiper6 .swiper-wrapper  .swiper-slide  .slide-body{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0075FF;
	color: white;
	font-size: 19px;
}



.footer{
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 25px;
	color: white;
}
