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

/* body.ons{
	box-sizing: border-box;
	padding-top: 145px;
} */
.container {
	width: 1250px;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

/* .section .fp-tableCell{
	padding-top: 145px;
	box-sizing: border-box;
} */
.section:nth-child(1) .fp-tableCell {
	padding-top: 0;
}

.banner {
	width: 100%;
	height: 100%;
}

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

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

.banner .swiper-pagination-bullet {
	width: 60px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 3px;
}

.banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.banne {
	width: 100%;
	height: 100%;
	position: relative;
}
.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{
	max-width: 100%;
	width: 670px;
	display: block;
	margin: auto;
}
.banne3_2{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: white;
}
.inde_abouts {
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_about {
	width: 100%;
}

.inde_about1 {
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}

.inde_about1_1 {
	width: 100%;
	font-size: 38px;
}

.inde_about1_2 {
	width: 100%;
	font-size: 18px;
}

.inde_about2 {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 24px;
	color: white;
}

.inde_about3 {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	font-size: 14px;
	color: white;
	line-height: 25px;
}

.inde_about4 {
	width: 140px;
	height: 50px;
	border-radius: 50px;
	display: block;
	margin: auto;
	margin-top: 50px;
	background: #D00E31;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.inde_products {
	width: 100%;
	height: 100%;
	display: flex;
}

.inde_proa {
	width: 27%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.inde_proa1 {
	width: 100%;
	padding: 0 8%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_proa1_1 {
	width: 100%;
	font-size: 38px;
	color: white;
	font-weight: bold;
}

.inde_proa1_2 {
	width: 100%;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.inde_proa1_3 {
	width: 100%;
	margin-top: 50px;
	font-size: 20px;
	color: white;
}

.inde_proa1_4 {
	width: 100%;
	display: block;
	margin-top: 45px;
	font-size: 14px;
	color: white;
}

.inde_prob {
	width: 73%;
	height: 100%;
	display: flex;
}
.inde_prob .swiper{
	width: 100%;
	height: 100%;
}
.inde_prob .swiper-slide{
	width: 100%;
	height: 100%;
}
.inde_prob1 {
	border-right: 1px solid #EBEBEB;
	width: 100%;
	height: 100%;
	display: block;
	padding: 90px 50px;
	overflow: hidden;
	position: relative;
}

/* .inde_prob1:nth-child(4n) {
	border-right: 0;
} */

.inde_prob2 {
	width: 100%;
	height: 485px;
	overflow: hidden;
	position: relative;
}

.inde_prob2 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_prob3 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_prob4 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_prob5 {
	width: 20px;
	display: block;
	margin: auto;
	margin-top: 15px;
}

.inde_prob6 {
	width: 55px;
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.inde_prob1:hover {
	background: #D00E31;
}

.inde_prob1:hover .inde_prob3 {
	color: white;
}

.inde_prob1:hover .inde_prob4 {
	color: white;
	-webkit-line-clamp: 3;
}

.inde_prob1:hover .inde_prob5 {
	display: none;
}

.inde_prob1:hover .inde_prob6 {
	display: block;
}

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

.inde_new {
	width: 100%;
}

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

.inde_new1_1 {
	float: left;
}

.inde_new1_2 {
	float: right;
	font-size: 14px;
	color: white;
}

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

.inde_new3 {
	width: 44%;
	height: 530px;
	margin-right: 2%;
	display: block;
	position: relative;
}

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

.inde_new3_2 {
	width: 100%;
	padding: 30px;
	background-image: url(../img/bg_4.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

.inde_new3_3 {
	width: 100%;
	font-size: 28px;
	color: white;
	font-weight: bold;
}

.inde_new3_4 {
	width: 100%;
	margin-top: 15px;
	font-size: 24px;
	color: white;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_new3_5 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: white;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_new4 {
	width: 54%;
}

.inde_new5 {
	width: 100%;
	height: 250px;
	background: white;
	margin-bottom: 30px;
	padding: 30px 25px;
	display: flex;
}

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

.inde_new5_1 {
	width: 190px;
	height: 190px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 25px;
}

.inde_new5_2 {
	width: calc(100% - 215px);
	float: left;
}

.inde_new5_3 {
	width: 100%;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}

.inde_new5_4 {
	width: 100%;
	margin-top: 25px;
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_new5_5 {
	width: 100%;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.inde_new5_6 {
	width: 100%;
	margin-top: 25px;
	text-align: right;
	font-size: 14px;
	color: #D00E31;
}

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

.inde_new5_6 img {
	width: 25px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

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

.inde_quality {
	width: 100%;
}

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

.inde_quality2 {
	border-right: 3px solid white;
	width: 18%;
	height: 530px;
	display: block;
	position: relative;
	 transition:all 0.5s ease 0s;
	  -o-transition:all 0.5s ease 0s;
	  -moz-transition:all 0.5s ease 0s;
	  -webkit-transition:all 0.5s ease 0s;
}

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

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

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

.inde_quality2_3 {
	height: 65px;
	display: block;
	margin: auto;
}

.inde_quality2_4 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.inde_quality2_5 {
	width: 30px;
	display: block;
	margin: auto;
	margin-top: 30px;
}

.inde_quality2_6 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
	color: white;
	line-height: 25px;
	display: none;
}

.inde_quality2_7 {
	border: 1px solid white;
	width: 125px;
	height: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: white;
	display: none;
	margin: auto;
	margin-top: 30px;
}

.inde_quality2.on {
	width: 46%;
}

.inde_quality2.on .inde_quality2_4 {
	font-size: 30px;
}

.inde_quality2.on .inde_quality2_6 {
	display: block;
	padding: 0 18%;
}

.inde_quality2.on .inde_quality2_7 {
	display: block;
}

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

.inde_rczp {
	max-width: 100%;
	width: 470px;
	padding: 70px 0;
	margin: auto;
	position: relative;
}

.inde_rczp::before {
	content: '';
	width: 315px;
	height: 100%;
	background-image: url(../img/bg_7.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.inde_rczp::after {
	content: '';
	width: 315px;
	height: 100%;
	background-image: url(../img/bg_8.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.inde_rczp1 {
	width: 220px;
	display: block;
	margin: auto;
}

.inde_rczp2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: white;
	line-height: 30px;
}

.inde_rczp3 {
	width: 120px;
	height: 45px;
	border-radius: 45px;
	background: #D00E31;
	color: white;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: auto;
	margin-top: 40px;
}

.nybanner {
	width: 100%;
	height: 600px;
	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%;
}

.nybanne3_1 {
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
}

.nybanne3_2 {
	width: 100%;
	font-size: 30px;
	color: white;
}

.tit_box {
	width: 100%;
}

.tit_bo {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
}

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

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

.tit_bo span {
	margin: 0 5px;
}

.gy_fls {
	width: 100%;
}

.gy_fl {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.gy_fl1 {
	min-width: 150px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0 15px;
	background: #F2F2F2;
	font-size: 20px;
	color: #333333;
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 35px;
}

.gy_fl1.on {
	background: #D00E31;
	color: white;
}

.gy_gsjjs {
	width: 100%;
	background: #F8F8F8;
}

.gy_gsjj {
	width: 100%;
	margin: 80px auto;
}

.gy_gsjj1 {
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #D00E31;
	font-weight: bold;
}

.gy_gsjj2 {
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}

.gy_gsjj2_1 {
	width: 44%;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	float: left;
}

.gy_gsjj2_2 {
	width: 50%;
	height: 350px;
	float: right;
	display: block;
}

.gy_bbqqs {
	width: 100%;
}

.gy_bbqq {
	width: 100%;
	margin-top: 75px;
}

.gy_bbqq1 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 28px;
	color: #333333;
}

.gy_bbqq2 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}

.gy_bbqq3 {
	width: 100%;
}

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

.gy_rzrys {
	width: 100%;
}

.gy_rzry {
	width: 100%;
	margin: 15px auto;
	display: inline-block;
}

.gy_rzry1 {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

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

.gy_rzry1 img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.gy_scgys {
	width: 100%;
}

.gy_scgy {
	width: 100%;
}

.gy_scgy1 {
	width: 100%;
	margin-bottom: 80px;
	display: inline-block;
}

.gy_scgy2 {
	border: 1px solid #DFDFDF;
	width: 57%;
	padding: 90px 115px;
	padding-right: 165px;
	float: left;
	margin-top: 40px;
	margin-right: -6%;
}

.gy_scgy2_1 {
	width: 30px;
	display: block;
}

.gy_scgy2_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 32px;
	color: #333333;
}

.gy_scgy2_3 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}

.gy_scgy3 {
	width: 49%;
	height: 410px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	position: relative;
	z-index: 1;
}

.gy_scgy1:nth-child(even) .gy_scgy2 {
	margin-top: 40px;
	margin-left: -6%;
	margin-right: 0;
	padding-right: 115px;
	padding-left: 165px;
	float: right;
}

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

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

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

.pagination a {
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	padding: 0 10px;
	background: white;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination img {
	height: 10px;
}

.pagination span {
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	padding: 0 10px;
	background: white;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 2px;
}

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

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

.pro_box {
	width: 100%;
}

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

.pro_left {
	width: 240px;
	margin-right: 40px;
	float: left;
}

.pro_les {
	width: 100%;
	border-radius: 0 10px 0 10px;
	margin-bottom: 35px;
	box-shadow: 0 0 12px rgba(204, 204, 204, .75);
	overflow: hidden;
}

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

.pro_lea {
	width: 100%;
	height: 60px;
	background: #D00E31;
	padding: 0 25px;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.pro_lea div {
	width: calc(100% - 20px);
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.pro_lea img {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}

.pro_leb {
	width: 100%;
	padding: 0 25px;
	padding-bottom: 35px;
	display: none;
}

.pro_leb1 {
	border-bottom: 1px solid #F0F0F0;
	width: 100%;
	height: 60px;
	display: block;
	font-size: 16px;
	color: #333333;
}

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

.pro_leb1_2 {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}

.pro_leb1_2 img {
	width: 100%;
}

.pro_leb1_2_1 {
	display: block;
}

.pro_leb1_2_2 {
	display: none;
}

.pro_les.on .pro_lea img {
	transform: rotate(180deg);
}

.pro_les.on .pro_leb {
	display: block;
}

.pro_leb1.on {
	color: #D00E31;
}

.pro_leb1.on .pro_leb1_2_1 {
	display: none;
}

.pro_leb1.on .pro_leb1_2_2 {
	display: block;
}

.pro_right {
	width: calc(100% - 280px);
	float: left;
}

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

.pro_li {
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 60px;
}

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

.pro_li1 {
	border: 1px solid #E7E7E7;
	width: 100%;
	height: 430px;
	overflow: hidden;
	position: relative;
}

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

.pro_li2 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.pro_li3 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	overflow: hidden;
	/* 隐藏溢出的内容 */
	white-space: nowrap;
	/* 文本不换行 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出 */
}

.prodeta_box {
	width: 100%;
}

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

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

.prodeta_topa {
	width: 50%;
	display: flex;
	float: left;
}

.prodeta_topb {
	width: 100px;
	height: 570px;
	margin-right: 40px;
}

.prodeta_topb .swiper-father {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.prodeta_topb .swiper {
	width: 100%;
	height: calc(100% - 20px - 30px);
		margin-top: 25px;
}
.prodeta_topb .swiper-slide{
	width: 100%;
	height: 100%;
}
.prodeta_topb .swiper-button-prev::after,
.prodeta_topb .swiper-button-next::after {
	display: none;
}

.prodeta_topb .swiper-button-prev {
	width: 20px;
	height: 10px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	margin-top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.prodeta_topb .swiper-button-next {
	width: 20px;
	height: 10px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	    top: inherit;
	    bottom: 0;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.prodeta_topb1 {
	border: 2px solid #E7E7E7;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.prodeta_topb1.on{
	border-color: #D11234;
}
.prodeta_topb1 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.prodeta_topc{
	border: 2px solid #E7E7E7;
	width: calc(100% - 140px);
	height: 570px;
}
.prodeta_topc .swiper{
	width: 100%;
	height: 100%;
}
.prodeta_topc .swiper-slide{
	width: 100%;
	height: 100%;
}
.prodeta_topc .swiper-button-prev::after,
.prodeta_topc .swiper-button-next::after {
	display: none;
}

.prodeta_topc .swiper-button-prev {
	width: 55px;
	height: 55px;
	background-image: url(../img/prev_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.prodeta_topc .swiper-button-next {
	width: 55px;
	height: 55px;
	background-image: url(../img/next_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.prodeta_topc1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.prodeta_topc1 img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.prodeta_topd{
	width: 47%;
	margin-left: 3%;
	float: left;
}
.prodeta_topd1{
	width: 100%;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
.prodeta_topd2{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.br{
	border: 1px solid #EBEBEB;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 45px;
}
.prodeta_topd3{
	width: 100%;
}
.prodeta_topd3_1{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.prodeta_topd3_1:last-child{
	margin-bottom: 0;
}
.prodeta_topd3_2{
	width: 95px;
	font-size: 16px;
	color: #999999;
}
.prodeta_topd3_3{
	width: calc(100% - 95px);
	font-size: 16px;
	color: #333333;
}
.prodeta_topd4{
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.prodeta_topd4_1{
	width: 180px;
	height: 60px;
	border-radius: 60px;
	text-align: center;
	background: #D00E31;
	font-size: 20px;
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 50px;
}
.prodeta_topd4_1 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.prodeta_topd4_1 span{
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.prodeta_topd4_2{
	width: 120px;
	background: #D00E31;
	padding: 10px 5px;
	float: right;
	font-size: 14px;
	color: white;
	text-align: center;
}
.prodeta_topd4_2 img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.prodeta_cen{
	width: 100%;
	margin-top: 30px;
}
.prodeta_cen1{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	display: flex;
}
.prodeta_cen1 div{
	border-bottom: 2px solid #D00E31;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.prodeta_cen2{
	width: 100%;
	padding: 30px 0;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.prodeta_cen2 img{
	max-width: 100%;
}
.prodeta_cen3{
	width: 100%;
	display: inline-block;
}
.prodeta_cen4{
	    width: 23.5%;
	    display: block;
	    float: left;
	    margin-right: 2%;
	    margin-top: 30px;
}
.prodeta_cen4:nth-child(4n){
	margin-right: 0;
}
.mjdt_box{
	width: 100%;
}
.mjdt_bo{
	width: 100%;
	margin-bottom: 60px;
}
.mjdt_list{
	width: 100%;
	display: inline-block;
}
.mjdt_li{
	width: 29.33%;
	margin-right: 6%;
	display: block;
	margin-bottom: 70px;
	float: left;
}
.mjdt_li:nth-child(3n){
	margin-right: 0;
}
.mjdt_li1{
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.mjdt_li1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.mjdt_li1 div{
	height: 45px;
	padding: 0 10px;
	line-height: 45px;
	background: #D00E31;
	color: white;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mjdt_li2{
	width: 100%;
	height: 52px;
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	 display: -webkit-box;
	    -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.mjdt_li3{
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	 overflow: hidden; /* 隐藏溢出的内容 */
	    white-space: nowrap; /* 文本不换行 */
	    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}
.mjdt_li4{
	width: 100%;
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	color: #D00E31;
}
.mjdt_li4 span{
	display: inline-block;
	vertical-align: middle;
}
.mjdt_li4 img{
	width: 25px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.mjdt_details{
	width: 100%;
}
.mjdt_detail{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 70px;
	display: inline-block;
}
.mjdt_detaris{
	width: 300px;
	float: left;
	margin-left: 45px;
}
.mjdt_detari1{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.mjdt_detari1 span{
	position: relative;
	z-index: 1;
}
.mjdt_detari1::after{
	content: '';
	width: 100%;
	height: 6px;
	background: #F2BEC7;
	border-radius: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mjdt_detari2{
	width: 100%;
	margin-top: 10px;
}
.mjdt_detari3{
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	padding: 20px 0;
	display: block;
}
.mjdt_detari3_1{
	width: 85px;
	height: 85px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.mjdt_detari3_2{
	width: calc(100% - 105px);
	display: inline-block;
	vertical-align: middle;
}
.mjdt_detari3_3{
	width: 100%;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	    -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.mjdt_detari3_4{
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.mjdt_detales{
	width: calc(100% - 345px);
	float: left;
}
.mjdt_detale1{
	width: 100%;
	font-size: 34px;
	color: #23164B;
}
.mjdt_detale2{
	width: 100%;
	display: inline-block;
}
.mjdt_detale2_1{
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	font-size: 14px;
	color: #999999;
}
.mjdt_detale2_1:last-child{
	margin-right: 0;
}
.mjdt_detale2_1 img{
	max-width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.mjdt_detale2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.mjdt_detale3{
	border-top: 1px solid #E9E9E9;
	width: 100%;
	margin-top: 40px;
	padding: 35px 0;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.mjdt_detale3 img{
	max-width: 100%;
}
.mjdt_detale4{
	width: 100%;
	display: flex;
}
.mjdt_detale4_1{
	width: 49%;
	margin-right: 2%;
	background: #F7F7F7;
	padding: 20px 25px;
	display: block;
}
.mjdt_detale4_1:last-child{
	margin-right: 0;
}
.mjdt_detale4_2{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #999999;
}
.mjdt_detale4_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.mjdt_detale4_2 span{
	display: inline-block;
	vertical-align: middle;
}
.mjdt_detale4_3{
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	 overflow: hidden; /* 隐藏溢出的内容 */
	    white-space: nowrap; /* 文本不换行 */
	    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}
.mjdt_detale4_1:last-child.mjdt_detale4_2 img{
	width: 15px;
	margin-left: 5px;
	margin-right: 0;
}
.kjcx_zjtds{
	width: 100%;
	background: #F8F8F8;
}
.kjcx_zjtd{
	width: 100%;
	margin:80px auto;
}
.kjcx_zjtd1{
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #D00E31;
	font-weight: bold;
}
.kjcx_zjtd2{
	width: 100%;
	display: inline-block;
}
.kjcx_zjtd3{
	width: 23.5%;
	height: 310px;
	float: left;
	margin-right: 2%;
	margin-top: 45px;
	position: relative;
}
.kjcx_zjtd3:nth-child(4n){
	margin-right: 0;
}
.kjcx_zjtd3_1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.kjcx_zjtd3_2{
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1), #000000);
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.kjcx_zjtd3_3{
	width: 100%;
	display: inline-block;
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.kjcx_zjtd3_3 div{
	width: calc(100% - 15px);
	float: left;
}
.kjcx_zjtd3_3 img{
	width: 15px;
	float: left;
}
.kjcx_zjtd3_4{
	border: 1px solid white;
	height: 25px;
	border-radius: 25px;
	margin-top: 15px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: white;
	padding: 0 10px;
	display: none;
}
.kjcx_zjtd3_5{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: white;
	display: none;
}
.kjcx_zjtd3:hover .kjcx_zjtd3_2{
	background: rgba(0, 0, 0, .68);
}
.kjcx_zjtd3:hover .kjcx_zjtd3_3 img{
	display: none;
}
.kjcx_zjtd3:hover .kjcx_zjtd3_4{
	display: inline-block;
}
.kjcx_zjtd3:hover .kjcx_zjtd3_5{
	display: block;
}
.kjcx_sysjs{
	width: 100%;
}
.kjcx_sysj{
	width: 100%;
	margin:70px auto;
	display: inline-block;
}
.kjcx_sysj1{
	width: 43%;
	float: right;
}
.kjcx_sysj1_1{
	width: 100%;
	font-size: 38px;
	color: #D00E31;font-weight: bold;
}
.kjcx_sysj1_2{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.kjcx_sysj2{
	width: 54%;
	float: left;
}
.lxwm_box{
	width: 100%;
}
.lxwm_bo{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 90px;
	display: inline-block;
}
.lxwm_left{
	width: 40%;
	float: left;
}
.lxwm_le1{
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.lxwm_le2{
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: #999999;
}
.lxwm_le3{
	width: 100%;
	margin-top: 45px;
}
.lxwm_le3_1{
	width: 25px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.lxwm_le3_2{
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}
.lxwm_le3_3{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.lxwm_le3_4{
	width: 100%;
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	margin-top: 5px;
}
.lxwm_right{
	width: 55%;
	height: 490px;
	float: right;
}
.lxwm_right img{
    width: 100%;
    display: block;
}
.jrwm_box{
	width: 100%;
	background: #F8F8F8;
}
.jrwm_bo{
	width: 100%;
	margin: 65px auto;
}
.jrwm_list{
	width: 100%;
}
.jrwm_li{
	width: 100%;
	background: white;
	margin-bottom: 35px;
	padding: 35px 30px;
	display: inline-block;
}
.jrwm_li1{
	width: 50px;
	float: left;
}
.jrwm_li2{
	width: calc(100% - 50px - 270px);
	float: left;
	padding: 0 10px;
}
.jrwm_li2_1{
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.jrwm_li2_2{
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.jrwm_li2_3{
	width: 100%;
	display: inline-block;
}
.jrwm_li2_3_1{
	border: 1px solid #E1E1E1;
	height: 30px;
	margin-top: 10px;
	border-radius: 30px;
	padding: 0 10px;
	line-height: 30px;
	margin-right: 10px;
	float: left;
	font-size: 14px;
	color: #666666;
}
.jrwm_li2_3_1:last-child{
	margin-right: 0;
}
.jrwm_li3{
	width: 270px;
	float: left;
}
.jrwm_li3_1{
	width: 100%;
	font-size: 14px;
	color: #666666;
}
.jrwm_li3_1 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.jrwm_li3_1 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
	 overflow: hidden; /* 隐藏溢出的内容 */
	    white-space: nowrap; /* 文本不换行 */
	    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}
.jrwm_li3_2{
	width: 105px;
	height: 40px;
	border-radius: 40px;
	display: block;
	margin-left: calc(100% - 105px);
	text-align: center;
	line-height: 40px;
	background: #CE0E31;
	color: white;
	font-size: 14px;
	margin-top: 40px;
}
.naPosition{
	position: fixed;
	right: 15px;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
}
.naPosition1{
	display: block;
	margin-bottom: 15px;
}
.naPosition1:last-child{
	margin-bottom: 0;
}
.naPosition1_1{
	width: 50px;
	font-size: 12px;
	color: #D00E31;
	margin-right: 5px;
	text-align: right;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
}
.naPosition1_2{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999999;
	display: inline-block;
	vertical-align: middle;
}
.naPosition1.on .naPosition1_1{
	opacity: 1;
}
.naPosition1.on .naPosition1_2{
	background: #D00E31;
}
.ewm_fds{
	width: 120px;
	position: fixed;
	right: 0;
	top: calc(40% + 260px);
	transform: translateY(-50%);
	z-index: 10;
}
.ewm_fd1{
	width: 100%;
	background: #CA0E2F;
	padding: 5px;
	font-size: 12px;
	color: white;
	text-align: center;
}
.ewm_fd1 img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.ewm_fd2{
	width: 20px;
	display: block;
	margin: auto;
	margin-top: 10px;
}