* {
	padding: 0;
	margin: 0;
}

.wrap {
	width: 100%;
	background-color: #fafafb;
}

.header {
	width: 100%;
	margin: 0 auto;
}

.title1 {
	text-align: center;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.inner {
	position: absolute;
	top: 0;
	width: 100%;
}

.site-logo {
	max-width: 1200px;
	margin: 0 auto;
}


.content {
	max-width: 1200px;
	background: #FFFFFF;
	margin: 0 auto;
	border-radius: 20px;
	padding: 17px 33px;
	margin-top: -7%;
	position: relative;
	box-sizing: border-box;
}

.content1 {
	max-width: 1266px;
	/* background: #FFFFFF; */
	margin: 30px auto;
	border-radius: 20px;
	padding: 17px 33px;
}

.content2 {
	max-width: 1266px;
	background: #FFFFFF;
	margin: 30px auto;
	border-radius: 20px;
	/* padding: 17px 33px; */
}

.grid {
	width: auto;
	padding: 0px;
}

.p11 {
	width: 100%;
	background: url(../zzms/images/rdtj.png) no-repeat left center;
	padding: 10px 0px 28px 0px;
}

.p11 p {
	text-align: center;
	margin-bottom: 30px;
}

.rd1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 70px;
}

.rd2 a {
	padding: 20px;
	font-size: 26px;
}

.p22 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p22 ul li {
	width: 23%;
	text-align: center;
	font-size: 1.7rem;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
}

.p22 ul li img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.li_txt {
	margin-top: 20px;
	line-height: auto;
	color: #FFFFFF;
	font-weight: bold;
}

.p22 ul .wxuan:nth-of-type(1) {
	background: url(../zzms/images/wxuan1.png) no-repeat center top/100% 100%;
}

.p22 ul .wxuan:nth-of-type(2) {
	background: url(../zzms/images/wxuan2.png) no-repeat center top/100% 100%;
}

.p22 ul .wxuan:nth-of-type(3) {
	background: url(../zzms/images/wxuan3.png) no-repeat center top/100% 100%;
}

.p22 ul .wxuan:nth-of-type(4) {
	background: url(../zzms/images/wxuan4.png) no-repeat center top/100% 100%;
}

.p22 ul .active::after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
}

.p22 ul .active:nth-of-type(1)::after {
	content: "";
	border-color: rgb(243, 98, 75) transparent transparent transparent;
}

.p22 ul .active:nth-of-type(2)::after {
	content: "";
	border-color: rgb(146, 125, 245) transparent transparent transparent;
}

.p22 ul .active:nth-of-type(3)::after {
	content: "";
	border-color: rgb(170, 137, 120) transparent transparent transparent;
}

.p22 ul .active:nth-of-type(4)::after {
	content: "";
	border-color: rgb(253, 178, 85) transparent transparent transparent;
}

/* .p22 ul li:nth-of-type(1):hover {
	background: url(../zzms/images/xuan1.png) no-repeat center top/100%;
}

.p22 ul li:nth-of-type(2):hover {
	background: url(../zzms/images/xuan2.png) no-repeat center top/100%;
}

.p22 ul li:nth-of-type(3):hover {
	background: url(../zzms/images/xuan3.png) no-repeat center top/100%;
}

.p22 ul li:nth-of-type(4):hover {
	background: url(../zzms/images/xuan4.png) no-repeat center top/100%;
} */

