body {
	margin: auto;
	cursor: default;
	position: relative;
	font-family: 'SourceHanSansCN-Regular';
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

input[type="button"]::-webkit-outer-spin-button,
input[type="button"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
	position: relative;
}

.banner .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}

.swiper-buttons {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.swiper-button {
	width: 100%;
	height: 35px;
	position: relative;
}

.banner .swiper-button-prev {
	width: 35px;
	height: 35px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}

.banner .swiper-button-next {
	width: 35px;
	height: 35px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}

.banne1 {
	width: 100%;
	height: 440px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.ban-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .65);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
}

.ban-tits {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ban-tit {
	width: 100%;
	text-align: center;
}

.ban-tit1 {
	width: 100%;
	font-size: 60px;
	color: white;
	text-shadow: 3px 3px 0 #FEC200
}
.ban-tit1 span{
	margin-right: 210px;
}
.ban-tit1 span:last-child{
	margin-right: 0;
}
.ban-tit2 {
	width: 100%;
	margin-top: 5px;
	font-size: 20px;
	color: white;
}

.inde-box {
	width: 100%;
}

.inde-bo {
	width: 100%;
	background: white;
}

.inde-bo:nth-child(odd) {
	background: #E9E9E9;
}

.inde-xgwqsb {
	width: 100%;
}

.inde-xgwqs {
	width: 100%;
	margin: 40px auto;
}

.inde-xgwqs1 {
	width: 100%;
	text-align: center;
}

.inde-xgwqs1_1 {
	border-bottom: 1px solid #FEC200;
	font-size: 36px;
	color: #424242;
	padding-bottom: 5px;
	display: inline-block
}

.inde-xgwqs1_2 {
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	color: #424242;
	text-transform: uppercase;
}

.inde-xgwqs2 {
	width: 100%;
	height: 35px;
	margin-top: 20px;
	background: #D8D8D8;
	padding: 0 40px;
	overflow: hidden;
	overflow-x: auto;
	/* 使容器可以横向滚动 */
	white-space: nowrap;
	/* 防止项目换行 */
}

.inde-xgwqs2_1 {
	min-width: 200px;
	height: 35px;
	margin-right: 30px;
	background: #CECECE;
	padding: 0 10px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	font-size: 18px;
	color: #424242;
}

.inde-xgwqs2_1:last-child {
	margin-right: 0;
}

.inde-xgwqs2_1.on {
	background: #AEAEAE;
}

.inde-xgwqs3 {
	width: 100%;
	display: none;
}

.inde-xgwqs4 {
	width: 100%;
	margin-top: 35px;
	padding: 20px 0;
	display: inline-block;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.inde-xgwqs4::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.inde-xgwqs4_1 {
	width: 23.5%;
	height: 200px;
	float: left;
	margin: 15px 0;
	margin-right: 2%;
	background: red;
	box-shadow: 4px 10px 9px rgba(0, 0, 0, .3);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/* transform: rotateY(45deg); */
	    transform: rotateY(50deg);
		position: relative;
		z-index: 1;
}

.inde-xgwqs4_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde-xgwqs4_1:nth-child(2n) {
	transform: rotateY(16deg);
}
.inde-xgwqs4_1:nth-child(3n) {
	    transform: rotateY(-16deg);
}
.inde-xgwqs4_1:nth-child(4n) {
	margin-right: 0;
	    transform: rotateY(-50deg);
}

/* .inde-xgwqs4_1.two {
	transform: rotateY(-45deg);
} */

.inde-xgwqs5 {
	width: 100%;
	margin-top: 25px;
}

.inde-xgwqs6 {
	border-bottom: 1px dashed #FEC200;
	width: 100%;
	display: inline-block;
}

.inde-xgwqs6_1 {
	float: left;
	height: 45px;
	background: #FEC200;
	line-height: 45px;
	padding: 0 25px;
	font-size: 18px;
	color: white;
	border-radius: 0 10px 10px 0;
}

.inde-xgwqs6_1 span {
	font-size: 30px;
	margin-right: 10px;
}

.inde-xgwqs7 {
	width: 100%;
	display: flex;
}

.inde-xgwqs7_1 {
	border: 1px solid #FEC200;
	width: 280px;
	height: 250px;
	margin-left: 100px;
}

.inde-xgwqs7_1 img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.inde-xgwqs7_2 {
	width: calc(100% - 380px);
}

.inde-xgwqs7_2_1 {
	border-bottom: 1px solid #D8D8D8;
	width: 100%;
	height: 40px;
	display: block;
	margin-top: 10px;
	padding: 0 25px;
	font-size: 20px;
	color: #424242;
}

.inde-xgwqs7_2_1 img {
	width: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.inde-xgwqs7_2_1 div {
	width: calc(100% - 25px);
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inde-xgwqs7_2_1.on {
	color: #FEC200;
}

.inde-hzals {
	width: 100%;
}

.inde-hzal {
	width: 100%;
	margin: 60px auto;
	display: flex;
}

.inde-hzal1 {
	width: 190px;
	margin-right: 25px;
}

.inde-hzal1_1 {
	border-bottom: 1px solid #FEC200;
	width: 100%;
	padding: 10px 0;
	margin-top: 30px;
	font-size: 16px;
	color: #424242;
}

.inde-hzal1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #424242;
}

.inde-hzal1_3 {
	width: 100%;
	margin-top: 25px;
	padding: 10px;
	background-image: url(../img/bg_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	color: #424242;
}

.inde-hzal2 {
	width: calc(100% - 215px);
	display: inline-block;
}

.inde-hzal2_1 {
	width: 29%;
	float: left;
}

.inde-hzal2_1 img {
	width: 100%;
	display: block;
}

.inde-hzal2_2 {
	width: 38%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}

.inde-hzal2_2 img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.inde-hzal2_2 img:last-child {
	margin-bottom: 0;
}

.inde-gywms {
	width: 100%;
	height: 450px;
	/* background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
}
.inde-gywms .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}
.inde-gywms .swiper {
	width: 100%;
	height: 100%;
}

.inde-gywms .swiper-slide {
	width: 100%;
	height: 100%;
}

.inde-gywms .swiper-pagination-bullet {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000000;
}

.inde-gywms .swiper-pagination-bullet-active {
	background: #D7AC1E;
}

.inde-gywms .swiper-button-prev::after,
.inde-gywms .swiper-button-next::after {
	display: none;
}

.inde-gywms .swiper-button-prev {
	width: 60px;
	height: 100px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	z-index: 2;
}

.inde-gywms .swiper-button-next {
	width: 60px;
	height: 100px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
	z-index: 2;
}
.swiper-buttons{
	width: 100%;
}
.swiper-button{
	width: 100%;
	height: 100px;
	position: relative;
}
.inde-gywms .swiper-pagination {
	bottom: 30px;
}

.inde-gywm1 {
	width: 100%;
	height: 100%;
}

.inde-gywm2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.inde-gywm3{
	max-width: 100%;
	width: 715px;
	margin: auto;
}
.inde-gywm3_1{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: white;
}
.inde-gywm3_2 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: white;
}

.ny-box {
	width: 100%;
}

.ny-bo {
	width: 100%;
	margin-bottom: 60px;
}

.tit-box {
	width: 100%;
	padding: 20px 0;
	font-size: 24px;
	color: #424242;
}

.tit-box span {
	margin-left: 20px;
	margin-right: 20px;
}

.fllx-box {
	width: 100%;
}

.fllx-bo {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
}

.fllx-bo:last-child {
	margin-bottom: 0;
}

.fllx-bo1 {
	width: 150px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #FEC200;
	color: white;
	font-size: 20px;
	margin-right: 10px;
}

.fllx-bo2 {
	width: calc(100% - 160px);
	height: 35px;
	background: #F3F3F3;
	display: flex;
	overflow: hidden;
	overflow-x: auto; /* 支持横向滑动 */
	white-space: nowrap; 
}

.fllx-bo2_1 {
	min-width: 210px;
	height: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #424242;
	display: block;
}

.fllx-bo2_1.on {
	color: #FEC200;
}

.fllx-bo2_2 {
	width: 12.5%;
	height: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #424242;
	display: block;
}

.fllx-bo2_2.on {
	color: #FEC200;
}

.fllx-bo2_3 {
	/* width: 9.1%; */
	min-width: 90px;
	height: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #424242;
	display: block;
	flex: 0 0 auto;
}

.fllx-bo2_3.on {
	color: #FEC200;
}
.fllx-bo2_4 {
	width: 9.1%;
	height: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #424242;
	display: block;
	flex: 0 0 auto;
}
.xgwq-box {
	width: 100%;
	margin-top: 45px;
	display: flex;
}

.xgwq-left {
	border-top: 4px solid #FEC200;
	width: 63.75%;
	padding-top: 30px;
}

.xgwq-right {
	width: 32.5%;
	margin-left: 3.75%;
}

.cpjs-cjwd-fl {
	width: 100%;
	height: 35px;
	background: #F3F3F3;
	display: flex;
}

.cpjs-cjwd-fl1 {
	max-width: 50%;
	width: 160px;
	display: block;
	line-height: 35px;
	font-size: 20px;
	color: #424242;
	text-align: center;
}

.cpjs-cjwd-fl1.on {
	color: #FEC200;
}

.cpjs-cjwd-list {
	width: 100%;
}

.cpjs-cjwd-li {
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}

.cpjs-cjwd-li1 {
	width: 260px;
	height: 240px;
	float: left;
	margin-right: 40px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.cpjs-cjwd-li2 {
	width: calc(100% - 300px);
	float: left;
}

.cpjs-cjwd-li2_1 {
	width: 100%;
	font-size: 30px;
	color: #424242;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpjs-cjwd-li2_2 {
	width: 100%;
	font-size: 16px;
	color: #424242;
	margin-top: 25px;
	display: -webkit-box;
	/* 显示多行文本容器 */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/*显示行数*/
	overflow: hidden;
	/*隐藏多出部分文字*/
	text-overflow: ellipsis;
	/*用省略号代替多出部分文字*/
}

.cpjs-cjwd-li2_2 span {
	color: #696969;
}

.pages {
	width: 100%;
	margin-top: 45px;
	text-align: right;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 30px;
	height: 30px;
	font-size: 16px;
	color: #929292;
	text-align: center;
	line-height: 30px;
	background: #F3F3F3;
	margin: 0 5px;
	padding: 0 10px;
}


.pagination span {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 30px;
	height: 30px;
	font-size: 16px;
	color: #929292;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 10px;
}

.pagination a.active {
	background: #FEC200;
	border-color: #FEC200;
	color: white;
}

.pagination a:active {
	background: #FEC200;
	border-color: #FEC200;
	color: white;
}

.cpjs-cjwd-wts {
	width: 100%;
	margin-top: 45px;
	background: #F3F3F3;
	padding: 20px 30px;
}

.cpjs-cjwd-wt1 {
	border-left: 3px solid #FEC200;
	padding: 0 5px;
	font-size: 20px;
	color: #FEC200;
	width: 100%;
}

.cpjs-cjwd-wt2 {
	width: 100%;
	display: inline-block;
}

.cpjs-cjwd-wt3 {
	width: 18.4%;
	float: left;
	margin-right: 2%;
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: #424242;
}

.cpjs-cjwd-wt3:nth-child(5n) {
	margin-right: 0;
}

.cpjs-cjwd-wt3 img {
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.cpjs-cjwd-wt3 div {
	width: calc(100% - 22px);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xgwq-ri {
	border-top: 4px solid #FEC200;
	width: 100%;
	background: #F3F3F3;
	margin-bottom: 35px;
	padding: 30px 40px;
}

.xgwq-ri:last-child {
	margin-bottom: 0;
}

.xgwq-ri1 {
	border-left: 3px solid #FEC200;
	width: 100%;
	padding: 0 5px;
	font-size: 20px;
	color: #424242;
	margin-bottom: 15px;
	font-weight: bold;
}

.xgwq-ri2 {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.xgwq-ri2:last-child {
	margin-bottom: 0;
}

.xgwq-ri2_1 {
	width: 70px;
	min-height: 10px;
	font-size: 18px;
	color: #707070;
	line-height: 35px;
}

.xgwq-ri2_2 {
	width: calc(100% - 70px);
	display: flex;
}

.xgwq-ri2_2 select {
	border: none;
	outline: none;
	width: 48%;
	height: 35px;
	background: #D1D1D1;
	display: block;
	margin-right: 4%;
	font-size: 18px;
	color: white;
	text-align: center;
}

.xgwq-ri2_2 select:last-child {
	margin-right: 0;
}

.xgwq-ri2_3 {
	border: none;
	outline: none;
	width: calc(100% - 70px);
	height: 35px;
	display: block;
	font-size: 18px;
	color: white;
	text-align: center;
	background: #D1D1D1;
}

.xgwq-ri2_3::input-placeholder {
	color: white;
}

.xgwq-ri2_3::-webkit-input-placeholder {
	color: white;
}

.xgwq-ri2_3::-moz-placeholder {
	color: white;
}

.xgwq-ri2_3::-moz-placeholder {
	color: white;
}

.xgwq-ri2_3::-ms-input-placeholder {
	color: white;
}

.xgwq-ri2_4 {
	border: none;
	outline: none;
	max-width: calc(100% - 70px);
	width: 170px;
	height: 35px;
	display: block;
	background: #FEC200;
	color: white;
	font-size: 18px;
}

.xgwq-ri3 {
	width: 100%;
}

.xgwq-ri3 img {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}

.xgwq-ri3 img:last-child {
	margin-bottom: 0;
}

.xgwq-ri4 {
	width: 100%;
}

.xgwq-ri4_1 {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.xgwq-ri4_1:last-child {
	margin-bottom: 0;
}

.xgwq-ri4_2 {
	width: 30px;
	margin-right: 15px;
	float: left;
}

.xgwq-ri4_3 {
	width: calc(100% - 45px);
	float: left;
	font-size: 18px;
	color: #424242;
}

.xgwq-ri4_3 span {
	font-weight: bold;
	color: #FEC200;
}
.xgwq-ri5{
	width: 100%;
}
.xgwq-ri5_1{
	width: 100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #DEDEDE;
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #424242;
	padding: 0 10px;
	overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
}
.xgwq-ri5_1:last-child{
	margin-bottom: 0;
}
.ejfla-box {
	width: 100%;
	background: #F1F1F1;
}

.ejfla-bo {
	width: 100%;
	margin-bottom: 35px;
}

.ejfla-bo1 {
	width: 100%;
	margin-top: 20px;
}

.ejfla-bo2 {
	border-left: 5px solid #FEC200;
	width: 100%;
	padding: 0 10px;
	font-size: 24px;
	color: #FEC200;
}

.ejfla-bo3 {
	width: 100%;
}

.ejfla-bo4 {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.ejfla-bo4_1 {
	width: 260px;
	height: 225px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 7%;
}

.ejfla-bo4_2 {
	width: calc(93% - 260px);
	float: left;
}

.ejfla-bo4_3 {
	max-width: 100%;
	width: 345px;
	height: 40px;
	padding: 0 20px;
	display: inline-block;
	background: #FEC200;
	line-height: 40px;
	font-size: 30px;
	color: white;
}

.ejfla-bo4_4 {
	border: 1px solid #FEC200;
	width: 100%;
	margin-top: 20px;
	padding: 15px 20px;
}

.ejfla-bo4_5 {
	width: 100%;
	font-size: 16px;
	color: #696969;
}

.ejfla-bo4_6 {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-size: 18px;
	color: #424242;
}

.ejfla-bo4_6 img {
	width: 20px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.ejfla-bo4_6 div {
	display: inline-block;
	vertical-align: middle;
}

.ejfla-bo4_6 span {
	font-weight: bold;
	color: #FEC200;
}

.ejflb-box {
	width: 100%;
}

.ejflb-bo {
	width: 100%;
	margin: 30px auto;
}

.ejflb-b {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

.ejflb-bri {
	border: 2px solid #FEC200;
	border-radius: 20px;
	width: 385px;
	float: left;
	margin-left: 55px;
	padding: 30px;
}

.ejflb-bri1 {
	border-left: 3px solid #FEC200;
	width: 100%;
	padding: 0 5px;
	font-size: 20px;
	color: #FEC200;
	margin-bottom: 20px;
}

.ejflb-ble {
	width: calc(100% - 385px - 55px);
	float: left;
}

.ejflb-ble1 {
	width: 100%;
	padding: 20px;
	background-image: url(../img/bg_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.ejflb-ble1:last-child {
	margin-bottom: 0;
}

.ejflb-ble2 {
	width: 100%;
	font-size: 20px;
	color: #424242;
}

.ejflb-ble2 div {
	max-width: calc(100% - 35px);
	display: inline-block;
	vertical-align: middle;
}

.ejflb-ble2 img {
	width: 10px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.ejflb-ble3 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #696969;
}

.ejflc-box {
	width: 100%;
	background: #F1F1F1;
}

.ejflc-bo {
	width: 100%;
	margin: 40px auto;
}

.ejflc-bo .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.ejflc-bo .swiper {
	width: 80%;
	height: 100%;
}

.ejflc-bo .swiper-button-prev::after,
.ejflc-bo .swiper-button-next::after {
	display: none;
}

.ejflc-bo .swiper-button-prev {
	width: 35px;
	height: 35px;
	background-image: url(../img/prev_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ejflc-bo .swiper-button-prev:hover {
	background-image: url(../img/prev_1.png);
}

.ejflc-bo .swiper-button-next {
	width: 35px;
	height: 35px;
	background-image: url(../img/next_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ejflc-bo .swiper-button-next:hover {
	background-image: url(../img/next_1.png);
}

.ejflc-bo .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 5px;
}

.ejflc-bo1 {
	width: 100%;
	height: 460px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	display: block;
	transform: scale(0.9);
}

.ejflc-bo1:hover {
	transform: scale(1);
}

.ejflc-bo1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gsjj-box {
	width: 100%;
	background: #E9E9E9;
}

.gsjj-bo {
	width: 100%;
	margin: 40px auto;
}

.gsjj-bo1 {
	width: 100%;
	margin-top: 45px;
	background: #ECECEC;
	padding: 20px 30px;
	display: inline-block;
	box-shadow: 6px 6px 45px rgba(0, 0, 0, .16);
}

.gsjj-bo2 {
	width: 46%;
	float: left;
}

.gsjj-bo2_1 {
	width: 100%;
	font-size: 30px;
	color: #424242;
	padding-bottom: 15px;
	position: relative;
}

.gsjj-bo2_1::after {
	content: '';
	width: 35px;
	height: 3px;
	background: #FEC200;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gsjj-bo2_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #696969;
	line-height: 30px;
	text-indent:25px;
}

.gsjj-bo3 {
	width: 43%;
	float: left;
	margin-left: 11%;
}

.gsjj-bo3 .swiper {
	width: 100%;
	height: 100%;
}

.gsjj-bo3 .swiper-slide {
	width: 100%;
	height: 100%;
}

.gsjj-bo3 .swiper-button-prev::after,
.gsjj-bo3 .swiper-button-next::after {
	display: none;
}

.gsjj-bo3 .swiper-button-prev {
	width: 20px;
	height: 50px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}

.gsjj-bo3 .swiper-button-prev:hover {
	background-image: url(../img/prev_4.png);
}

.gsjj-bo3 .swiper-button-next {
	width: 20px;
	height: 50px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}

.gsjj-bo3 .swiper-button-next:hover {
	background-image: url(../img/next_4.png);
}

.gsjj-bo3 .swiper-pagination-bullet {
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000000;
}

.gsjj-bo3 .swiper-pagination-bullet-active {
	background: white;
}

.gsjj-bo3_1 {
	width: 100%;
	height: 585px;
}

.gsjj-bo3_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.xczs-box {
	width: 100%;
}

.xczs-bo {
	width: 100%;
	margin: 40px auto;
}

.xczs-bo1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.xczs-bo1_1 {
	width: 200px;
	height: 35px;
	background: #DEDEDE;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #424242;
	margin-top: 40px;
}

.xczs-bo1_1.on {
	background: #BABABA;
}

.xczs-bo2 {
	width: 100%;
	display: none;
}

.xczs-bo3 {
	width: 100%;
	display: inline-block;
}

.xczs-bo3_1 {
	width: 32%;
	height: 290px;
	display: block;
	float: left;
	margin-right: 2%;
	margin-top: 40px;
	position: relative;
}

.xczs-bo3_1:nth-child(3n) {
	margin-right: 0;
}

.xczs-bo3_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.xczs-bo3_1 div {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 10px;
	background: rgba(255, 255, 255, .8);
	font-size: 20px;
	color: #424242;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
}

.seach-num {
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	color: #696969;
}

.seach-left {
	width: 63.75%;
}
.zwsj{
	width: 430px;
	display: block;
	margin:95px auto;
	text-align: center;
	font-size: 24px;
	color: #9E9E9E;
}
.zwsj img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.detail-box{
	    width: 100%;
	    display: flex;
}
.detail-left{
	    width: 63.75%;
}
.detail-right{
	    width: 32.5%;
	    margin-left: 3.75%;
}
.detail-tops{
	width: 100%;
	display: inline-block;
}
.detail-top1{
	border: 1px solid #D9D9D9;
	border-top: 4px solid #FEC200;
	width: 240px;
	float: left;
	margin-right: 35px;
}
.detail-top1 img{
	width: 100%;
	display: block;
}
.detail-top1 div{
	border-top: 1px solid #D9D9D9;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #DCDCDC;
}
.detail-top2{
	width: calc(100% - 275px);
	float: left;
}
.detail-top2_1{
	width: 100%;
	font-size: 30px;
	color: #424242;
}
.detail-top2_2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #898989;
}
.detail-top2_2 span{
	margin-right: 5px;
}
.detail-top2_2 span:last-child{
	margin-right: 0;
}
.detail-top2_3{
	width: 100%;
	margin-top: 5px;
	font-size: 16px;
	color: #424242;
}
.detail-top2_3 span{
	color: #898989;
}
.detail-top2_4{
	width: 100%;
	display: inline-block;
	margin-top: 35px
}
.detail-top2_4_1{
	width: 120px;
	height: 35px;
	display: block;
	float: left;
	border-radius: 8px;
	margin-right: 45px;
	text-align: center;
	line-height: 35px;
	color: white;
	background: #FEC200;
	font-size: 20px;
}
.detail-top2_4_2{
	border: 1px solid #FEC200;
	width: 120px;
	height: 35px;
	display: block;
	float: left;
	border-radius: 8px;
	text-align: center;
	line-height: 35px;
	color: #FEC200;
	font-size: 20px;
}
.detail-downs{
	width: 100%;
	margin-top: 40px;
}
.detail-down1{
	width: 100%;
	font-size: 16px;
	color: #424242;
}
.detail-down1 img{
	max-width: 100%;
}
.detail-down2{
	width: 100%;
	margin-top: 35px;
}
.detail-down2 .swiper{
	width: 100%;
	height: 100%;
}
.detail-down2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.detail-down2 .swiper-button-prev::after,.detail-down2 .swiper-button-next::after{
	display: none;
}
.detail-down2 .swiper-button-prev{
	width: 25px;
	height: 25px;
	background-image: url(../img/prev_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.detail-down2 .swiper-button-prev:hover{
	background-image: url(../img/prev_1.png);
}
.detail-down2 .swiper-button-next{
	width: 25px;
	height: 25px;
	background-image: url(../img/next_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.detail-down2 .swiper-button-next:hover{
	background-image: url(../img/next_1.png);
}
.detail-down2_1{
	width: 100%;
	height: 310px;
	position: relative;
}
.detail-down2_1 div{
	width: 125px;
	height: 35px;
	border-radius: 35px;
	background: #FEC200;
	color: white;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	position: absolute;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}
.detail-down3{
	width: 100%;
	margin-top: 35px;
	text-align: center;
}
.detail-down3_1{
	width: 85px;
	height: 30px;
	background: #F3F3F3;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin-right: 65px;
	font-size: 16px;
	color: #929292;
}
.detail-down3_1:last-child{
	margin-right: 0;
}


/* 给包含A标签的容器设置样式 */
.link-container {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* 这里设置A标签之间的间隙为10px，你可以按需调整数值 */
	/* color:#C2C2C2; */
}