body {
	margin: auto;
	cursor: default;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

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);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1110px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banne {
	width: 100%;
	height: 825px;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
}

.banne3_1 {
	width: 49.5%;
	padding-right: 65px;
	color: white;
	font-size: 65px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	font-family: "Inter", Sans-serif;
	line-height: 1.094em;
	display: inline-block;
	vertical-align: middle;
}

.banne3_2 {
	width: 49.5%;
	display: inline-block;
	vertical-align: middle;
}

.banne3_2 img {
	width: 100%;
	display: block;
}

.inde_fls {
	width: 100%;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}

.inde_fl {
	width: 100%;
	background: white;
	box-shadow: 0 0 10px 0 #021FB8;
	padding: 30px 15px;
	display: flex;
}

.inde_fl1 {
	border-right: 1px dashed rgb(7 25 70 / 20%);
	width: 33.33%;
	height: 40px;
	padding: 0 15px;
	text-align: center;
	font-size: 20px;
	color: #081330;
	font-weight: bold;
	overflow: hidden;
}

.inde_fl1 img {
	width: 25px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.inde_fl1 div {
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}

.inde_fl1:last-child {
	border-right: 0;
}

.inde_zxs {
	width: 100%;
}

.inde_zx {
	width: 100%;
	margin: 55px auto;
}

.inde_zx1 {
	width: 100%;
	color: #081330;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.inde_zx2 {
	width: 100%;
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	color: rgb(7 25 70 / 70%);
}

.inde_zx3 {
	width: 130px;
	height: 50px;
	margin: auto;
	margin-top: 30px;
	background: #D1F056;
	font-size: 16px;
	color: #081330;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	display: block;
	font-weight: 600;
}

.inde_services {
	width: 100%;
	background: #F3F6FF;
}

.inde_service {
	width: 100%;
	margin: 45px auto;
}

.inde_service1 {
	width: 100%;
	text-align: center;
	color: #2124B1;
	font-size: 16px;
	font-weight: 500;
}

.inde_service1 span {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}

.inde_service1 span::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 2px;
	left: 0;
	background: rgba(33, 66, 177, .5);
}

.inde_service1 span::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 5px;
	left: 3px;
	background: rgba(33, 66, 177, .5);
}

.inde_service2 {
	width: 100%;
	margin-top: 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #1D1D27;
	text-align: center;
}

.inde_service3 {
	width: 55px;
	display: block;
	margin: auto;
	margin-top: 15px;
}

