@charset “UTF-8”;

html,
body {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	min-width: 1357px;
	margin: 0;
	padding: 0;
	background: url(../img/20260326_dabj_0.png) top center no-repeat;

}

div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #0172c2;
	text-decoration: none;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.width1 {
	width: 100%;
	overflow: hidden;
}

.main1357 {
	width: 1357px;
	margin: 0 auto;
}

/*====banner_row====*/
.banner_row {
	width: 1357px;
	margin: 0 auto;
	height: 582px;
}

.banne_left {
	float: left;
	padding-left: 102px;
}

.back_home {
	display: block;
	width: 321px;
	height: 60px;
	/*padding-top: 43px;*/

}
.back {
    float:right;
	display: block;
    width: 221px;
	height: 50px;
	padding-top: 30px;
	padding-right:75px;

}
.banne_right {
	float: right;
	height: 910px;
	width: 800px;
	background: url(../img/20260326_map_0.png) bottom right no-repeat;
}

.fpyj_in {
	height: 910px;
	width: 800px;
	position: relative;
}

.fpyj_in ul {}

.fpyj_in ul li {
	width: 192px;
	height: 94px;
	position: absolute;
	overflow: hidden;
}

.fpyj_in ul li {
	width: 192px;
	height: 94px;
	padding: 12px 20px 10px 20px;
	box-sizing: border-box;
	background: url(../img/20260326_pao1_0.png) no-repeat;
	animation: jumpAndStop 0.8s ease-out forwards;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	text-align: justify;
	margin: 0 auto;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.fpyj_in ul li a {
	color: #fff;
}

.fpyj_in ul li a:hover {
	width: 192px;
	height: 94px;
	background: url(../img/20260326_pao2_0.png) no-repeat;
	padding: 12px 20px 10px 20px;
	box-sizing: border-box;
	color: #0c92d2;
	font-size: 21px;
	line-height: 28px;
	text-align: justify;
	margin: 0 auto;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	opacity: 1;
	transition: opacity .3s linear;
	font-weight: 600;
}


.fpyj_in ul li p {
	width: 190px;

}

.fpyj_in ul li:nth-child(1) {
	left: 159px;
	top: 367px;
	animation-delay: 0s;
}

.fpyj_in ul li:nth-child(2) {
	animation-delay: 2s;
	padding: 10px 15px;
	left: 453px;
	top: 356px;
}

.fpyj_in ul li:nth-child(2) a:hover {
	padding: 10px 15px;
}

.fpyj_in ul li:nth-child(3) {
	animation-delay: 4s;
	left: 300px;
	top: 457px;
}

.fpyj_in ul li:nth-child(4) {
	animation-delay: 6s;
	left: 596px;
	top: 448px;
}

.fpyj_in ul li:nth-child(5) {
	animation-delay: 8s;
	left: 105px;
	top: 566px;
}

.fpyj_in ul li:nth-child(6) {
	animation-delay: 10s;
	padding: 12px 0px 10px 18px;
	text-align: left;
	left: 313px;
	top: 608px;
}

.fpyj_in ul li:nth-child(6) a:hover {
	padding: 12px 0px 10px 18px;
	text-align: left;
}

.fpyj_in ul li:nth-child(7) {
	animation-delay: 12s;
	left: 558px;
	top: 605px;
}

.fpyj_in ul li:nth-child(8) {
	animation-delay: 14s;
	left: 429px;
	top: 706px;
}

/*====动画====*/
@keyframes jumpAndStop {
	0% {

		transform: translateY(-20px);
	}

	40% {
		transform: translateY(0px);
	}


	80% {
		transform: translateY(-20px);
	}

	100% {

		transform: translateY(0px);
	}
}