.homeMore {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.9rem;
	height: 0.58rem;
	border: 1px solid #9a9ea0;
	border-radius: 0.4rem;
	color: #333;
	font-size: 0.18rem;
	transition-duration: .5s;
	margin: 0.4rem auto 0;
}

.homeMore span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.26rem;
	height: 0.26rem;
	border: 1px solid #9a9ea0;
	border-radius: 50%;
	margin-left: 0.15rem;
	transition-duration: .5s;
}

.homeMore span i {
	font-size: 0.2rem;
}

.homeMore:hover {
	background: #187fc4;
	color: #fff;
}

.homeMore:hover span {
	border-color: #ffffff;
	color: #fff;
}


.neBanner {
	position: relative !important;
	overflow: hidden !important;
	background: #000 !important;
}

.pcImg {
	display: block;
	animation: changeScale 10s infinite;
	width: 100%;
}

.mImg {
	display: none;
}

.nebannerTxt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.4rem;
	color: #fff;
}

.bannerTi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bannerTi h1 {
	font-size: 0.48rem;
	line-height: 1;
}

.bannerTi h2 {
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerTi h2 a {
	color: #fff;
	font-size: 0.24rem;
	margin-left: 0.5rem;
	display: block;
}

.tzzBox1 {
	background: url(../images/tzzBg1.jpg) no-repeat top center;
	padding-top: 1.1rem;
	background-size: 100% auto;
}

.tzLx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}

.tzLe {
	width: 40%;
}

.tzLe h1 {
	font-weight: normal;
	font-size: 0.6rem;
	color: #2180c3;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 0.15rem;
}

.tzLe p {
	font-size: 0.36rem;
	line-height: 1.2;
}

.tzRi {
	width: 80%;
}

.tzRi h1 {
	font-size: 0.4rem;
	font-weight: normal;
}

.tzRi p {
	font-size: 0.22rem;
	margin-top: 0.2rem;
	text-align: justify;
	margin-bottom: 0.1rem;
}

.tzImg img {
	width: 100%;
	display: block;
}

.tzzBox2 {
	background: url(../images/tzzBg2.jpg) no-repeat top center;
	padding: 1.2rem 0 1.7rem;
	background-size: 100% 100%;
}

.tdTitle {
	font-size: 0.42rem;
	padding-bottom: 0.54rem;
	text-align: center;
}

.ldList dl {
	width: 48%;
	float: left;
	height: 3.8rem;
	background: #c6d4ee;
	position: relative;
	border-radius: 0.15rem;
	padding-right: 0.3rem;
	transition-duration: .5s;
}

.ldList dl:nth-child(2n) {
	float: right;
}

