.neBanner {
	position: relative;
	overflow: hidden;
	background: #000;
	margin-top: 10.5625rem;
}

.pcImg {
	display: block;
	animation: changeScale 10s infinite;
	width: 100%;
}

.mImg {
	display: none;
}

.nebannerTxt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding-right: 15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 4.8125rem;
}

.nebannerTxt ul {
	background: #fff;
	height: 100%;
	width: 70%;
	border-radius: 0 2.5rem 0 0;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 10rem;
}

.nebannerTxt ul li {
	height: 100%;
	position: relative;
	padding: 0 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


.nebannerTxt ul li a {
	font-size: 1.375rem;
	display: block;


}

.nebannerTxt ul li a img {
	display: block;
	position: absolute;
	left: -10%;
	bottom: 1.25rem;
	width: 18.75rem;
	opacity: 0;
}

.nebannerTxt ul li a p {

	font-size: 1.25rem;
	transition-duration: .5s;
	text-align: center;
}

.nebannerTxt ul li a:hover,
.nebannerTxt ul li a.on p {
	font-weight: 800;
	color: #0052a0;

}

.nebannerTxt ul li a.on img {
	opacity: 1;
}




.neBox {
	padding: 5rem 0 12rem 0;
	background: url(../images/neBg.jpg) no-repeat top center;
	background-size: 100% 100%;

}

.po {
	font-size: 1.125rem;
}



.jianT {
	width: 100%;
	text-align: center;
	margin: 3.125rem 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jianT li {

	line-height: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
	margin: 0 .3125rem;

}

.detailBit {
	width: 100%;
	border-bottom: .0625rem solid #00908b;
	padding-bottom: 1.25rem;
	margin-bottom: 2.5rem;
}

.detailBit h1 {
	line-height: 1.4;
	font-size: 1.875rem;

}

.detailTime {
	display: flex;
	justify-content: space-between;
}

.detailTime .t {
	line-height: 1.4;
	font-size: 1.25rem;
}


.detailtext {
	width: 100%;
	padding-bottom: 1.875rem;
	font-size: 1.25rem;
	color: #333333;
}

.detailtext table tr td {
	border: .0625rem solid #4c4c4c !important;
}

.jianT li a {
	font-size: 1.125rem;
	display: block;
	border-radius: .3125rem;
	background: #a8a8a8;
	color: #fff;
}

.jianT li a:hover,
.jianT li .on {
	background: #1984d4;

}

.newList01 a {
	background: #fff;
	border-radius: .9375rem;
	padding: 1.5625rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	transition-duration: .5s;
}



.newList01 a:hover {
	background: #6db5ee;
	color: #fff;
}

.newList01 a dt {
	width: 22.9375rem;
	height: 13.9375rem;
	overflow: hidden;
	border-radius: .625rem;
}

.newList01 a dd {
	width: calc(98% - 22.9375rem);
	width: -webkit-calc(98% - 22.9375rem);
	position: relative;

}

.newList01 a dd h1 {
	font-size: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

	width: 90%;
}

.newList01 a dd span {
	font-size: 1.125rem;
	display: block;
	margin: .625rem 0 1.875rem;
	display: flex;
	justify-content: left;
	align-items: center;
}

.newList01 a dd span i {
	margin-right: .625rem;
	color: #6db5ee;
	font-weight: 700;
}

.newList01 a dd p {
	font-size: 1.125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}


.newList01 a:hover dd span i {
	color: #fff;
}

.newJt {
	position: absolute;
	width: 3.25rem;
	height: 3.125rem;
	background: url(../images/next2.png) no-repeat center;
	right: 1.25rem;
	top: 0;
	background-size: contain;
	transition-duration: .5s;
}

.newList01 a:hover .newJt {
	background: url(../images/next3.png) no-repeat center;
	background-size: contain;
}

.newList02 dl a {
	border-bottom: 1px solid #d9d9d9;
	padding: 2.0625rem 0;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	transition-duration: .5s;
}

.newList02 dl a dt {
	width: 10.1875rem;
	text-align: center;
	border-right: .0625rem solid #d9d9d9;
	color: #6aafee;
}

.newList02 dl a dd {
	width: calc(90% - 10.1875rem);
	width: -webkit-calc(90% - 10.1875rem);
	padding-left: 2.5rem;
	font-size: 1.125rem;

}

.newList02 dl a dd h1 {
	font-size: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1.25rem;
}

.newList02 dl a dd p {
	font-size: 1.125rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

.newList02 dl a dt h1 {
	font-size: 3rem;
	font-weight: 800;
}

.newList02 dl a dt p {
	font-size: 2rem;
}

.newList02 dl a:hover {
	background: #6db5ee;
	color: #fff;
	border-radius: 1.25rem;
}

.newList02 dl a:hover dt {
	color: #fff;
}

.homeTi h1 {
	color: #085ec0;
	font-size: 2.25rem;
	top: 2.5rem;
}

.abImg {
	width: 40%;
	display: block;
	margin: 0 0 1.25rem 2.5rem;
}

.abZi {
	font-size: 1.25rem;
	text-align: justify;
	text-indent: 2.375rem;
	line-height: 1.8;
	margin-bottom: .9375rem;
}

.abBox1 {
	margin-bottom: 2.5rem;
}

.abBox2 .Menubox {
	margin-bottom: 1.875rem;
}

.abBox2 .Menubox ul li {
	width: 19%;
	float: left;
	cursor: pointer;
	height: 4.125rem;
	color: #085ec0;
	font-size: 1.375rem;
	text-align: center;
	font-weight: 800;
	background: url(../images/jx3.png) no-repeat center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	margin-bottom: .625rem;
	margin-right: 1.2%;
	transition-duration: .5s;
}

.abBox2 .Menubox ul li:nth-child(5n) {
	margin-right: 0;
}

.abBox2 .Menubox ul li.hover {
	background: url(../images/jx4.png) no-repeat center;
	background-size: contain;
	color: #fff;
}



.fyTxt h1 {
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	font-family: '宋体';
}

.fyTxt div *,
.fyTxt div p>*,
.fyTxt div p>*>* {
	font-size: 1.25rem !important;
	text-align: justify !important;
	text-indent: 2.375rem;
	line-height: 1.8 !important;

}

.fyImg {
	width: 45%;
	overflow: hidden;
	border-radius: .625rem;
	float: right;

}

.ygBox {
	position: relative;
	padding-top: 6.25rem;
	margin-top: 6.25rem;
}

.ygBox i {
	position: absolute;
	top: -2.8125rem;
	left: 50%;
	font-weight: 800;
	font-size: 3.125rem;
	color: #085ec0;
	transform: translateX(-50%);
}

.ygBox::before {
	content: '';
	width: .0625rem;
	height: 99%;
	background: #085ec0;
	position: absolute;
	left: 50%;
	margin-left: -0.0031rem;
	top: 0;
	z-index: 1;
}

.ygBox dl {
	width: 50%;
	display: flex;
	justify-content: left;
	align-items: self-start;
	clear: both;
	position: relative;
	z-index: 2;
}

.ygBox dl:nth-child(odd) {
	float: right;
}

.ygBox dl::before {
	content: '';
	width: .3125rem;
	height: .3125rem;
	border: .3125rem solid #085ec0;
	border-radius: 50%;
	position: absolute;
	top: .625rem;
	left: -0.4375rem;
	z-index: 2;
	background: #fff;
}

.ygBox dl dt {
	font-weight: 800;
	font-size: 1.875rem;
	color: #085ec0;
	margin: 0 1.625rem;
	position: relative;
}

.ygBox dl dd img {
	width: 16.25rem;
	display: block;
}

.ygBox dl dd p {
	font-size: 1.125rem;
	margin-top: .625rem;
}

.ygBox dl:nth-child(even) {
	display: flex;
	justify-content: right;
	align-items: self-start;
}

.ygBox dl:nth-child(even)::before {
	right: -0.4375rem;
	left: auto;
}

.ldList {
	width: 90%;
	margin: 0 auto;
}

.ldList .w30 {
	width: 24%;
	float: left;
	margin-right: 14%;
}

.ldNr {
	margin-bottom: 3.75rem;
	display: block;
	cursor: default;
}

.ldList .w30:nth-child(3n) {
	margin-right: 0;
}

.ldImg {
	border: 1px solid #085ec0;
	padding: .3125rem;
	border-radius: .9375rem;
	overflow: hidden;
}

.ldImg img {
	border-radius: .9375rem;
}

.ldName {
	font-size: 1.875rem;
	color: #085ec0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ldName h1 {
	font-size: 2.25rem;
	margin-right: .375rem;
}

.jgszList h2 {
	font-size: 1.5rem;
	margin-bottom: .625rem;
}

.jgszList h1 {
	font-size: 1.875rem;
	color: #085ec0;
	font-family: '宋体';
	margin-bottom: .625rem;
}

.jgszList ul {
	margin-bottom: .9375rem;
}

.jgszList ul li {
	width: 19.2%;
	float: left;
	margin-bottom: .4375rem;
	margin-right: 1%;
}

.jgszList ul li:nth-child(5n) {
	margin-right: 0;
}

.jgszList ul li a {
	width: 100%;
	height: 3.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	font-size: 1.25rem;
	background: url(../images/jx3.png) no-repeat center;
	background-size: 100% 100%;
	transition-duration: .5s;
}

.jgszList ul li a:hover,
.jgszList ul li a.on {
	background: url(../images/jx4.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}

.jgszBox .jgszList ul li a {
	cursor: default;
}

.jgszList.znbm ul li:last-child {
	width: 39.3%;
	margin-right: 0;
}

.jgszList.znbm ul li:last-child a {
	background: url(../images/jx5.png) no-repeat center;
	background-size: 100% 100%;
}

.jgszList.znbm ul li:last-child:hover a {
	background: url(../images/jx6.png) no-repeat center;
	background-size: 100% 100%;
}

.jgszList {
	margin-bottom: 4.375rem;
}

.zzList li {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2.5rem;
}

.zzList li:nth-child(4n) {
	margin-right: 0;
}

.zzList li p {
	text-align: center;
	font-size: 1.125rem;
	margin-top: .625rem;
}

.zzImg {
	overflow: hidden;
	transition-duration: .5s;
}

.zzList li:hover .zzImg {
	transform: scale(1.03);
}

.lxBox1 li {
	width: 49%;
	height: 9.0625rem;
	display: flex;
	justify-content: left;
	align-items: center;
	float: left;
	font-size: 1.5rem;
	padding-left: 1.625rem;
	background: url(../images/jx7.png) no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 1.875rem;
	transition-duration: .5s;
}

.lxBox1 li:nth-child(2n) {
	float: right;
}

.lxBox1 li:hover {
	background: url(../images/jx8.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}

.lxBox2 {
	position: relative;
	margin-top: 3.125rem;
}

.lxBox2 img {
	width: 100%;
	display: block;
}

.lxTxt {
	position: absolute;
	top: 27%;
	text-align: center;
	width: 100%;
}

.lxTxt h1 {
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.lxTxt img {
	width: 12.5rem;
	margin: 0 auto;
	display: block;
}

.lxBtn {
	width: 100%;
	position: absolute;
	bottom: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lxBtn a {
	width: 11.375rem;
	line-height: 2.8125rem;
	background: #fff;
	border-radius: 1.875rem;
	font-weight: 800;
	color: #085ec0;
	font-size: 1.375rem;
	text-align: center;
	margin: 0 1.25rem;
	transition-duration: .5s;
}

.lxBtn a:hover {
	background: #085ec0;
	color: #fff;
}

.fwMneu {
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwMneu dl a {
	display: block;
	width: 14.3125rem;
	height: 10.875rem;
	background: #fff;
	position: relative;
	border-radius: 1.25rem;
	padding: .9375rem;
	margin: 0 .625rem;
	transition-duration: .5s;
}

.fwMneu dl a dt {
	height: 100%;
}

.fwMneu dl a dt img {
	width: 100%;
	height: 100%;
}

.fwMneu dl a dd {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #0052a0;
	transition-duration: .5s;

}

.fwMneu dl a dd h1 {
	font-size: 3.4375rem;
	font-weight: normal;
}

.fwMneu dl a dd p {
	font-size: 1.375rem;
	margin-top: .625rem;
}

.fwMneu dl a:hover,
.fwMneu dl .on {
	background: #eaad55;
	color: #fff;
}

.fwMneu dl a:hover dd,
.fwMneu dl .on dd {
	color: #fff;
}

.ghList {
	text-align: center;
	margin-top: 3.125rem;
}

.ghList p {
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
}

.ghList img {
	width: 12.5rem;
	display: block;
	margin: 0 auto 4.375rem;
}

.ne-search {
	background: #fff;
	-moz-box-shadow: 0px 0px 7px #949494;
	-webkit-box-shadow: 0px 0px 7px #949494;
	box-shadow: 0px 0px 7px #949494;
	position: relative;
	top: -1.875rem;
	padding: 1.25rem;

}

.ne-sou {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ne-sou input {
	width: 90%;
	background: #ebebeb;
	height: 3.125rem;
	line-height: 3.125rem;
	border: none;
	outline: none;
	padding-left: 1.5625rem;
	float: left;
}

.ne-sou button {
	width: 10%;
	height: 3.125rem;
	border: none;
	outline: none;
	background: #0052a0;
	cursor: pointer;
}

.ne-sou button i {
	color: #fff;
}

.search-ti {
	text-align: center;
	font-size: 2.25rem;
	padding: 1.25rem 0 2.5rem 0;
}

.search-ti span {
	color: #0052a0
}

.tzzLis dl a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f3f3f3;
	height: 3.75rem;
	border-radius: .9375rem;
	padding: 0 1.25rem;
	margin-bottom: 1.5625rem;
	transition-duration: .5s;
}

.tzzLis dl a dd,
.tzzLis dl a dt {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tzzLis dl a dd i {
	font-size: 1.875rem;
	color: #717171;
	margin-right: .625rem;
}

.tzzLis dl a dd p {
	font-size: 1.125rem;
}

.tzzLis dl a dt p {
	font-size: 1.375rem;
}

.tzzLis dl a dt img {
	width: 2.1875rem;
	display: block;
	margin-right: 0.1rem;
}

.tzzLis dl a:hover {
	background: #0052a0;
	color: #fff;
}

.tzzLis dl a:hover dd i {
	color: #fff;
}










.ksTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}

.ksTitle h1 {
	font-size: 2.25rem;
	color: #085ec0;
	padding: 0 1.25rem;
}

.ksTitle img {
	width: 9.5625rem;
	display: block;
}

.ksdTi {
	font-size: 1.875rem;
	color: #085ec0;
	margin-bottom: .9375rem;
}

.ksjsBox {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.ksZj {
	width: 40%;
	position: relative;

}

.ksZj img {
	display: block;
	border-radius: .9375rem;
}

.ksZj h1 {
	font-size: 1.375rem;
	margin-top: .625rem;
}

.ksZj p {
	font-size: 1.25rem;
}

.ksjsZi {
	width: 55%;

}

.jsZi {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-bottom: 1.25rem;
}

.zjCon {
	position: relative;
}

.zjImg {
	width: 100%;
	border: .0625rem solid #085ec0;
	border-radius: .625rem;
	padding: .375rem;
	overflow: hidden;
}

.zjImg img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .625rem;
}


.zjTtx h1 {
	font-size: 1.25rem;
	text-align: center;
}

.zjTtx p {
	font-size: 1.125rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zjBox {

	padding-bottom: 5rem;
}

.zjBox .swiper-container {
	overflow: hidden;
}


.zjBox .swiper-pagination {
	padding-bottom: 0;
}

.zjBox .swiper-pagination-bullet {
	background: #eaad55;
	opacity: 1;
}

.zjBox .swiper-pagination-bullet-active {
	background: #085ec0;
}


.zjBox .swiper-button-next,
.zjBox .swiper-button-prev {
	width: 1.8125rem;
	top: 40%;
}

.zjBox .swiper-button-next {
	right: -3%;
}

.zjBox .swiper-button-prev {
	left: -3%;
	transform: rotate(180deg);
}

.zjjsLi .zjCon {
	width: 18%;
	float: left;
	margin-right: 1.7%;
	margin-bottom: 3.125rem;
}

.zjjsLi .zjCon:nth-child(5n) {
	margin-right: 0;
}

.zjMc {
	font-size: 1.875rem;
	color: #085ec0;
}

.zjZc {
	font-size: 1.25rem;
	margin: .625rem 0;
}

.ksjsZi .fEwm {
	justify-content: left;
}

.fEwm li {
	margin-left: 0;
	margin-right: 1.875rem;
}

.zjSearch {
	background: #fff;
	padding: 1.875rem;
	margin-bottom: 2.5rem;
	border-radius: .9375rem;
}

.zjSearch dl {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: .625rem;
	margin-bottom: .9375rem;
	display: flex;
	justify-content: left;
	align-items: center;
}

.zjSearch dl dt {
	font-weight: 800;
	width: 9.0625rem;
	font-size: 1.375rem;
}

.zjSearch dl dd,
.seLi {
	display: flex;
	justify-content: left;
	align-items: center;
}

.zjSearch dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.8125rem;
	padding: 0 1.25rem;
	font-size: 1.25rem;
}

.zjSearch dl dd a:hover,
.zjSearch dl dd a.on {
	background: #eaad55;
	color: #fff;
	border-radius: .625rem;
}

.seLi {
	margin-top: 1.875rem;
}

.seLi p {
	font-size: 1.25rem;
}

.seLi input {
	width: 25rem;
	height: 2.875rem;
	border: 1px solid #d0d0d0;
	font-size: 1rem;
	padding-left: 1.25rem;
	outline: none;
}

.seLi a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.875rem;
	width: 6rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	background: #085ec0;
	border-radius: .375rem;
	margin-left: .625rem;
}

.znTi {
	font-size: 2.25rem;
	text-align: center;
	margin-bottom: .9375rem;
}

.lcfbLis {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 6.25rem;
}

.lcfbLis dl {
	position: relative;
	width: 31%;

}

.lcfbLis dl:nth-child(2) {
	margin: 0 3.5%;
}

.lcfbLis dl dt {
	height: 46.875rem;
	background: #085ec0;
	width: 95%;
	border-radius: 1.25rem;
	padding: .9375rem;
	display: flex;
	justify-content: left;
	position: relative;
	z-index: 1;

}

.lcfbLis dl dt h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.875rem;
	height: 3.875rem;
	border-radius: 50%;
	background: #fff;
	color: #085ec0;
	font-size: 3.125rem;
	line-height: 1.3;
	margin-right: .625rem;
}

.lcfbLis dl dt p {
	font-weight: bold;
	color: #fff;
	font-size: 2.875rem;
}

.lcfbLis dl dd {
	position: absolute;
	height: 43.75rem;
	background: #ffffff;
	right: 0;
	top: 5.625rem;
	width: 95%;
	border-radius: 1.25rem;
	padding: .9375rem;

	z-index: 2;
	box-shadow: 1px 7px 6px 2px rgb(11 11 11 / 21%);
	padding: 1.25rem .625rem;

}

.lcfbLis dl dd li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: .125rem solid #085ec0;
	width: 100%;
	margin-bottom: 2.5rem;
}

.lcfbLis dl dd li h1 {
	width: 3.875rem;
	height: 4.1875rem;
	background: #085ec0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.875rem;
	color: #fff;
}

.lcfbLis dl dd li p {
	width: calc(99% - 3.875rem);
	width: -webkit-calc(99% - 3.875rem);
	font-size: 1.125rem;
}

.lcfbLis dl dd li:last-child {
	margin-bottom: 0;
}

.lcfbLis.gqyq dl dt,
.lcfbLis.gqyq dl dd {
	height: 30rem;
}

.jyznMenu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}

.xzBox {
	background: url(../images/xz.png) no-repeat center;
	background-size: 100% 100%;
	padding: 6.875rem 6.25rem;
	height: 70.625rem;
}

.xzBox h1 {
	font-size: 2.25rem;
	text-align: center;
	margin-bottom: 1.25rem;
}

.xzBox ul li {
	display: flex;
	font-size: 1.25rem;
	margin-bottom: 1.875rem;
	line-height: 1.8;
}

.videoZi {
	height: 3.125rem;
	font-size: 1.25rem;
	padding: .625rem;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.videoBox {
	width: 32%;
	float: left;
	background: #fff;
	box-shadow: 0 1px .625rem rgb(110 110 110 / 10%);
	margin-right: 2%;
	margin-bottom: 2.5rem;
	border-radius: .625rem;
}

.videoImg {
	background: #000;
	overflow: hidden;
	position: relative;
	border-radius: 0.1rem;
}

.videoImg img {
	opacity: 0.9;
}

.videoImg i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
	font-size: 0.6rem;
	display: block;
	width: 0.6rem;
	height: 0.6rem;
}



.videoBox:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}


@media only screen and (max-width: 1280px) {}





@media only screen and (max-width: 760px) {

	.pcImg,
	.po {
		display: none;
	}

	.mImg {
		display: block;
	}

	.neBanner {
		margin-top: 50px;
	}


	.nebannerTxt {
		padding-right: 0;
	}

	.nebannerTxt ul {
		width: 100%;
		padding-left: 5%;
	}

	.nebannerTxt ul li a p {
		font-size: 2.2rem;
	}

	.homeTi h1 {
		font-size: 2.8rem;
	}

	.nebannerTxt ul li {
		padding: 0 1rem;
	}

	.abZi {
		font-size: 2.2rem;
		text-indent: 4.4rem;
	}

	.fyTxt div *,
	.fyTxt div p>*,
	.fyTxt div p>*>* {
		font-size: 2.2rem !important;
	}

	.abBox2 .Menubox ul,
	.videoBox {
		width: 48%;
		font-size: 2.2rem;
		background-size: 100% 100% !important;
		margin-right: 1% !important;
		margin-bottom: 2.5rem;

	}

	.abBox2 .Menubox ul {
		width: 100%;

	}

	.abBox2 .Menubox ul li {
		width: 48%;
		font-size: 2.2rem;
		background-size: 100% 100% !important;
		margin-right: 1% !important;
		margin-bottom: 2.5rem;
	}

	.videoZi {
		height: auto;
		font-size: 2.2rem;
	}

	.fyTxt h1,
	.ygBox dl dt,
	.ksTitle h1 {
		font-size: 2.8rem;
	}

	.fyTxt,
	.fyImg {
		width: 100%;
	}

	.ygBox dl dd img,
	.ldList {
		width: 100%;
	}

	.ygBox dl dd p,
	.ldName h1,
	.jgszList ul li a,
	.zzList li p,
	.lxBox1 li,
	.lxTxt h1,
	.newList01 a dd h1,
	.detailtext,
	.newList02 dl a dd p,
	.ksZj h1,
	.jsZi,
	.zjTtx h1,
	.lcfbLis dl dd li p,
	.xzBox ul li,
	.zjSearch dl dd a,
	.seLi p,
	.zjZc {
		font-size: 2.2rem;
	}

	.newList01 a dd p,
	.detailTime .t,
	.fwMneu dl a dd p,
	.ksZj p,
	.zjTtx p {
		font-size: 2rem;
	}

	.seLi input,
	.seLi a {
		height: 4rem;
		font-size: 2rem;
	}

	.lxBox1 li {
		width: 100%;
		height: auto;
		display: block;
		padding: 1.25rem;
	}

	.jgszList h1,
	.detailBit h1,
	.newList02 dl a dd h1,
	.ghList p,
	.ksdTi,
	.lcfbLis dl dd li h1,
	.xzBox h1,
	.zjSearch dl dt,
	.zjMc {
		font-size: 2.4rem;
	}

	.zjSearch dl dt {
		width: 20%;
	}

	.zjSearch dl dd {
		width: 80%;
		flex-wrap: wrap;
	}

	.newList01 a dd h1 {
		width: 100%;
		margin-bottom: 5px;
	}

	.newJt,
	.newList01 a dd span {
		display: none;
	}

	.lcfbLis dl dd li h1 {
		width: 4.875rem;
		height: 6.1875rem;
		margin-right: 1.25rem;
	}

	.lcfbLis dl dd,
	.lcfbLis dl dt {
		height: 60rem;
	}

	.ksjsZi .fEwm li {
		width: 30%;
	}

	.ldList .w30 {
		width: 31%;
		margin-right: 3%;
	}

	.lxBtn {
		bottom: 4rem;
	}

	.lcfbLis dl {
		width: 100%;
		margin: 0 0 10rem !important;
	}

	.lcfbLis.gqyq dl dt,
	.lcfbLis.gqyq dl dd {
		height: 40rem;
	}

	.lxBtn a {
		width: 20%;
		font-size: 2.2rem;
		line-height: 4rem;
	}

	.jgszList ul li,
	.zjjsLi .zjCon {
		width: 32%;
		text-align: center;
		margin-right: 1% !important;
	}

	.zjjsLi .zjCon {
		width: 48%;
	}

	.zzList li p {
		height: 5rem;
	}

	.jgszList ul li a {
		height: 5rem;
	}

	.jgszList.znbm ul li:last-child {
		width: 64%;
	}

	.zjSearch dl dd a {
		height: 4rem;
	}

	.zzList li {
		width: 48%;
		margin-right: 2% !important;
	}

	.zjTtx p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.lxBox2 img {
		height: 62.5rem;
	}

	.lxBox2 .lxTxt img {
		width: 30%;
		height: auto;
	}

	.newList02 dl a dd {
		width: -webkit-calc(100% - 10.1875rem);
	}

	.fwMneu dl {
		width: 19%;

	}

	.fwMneu dl a {
		width: 100%;
	}

	.fwMneu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 90%;
		left: 5%;
	}

	.xzBox {
		height: auto;
		padding: 15.875rem 6.25rem;
	}
}