body {
	margin: auto;
	cursor: default;
}

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: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.inde_box {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_bo {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 65px;
}

.inde_fls {
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 20px;
}

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

.inde_fl1 {
	width: 90px;
	height: 30px;
	background: linear-gradient(270deg, #F48962 0%, #F8363A 100%);
	border-radius: 8px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	float: left;
}

.inde_fl2 {
	width: calc(100% - 90px);
	display: inline-block;
	float: left;
}

.inde_fl2_1 {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
}

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

.inde_rmhj1 {
	width: 12.555%;
	float: left;
	margin-right: 2%;
	margin-top: 25px;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.inde_rmhj1:nth-child(7n) {
	margin-right: 0;
}

.inde_rmhj1 img {
	width: 100%;
	border-radius: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

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

.inde_sbzx {
	width: 100%;
	margin-top: 60px;
	display: flex;
}

.inde_sbzxle {
	width: 59%;
}

.inde_sbzxlea {
	width: 100%;
}

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

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

.inde_sbzxlea .swiper-pagination {
	text-align: right;
	padding: 0 20px;
}

.inde_sbzxlea .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 10px;
}

.inde_sbzxlea .swiper-pagination-bullet-active {
	width: 30px;
	background: white;
}

.inde_sbzxlea1 {
	width: 100%;
	height: 415px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	position: relative;
}
.inde_sbzxlea1::after{
    content:'';
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.inde_sbzxlea1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_sbzxlea1 div {
    width: 100%;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    /* 文字描边核心样式 - 黑色细描边（可自定义颜色/粗细） */
    text-shadow: 
        -1px -1px 0 #019bbb,
        1px -1px 0 #019bbb,
        -1px 1px 0 #019bbb,
        1px 1px 1px #019bbb;
    /* 可选：设置文字颜色，让描边更明显 */
    color: #fff;
}

.inde_sbzxleb {
	width: 100%;
	margin-top: 20px;
}

.inde_sbzxleb1 {
	width: 100%;
	height: 90px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

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

.inde_sbzxleb1::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
}

.inde_sbzxleb1.on::after {
	display: none;
}

.inde_sbzxri {
	width: 39%;
	margin-left: 2%;
}

.inde_sbzxria {
	width: 100%;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
}

.inde_sbzxria1 {
	width: 33.33%;
	height: 45px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

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

.inde_sbzxria1_1 img {
	width: 100%;
}

.inde_sbzxria1_1_1 {
	display: block;
}

.inde_sbzxria1_1_2 {
	display: none;
}

.inde_sbzxria1_2 {
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.inde_sbzxria1.on {
	background: #00D3FF;
	color: white;
}

.inde_sbzxria1.on .inde_sbzxria1_1_1 {
	display: none;
}

.inde_sbzxria1.on .inde_sbzxria1_1_2 {
	display: block;
}

.inde_sbzxrib {
	width: 100%;
	margin-top: 20px;
}

.inde_sbzxrib1 {
	width: 100%;
	display: none;
}

.inde_sbzxric {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 16px 20px;
}

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

.inde_sbzxric1_1 {
	width: 190px;
	height: 105px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.inde_sbzxric1_2 {
	width: calc(100% - 200px);
	float: left;
}

.inde_sbzxric1_3 {
	width: 100%;
	height: 63px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_sbzxric1_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
	margin-top: 20px;
}

.inde_sbzxric2 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}
.inde_sbzxric4{
   	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 11px 0;
	display: flex; 
}

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

.inde_sbzxric2_1 {
	width: calc(100% - 50px);
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_sbzxric2_2 {
	width: 40px;
	margin-left: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	text-align: right;
}

.inde_sbzxrid {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}

.inde_sbzxrid1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 22px 0;
	display: inline-block;
}

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

.inde_sbzxrid1_1 {
	width: 190px;
	height: 105px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}

.inde_sbzxrid1_2 {
	width: calc(100% - 200px);
	float: left;
}

.inde_sbzxrid1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_sbzxrid1_4 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
	margin-top: 10px;
}

.inde_sbzxrie {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 20px;
}

.inde_sygjs {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_sygj {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 60px;
}

.inde_sygj1 {
	width: 100%;
	display: inline-block;
}
.inde_sygj1 .inde_newb2_2{
        margin-top: 16px;
}
.inde_sygj1_1 {
	height: 55px;
	display: block;
	float: left;
}

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

.inde_sygj3 {
	width: 11.625%;
	float: left;
	margin-top: 15px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-right: 1%;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: block;
}

.inde_sygj3:nth-child(8n) {
	margin-right: 0;
}

.inde_sygj3 img {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 5px;
}

.inde_sygj3 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxks {
	width: 100%;
	/* background-color: #F7F8F9; */
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_yxk {
	width: 100%;
	margin: 50px auto;
}

.inde_yxk1 {
	height: 55px;
	display: block;
}

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

.inde_yxk2_1 {
	min-width: 80px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #999999;
	padding: 0 20px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

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

.inde_yxk2_1.on {
	border-color: #00D3FF;
	background: #00D3FF;
	color: white;
}

.inde_yxk3 {
	width: 100%;
}

.inde_yxk3_1 {
	width: 100%;
	display: none;
}

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

.inde_yxk4_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.inde_yxk4_1:nth-child(4n) {
	margin-right: 0;
}

.inde_yxk4_1 img {
	width: 100%;
	height: 185px;
	border-radius: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.inde_yxk4_1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	text-align: center;
    font-weight: bolder;
}

.inde_news {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_new {
	width: 100%;
	margin: 50px auto;
}

.inde_new1 {
	height: 55px;
	display: block;
}

.inde_new2 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_newa {
	width: 36%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
	margin-left: 2%;
}

.inde_newa1 {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.inde_newa2 {
	width: 100%;
	height: 220px;
	border-radius: 8px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

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

.inde_newa3 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: block;
}

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

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

.inde_newa3_2 {
	width: 100%;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	margin-top: 10px;
}

.inde_newa3_2 img {
	width: 150px;
	height: 85px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}

.inde_newa3_2 div {
    width: calc(100% - 160px);
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    margin-top: 8px;
}

.inde_newb {
	width: 33%;
	margin-left: 2%;
}

.inde_newb1 {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 24px 20px;
}

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

.inde_newb2 {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
}

.inde_newb2_1 {
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.inde_newb2_2 {
	float: right;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #C8C9CC;
}

.inde_newb2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.inde_newb2_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

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

.inde_newb3_1 {
	width: 120px;
	height: 70px;
	border-radius: 8px;
	float: left;
	object-fit: cover;
	object-position: center;
	margin-right: 10px;
}

.inde_newb3_2 {
	width: calc(100% - 130px);
	float: left;
}

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

.inde_newb3_4 {
   width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #C8C9CC;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    min-height: 44px;
}
.inde_newb3_4_1{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #C8C9CC;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    line-height: 22px;
    min-height: 44px;
}

.inde_newb4 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 7px 0;
	display: flex;
}

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

.inde_newc {
	width: 27%;
	background: #FFFFFF;
	border-radius: 8px;

	padding: 20px;
}

.inde_newc1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

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

.inde_newc1_1 {
	width: 130px;
	height: 75px;
	border-radius: 8px;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
}

.inde_newc1_2 {
	width: calc(100% - 140px);
}

.inde_newc1_3 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

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

.inde_newc1_4 span {
	margin-right: 5px;
}

.inde_newc1_4 span:last-child {
	margin-right: 0;
}

.inde_hjs {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_hj {
	width: 100%;
	margin: 50px auto;
}

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

.inde_hj1_1 {
	min-width: 80px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #999999;
	padding: 0 20px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

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

.inde_hj1_1.on {
	border-color: #00D3FF;
	background: #00D3FF;
	color: white;
}

.inde_hj2 {
	width: 100%;
	margin-top: 15px;
}

.inde_hj2_1 {
	width: 100%;
	display: none;
}

.inde_hj3 {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
}

.inde_hj3_1 {
	width: 19.2%;
	float: left;
	margin: 10px 0;
	margin-right: 1%;
	display: block;
	position: relative;
}
.inde_hj3_1::after{
    content:'';
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    right: -3%;
    top: 0;
}
.inde_hj3_1:nth-child(5n) {
	margin-right: 0;
}
.inde_hj3_1:nth-child(5n)::after{
    display: none;
}
.inde_hj3_1:nth-child(5n) .inde_hj3_4 {
	border-right: 0;
}

.inde_hj3_2 {
	width: 100%;
	height: 125px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_hj3_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_hj3_4 {
	/*border-right: 1px solid #E5E5E5;*/
	width: 100%;
	height: 75px;
	margin-top: 15px;
	text-align: center;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.inde_yxgls {
	width: 100%;
	background-color: #F7F8F9;
	background-image: url(../img/bg_6.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_yxgl {
	width: 100%;
	margin: 50px auto;
}

.inde_yxgl1 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_yxgl2 {
	width: 41%;
}

.inde_yxgl2_1 {
	width: 100%;
	height: 250px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
}

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

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

.inde_yxgl2_1 div {
	width: 100%;
	padding: 15px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
	    /* 文字描边核心样式 - 黑色细描边（可自定义颜色/粗细） */
    text-shadow: 
        -1px -1px 0 #019bbb,
        1px -1px 0 #019bbb,
        -1px 1px 0 #019bbb,
        1px 1px 1px #019bbb;
    /* 可选：设置文字颜色，让描边更明显 */
    color: #fff;
}

.inde_yxgl3 {
	width: 57%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-left: 2%;
	padding: 5px 20px;
}

.inde_yxgl3_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

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

.inde_yxgl3_2 {
	width: 96px;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxgl3_3 {
	width: calc(100% - 96px - 45px);
	padding: 0 10px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_yxgl3_4 {
	width: 45px;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
}

.inde_phbs {
	width: 100%;
	background-color: #F4F5F6;
	background-image: url(../img/bg_7.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_phb {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}

.inde_phb1 {
	width: 100%;
	margin-top: 15px;
	display: flex;
}

.inde_phb2 {
	width: 32%;
	margin-right: 2%;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px;
	background-color: white;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.inde_phb3 {
	width: 100%;
}

.inde_phb3_1 {
	width: 100%;
	font-weight: 600;
	font-size: 24px;
}

.inde_phb3_2 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
}

.inde_phb4 {
	width: 100%;
	    min-height: 612px;
}

.inde_phb4_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 15px 0;
	display: block;
}

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

.inde_phb4_2 {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

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

.inde_phb4_2_2 {
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

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

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

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

.inde_phb4_5 div {
    max-width: 100px;
	min-width: 40px;
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	padding: 0 5px;
		white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_phb4_5 div:last-child {
	margin-right: 0;
}

.inde_phb5 {
	width: 100%;
	height: 40px;
	background: #00D3FF;
	border-radius: 8px;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}

.inde_phb5 span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.inde_phb5 img {
	width: 6px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.yxk_box {
	width: 100%;
	background: #F4F5F6;
}

.yxk_bo {
	width: 100%;
	margin-bottom: 65px;
}

.tit_box {
	width: 100%;
	padding: 25px 0;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
}

.tit_box img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

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

.tit_box span {
	margin: 0 5px;
}

.yxk_bo1 {
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}

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

.yxk_bo2_1 {
	min-width: 80px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #90969C;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	display: block;
	text-align: center;
	line-height: 40px;
	padding: 0 10px;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
}

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

.yxk_bo2_1.on {
	border-color: #00D3FF;
	background: #00D3FF;
	color: white;
}

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

.yxk_li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}

.yxk_li:nth-child(4n) {
	margin-right: 0;
}

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

.yxk_li2 {
	width: 100%;
	padding: 15px;
}

.yxk_li3 {
	width: 100%;
}

.yxk_li3_1 {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

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

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

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

.yxk_li4 {
	width: 100%;
	margin-top: 10px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.yxk_li5 {
	width: 100%;
	margin-top: 10px;
	display: flex;
}

.yxk_li5_1 {
	width: 80px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #90969C;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	margin-right: 10px;
}

.yxk_li5_2 {
	width: calc(100% - 90px);
	height: 40px;
	background: #00D3FF;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

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

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

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

.pagination a {
	border: 1px solid #90969C;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	line-height: 40px;
	margin: 0 5px;
}

.pagination span {
	border: 1px solid #90969C;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	line-height: 40px;
	margin: 0 5px;
}

.pagination a.active {
	border: 1px solid #00D3FF;
	background: #00D3FF;
	color: white;
}

.pagination a:active {
	border: 1px solid #00D3FF;
	background: #00D3FF;
	color: white;
}

.xwzx_box {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.xwzx_right {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.xwzx_ri {
	width: 100%;
	background: white;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 20px;
}

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

.xwzx_ria {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

.xwzx_rib {
	width: 100%;
	padding: 5px 0;
	display: inline-block;
}

.xwzx_rib1 {
	width: 20px;
	height: 20px;
	background: #FF0000;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.xwzx_rib2 {
	width: calc(100% - 30px);
	float: left;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.xwzx_rib2 img {
	width: 120px;
	height: 70px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.xwzx_rib2 div {
	width: calc(100% - 130px);
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_ric {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: flex;
}

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

.xwzx_ric1 {
	width: 20px;
	height: 20px;
	background: #D9D9D9;
	border-radius: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.xwzx_ric1.on1 {
	background: #FF9500;
}

.xwzx_ric1.on2 {
	background: #FFCA37;
}

.xwzx_ric1.on3 {
	background: #FF0000;
}

.xwzx_ric2 {
	width: calc(100% - 30px);
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.xwzx_rid {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}

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

.xwzx_rid1 {
	width: 120px;
	height: 70px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 10px;
}

.xwzx_rid2 {
	width: calc(100% - 130px);
	float: left;
}

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

.xwzx_rid2_2 {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
	margin-top: 25px;
}

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

.xwzx_rid2_2 span {
	display: inline-block;
	vertical-align: middle;
}

.xwzx_left {
	width: calc(100% - 420px);
	float: left;
	background: white;
	border-radius: 8px;
	padding: 0 20px;
}

.xwzx_le {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 19px 0;
	display: inline-block;
}

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

.xwzx_le1 {
	width: 190px;
	height: 105px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
}

.xwzx_le2 {
	width: calc(100% - 200px);
	float: left;
}

.xwzx_le2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_le2_2 {
	width: 100%;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.xwzx_le2_3 {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
}

.phb_top {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.phb_top1 {
	width: 100%;
	display: block;
}

.phb_top2 {
	/*border: 1px solid red;*/
	width: 38%;
	display: flex;
	position: absolute;
	top: 45px;
	right: 12.5%;
	z-index: 1;
}

.phb_top2_1 {
	width: 33.33%;
}

.phb_top2_2 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
}

.phb_top2_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #006483;
}

.phb_top2_4 {
	max-width: 100%;
	width: 120px;
	height: 40px;
	background: #F0FDFF;
	border-radius: 6px;
	margin: auto;
	margin-top: 70px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 20px;
	color: #00A7DA;
	display: block;
}

.phb_top2_1:nth-child(1) {
	margin-top: 45px;
}

.phb_top2_1:nth-child(3) {
	margin-top: 45px;
}

.phb_top2_1:nth-child(3) .phb_top2_3 {
	color: #830200;
}

.phb_top2_1:nth-child(3) .phb_top2_4 {
	color: #C30300;
	background: #FFF0F0;
}

.phb_top2_1:nth-child(2) .phb_top2_4 {
	margin-top: 115px;
}

.phb_top2_1:nth-child(2) .phb_top2_3 {
	color: #835A00;
}

.phb_top2_1:nth-child(2) .phb_top2_4 {
	color: #A96900;
	background: #FFFAF0;
}

.phb_down {
	width: 100%;
	margin-top: 65px;
	display: flex;
}

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

.sygj_li {
	width: 11.625%;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px;
	display: block;
}

.sygj_li:nth-child(8n) {
	margin-right: 0;
}

.sygj_li1 {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: auto;
	margin-bottom: 10px;
}

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

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

.hj_li {
	width: 32%;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
}

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

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

.hj_li2 {
	width: 100%;
	padding: 20px;
}

.hj_li2_1 {
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.hj_li2_2 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}

.hj_li2_3 {
	width: 100%;
	height: 58px;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

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

.wzdeta_right {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.wzdeta_ri {
	width: 100%;
	background: white;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 20px;
}

.wzdeta_ri1 {
	width: 100%;

}

.wzdeta_ri1_1 {
	width: 80px;
	height: 80px;
	/*border-radius: 15px;*/
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

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

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

.wzdeta_ri1_4 {
	width: 100%;
    display: inline-block;
    color: #90969c;
    font-size: 14px;
}

.wzdeta_ri1_4 div {
	min-width: 40px;
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
}

.wzdeta_ri1_4 div:last-child {
	margin-right: 0;
}

.wzdeta_ri2 {
	width: 100%;
	height: 40px;
	background: #00D3FF;
	border-radius: 8px;
	margin-top: 15px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}

.wzdeta_left {
	width: calc(100% - 420px);
	float: left;
}

.wzdeta_lea {
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 30px;
}

.wzdeta_lea1 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	margin: 0;
}

.wzdeta_lea2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
}

.wzdeta_lea2 span {
	margin-right: 20px;
}

.wzdeta_lea2 span:last-child {
	margin-right: 0;
}

.wzdeta_lea3 {
	width: 100%;
	margin-top: 25px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.wzdeta_lea3 img {
	 width: 600px !important;
	 height: 100% !important;
	 display: block;
     margin: 10px auto;
     height: auto;
     border-radius: 4px;
     box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wzdeta_leb {
	width: 100%;
	margin-top: 25px;
}

.wzdeta_leb1 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

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

.wzdeta_leb2_1 {
	width: 23.5%;
	height: 40px;
	background: #EFEFEF;
	border-radius: 8px;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	padding: 0 5px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	display: block;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.wzdeta_leb2_1:nth-child(4n) {
	margin-right: 0;
}

.yxzt_tops {
	width: 100%;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.yxzt_top1 {
	width: 100%;
	display: block;
}

.yxzt_top2 {
	width: 32%;
	height: 100%;
	padding: 40px 30px;
	/*background: rgba(0, 0, 0, 0.54);*/
	 background: rgba(28,35,39, 0.85);
	position: absolute;
	right: 0;
	top: 0;
}

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

.yxzt_top3_1 {
	width: 95px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.yxzt_top3_1_1 {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
}

.yxzt_top3_1_2 {
	width: 100%;
	font-weight: 900;
	font-size: 40px;
	color: #00D3FF;
}

.yxzt_top3_1_3 {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}

.yxzt_top3_2 {
	width: calc(100% - 115px);
	float: left;
}

.yxzt_top3_2_1 {
	width: 100%;
	font-weight: 600;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0;
}

.yxzt_top3_2_2 {
	width: 100%;
	margin-top: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #DCDCDC;
}

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

.yxzt_top4 div {
	min-width: 65px;
	height: 25px;
	background: #D9D9D9;
	border-radius: 4px;
	padding: 0 5px;
	text-align: center;
	line-height: 25px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.yxzt_top4 div:last-child {
	margin-right: 0;
}

.yxzt_top5 {
	width: 100%;
	margin-top: 80px;
	display: flex;
}

.yxzt_top5_1 {
	width: 48%;
	height: 40px;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	margin-right: 4%;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: block;
}

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

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

.yxzt_top5_1 span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_top6 {
	width: 100%;
	height: 55px;
	background: #00D3FF;
	border-radius: 8px;
	display: block;
	margin-top: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}

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

.yxzt_top6 span {
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_box {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}

.yxzt_right {
	width: 375px;
	float: left;
	margin-left: 25px;
}

.yxzt_ria {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 25px;
	padding: 20px;
}

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

.yxzt_ria1_1 {
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	float: left;
}

.yxzt_ria1_2 {
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
	margin-bottom: 5px;
}

.yxzt_ria1_2 span {
	display: inline-block;
	vertical-align: middle;
}

.yxzt_ria1_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_ria2 {
	width: 100%;
}

.yxzt_ria3 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

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

.yxzt_rib {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

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

.yxzt_rib2 {
	width: 25%;
	display: block;
	float: left;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.yxzt_rib2 img {
	width: 70px;
	height: 70px;
	background: #DADADA;
	border-radius: 8px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.yxzt_rib2 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_left {
	width: calc(100% - 400px);
	float: left;
}

.yxzt_lea {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

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

.yxzt_lea1_1 {
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.yxzt_lea1_2 {
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #C8C9CC;
	margin-bottom: 5px;
}

.yxzt_lea1_2 span {
	display: inline-block;
	vertical-align: middle;
}

.yxzt_lea1_2 img {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.yxzt_lea2 {
	width: 100%;
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
}

.yxzt_leb {
	width: 100%;
	margin-top: 25px;
	display: flex;
}

.yxzt_leb1 {
	width: 48%;
}

.yxzt_leb2 {
	width: 100%;
}

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

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

.yxzt_leb2 .swiper-button-prev::after,
.yxzt_leb2 .swiper-button-next::after {
	display: none;
}

.yxzt_leb2 .swiper-button-prev {
	width: 25px;
	height: 55px;
	border-radius: 4px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yxzt_leb2 .swiper-button-next {
	width: 25px;
	height: 55px;
	border-radius: 4px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yxzt_leb2_1 {
	width: 100%;
	height: 225px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

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

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

.yxzt_leb3_1 {
	width: 49%;
	height: 105px;
	border-radius: 10px;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	position: relative;
}

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

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

.yxzt_leb3_1 div {
	width: 100%;
	padding: 10px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
}

.yxzt_leb4 {
	width: 48%;
	margin-left: 4%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px;
}

.yxzt_leb5 {
	width: 100%;
}

.yxzt_leb5_1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 7px 0;
	display: flex;
}

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

.yxzt_leb5_2 {
	width: 60px;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}

.yxzt_leb5_3 {
	width: calc(100% - 100px);
	padding: 0 5px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_leb5_4 {
	width: 40px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #C8C9CC;
}

.yxzt_lec {
	width: 100%;
	margin-top: 25px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

.yxzt_led {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 15px;
	padding: 20px;
}

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

.yxzt_led2 {
	width: 32%;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	display: block;
	font-weight: 500;
	font-size: 16px;
}

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

.yxzt_led2 img {
	width: 100%;
	height: 135px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.yxzt_led2 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 25px;
	padding: 20px;
}

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

.yxzt_lee1_1 {
	border: 1px solid #90969C;
	float: left;
	width: 13.428%;
	margin-top: 15px;
	margin-right: 1%;
	height: 40px;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	padding: 0 5px;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee1_1:nth-child(7n) {
	margin-right: 0;
}

.yxzt_lee1_1.on {
	border-color: #00D3FF;
	background: #00D3FF;
	color: white;
}

.yxzt_lee2 {
	width: 100%;
}

.yxzt_lee2_1 {
	width: 100%;
	display: none;
}

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

.yxzt_lee3_1 {
	width: 15%;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.yxzt_lee3_1:nth-child(6n) {
	margin-right: 0;
}
/*修改2026-1-26*/
.yxzt_lee3_1 img {
    width: 100%;
    height: 80px;
	display: block;
	border-radius: 8px;
	margin-bottom: 5px;
}

.yxzt_lee3_1 div {
	width: 100%;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

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

.yxzt_lee4_1 {
	border: 1px solid #90969C;
	float: left;
	width: 15.83%;
	margin-top: 15px;
	margin-right: 1%;
	height: 40px;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	padding: 0 5px;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee4_1:nth-child(6n) {
	margin-right: 0;
}

.yxzt_lee4_1.on {
	border-color: #00D3FF;
	background: #00D3FF;
	color: white;
}

.yxzt_lee5 {
	width: 100%;
}

.yxzt_lee5_1 {
	width: 100%;
	display: none;
}

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

.yxzt_lee6_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	display: block;
	margin-top: 15px;
}

.yxzt_lee6_1:nth-child(4n) {
	margin-right: 0;
}

.yxzt_lee6_2 {
	width: 100%;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

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

.yxzt_lee6_2 div {
	width: 35px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
	background: linear-gradient(180deg, #FFA05C 0%, #E20000 100%);
	border-radius: 0px 6px 0px 6px;
	position: absolute;
	right: 0;
	top: 0;
}

.yxzt_lee6_3 {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

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

.yxzt_lee7_1 {
	border: 1px solid #90969C;
	float: left;
	width: 13.428%;
	margin-top: 15px;
	margin-right: 1%;
	height: 40px;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	padding: 0 5px;
	font-weight: 500;
	font-size: 16px;
	color: #90969C;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee7_1:nth-child(7n) {
	margin-right: 0;
}

.yxzt_lee7_1.on {
	border-color: #00D3FF;
	background: #00D3FF;
	color: white;
}

.yxzt_lee8 {
	width: 100%;
}

.yxzt_lee8_1 {
	width: 100%;
	display: none;
}

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

.yxzt_lee9_1 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	margin-top: 15px;
	height: 40px;
	background: #EFEFEF;
	border-radius: 8px;
	padding: 0 5px;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_lee9_1:nth-child(5n) {
	margin-right: 0;
}

.yxzt_down {
	width: 100%;
	margin-top: 65px;
}

.yxzt_down1 {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
}

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

.yxzt_down3 {
	width: 18.4%;
	float: left;
	margin-top: 15px;
	margin-right: 2%;
	display: block;
}

.yxzt_down3:nth-child(5n) {
	margin-right: 0;
}

.yxzt_down3_1 {
	width: 100%;
	height: 125px;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.yxzt_down3_2 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.yxzt_down3_3 {
	width: 100%;
	margin-top: 5px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}
iframe{
    width: 100%;
}
.wzdeta_lea3 p{
    font-size: 16px;
    line-height: 30px;
}
.wzdeta_lea3 h3{
    color: #06b6db;
    /*border-bottom: 2px solid rgb(0 139 255 / 69%);*/
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}