.ldList dl dt {
	width: 3.62rem;
	height: 4.39rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ldList dl dt img {
	width: 100%;
	height: 100%;
	display: block;
}

.ldList dl dd {
	width: 50%;
	float: right;
	padding-top: 0.7rem;
}

.ldList dl dd h1 {
	font-size: 0.24rem;
	line-height: 1;
}

.ldList dl dd h2 {
	font-size: 0.2rem;
	font-weight: normal;
}

.ldList dl dd span {
	display: block;
	width: 0.72rem;
	height: 0.05rem;
	background: #2180c3;
	margin: 0.1rem 0 0.3rem 0;
	transition-duration: .5s;
}

.ldList dl dd p {
	font-size: 0.2rem;
	padding-bottom: 0.2rem;
	text-align: justify;
}

.ldList dl:hover {
	box-shadow: inset 0 0 7px 4px rgba(255, 255, 255, .5);
}

.ldList dl:hover dd span {
	width: 1.2rem;
}

.newBox1 {
	background: url(../images/newBg1.jpg) no-repeat center;
	padding: 0.8rem 0;
	background-size: 100% 100%;
}

.newBox1 a {
	display: block;
}

.newBox1 dt {
	border-radius: 0.1rem;
	overflow: hidden;
}

.newBox1 dt img {
	width: 100%;
	height: 100%;
	display: block;
}

.newBox1 dd {
	position: relative;
}

.newBox1 dd h2 {
	position: absolute;
	right: 0;
	top: 0.1rem;
	font-size: 0.2rem;
}

.newBox1 dd h1 {
	font-size: 0.3rem;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.15rem 0 0.1rem;
	position: relative;
	transition-duration: .5s;
}

.newBox1 dd h1::before {
	content: '';
	width: 0;
	height: 0.02rem;
	background: #2180c3;
	position: absolute;
	left: 0;
	top: 50%;
	transition-duration: .5s;
	margin-top: -0.01rem;
}

.newBox1 dd p {
	font-size: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newBox1:hover dd h1 {
	padding-left: 0.6rem;
}

.newBox1:hover dd h1::before {
	width: 0.5rem;
}

.newBox2 {
	background: url(../images/newBg2.jpg) no-repeat center;
	padding: 0.8rem 0;
	background-size: 100% 100%;
}

.newDetailzi h1,
.newDetailzi h2,
.newDetailzi h2 a {
	color: #333;
}

.newDetailzi h1 {
	font-size: 0.4rem;
}

.newDetailzi h2 {
	font-size: 0.22rem;
	opacity: 0.8;
}

.newDetailzi h2 a {
	padding: 0;
	margin-left: 0;
	font-size: 0.22rem;
}

.newDetailzi .wrap {
	border-bottom: 1px solid #efefef;
	padding-bottom: 0.2rem;
}

.list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.list ul li {
	width: 31.625%;
	margin-right: 2.56%;
	margin-bottom: 0.4rem;

}

.list ul li:nth-child(3n) {
	margin-right: 0;
}

.list ul li .img {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: none;
}

.list ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

.list ul li .newTxt {
	padding: 0.2rem;
	display: block;
	border: 1px solid rgba(213, 213, 213, 0.5);
	background: #fff;
	border-radius: 5px;
	position: relative;
	top: -0.1rem;
	z-index: 1;

}

.cls-1 {
	fill: #187fc4;
	fill-rule: evenodd;
}

.list ul li:hover .img img {
	transform: scale(1.1);
}

.list ul li a .time {
	padding: 0 0 0 0.1rem;
	height: 24px;
	background: #999;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
	font-weight: 800;
}

.list ul li a .time span {
	margin-left: 0.05rem;
	padding: 0 0.1rem;
	background: #187fc4;
	position: relative;
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.list ul li a .time span::before {
	content: '';
	display: block;
	border-color: transparent #999;
	/*上下颜色 左右颜色*/
	border-width: 0 0 24px 5px;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 0;
}

.list ul li a .t1 {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.34rem;
	height: 0.68rem;
	margin-top: 0.26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all ease-out 0.3s;
}



.list ul li a .more {
	width: 100%;
	position: relative;
	margin-top: 0.3rem;
	font-size: 0.18rem;
	color: #333;
	line-height: 1;
	display: flex;
	align-items: center;
	padding-top: 0.27rem;
	transition: all ease-out 0.3s;
}

.list ul li a .more svg {
	width: 10px;
	height: 6px;
	margin-left: 0.18rem;
	transform: rotateZ(-90deg);
	transform-origin: center center;
	transition: all ease-out 0.3s 0.2s;
}

.list ul li a .more svg path {
	fill: #187fc4;
}

.list ul li a .more::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	background: rgba(213, 213, 213, 0.5);
}

.list ul li a .more::after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	top: 0;
	background: #187fc4;
	transition: all ease-out 0.3s 0.1s;
}

.list ul li a:hover .t1 {
	color: #187fc4;
	transform: translateX(10px);
}

.list ul li a:hover .more svg {
	margin-left: 0.28rem;
}

.list ul li a:hover .more::after {
	width: 100%;
}

.djCon {
	background: #ffffff;
	position: relative;
	padding: 0.45rem;
	margin-bottom: 0.45rem;
	display: flex;
	justify-content: left;
	align-items: center;
	transition-duration: .5s;
	border-radius: 0.15rem;
}

.pu_link {
	overflow: hidden;
	position: relative;
	transition: 0.4s;
	background: #f9f9f9;
	color: #1f7fc3;
	width: 1rem;
	height: 1rem;
	text-align: center;
	padding-top: 0.15rem;
}

.pu_link h1 {
	font-size: 0.36rem;
	color: #1f7fc3;
	line-height: 1.1;
}

.pu_link p {
	font-size: 0.18rem;
	color: #1f7fc3;
}

.pu_link::before {
	z-index: 1;
	transition: 0.6s;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 2px;
	height: 0.1rem;
	background: #1f7fc3;
}

.pu_link::after {
	transition: 0.6s;
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 0.2rem;
	height: 2px;
	background: #1f7fc3;
}

.pu_link .lbsj::before {
	z-index: 1;
	transition: 0.6s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 0.1rem;
	background: #1f7fc3;
}

.pu_link .lbsj::after {
	transition: 0.6s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0.2rem;
	height: 2px;
	background: #1f7fc3;
}


.djCon:hover .pu_link::before {
	height: 100%;
}

.djCon:hover .pu_link::after {
	width: 100%;
}

.djCon:hover .pu_link .lbsj {
	color: #1f7fc3;
	transition-delay: 0.6s;
}

.djCon:hover .pu_link .lbsj::before {
	height: 100%;
}

.djCon:hover .pu_link .lbsj::after {
	width: 100%;
}

.djWzi {
	width: 85%;
	padding: 0 0 0 4%;
}

.djWzi h1 {
	font-size: 0.22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}

.djWzi p {
	font-size: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.djCon:hover .djWzi h1 {
	color: #1f7fc3;
}

.newJt {
	position: absolute;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	right: 0.4rem;
	margin-top: -0.21rem;
	top: 50%;
	transition-duration: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
}

.djCon:hover {
	box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
	border-radius: 0.2rem;

}

.djCon:hover .newJt {
	color: #fff;
	background: #1f7fc3;
}

.jianT {
	width: 100%;
	text-align: center;
	margin: 0.4rem 0 0 0;
}

.jianT li {

	line-height: 0.58rem;
	height: 0.58rem;
	display: inline-block;
	min-width: 0.58rem;
	margin: 0 4px;
	padding: 0;
}



.jianT li a,
.jianT li span {
	font-size: 0.2rem;
	color: #474747;
	display: block;
	border-radius: 0.1rem;
}

.jianT li a:hover,
.jianT li .on {
	background: #1f7fc3;
	color: #fff;
}

.detailBit {
	width: 100%;
	border-bottom: 1px solid #003380;
	padding-bottom: 0.2rem;
	margin-bottom: 0.5rem;
}

.detailBit h1 {
	line-height: 0.7rem;
	font-size: 0.35rem;
	color: #114088;
}

.detailTime {
	display: flex;
	justify-content: space-between;
}

.detailTime .t {
	line-height: 0.44rem;
	color: #00aa9b;
	font-size: 0.2rem;
}

.xqBox1 {
	padding: 0.8rem 0;
}

.detailtext {
	width: 100%;
	padding-bottom: 0.3rem;
	font-size: 0.2rem;
	color: #333333;
}

.zpImg {
	position: relative;
	border-radius: 0.15rem;
	overflow: hidden;
}

.zpImg img {
	width: 100%;
	height: 100%;
	display: block;
}

.zpImg p {
	font-size: 0.42rem;
	position: absolute;
	top: 1.4rem;
	left: 1.7rem;
}

.xzList dl {
	float: left;
	width: 26%;
	margin-top: 0.15rem;
	margin-right: 11%;
}

.xzList dl:last-child {
	margin-right: 0;
}

.xzList dl dt {
	text-align: center;
}

.xzList dl dt h1 {
	font-weight: normal;
	color: #2180c3;
	line-height: 0.8;
}

.xzList dl dt h1 i {
	font-size: 0.46rem;
}

.xzList dl dt p {
	font-size: 0.36rem;
	margin-bottom: 0.2rem;
	position: relative;
	padding-bottom: 0.2rem;
	transition-duration: .5s;

}

.xzList dl dt p::after {
	content: '';
	width: 10%;
	height: 3px;
	background: #2180c3;
	position: absolute;
	left: 45%;
	bottom: 0;
	transition-duration: .5s;
}

.xzList dl:hover dt p::after {
	width: 30%;
	left: 35%;
}

.xzList dl:hover dt p {
	transform: scale(1.1);
}

.xzList dl dd {
	text-align: justify;
	font-size: 0.2rem;
}

.zpBox2 {
	background: linear-gradient(top, rgb(219, 233, 243) 28%, rgb(255, 255, 255) 77%);
	background: -o-linear-gradient(top, rgb(219, 233, 243) 28%, rgb(255, 255, 255) 77%);
	background: -ms-linear-gradient(top, rgb(219, 233, 243) 28%, rgb(255, 255, 255) 77%);
	background: -moz-linear-gradient(top, rgb(219, 233, 243) 28%, rgb(255, 255, 255) 77%);
	background: -webkit-linear-gradient(top, rgb(219, 233, 243) 28%, rgb(255, 255, 255) 77%);
	padding-top: 0.65rem;
}

.flList li {
	background: #fff;
	height: 1.6rem;
	width: 18.7%;
	float: left;
	border-radius: 0.15rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.5%;
	margin-bottom: 0.45rem;
	transition-duration: .5s;
}

.flList li h1 {
	font-weight: normal;
	line-height: 1;
	width: 0.4rem;
	height: 0.4rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	overflow: hidden;
}

.flList li h1 p {
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: .5s;
}

.flList li h1 p:nth-child(2) {
	top: 100%;
}

.flList li h1 p:nth-child(2) i {
	color: #fff;
}

.flList li h1 i {
	color: #2180c3;
	font-size: 0.4rem;
	transition-duration: .5s;
}

.flList li p {
	font-size: 0.2rem;
}

.flList li:nth-child(5n) {
	margin-right: 0;
}

.flList li:hover {

	color: #fff;
	background: url(../images/bj.jpg) no-repeat center;
	background-size: 100% 100%;
}

.flList li:hover h1 p:nth-child(1) {
	top: -100%;
}

.flList li:hover h1 p:nth-child(2) {
	top: 0%;
}

.hjLis {
	margin-top: 0.4rem;
	position: relative;
}

.hjLis .swiper-slide {
	transform: scale(0.9);
	border-radius: 0.2rem;
	overflow: hidden;
}

.hjLis .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

/* .hjLis .swiper-slide:hover img {
	transform: scale(1.1);
}

.hjLis .swiper-slide-active {
	transform: scale(1);
} */

.hjLis .swiper-button-next,
.hjLis .swiper-button-prev {
	width: 0.48rem;
	height: 0.48rem;
	border: 1px solid #2180c3;
	border-radius: 50%;
}

.hjLis .swiper-button-next i,
.hjLis .swiper-button-prev i {
	color: #2180c3;
	font-size: 0.3rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #2180c3;
	color: #fff;
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
	color: #fff !important;
}

.hjLis .swiper-button-prev:after,
.hjLis .swiper-button-next:after {
	display: none;
}

.hjLis .swiper-button-prev i {
	transform: rotate(-180deg);
}

.hjLis .swiper-button-prev {
	left: 24%;
}

.hjLis .swiper-button-next {
	right: 24%;
}

.hdLis1 {
	overflow: hidden;
	margin-bottom: 0.1rem;
	position: relative;
	z-index: 2;
}

.hdLis1 dl {
	display: flex;
	position: relative;
	z-index: 3;

}

.hdLis1 dl dd {
	width: 6rem;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
	height: 3.22rem;
	position: relative;
	background: #fff;
}

.hdLis1 dl dd img {
	width: 100%;
	height: 100%;
	display: block;
}

.zpBg {
	background: url(../images/zpBg.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding: 0.84rem 0;
}

.pxList {
	margin-bottom: 0.8rem;
}

.pxList li {
	width: 31%;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 0.15rem;
}

.pxList li:nth-child(2) {
	margin: 0 3%;
}

.pxList li img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

.pxList li .txt {
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.2rem;
	transition-duration: .5s;
}

.pxList li .txt p {
	font-size: 0.3rem;
}

.pxList li:hover img {
	transform: scale(1.1);
	-webkit-filter: blur(4px);
	/*灰度处理*/
	filter: blur(4px);
	/*模糊滤镜*/
}

.pxList li:hover .txt {
	bottom: 50%;

}

.subNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 0.8rem;
	font-size: 0.22rem;
	position: relative;
	cursor: pointer;
	margin-top: 0.15rem;
	border-radius: 0.15rem;
	padding: 0 0.3rem 0 0.9rem;
	transition-duration: .5s;
	background: #d3e6f3;
}

.subNav p {
	font-size: 0.24rem;
	font-weight: bold;
}

.subNav p:last-child {
	width: 0.46rem;
	height: 0.46rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
}

.subNav i {
	color: #187fc4;
	font-size: 0.36rem;
	transform: rotate(90deg);
	display: block;
	transition-duration: .5s;
}

.currentDd {
	margin-bottom: 0;
	background: linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -o-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -ms-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -moz-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -webkit-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	color: #fff;
}

.currentDd i {
	transform: rotate(-90deg);
}

.zpTi {
	font-size: 0.22rem;
	font-weight: bold;
	color: #000;
}

.gwZi {
	font-size: 0.2rem;
	margin-bottom: 0.2rem;
}

.navContent {
	display: none;
	padding: 0.4rem 0.75rem;
	margin-bottom: 20px;
	font-size: 0.18rem;
	line-height: 1.8;
	background: #f1f6f9;
}

.upLoad {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.05rem;
	height: 0.71rem;
	background: #187fc4;
	color: #fff;
	border-radius: 0.15rem;
	font-size: 0.22rem;
	transition-duration: .5s;
	cursor: pointer;
}

.upLoad i {
	display: block;
	font-size: 0.3rem;
	margin-right: 0.1rem;
}

.upLoad:hover {
	color: #fff;
	box-shadow: inset 0 0 7px 4px rgba(255, 255, 255, .5);

}

.proBox1 {
	padding-bottom: 0.8rem;
}

.proBox1 .tzLe {
	width: 38%;
}

.proBox1 .tzLe img {
	display: block;
	width: 100%;
}

.proBox1 .tzRi {
	width: 54%;
}

.proBox2 {
	background: url(../images/proBg.jpg) no-repeat center;
	padding: 0.8rem 0;
	background-size: 100% 100%;
}

.lxBox1 {
	background: linear-gradient(top, rgba(36, 132, 200, 0) 26%, rgba(38, 134, 202, 0.27) 99%);
	background: -o-linear-gradient(top, rgba(36, 132, 200, 0) 26%, rgba(38, 134, 202, 0.27) 99%);
	background: -ms-linear-gradient(top, rgba(36, 132, 200, 0) 26%, rgba(38, 134, 202, 0.27) 99%);
	background: -moz-linear-gradient(top, rgba(36, 132, 200, 0) 26%, rgba(38, 134, 202, 0.27) 99%);
	background: -webkit-linear-gradient(top, rgba(36, 132, 200, 0) 26%, rgba(38, 134, 202, 0.27) 99%);

	padding: 1rem 0 0.2rem;
	background-size: 100% 100%;

}

.lxNr {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}

.lxImg {
	width: 50%;
	overflow: hidden;
}

.lxImg img {
	width: 100%;
	display: block;
	transition-duration: .5s;
}

.lxImg img:hover {
	transform: scale(1.1);
}

.lxList {
	width: 48%;
}

.lxList h2 {
	color: #2180c3;
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
}

.lxList dl {
	width: 50%;
	float: left;
	margin-bottom: 0.7rem;
	display: flex;
	justify-content: left;
	align-items: center;

}



.lxList dl dt {
	width: 0.52rem;
	height: 0.52rem;
	background: #2180c3;
	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	transition-duration: .5s;
	margin-right: 0.2rem;
}

.lxList dl dt i {
	font-size: 0.28rem;
	color: #fff;
	display: block;
	position: relative;
}

.lxList dl:nth-child(5) dt i {
	font-size: 0.22rem;

}

.lxList dl:nth-child(2) dt i {
	top: -0.03rem;

}

.lxList dl dd {
	width: calc(100% - 0.52rem);
	width: -webkit-calc(100% - 0.52rem);
}

.lxList dl dd p {
	font-size: 0.24rem;
	margin-top: 0.15rem;
}

.lxList dl dd h1 {
	font-size: 0.2rem;
	line-height: 1.1;
	font-weight: normal;
	height: 0.32rem;
}

.lxList dl:hover dt {
	background: #2180c3;
	box-shadow: inset 0 0 7px 4px rgba(255, 255, 255, .5);
	transform: scale(1.2);

}

.lxList dl:hover dt i {
	color: #fff;
}

.fwBox {
	background: #fff;
	padding: 0.5rem;
	border-radius: 0.1rem;
	text-align: center;
	margin-bottom: 0.6rem;
	margin-top: 0.5rem;
}

.fwBox h1 {
	font-size: 0.4rem;
	font-weight: normal;
}

.fwBox ul {
	display: block;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0.3rem auto;
}

.fwBox ul li {
	font-size: 0.24rem;
}

.fwBox a {
	width: 3.89rem;
	height: 0.72rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background: #187fc4;
	color: #333;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.2rem;
	transition-duration: .5s;
}

.fwBox a i {
	display: block;
	font-size: 0.26rem;
	margin-right: 0.1rem;
}

.fwBox a:hover {
	box-shadow: inset 0 0 7px 4px rgba(255, 255, 255, .5);
}


#map img {
	width: 100%;
	display: block;
}

.abBox1 {
	background: url(../images/abBg1.jpg) no-repeat center;
	padding: 1.12rem 0 0.9rem 0;
	background-size: 100% 100%;
}

.abLeft {
	width: 30%;
	float: left;
	overflow: hidden;
	border-radius: 0.1rem;
}

.abLeft img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

.abLeft:hover img {
	transform: scale(1.1);
}

.abRight {
	width: 65%;
	float: right;
	padding-top: 0.2rem;
}

.abTi {
	font-size: 0.32rem;
}

.abZi p {
	font-size: 0.2rem;
	margin-bottom: 0.13rem;
	text-align: justify;

}

.shuList {
	margin-top: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}

.shuList dl {
	position: relative;
	width: 30%;
	padding-top: 0.1rem;
}

.shuList dl:after {
	content: '';
	width: 70%;
	height: 1px;
	background: #187fc4;
	position: absolute;
	top: 3px;
	left: 0;

}

.shuList dl::before {
	content: '';
	width: 20%;
	height: 3px;
	background: #187fc4;
	position: absolute;
	top: 0;
	left: 0;

}

.shuList dl:nth-child(1) {
	width: 40%;
}


.shuList dl dt {
	font-size: 0.26rem;
}

.shuList dl dd {

	font-size: 0.2rem;
	width: 90%;
	padding-bottom: 0.3rem;
}

.shuList dl dd h1 {
	color: #187fc4;
	font-weight: bold;
	font-size: 0.36rem;
	line-height: 1.3;
}

.shuList dl dd p {
	height: 0.6rem;
}

.shuList dl dd h1 span {
	font-weight: normal;
	font-size: 0.2rem;
}

.abBox3 {
	background: url(../images/lc.jpg) no-repeat center;
	position: relative;
	padding-bottom: 4rem;
	background-size: 100% 100%;
}

.abBox3 .tdTitle {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0.9rem;
	left: 0;
}

.lcList {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	position: relative;
	z-index: 4;

}

.lcList dl {
	width: 17%;
}

.lcList dl dt h1 {
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.1rem;
}

.lcList dl dt p {
	width: 0.1rem;
	height: 0.1rem;
	background: #187fc4;
	border-radius: 50%;
	border: 0.03rem solid #fff;
	margin: 0 auto;
}

.lcList dl dd {
	font-size: 0.2rem;
	margin-top: 0.5rem;
	position: relative;
}

.lcList dl dd p {
	position: relative;
	padding-left: 0.15rem;
}

.sbwb {
	display: inline;
	font-weight: normal;
}

.sbwb span {
	top: -0.08rem;
}

.lcList dl dd p::before {
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #333;
	position: absolute;
	left: 0;
	top: 0.15rem;
	border-radius: 50%;
}

.lcList dl dd p.h11::before {
	top: 0.2rem;
}

.lcList dl:nth-child(1) {
	margin-top: 3.73rem;
}

.lcList dl:nth-child(2) {
	margin-top: 3.62rem;
}

.lcList dl:nth-child(3) {
	margin-top: 3.5rem;
}

.lcList dl:nth-child(4) {
	margin-top: 3.3rem;
}

.lcList dl:nth-child(5) {
	margin-top: 2.9rem;
}

.lcList dl:nth-child(6) {
	margin-top: 2.3rem;
}

.lcList dl:nth-child(7) {
	margin-top: 1.5rem;
}

.lcList dl:nth-child(8) {
	margin-top: 0.5rem;
}

.lines {
	position: absolute;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 6s cubic-bezier(0.39, 0.575, 0.565, 1);
	z-index: 2;
	top: 0.5rem;
	left: 0;

}

.active .lines {
	width: 100%;
}

.lines .lls {
	background: center center no-repeat;
	background-size: contain;
	width: 17.96rem;
	height: 3.98rem;
}

.lls img {
	width: 100%;
	display: block;
}

.abBox4 {
	background: url(../images/abBg1.jpg) no-repeat center;
	padding: 0.8rem 0;
	background-size: 100% 100%;
}

.abBox2 {
	background: url(../images/whBg.jpg) no-repeat center;
	padding: 1.6rem 0 1.4rem 0;
	background-size: 100% 100%;

}

.abBox4 .swiper-container {

	overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.qhBar {
	position: absolute;
	right: 0;
	top: 0;
	width: 2.3rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qhBar .swiper-pagination {
	position: relative;
	bottom: 0;
}

.qhBar .swiper-button-next,
.qhBar .swiper-button-prev {
	width: 0.48rem;
	height: 0.48rem;
	border: 1px solid #2180c3;
	border-radius: 50%;
	top: 0;
	margin-top: 0;
}

.qhBar .swiper-button-next i,
.qhBar .swiper-button-prev i {
	color: #2180c3;
	font-size: 0.3rem;
}


.qhBar .swiper-button-prev i {
	transform: rotate(-180deg);
}

.qhBar .swiper-pagination span {
	color: #2180c3;
	font-size: 0.24rem;
	font-weight: bold;
}

.qhBar .swiper-pagination span.dangqian {
	font-size: 0.36rem;
}

.zongshu {
	opacity: 0.5;
}

.whList {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
	border-radius: 0.1rem;
	padding: 0.9rem 0;
}

.whList dl {
	float: left;
	color: #fff;
	width: 33.333%;
	border-right: 1px solid #fff;
	text-align: center;
	transition-duration: .8s;
	cursor: pointer;

}

.whList dl:last-child {
	border: none;
}

.whList dl dt {
	height: 0.8rem;
}

.whList dl dt i {
	font-size: 0.5rem;
	display: block;
	position: relative;
}

.whList dl dd h1 {
	font-size: 0.3rem;
	margin: 0.1rem 0 0.2rem;
	/* 9-19 */
	/* text-shadow: 0 0 10px #333; */
	transition-duration: .8s;
}

.whList dl:nth-child(1) dt i {
	font-size: 0.6rem;
	top: -0.15rem;
}

.whList dl:nth-child(3) dt i {
	font-size: 0.7rem;
}

/* 新增 */
.whList dl dd p {
	font-size: 0.24rem;
	line-height: 1.2;
	width: 90%;
	margin: 0 auto;
	transition-duration: .8s;
}

.whList dl:hover dd h1 {
	transform: scale(1.3);
}

.whList dl:hover dd p {
	transform: scale(1.1);
}

/* 9-19 */


.zzLIst {
	width: 100%;
}

.zzLIst li {
	width: 24%;
	float: left;
	position: relative;
	margin-bottom: 0.3rem;
	transition-duration: .5s;
	margin-right: 1%;
}

.zzLIst li:hover p {
	font-weight: bold;
}

.zzLIst li .img01 {
	width: 100%;
	height: 100%;
	display: block;
}

.zzLIst li .img02 {
	position: absolute;
	width: 90%;
	height: 1.44rem;
	top: 10%;
	left: 5%;

}

.zzLIst li p {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.65rem;
	font-size: 0.22rem;
}

.zzLIst li h1 {
	font-size: 0.16rem;
	color: #999;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.4rem;
	font-weight: normal;
}



.gxImg {
	text-align: center;
	display: none;
}

.gxBit {
	font-size: 0.3rem;
	background: linear-gradient(left, rgba(34, 131, 200, 0) 1%, rgb(33, 128, 195) 48%, rgba(33, 128, 195, 0) 100%);
	background: -o-linear-gradient(left, rgba(34, 131, 200, 0) 1%, rgb(33, 128, 195) 48%, rgba(33, 128, 195, 0) 100%);
	background: -ms-linear-gradient(left, rgba(34, 131, 200, 0) 1%, rgb(33, 128, 195) 48%, rgba(33, 128, 195, 0) 100%);
	background: -moz-linear-gradient(left, rgba(34, 131, 200, 0) 1%, rgb(33, 128, 195) 48%, rgba(33, 128, 195, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(34, 131, 200, 0) 1%, rgb(33, 128, 195) 48%, rgba(33, 128, 195, 0) 100%);
	line-height: 0.68rem;
	text-align: center;
	color: #fff;

	width: 100%;
	margin-bottom: 0.33rem;
}

.gxLis {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}

.gxPt {
	width: 11%;
}

.gxPt h1 {
	background: #2180c3;
	font-size: 0.22rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.68rem;
	border-radius: 0.1rem;
	text-align: center;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

.gxPt ul {
	background: #f3f5f6;
	border: 1px solid #d6d6d6;
	border-radius: 0.1rem;
	position: relative;
	top: -0.1rem;
	z-index: 1;
}

.gxPt ul li {
	height: 1.74rem;
	text-align: center;
	font-size: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gxLeft {
	width: 7%;
	padding-top: 1.2rem;
}

.gxLeft li {
	text-align: center;
	margin-bottom: 0.75rem;
}

.gxLeft li h1 {
	font-size: 0.22rem;
	color: #2180c3;
	margin-bottom: 0.2rem;
}

.gxLeft li img {
	width: 0.28rem;
	display: block;
	margin: 0 auto;
}

.gxRight {
	width: 100%;
}

.pafy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pafy a {
	font-size: 0.2rem;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gxTop {
	background: linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -o-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -ms-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -moz-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	background: -webkit-linear-gradient(left, rgb(33, 130, 198) 3%, rgb(129, 179, 31) 100%);
	font-size: 0.22rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.68rem;
	border-radius: 0.1rem;
	text-align: center;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

.gxTop li {
	width: 8.333%;
	font-weight: bold;
}

.bgGx {
	background: #f3f5f647;
	border: 1px solid #eae8e8;
	border-radius: 0.1rem;
	position: relative;
	top: -0.1rem;
	z-index: 1;
}

.bgGx dl {
	height: 1.74rem;
	display: flex;
	font-size: 0.18rem;
}

.bgGx dl dt {
	width: 8.333%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.74rem;
	font-size: 0.2rem;
}

.bgGx dl dt p {
	text-align: center;
}

.bgGx dl dt img {
	width: 0.4rem;
	margin: 0 auto;
	display: block;
}

.bgGx dl dd {
	width: 8.333%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.74rem;
	border-bottom: 1px solid #eae8e8;
	text-align: center;
}

.bgGx dl:last-child dd {
	border: none;
}

.bgGx dl dd.w60 {
	width: 58.335%;
	justify-content: left;
	padding-left: 0.3rem;
	text-align: left;

}

.xian {
	display: flex;
	justify-content: left;
	align-items: center;
}

.w100 {
	width: 100%;
}

.w100 img {
	width: 0.27rem;
	display: block;
	margin-left: 0.1rem;
}

.w100 p {
	padding: 0.1rem 0;
}

.blue,
.green {
	width: 0%;
	height: 0.19rem;
	background: #65a6d4;
	border-radius: 0.2rem;
	border: 1px solid #2180c3;
}

.green {
	background: #b1d865;
	border: 1px solid #91ca1e;
}

.xzMenubox ul:after {
	content: '';
	clear: both;
	display: block;
}

.xzMenubox ul li {
	margin-right: 1%;
	position: relative;
	float: left;
	width: 19%;
	transition: 0.6s;
	height: 5.73rem;
	background: #000;
	border-radius: 0.1rem;
	overflow: hidden;
}

.xzMenubox ul li:last-child {
	margin-right: 0;
}

.xzMenubox ul li img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.xzMenubox ul li.hover {
	width: 60%;
}

.xzBb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	z-index: 2;

	background: linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -o-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -ms-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -moz-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -webkit-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);

}

.djTxt {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0.5rem;
	color: #fff;
	transition: all 0.6s;
	opacity: 1;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.xzMenubox ul li.hover .xzBb {
	height: 80%;

	background: linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -o-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -ms-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -moz-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);
	background: -webkit-linear-gradient(top, rgba(34, 128, 195, 0) 14%, rgba(38, 134, 202, 0.77) 90%);

}

.xzMenubox ul li.hover .djTxt {
	left: 5%;
	width: 90%;
	bottom: 0.3rem;
	text-align: left;
}

.djTxt h1 {
	font-size: 0.32rem;
	line-height: 1;
	font-weight: normal;
}

.djTxt p {
	font-size: 0.22rem;
	display: none;
	margin-top: 0.2rem;
	text-align: justify;
}



.ycxs {
	display: none;
}

.xzMenubox ul li.hover .djTxt p {
	display: block;
}

@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,
	.abLeft,
	.lines,
	.pcGx {
		display: none;
	}

	.mImg,
	.gxImg {
		display: block;
	}


	.wrap {
		margin: 0 20px;
	}

	.bannerTi h1 {
		font-size: 18px;
		display: none;
	}

	.gxImg {
		width: 100%;
		overflow: auto;

	}

	.w100 {
		width: 600px;

	}

	.lxBox1,
	.abBox1 {
		padding: 30px 0;
	}

	.tdTitle {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.fwBox h1,
	.tzLe h1,
	.abTi {
		font-size: 18px;
	}

	.xzList dl dt p,
	.pxList li .txt p,
	.zpTi,
	.tzLe p,
	.tzRi h1,
	.ldList dl dd h1,
	.newBox1 dd h1,
	.detailBit h1,
	.shuList dl dt,
	.whList dl dd h1 {
		font-size: 16px;
	}

	.lxList dl dd p,
	.lxList dl dd h1,
	.fwBox ul li,
	.xzList dl dd,
	.flList li p,
	.pxList li .txt,
	.gwZi,
	.tzRi p,
	.ldList dl dd h2,
	.ldList dl dd p,
	.newBox1 dd p,
	.list ul li a .t1,
	.detailTime .t,
	.detailtext,
	.abZi p,
	.whList dl dd p {
		font-size: 14px;
	}

	.fwBox a,
	.upLoad,
	.newBox1 dd h2,
	.jianT li a {
		font-size: 12px;
	}

	.bannerTi h2 a {
		font-size: 14px;
		margin-left: 10px;
		text-align: center;
		line-height: 1.4;
	}

	.tzRi h1 {
		margin-top: 20px;
	}

	.shuList dl:after {
		width: 100%;
	}

	.fwBox a {
		width: 80%;
	}

	.fwBox ul,
	.xzList dl,
	.pxList li,
	.tzLe,
	.tzRi,
	.list ul li,
	.proBox1 .tzLe,
	.proBox1 .tzRi,
	.abRight,
	.whList dl,
	.lxNr,
	.lxList,
	.lxImg {
		width: 100%;
		display: block;
		float: none;
	}

	.pxList li:nth-child(2) {
		margin: 10px 0;
	}

	.lxList dl {
		width: 50%;
	}

	.flList li h1 i {
		font-size: 20px;
	}

	.lxList dl dt i,
	.xzList dl dt h1 i {
		font-size: 30px;
	}

	.hdLis1 dl dd {
		width: 300px;
		height: auto;
	}

	.djCon {
		padding: 15px;
	}

	.djWzi h1 {
		font-size: 14px;
	}

	.djWzi p {
		font-size: 12px;
	}

	.fwBox {
		padding: 30px 20px;
	}

	.zpImg p {
		font-size: 16px;
		top: 20px;
		left: 20px;
	}

	.flList li {
		width: 49%;
		margin-right: 1% !important;
		margin-bottom: 10px;
	}

	.flList li:nth-child(9),
	.flList li:nth-child(10) {
		width: 48%;
	}

	.subNav {
		height: 50px;
		font-size: 16px;
		padding-left: 20px;
	}

	.subNav p {
		font-size: 16px;
	}

	.navContent {
		padding: 15px;
	}

	.tzzBox1 {
		padding-top: 30px;
		display: block;
	}

	.tzLx,
	.shuList,
	.lcList {
		display: block;
	}

	.ldList dl dd {
		width: 100%;
		padding-left: 20px;
	}

	.ldList dl dt {
		width: 110px;
		height: 140px;

		bottom: auto;
		top: -50px
	}

	.ldList dl dd h1,
	.ldList dl dd h2 {
		padding-left: 130px;
	}

	.ldList dl {
		width: 100%;
		margin-bottom: 75px;
		height: auto;
	}

	.tzzBox2 {
		padding: 30px 0;
	}

	.shuList dl {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.shuList dl dd {
		width: 100%;
		font-size: 14px;
	}

	.whList dl {
		border-bottom: 1px solid #fff;
		border-right: none;
		padding-bottom: 10px;
	}

	.zzLIst li {
		width: 49%;
	}

	.whList {
		padding: 0 20px;
	}

	.lcList dl {
		margin-top: 0 !important;
		width: 100%;
		float: none;
	}

	.abBox3 .tdTitle {
		position: relative;
		top: 0;
		padding: 30px 0 30px 0;
	}

	.lcList dl dt {
		position: relative;
	}

	.lcList dl dt h1 {
		text-align: left;
		font-size: 18px;
		padding-left: 20px;
	}

	.lcList dl dt p {
		position: absolute;
		width: 8px;
		height: 8px;
		margin: 0;
		left: 0;
		top: 50%;
		margin-top: -4px;
	}

	.lcList dl dd {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.abBox3 {
		padding-bottom: 40px;
		background: #fff;
	}

	.abBox4 .swiper-container {
		width: 100%;
	}

	.zzLIst li p {
		font-size: 14px;
		bottom: 20px;
	}

	.gxImg .w100 img {
		width: 100%;
	}

	.lcList dl {
		width: 100%;
	}

	.lxList dl dt i {
		font-size: 16px;
	}

	.xzMenubox ul li {
		width: 100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 10px;
	}

	.xzMenubox ul li.hover {
		width: 100%;
	}

	.djTxt p {
		font-size: 12px;
		line-height: 1.4;
		display: block;
	}

	.xzBb {
		height: 80%;
	}

	.djTxt {
		left: 5%;
		width: 90%;
		bottom: 0.3rem;
		text-align: left;
	}


}

@media only screen and (max-width: 500px) {

	/* .abZi p,
	.tzRi p,
	.djTxt p {
		text-align: justify;
		text-align-last: left;
		hyphens: auto;
		text-justify: inter-word;
	} */

	.ycxs {
		display: block;
	}

	.zzLIst li p {
		font-size: 12px;
	}

	.zzLIst li h1 {
		bottom: 7px;
	}

	.ldList {
		margin-top: 30px;
	}

	.gxImg::-webkit-scrollbar {
		width: 5px;

		height: 5px;

		background-color: #f1f1f1;
	}


	.gxImg::-webkit-scrollbar-track {
		background: #e0e0e0;
		border-radius: 5px;
	}


	.gxImg::-webkit-scrollbar-thumb {
		background: #187fc4;
		border-radius: 5px;
	}

	.fwBox ul li span {
		display: block;
	}
}