.inde_service4 {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.inde_service4_1 {
	width: 32%;
	margin-top: 25px;
	margin-right: 2%;
	padding: 100px 25px;
	background: #FFFFFF;
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	border-radius: 10px;
	display: block;
	float: left;
}

.inde_service4_1:nth-child(3n) {
	margin-right: 0;
}

.inde_service4_2 {
	width: 90px;
	height: 90px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	background: url(../img/icon-shape-primary.png) center center no-repeat;
	transition: .5s;
	position: relative;
}

.inde_service4_2 img {
	max-width: 100%;
	height: 25px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_service4_3 {
	width: 90px;
	height: 90px;
	display: none;
	margin: auto;
	margin-bottom: 20px;
	background: url(../img/icon-shape-white.png) center center no-repeat;
	transition: .5s;
	position: relative;
}

.inde_service4_3 img {
	max-width: 100%;
	height: 25px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_service4_4 {
	width: 100%;
	text-align: center;
	line-height: 1.2;
	color: #1D1D27;
	font-size: 20px;
}

.inde_service4_1:hover {
	background: #2124B1;
}

.inde_service4_1:hover .inde_service4_2 {
	display: none;
}

.inde_service4_1:hover .inde_service4_3 {
	display: block;
}

.inde_service4_1:hover .inde_service4_4 {
	color: white;
}

.inde_dlss {
	width: 100%;
}

.inde_dls {
	width: 100%;
	margin: 50px auto;
	background: #001FBF;
	padding: 70px 40px;
	padding-top: 90px;
}

.inde_dls1 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: white;
	font-weight: bold;
	margin-bottom: 85px;
}

.inde_dls2 {
	border: 1px solid white;
	border-radius: 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inde_dls3 {
	border-top: 1px solid white;
	border-right: 1px solid white;
	width: 50%;
	padding: 40px;
}

.inde_dls3:nth-child(2n) {
	border-right: 0;
}

.inde_dls3:nth-child(1) {
	border-top: 0;
}

.inde_dls3:nth-child(2) {
	border-top: 0;
}

.inde_dls3_1 {
	height: 65px;
	display: block;
	margin-bottom: 30px;
}

.inde_dls3_2 {
	width: 100%;
	font-size: 30px;
	color: white;
	font-weight: 600;
	margin-bottom: 15px;
}

.inde_dls3_3 {
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 2em;
}

.inde_cjwts {
	width: 100%;
}

.inde_cjwt {
	width: 100%;
	margin: 85px auto;
}

.inde_cjwt1 {
	width: 100%;
	text-align: center;
	color: #081330;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 60px;
}

.inde_cjwt2 {
	width: 100%;
	background-color: rgb(209 240 86 / 10%);
	padding: 0 30px;
}

.inde_cjwt3 {
	border-bottom: 1px dashed rgb(7 25 70 / 20%);
	width: 100%;
	padding: 30px 0;
}

.inde_cjwt3:last-child {
	border-bottom: 0;
}

.inde_cjwt3_1 {
	width: 100%;
	color: #081330;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
}

.inde_cjwt3_2 {
	width: 100%;
	color: rgb(7 25 70 / 70%);
	font-size: 16px;
	margin-top: 10px;
}

.inde_hzhbs {
	width: 100%;
}

.inde_hzhb {
	width: 100%;
	margin: 10px auto;
}

.inde_hzhb1 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #081330;
}

.inde_hzhb2 {
	width: 100%;
	margin-top: 30px;
}

.inde_hzhb2 .swiper {
	width: 100%;
	height: 100%;
}

.inde_hzhb2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.inde_hzhb2_1 {
	width: 100%;
	height: 65px;
	overflow: hidden;
	position: relative;
}

.inde_hzhb2_1 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fd_box {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
}

.fd_bo1 {
	display: flex;
	position: relative;
}

.fd_bo1_1 {
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 1;
}

.fd_bo1_1 img {
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fd_bo1_2 {
	width: 135px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	color: white;
	transition: .5s;
	position: absolute;
	right: -185px;
	top: 0;
}

.fd_bo1:hover .fd_bo1_2 {
	right: 50px;
}

.nybanner {
	width: 100%;
	height: 550px;
	position: relative;
}

.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	width: 100%;
	text-align: center;
	font-size: 65px;
	color: white;
	font-weight: bold;
}

.nybanne4 {
	width: 100%;
	text-align: center;
}

.nybanne4_1 {
	width: 100%;
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	line-height: 1.2em;
}

.nybanne4_2 {
	width: 100%;
	font-size: 16px;
	color: white;
}

.jsfx_box {
	width: 100%;
}

.jsfx_bo {
	width: 100%;
	margin: 65px auto;
}
.jsfx_search{
        border: 1px solid #C5D1E4;
    max-width: 100%;
    width: 655px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    margin: auto;
    margin-bottom: 35px;
}
.jsfx_search input {
	border: none;
	outline: none;
	width: calc(100% - 100px);
	height: 100%;
	padding: 0 20px;
	font-size: 14px;
}

.jsfx_search button {
	border: none;
	outline: none;
	width: 100px;
	height: 100%;
	background: #d1f056;
	font-size: 16px;
	color: white;
}
.jsfx_list {
	width: 100%;
}

.jsfx_li {
	width: 100%;
	background: #F9F9F6;
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.jsfx_li:last-child {
	margin-bottom: 0;
}

.jsfx_li1 {
	width: 300px;
	height: 200px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
}

.jsfx_li2 {
	width: calc(100% - 300px);
	float: left;
	padding: 20px;
	padding-left: 30px;
}

.jsfx_li2_1 {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #081330;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.jsfx_li2_2 {
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	color: #d1f056;
	font-weight: 400;
}

.jsfx_li2_3 {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: rgb(7 25 70 / 70%);
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* 限制显示的行数为3 */
	overflow: hidden;
}

.jsfx_li2_4 {
	width: 100px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #d1f056;
	color: white;
	font-size: 14px;
	font-weight: 400;
	border-radius: 8px;
	margin-left: calc(100% - 100px);
}

.pages {
	width: 100%;
	text-align: center;
	margin-top: 65px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	/* border: 1px solid #DDDDDD; */
	box-sizing: border-box;
	float: left;
	display: block;
	height: 25px;
	font-size: 20px;
	font-weight: 700;
	padding: 0 10px;
	background: white;
	color: #C8C9C5;
	text-align: center;
	line-height: 25px;
	margin: 0 5px;
}

.pagination span {
	/* border: 1px solid #DDDDDD; */
	box-sizing: border-box;
	float: left;
	display: block;
	height: 25px;
	font-size: 20px;
	font-weight: 700;
	padding: 0 10px;
	background: white;
	color: #C8C9C5;
	text-align: center;
	line-height: 25px;
	margin: 0 5px;
}

.pagination a.active {
	/* border: 1px solid #2468F1; */
	/* background: #0562B2; */
	color: #d1f056;
}

.pagination a:active {
	/* border: 1px solid #2468F1; */
	/* background: #0562B2; */
	color: #d1f056;
}

.jsfx_detail {
	width: 100%;
}

.jsfx_deta {
	max-width: 100%;
	width: 750px;
	margin: 45px auto;
	margin-top: 80px;
}

.jsfx_detaf {
	width: 100%;
	color: #3d4459;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
}

.jsfx_detaf img {
	max-width: 100%;
}

.jsfx_detaf table {
	max-width: 100%;
}

.jsfx_detat {
	width: 100%;
	padding: 45px 0;
	display: flex;
}

.jsfx_detat1 {
	border-right: 1px solid rgb(159 163 173 / .2);
	width: 50%;
	padding: 0 10px;
	display: block;
}

.jsfx_detat1:last-child {
	border-right: 0;
}

.jsfx_detat1:last-child .jsfx_detat2 {
	margin-left: 20px;
	margin-right: 0;
}

.jsfx_detat1:last-child .jsfx_detat3 {
	text-align: right;
}

.jsfx_detat2 {
	width: 20px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.jsfx_detat3 {
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}

.jsfx_detat3_1 {
	width: 100%;
	font-size: 16px;
	color: #4632da;
}

.jsfx_detat3_2 {
	width: 100%;
	color: #3d4459;
	font-size: 18px;
	font-weight: 300;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.jsfx_detaw {
	width: 100%;
	margin-top: 60px;
}

.jsfx_detaw1 {
	width: 100%;
	text-align: center;
	color: #4632da;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2em;
}

.jsfx_detaw2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.jsfx_detaw3 {
	width: 48%;
	margin-top: 35px;
	margin-right: 4%;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	overflow: hidden;
	display: block;
	position: relative;
}

.jsfx_detaw3:nth-child(2n) {
	margin-right: 0;
}

.jsfx_detaw3_1 {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.jsfx_detaw3_2 {
	width: 100%;
	padding: 20px 35px;
	text-align: center;
}

.jsfx_detaw3_2_1 {
	width: 100%;
	color: #4632da;
	font-size: 20px;
	line-height: 1.4em;
}

.jsfx_detaw3_2_2 {
	width: 100%;
	margin-top: 25px;
	line-height: 1.5em;
	font-size: 16px;
	color: #777;
}

.jsfx_detaw3_3 {
	border-top: 1px solid #eaeaea;
	width: 100%;
	padding: 10px 35px;
	color: rgb(61 68 89 / .5);
	font-size: 14px;
	text-align: center;
}

.jsfx_detaw3:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.gywm_tops {
	width: 100%;
}

.gywm_top {
	width: 100%;
	margin-top: 140px;
	margin-bottom: 100px;
}

.gywm_top1 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #081330;
	font-weight: bold;
}

.gywm_top2 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	color: rgb(7 25 70 / 70%);
}

.gywm_cens {
	width: 100%;
}

.gywm_cen {
	width: 100%;
}

.gywm_cen1 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #081330;
}

.gywm_cen2 {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	color: rgb(7 25 70 / 70%);
}

.gywm_cen3 {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.gywm_cen3_1 {
	width: 50%;
	padding: 30px;
}

.gywm_cen3_2 {
	height: 55px;
	display: block;
	margin: auto;
}

.gywm_cen3_3 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.gywm_cen3_4 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 2em;
}

.gywm_downs {
	width: 100%;
}

.gywm_down {
	width: 100%;
	margin: 100px auto;
}

.gywm_down1 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #081330;
}

.gywm_down2 {
	width: 100%;
	margin-top: 50px;
	display: flex;
}

.gywm_down3 {
	width: 33%;
}

.gywm_down3_1 {
	width: 100%;
	display: flex;
}

.gywm_down3_1_1 {
	width: 50%;
	padding: 20px;
}

.gywm_down3_1_1 img {
	width: 100%;
	height: 145px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gywm_down3_1_1 video {
	width: 100%;
	height: 145px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gywm_down3_2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

.gywm_down4 {
	width: 67%;

}

.gywm_down4_1 {
	width: 100%;
	padding: 10px;
}

.gywm_down4_1 .swiper {
	width: 100%;
	height: 100%;
}

.gywm_down4_1 .swiper-slide {
	width: 100%;
	height: 100%;
}

.gywm_down4_1_1 {
	width: 100%;
	height: 155px;
	overflow: hidden;
	position: relative;
}

.gywm_down4_1_1 img {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gywm_down4_2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

.lxwm_tops {
	width: 100%;
}

.lxwm_top {
	width: 100%;
	margin: 100px auto;
	margin-top: 170px;
	display: inline-block;
}

.lxwm_tople {
	width: 45%;
	float: left;
}

.lxwm_tople1 {
	width: 100%;
	font-size: 48px;
	color: #081330;
	font-weight: 700;
}

.lxwm_tople1 span {
	color: #D1F056;
}

.lxwm_tople2 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	color: rgb(7 25 70 / 70%);
}

.lxwm_topri {
	width: 55%;
	padding-left: 65px;
	float: left;
}

.lxwm_topri1 {
	width: 100%;
	padding: 10px 0;
}

.lxwm_topri1_1 {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #081330;
}

.lxwm_topri1_1 span {
	color: red;
	font-weight: 400;
}

.lxwm_topri1_2 {
	border-radius: 2px;
	color: #333;
	display: block;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 40px;
	width: 100%;
	outline: none;
}

.lxwm_topri2 {
	border: none;
	outline: none;
	margin-top: 30px;
	display: block;
	width: 100%;
	background: #3498DB;
	height: 55px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.lxwm_downs {
	width: 100%;
}

.lxwm_down {
	width: 100%;
	margin-bottom: 70px;
}

.lxwm_down1 {
	width: 100%;
	font-size: 42px;
	color: #081330;
	font-weight: bold;
}

.lxwm_down2 {
	width: 100%;
	display: inline-block;
}

.lxwm_down2_1 {
	margin-top: 60px;
	width: 150px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: rgb(7 25 70 / 70%);
	font-weight: 700;
	margin-right: 20px;
}

.lxwm_down2_1 img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.lxwm_down2_1:last-child {
	margin-right: 0;
}

.service_tops {
	width: 100%;
}

.service_downs {
	width: 100%;
}

.service_down {
	width: 100%;
	margin: 45px auto;
}

.service_down1 {
	width: 100%;
	margin-top: 45px;
}

.service_down2 {
	width: 100%;
	padding: 20px;
	margin-bottom: 45px;
	border-radius: 8px;
	display: inline-block;
	background: #2124B1;
}

.service_down2:last-child {
	margin-bottom: 0;
}
.service_down2_1{
	float: left;
	width: 490px;
	height: 350px;
	border-radius: 10px;
	margin-right: 50px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.service_down2_2{
	width: calc(100% - 540px);
	float: left;
}
.service_down2_3{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
	color: white;
	font-weight: 700;
}
.service_down2_4{
	width: 100%;
	font-size: 16px;
	color: white;
	    font-weight: 400;
	    line-height: 1.5;
}
.service_down2:nth-child(even){
	   background: white;
}
.service_down2:nth-child(even) .service_down2_1{
	float: right;
	margin-left: 50px;
	margin-right: 0;
}
.service_down2:nth-child(even) .service_down2_3{
	color: #1D1D27;
}
.service_down2:nth-child(even) .service_down2_4{
	color: #888;
}
.inde_pros{
    width: 100%;
}
.inde_pro{
    width: 100%;
    margin: 45px auto;
}
.inde_pro1{
    width: 100%;
    text-align: center;
}
.inde_pro1_1{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 45px;
    margin-right: 10px;
        font-weight: 500;
        font-size: 16px;
      color: #888;
        padding: 0 15px;
        padding-right: 25px;
        border-radius: 10px;
    position: relative;
}
.inde_pro1_1:last-child{
    margin-right: 0;
}
.inde_pro1_1::after{
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}
.inde_pro1_1.on{
      background: #2124b1;
        color: white;
}
.inde_pro1_1:hover{
      background: #2124b1;
        color: white;
}
.inde_pro2{
    width: 100%;
    display: none;
}
.inde_pro3{
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
.inde_pro3_1{
    width: 32%;
    height: 330px;
    float: left;
    margin-top: 25px;
    margin-right: 2%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.inde_pro3_1:nth-child(3n){
    margin-right: 0;
}
.inde_pro3_1:hover::after{
    content:'';
    width: 100%;
    height: 100%;
    background: #2124B1;
    position: absolute;
    left: 0;
    top: 0;
}
.inde_pro3_1:hover .inde_pro3_3{
    display: block;
}
.inde_pro3_2{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.inde_pro3_3{
    width: 100%;
    padding: 30px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.inde_pro3_4{
    width: 100%;
        font-weight: 400;
        color: white;
        font-size: 12px;
}
.inde_pro3_4 img{
    width: 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.inde_pro3_4 div{
    display: inline-block;
    vertical-align: middle;
}
.inde_pro3_5{
    width: 100%;
    margin-top: 5px;
      font-weight: 400;
        color: white;
        font-size: 20px;
         white-space: nowrap; /* 防止文本换行 */
  overflow: hidden;    /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}