.neirong {
	background-color: #f8f8f8;
	padding: 33px 33px;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.left_p2 {
	width: 75%;
}

.right_p2 {
	background-color: #ff6f33;
	font-size: 30px;
	color: #FFFFFF;
	padding: 20px 2%;
	border-radius: 45px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.right_p2 img {
	margin-right: 10px;
}

.left_p2 a {
	font-size: 30px;
}

.left_p2 span {
	color: #999999;
	font-size: 24px;
	line-height: 60px;
}

.djgd {
	background-color: #f8f8f8;
	padding: 25px 33px;
	border-radius: 10px;
	margin-top: 20px;
}

.djgd p {
	color: #ff6f33;
	text-align: center;
	font-size: 26px;
}

.p33 {
	display: flex;

	justify-content: space-between;
}

.tzgg {
	width: 45%;
	background: #FFFFFF;
	padding: 2%;
	border-radius: 15px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
}

.title {
	font-size: 30px;
	color: #ff6f33;
	padding: 20px;
	background: url(../zzms/images/yuanbg.png) no-repeat left center;
	font-weight: bold;
	/* background-size: 100%; */

}

.tzgg ul li {
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 15px;
	font-size: 20px;
	border-bottom: 1px #DDDDDD dashed;
	padding-bottom: 15px;
	/* padding-left: 20px; */
}

.tzgg ul li::marker {
	color: #dddddd;
}

.p44 {
	width: 1266px;
	margin: 20px auto;
	/* box-shadow: 2px 2px 2px 0 rgba(255,255,255,0.3); */
}

.p44 img {
	width: 100%;
}

.p55 {
	margin: 0px 2%+10px;
	padding: 30px 0;
}

.bsnr {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 20px;
	gap: 20px;
}

.bsnr::after {
	content: "";
	flex: auto;
}

.bsbg {
	width: 32%;
	height: 110px;
	padding: 0 20px;
	padding-right: 150px;
	box-sizing: border-box;
	/* margin: 0 10px; */
	/* margin-bottom: 20px; */
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
}
.bsbg::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-position:90% !important;
}
.bsbg:hover::after{
animation: rotate2 0.7s;
}
@keyframes rotate2 {
	0% {
		transform: rotateX(0);
	}
	100% {
		transform: rotateX(360deg);
	}
}
.bsbg a {
	/* width: 80%; */
	font-size: 24px;
	position: relative;
	z-index: 999;
}

.bsnr>.bsbg:nth-of-type(1) {
	/* background: url(../zzms/images/bsfw1.png) no-repeat; */
	background:linear-gradient(to bottom,#f7e8df,#faf1ec);
	background-size: 100% 100%;
}
.bsnr>.bsbg:nth-of-type(1)::after {
	background: url(../zzms/images/bs1.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(2)::after {
	background: url(../zzms/images/bs2.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(3)::after {
	background: url(../zzms/images/bs3.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(4)::after {
	background: url(../zzms/images/bs4.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(5)::after {
	background: url(../zzms/images/bs5.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(6)::after {
	background: url(../zzms/images/bs6.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(7)::after {
	background: url(../zzms/images/bs7.png) no-repeat center;
}
.bsnr>.bsbg:nth-of-type(1) a {
	color: #b84b45;
}

.bsnr>.bsbg:nth-of-type(2) {
	/* background: url(../zzms/images/bsfw2.png) no-repeat; */
	background:linear-gradient(to bottom,#fee4e4,#f9f6f0);
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(2) a {
	color: #d04852;
}

.bsnr>.bsbg:nth-of-type(3) {
	/* background: url(../zzms/images/bsfw3.png) no-repeat; */
	background:linear-gradient(to bottom,#f0ebdc,#faf1ec);
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(3) a {
	color: #a47024;
}

.bsnr>.bsbg:nth-of-type(4) {
	/* background: url(../zzms/images/bsfw4.png) no-repeat; */
	background:linear-gradient(to bottom,#e0ebf8,#ecf3fb);
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(4) a {
	color: #4f8de0;
}

.bsnr>.bsbg:nth-of-type(5) {
	/* background: url(../zzms/images/bsfw5.png) no-repeat; */
	background:linear-gradient(to bottom,#eceafd,#f4f1fa);
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(5) a {
	color: #604ea2;
}

.bsnr>.bsbg:nth-of-type(6) {
	/* background: url(../zzms/images/bsfw6.png) no-repeat; */
	background:linear-gradient(to bottom,#edfaeb,#f4fef2);
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(6) a {
	color: #507975;
}

.bsnr>.bsbg:nth-of-type(7) {
	/* background: url(../zzms/images/bsfw7.png) no-repeat; */
	background:linear-gradient(to bottom,#ece1ff,#fbf9ff);
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(7) a {
	color: #9c7eeb;
}

.bsnr>.bsbg:nth-of-type(8) {
	/* background: url(../zzms/images/bsfw8.png) no-repeat; */
	/* background:linear-gradient(to bottom,#f7e8df,#faf1ec); */
	background-size: 100% 100%;
}

.bsnr>.bsbg:nth-of-type(8) a {
	color: #379dff;
}

.qh {
	display: none;
}

.p22>.qh:nth-of-type(1) {
	display: block;
}

/* 自适应 */
@media (max-width: 1200px) {
	.rd2 {
		font-size: 0
	}

	.rd2 a {
		display: block;
		padding: 0;
		line-height: auto;
	}

	.bsbg {
		width: 48%;
	}

	.p44 {
		margin: 38px;
	}

	.p44 {
		width: auto;
	}

	.neirong {
		flex-direction: column;
	}

	.right_p2 {
		justify-content: space-evenly;
		align-items: center;
		width: 180px;
		margin: 0 auto;
		/* font-size: 18px; */
		padding: 10px 10px;
	}

	.djgd p {
		color: #ff6f33;
		text-align: center;
		/* font-size: 18px; */
	}

	.right_p2 img {
		margin-right: -2px;
		width: 23%;
	}

	.left_p2 {
		width: 100%;
	}

	.left_p2 a {
		/* font-size: 20px; */
	}

	.left_p2 span {
		color: #999999;
		/* font-size: 16px; */
		line-height: 63px;
	}
}

@media (max-width:992px) {
	.p22 ul li {
		padding: 30px 0;
	}

	.p22 ul li img {
		height: 4.5rem;
	}

	.p44 {
		margin: 15px 38px;
	}
}

@media (max-width:768px) {
	.p22 ul {
		flex-wrap: wrap;
	}

	.p22 ul li {
		width: 48%;
		padding: 40px 0;
		margin-bottom: 40px;
	}

	.p22 ul li img {
		height: 3rem;
	}

	.p44 {
		margin: 0px 38px 0px 38px;
	}

	.bsnr {
		gap: 0;
		justify-content: center;
	}

	.bsbg {
		width: 80%;
		margin-bottom: 24px;
	}

	.p33 {
	    display: flex;
	    justify-content: space-around;
	    flex-direction: column;
	    align-items: center;
	}

	.tzgg {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.site-logo img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.content {
		padding: 17px 10px;
	}

	.content1 {
		max-width: 1266px;
		/* background: #FFFFFF; */
		margin: 0px 0 -16px px 0;
	}

	.p55 {
		padding: 15px 0;
	}

	.p22 ul li {
		padding: 30px 0;
		font-size: 1.4rem;
	}

	.bsbg {
		width: 100%;
		padding-right: 80px;
		margin-bottom: 24px;
	}

	.rd1 {
		font-size: 30px;
		font-weight: 700;
		line-height: 38px;
	}

	.neirong {
		flex-direction: column;
	}

	.right_p2 {
		justify-content: space-evenly;
		align-items: center;
		width: 145px;
		margin: 0 auto;
		font-size: 18px;
		padding: 10px 10px;
	}

	.djgd p {
		color: #ff6f33;
		text-align: center;
		font-size: 18px;
	}

	.right_p2 img {
		margin-right: -30px;
		width: 17%;
	}

	.left_p2 {
		width: 100%;
	}

	.left_p2 a {
		font-size: 20px;
	}

	.left_p2 span {
		color: #999999;
		font-size: 16px;
		line-height: 63px;
	}
	.p11 {
		width: 100%;
		background: url(../zzms/images/rdtj.png) no-repeat left top;
		background-size: 13%;
		padding:66px 0px 20px 0px;
	}
}

@media (max-width:300px) {
	.p11 {
		width: 100%;
		background: url(../zzms/images/rdtj.png) no-repeat left top;
		background-size: 13%;
		padding: 41px 0px;
	}

	.neirong {
		flex-direction: column;
	}

	.right_p2 {
		justify-content: space-evenly;
		align-items: center;
		width: 145px;
		margin: 0 auto;
		font-size: 18px;
		padding: 10px 10px;
	}

	.djgd p {
		color: #ff6f33;
		text-align: center;
		font-size: 18px;
	}

	.right_p2 img {
		margin-right: -30px;
		width: 17%;
	}

	.left_p2 {
		width: 100%;
	}

	.left_p2 a {
		font-size: 20px;
	}

	.left_p2 span {
		color: #999999;
		font-size: 16px;
		line-height: 63px;
	}
}
