body {
	margin: 0;
	cursor: default;
}

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

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

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

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

button {
	cursor: pointer;
}
/* 定义滚动条样式 */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: rgba(240, 240, 240, 1);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
	border-radius: 5px;
	background-color: rgba(240, 240, 240, .5);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	box-shadow: inset 0 0 0px rgba(0, 0, 0, .5);
	background-color: rgba(0, 0, 0, .5);
}
@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

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

.container {
	width: 1355px;
	height: 100%;
	margin: auto;
}

.EJMLS {
	width: 100%;
	background: white;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1001;
}

.EJMLS::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	left: 41%;
	top: -10px;
}

.EJML {
	width: 100%;
	margin: 40px auto;
	display: flex;
}

.ejmlF {
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 16%;
}

.ejmlF1 {
	border-bottom: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}

.ejmlF1 span {
	max-width: 85%;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ejmlF1_1 {
	width: 9px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.ejmlF1_1 img {
	width: 100%;
	display: none;
}

.ejmlF1.on {
	color: #E62129;
}

.ejmlF1.on .ejmlF1_1 img {
	display: block;
}

.ejmlT {
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 28%;
}

.ejmlT1 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

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

.ejmlW {
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 16%;
	margin-top: 30px;
}

.ejmlW1 {
	border-bottom: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
}

.ejmlW1 span {
	max-width: 85%;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ejmlW1_1 {
	width: 9px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.ejmlW1_1 img {
	width: 100%;
	display: none;
}

.ejmlW1.on {
	color: #E62129;
}

.ejmlW1.on .ejmlW1_1 img {
	display: block;
}

.ejmlL {
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 16%;
	margin-top: 60px;
}

.ejmlL1 {
	border-bottom: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
}

.ejmlL1 span {
	max-width: 85%;
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ejmlL1_1 {
	width: 9px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.ejmlL1_1 img {
	width: 100%;
	display: none;
}

.ejmlL1.on {
	color: #E62129;
}

.ejmlL1.on .ejmlL1_1 img {
	display: block;
}

.ejmlQ {
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 16%;
	margin-top: 90px;
}

.ejmlQ1 {
	border-bottom: 1px solid #E8E8E8;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.BANNERS {
	width: 100%;
}

.BANNERS .swiper-container {
	width: 100%;
	height: 100%;
}

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

.BANNERS .swiper-pagination {
	width: auto;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	display: flex;
	box-sizing: border-box;
	padding: 5px;
	left: 50%;
	transform: translate(-50%, 0);
}

.BANNERS .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: white;
}

.BANNERS .swiper-pagination-bullet-active {
	background: white;
}

.banner {
	width: 100%;
	position: relative;
}

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

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

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

.banne2_2 {
	width: 100%;
	font-size: 30px;
	color: white;
	margin-top: 25px;
}

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

.INCP {
	width: 100%;
	margin: 75px auto;
}

.incptit {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.incpim {
	width: 50px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.incpcnt {
	width: 100%;
	margin-top: 40px;
	display: flex;
}

.incpcnt1 {
	width: 33.33%;
	height: 500px;
	transition-duration: .3s;
	position: relative;
}

.incpcnt2 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.incpcnt3 {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
	background-image: url(/public/static/img/img22.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

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

.incpcnt3_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.incpcnt3_3 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: white;
	transition-duration: .3s;
	display: none;
}

.incpcnt3_4 {
	border: 1px solid white;
	box-sizing: border-box;
	width: 80px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: white;
	display: none;
	margin-top: 20px;
	transition-duration: .3s;
}

.INSRDS {
	width: 100%;
	display: flex;
	background-image: url(/public/static/img/img25.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.INSRD {
	width: 100%;
	margin: 90px auto;
}

.insrd1 {
	width: 100%;
	margin-top: 55px;
	display: flex;
}

.insrd2 {
	width: 49.5%;
	background: rgba(255, 255, 255, 0.5);
	padding: 55px;
}

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

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

.insrd2_3 {
	width: 95px;
	height: 45px;
	display: block;
	border-radius: 5px;
	margin-top: 30px;
	background: #E62129;
	text-align: center;
	line-height: 45px;
	color: white;
	font-size: 14px;
}

.insrd3 {
	width: 49.5%;
	margin-left: 1%;
	display: inline-block;
}

.insrd3_1 {
	width: 32%;
	height: 48.5%;
	background: rgba(255, 255, 255, 0.5);
	margin-right: 2%;
	margin-top: 2%;
	float: left;
	position: relative;
}

.insrd3_1:nth-child(1) {
	margin-top: 0;
}

.insrd3_1:nth-child(2) {
	margin-top: 0;
}

.insrd3_1:nth-child(3) {
	margin-top: 0;
}

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

.insrd3_2 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

.insrd3_4 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

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

.INNEW {
	width: 100%;
	margin: 90px auto;
}

.innew1 {
	width: 100%;
	margin-top: 55px;
	display: flex;
}

.innew2 {
	width: 52%;
	position: relative;
}

.innew2 .swiper-container {
	width: 100%;
	height: 100%;
}

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

.innew2 .swiper-pagination {
	text-align: right;
	bottom: 22px;
	padding: 0 70px;
	box-sizing: border-box;
}

.innew2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: white;
}

.innew2 .swiper-pagination-bullet-active {
	background: white;
}

.innew2_1 {
	width: 100%;
	height: 450px;
	display: block;
	position: relative;
}

.innew2_2 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.innew2_3 {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(/public/static/img/img22.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

.innew3 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	font-size: 14px;
	color: white;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 10;
}

.innew3 span {
	font-size: 30px;
}

.innew4 {
	width: 46%;
	margin-left: 2%;
}

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

.innew5_1 {
	float: left;
	display: inline-block;
}

.innew5_3 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	float: left;
	margin-right: 70px;
	position: relative;
}

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

.innew5_3:last-child::after {
	display: none;
}

.innew5_3::after {
	content: '';
	width: 1px;
	height: 10px;
	background: #CCCCCC;
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translate(0, -50%);
}

.innew5_3.on {
	color: #E62129;
}

.innew5_3.on::before {
	content: '';
	width: 10px;
	height: 7px;
	background-image: url(/public/static/img/img27.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%, 0);
}

.innew5_2 {
	float: right;
	font-size: 14px;
	color: #999999;
}

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

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

.innew6_2 {
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 0;
	display: block;
}

.innew6_3 {
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.innew64_1 {
	float: left;
	font-size: 14px;
	color: #999999;
}

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

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

.innew64_2 {
	float: right;
	font-size: 14px;
	color: #E82F36;
}

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

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

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

.inal1 .swiper-container {
	width: 100%;
	height: 100%;
}

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

.inal2 {
	width: 100%;
	height: 410px;
	display: block;
	position: relative;
}

.inal2_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.inal2_2 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-image: url(/public/static/img/img22.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}

.inal22_1 {
	width: 100%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inal22_2 {
	width: 100%;
	font-size: 20px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.INMAPS {
	width: 100%;
	display: flex;
	background-image: url(/public/static/img/img29.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.INMAP {
	width: 100%;
	margin: 70px auto;
}

.inmap1 {
	width: 100%;
	margin-top: 55px;
	display: inline-block;
}

.inmap2 {
	width: 50%;
	float: left;
}

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

.inmap3_1 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 35px;
}

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

.inmap3_1:last-child {
	width: 100%;
}

.inmap3_2 {
	width: 40px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.inmap3_3 {
	width: 74%;
	display: inline-block;
	vertical-align: middle;
}

.inmap33_1 {
	width: 100%;
	font-size: 14px;
	color: #999999;
}

.inmap33_2 {
	width: 100%;
	font-size: 16px;
	color: #333333;
}

.inmap4 {
	width: 100%;
	height: 245px;
}

.inmap5 {
	width: 46%;
	float: right;
}

.inmap5_1 {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

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

.inmap5_2 {
	border: none;
	outline: none;
	width: 49%;
	height: 55px;
	border-radius: 5px;
	background: white;
	display: block;
	float: left;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	color: #333333;
}

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

.inmap5_3 {
	border: none;
	outline: none;
	width: 100%;
	height: 180px;
	border-radius: 5px;
	background: white;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	color: #333333;
}

.inmap5_4 {
	border: none;
	outline: none;
	width: 100%;
	height: 55px;
	border-radius: 5px;
	background: #E62129;
	display: block;
	color: white;
	font-size: 20px;
}

.NYMAPS {
	width: 100%;
	background: white;
	display: flex;
}

.NYMAPS .inmap5_2 {
	background: #F5F5F5;
}

.NYMAPS .inmap5_3 {
	background: #F5F5F5;
}

.nybanner {
	width: 100%;
	height: 800px;
	position: relative;
}
.nybannen{
	height: auto;
}
.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

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

.nybanne2_1 {
	width: 100%;
	text-align: center;
	font-size: 80px;
	color: rgba(255, 255, 255, 0.25);
	font-family: 'Arial';
	font-weight: bold;
}

.nybanne2_2 {
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: white;
	font-weight: bold;
	margin-top: -60px;
}

.nybanne2_3 {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}

.nybanne23 {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	width: 14%;
	display: inline-block;
}

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

.nybanne23_1 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: white;
}

.nybanne23_1 span {
	font-size: 40px;
	font-weight: bold;
}

.nybanne23_2 {
	width: 100%;
	font-size: 14px;
	color: white;
}

.nybanne3 {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

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

.nybanne3_2 {
	width: 40%;
	margin-right: 10%;
	margin-top: 100px;
}

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

.nybanne32_2 {
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
	margin-top: 20px;
}

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

.nybanne32_4 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: white;
	line-height: 25px;
}

.nybanne3_3 {
	max-width: 50%;
	max-height: 725px;
	display: block;
}
.nybanne4{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne4_1{
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
}
.nybanne4_2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: white;
}
.NYCPCNT {
	width: 100%;
	background: #F5F5F5;
	display: flex;
}

.CPTIT {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
}

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

.cptit2 {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

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

.cplist {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	padding: 20px 40px;
	box-sizing: border-box;
	background: white;
	display: flex;
}

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

.cplist1 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 71%;
	margin-right: 4%;
}

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

.cplist1_2 {
	border-top: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: 100%;
	margin-top: 25px;
	padding: 20px 0;
	font-size: 14px;
	color: #999999;
	line-height: 25px;

}

.cplist1_3 {
	width: 100%;
	font-size: 14px;
	color: #E62129;
}

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

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

.cplist2 {
	width: 25%;
}

.cplist2 img {
	width: 100%;
	display: block;
}
.KSCDS{
	width: 100%;
	display: flex;
	background-image: url(/public/static/img/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.KSCD{
	width: 100%;
	margin:120px auto;
}
.dscd1{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.dscd2{
	width: 50px;
	display: block;
	margin: auto;
	margin-top: 20px;
}
.dscd3{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.dscd4{
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.dscd4_1{
	border-right: 1px solid #E2E2E2;
	box-sizing: border-box;
	width: 21%;
	display: inline-block;
}
.dscd4_1:last-child{
	border-right:0;
}
.dscd4_2{
	width: 100%;
	font-size: 50px;
	color: #333333;
	font-weight: bold;
}
.dscd4_3{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}
.dscd5{
	width: 100%;
	display: inline-block;
}
.dscd5_1{
	width: 46%;
	float: left;
	margin-top: 60px;
	margin-right: 8%;
}
.dscd5_1:nth-child(2n){
	margin-right: 0;
}
.dscd5_1 img{
	width: 100%;
	display: block;
}
.TZCBS{
	width: 100%;
	display: flex;
	background-image: url(/public/static/img/bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.TZCB{
	width: 100%;
	margin: auto;
	margin-top: 90px;
	
}
.tzcp1{
	width: 68%;
	display: block;
	display: inline-block;
	vertical-align: middle;
}
.tzcp2{
	width: 31%;
	display: inline-block;
	vertical-align: middle;
}
.tzcp2_1{
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
}
.tzcp2_2{
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.66);
	line-height: 25px;
}
.tzcp2_3{
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}
.tzcp23{
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	float: left;
	width: 135px;
	text-align: center;
	font-size: 14px;
	color: white;
}
.tzcp23:last-child{
	border-right: 0;
}
.tzcp23 img{
	height: 38px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.CPCSS{
	width: 100%;
		display: flex;
		background-image: url(/public/static/img/img46.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.CPCS{
	width: 100%;
	margin:90px auto;
}
.cpcs1{
	width: 100%;
	font-size: 38px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.cpcs2{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.cpcs2_1{
	width: 30%;
	display: block;
	float: left;
}
.cpcs2_2{
	width: 60%;
	float: right;
	display: inline-block;
}
.cpcs22{
	border-bottom: 1px solid #DEDEDE;
	box-sizing: border-box;
	width: 47%;
	padding: 20px 0;
	margin-right: 6%;
	float: left;
}
.cpcs22:nth-child(2n){
	margin-right: 0;
}
.cpcs22_1{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.cpcs22_2{
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}
.GSJJS{
	width: 100%;
	display: flex;
}
.GSJJ{
	width: 100%;
	margin:80px auto;
	display: inline-block;
}
.gsjj1{
	width: 50%;
	float: left;
}
.gsjj1_1{
	width: 100%;
	font-size: 38px;
	color: #333333;
	font-weight: bold;
}
.gsjj1_2{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.gsjj1_3{
	width: 50px;
	margin-top: 25px;
	display: block;
}
.gsjj1_4{
	width: 100%;
	margin-top: 50px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.gsjj1_4 p{
	margin-bottom: 40px;
}
.gsjj1_4 p:last-child{
	margin-bottom: 0;
}
.gsjj2{
	width: 46%;
	float: right;
	display: flex;
}
.gsjj2_1{
	width: 49.5%;
	margin-right: 1%;
}
.gsjj21{
	width: 100%;
	height: 49.5%;
	display: block;
	margin-bottom: 2%;
}
.gsjj21:last-child{
	margin-bottom: 0;
}
.gsjj2_2{
	width: 49.5%;
	display: block;
}
.GLZJS{
	width: 100%;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.GLZJ{
	width: 100%;
	margin:110px auto;
}
.glzj1{
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: white;
	font-weight: bold;
}
.glzj2{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: white;
	line-height: 40px;
}
.ZZRYS{
	width: 100%;
	display: flex;
}
.ZZRY{
	width: 100%;
	margin:70px auto;
}
.zzry1{
	width: 100%;
		text-align: center;
		font-size: 38px;
		color: #333333;
		font-weight: bold;
}
.zzry2{
	width: 100%;
	margin-top: 40px;
}
.zzry2 .swiper-father{
	width: 100%;
	height: 100%;
	padding-bottom: 85px;
	box-sizing: border-box;
	position: relative;
}
.zzry2 .swiper-container{
	width: 100%;
	height: 100%;
}
.zzry2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.zzry2 .swiper-button-next{
	width: 45px;
	height: 45px;
	background-image: url(/public/static/img/next.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	top: inherit;
	    right: 45%;
}
.zzry2 .swiper-button-next:hover{
	background-image: url(/public/static/img/next-s.png);
}
.zzry2 .swiper-button-prev{
	width: 45px;
	height: 45px;
	background-image: url(/public/static/img/prev.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	    bottom: 0;
	    top: inherit;
		    left: 45%;
}
.zzry2 .swiper-button-prev:hover{
	background-image: url(/public/static/img/prev-s.png);
}
.zzry3{
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	width: 100%;
}
.zzry3_1{
	width: 100%;
	height: 220px;
	display: block;
	object-fit: cover;
}
.zzry3_2{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.FZLCS{
	    width: 100%;
	    display: flex;
	    background-image: url(/public/static/img/bg4.png);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.FZLC{
	width: 100%;
	margin:85px auto;
}
.fzlc1{
	width: 100%;
	margin-top: 50px;
}
.fzlc1 .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.fzlc1 .swiper-container{
	width: 95%;
	height: 100%;
}
.fzlc1 .swiper-slide{
	width: 100%;
	height: 100%;
}
.fzlc1 .swiper-button-next{
	    width: 45px;
	    height: 45px;
	    background-image: url(/public/static/img/next.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
		top: 18.8%;
}
.fzlc1 .swiper-button-next:hover{
	background-image: url(/public/static/img/next-s.png);
}
.fzlc1 .swiper-button-prev{
	width: 45px;
	    height: 45px;
	    background-image: url(/public/static/img/prev.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
		top: 18.8%;
}
.fzlc1 .swiper-button-prev:hover{
	background-image: url(/public/static/img/prev-s.png);
}
.fzlc2{
	width: 100%;
}
.fzlc2_1{
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #333333;
}
.fzlc2_2{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin:auto;
	position: relative;
}
.fzlc22{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E62129;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fzlc2_3{
	width: 100%;
	margin:30px auto;
	position: relative;
}
.fzlc2_3::after{
	content: '';
	width: 100%;
	border-top: 1px dashed #999999;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: -1;
}
.fzlc2_4{
	width: 90%;
	border-radius: 10px;
	background: white;
	padding: 30px 15px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}
.fzlc2_4::after{
	content: '';
	 width:0;
	    height:0;
	    border-width: 10px;
	    border-style:solid;
	    border-color:transparent transparent white transparent;
		position: absolute;
		left: 50%;
		top: -20px;
		transform: translate(-50%,0);
}
.fzlc24_1{
	width: 100%;
	height: 275px;
	overflow: hidden;
	overflow-y: auto;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
	/*overflow: hidden;*/
}
.fzlc24_1 ul{
       padding:0 20px;
}
.fzlc24_1 ul li{
        list-style-type: inherit;
}
.fzlc24_2{
	width: 100%;
	height: 170px;
	display: block;
	object-fit: cover;
	margin-top: 20px;
}
.fzlc1 .swiper-slide-active .fzlc2_1{
	color: #E62129;
}
.fzlc1 .swiper-slide-active .fzlc2_2{
	border: 2px solid white;
	box-sizing: border-box;
	background:  #E62129;
}
.SCYFS{
	width: 100%;
	display: flex;
}
.SCYF{
	width: 100%;
	margin:60px auto;
}
.scyf1{
	width: 780px;
	margin: auto;
	margin-top: 40px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: center;
}
.scyf2{
	width: 100%;
	margin-top: 45px;
	display: inline-block;
}
.scyf2_1{
	width: 25%;
	float: left;
}
.scyf2_2{
	width: 67%;
	display: block;
	margin: auto;
}
.scyf2_3{
	width: 65%;
	display: block;
	margin: auto;
	margin-top: -20px;
}
.ZTFZS{
	width: 100%;
	background: #F6F6F6;
	display: flex;
}
.ZTFZ{
	width: 100%;
	margin: 70px auto;
	display: inline-block;
}
.ztfz1{
	width: 42%;
	float: left;
}
.ztfz1_1{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.ztfz1_2{
	width: 50px;
	display: block;
	margin-top: 15px;
}
.ztfz1_3{
	width: 100%;
	margin-top: 50px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.ztfz1_4{
	width: 100%;
	margin-top: 50px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.ztfz1_5{
	width: 100%;
	display: inline-block;
}
.ztfz15{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
}
.ztfz15:nth-child(3n){
	margin-right: 0;
}
.ztfz15 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.ztfz15 span{
	display: inline-block;
	vertical-align: middle;
}
.ztfz2{
	width: 51%;
	display:flex;
	float: right;
}
.ztfz2_1{
	width: 50%;
	display: block;
}
.ztfz2_2{
	width: 50%;
}
.ztfz22{
	width: 100%;
	height: 50%;
	display: block;
}
.ZWLISTS{
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 60px 0;
}
.ZWLIST{
	width: 100%;
}
.zwli{
	border-top: 1px solid #E0E0E0;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.zwliF{
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.zwliF1{
	width: 65px;
	display: block;
	margin-top: -30px;
	float: left;
}
.zwliF2{
	width: 93%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
	display: inline-block;
}
.zwliF2_1{
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.zwliF2_2{
	float: right;
	font-size: 14px;
	color: #666666;
}
.zwliF2_2 span{
	border-right: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding: 0 10px;
}
.zwliF2_2 span:last-child{
	border-right: 0;
}
.zwliF3{
	width: 18px;
	float: left;
	display: block;
}
.zwliF4{
		display: none;
	}
.zwliT{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 35px;
	display: none;
}
.zwliT1{
	width: 100%;
	margin-bottom: 30px;
}
.zwliT1_1{
	width: 100%;
	font-size: 16px;
	color: #333333;
}
.zwliT1_2{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.zwliT2{
	width: 100%;
	font-size: 14px;
	color: #E62129;
}
.zwliT2 img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.zwliT2 span{
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}
.zwli.on .zwliF2_1{
	color: #E62129;
}
.zwli.on .zwliF3{
	display: none;
}
.zwli.on .zwliT{
	display: block;
}
.zwli:hover .zwliF2_1{
	color: #E62129;
}

.pages{
	width: 100%;
	text-align: center;
}
.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;
	font-size: 12px;
	text-decoration: none;
	border-radius: 5px;
	margin: 0 2px;
	color: #333;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.pagination span {
	float: left;
	display: block;
	font-size: 12px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 5px;
	color: #333;
}
.pagination a img {
	height: 11px;
}
.pagination a.active {
	border: 1px solid #E62129;
	background: #E62129;
	color: white;
}

.pagination a:active {
	border: 1px solid #E62129;
	background: #E62129;
	color: white;
}
.LXWMS{
	width: 100%;
	display: flex;
}
.LXWM{
	width: 100%;
	margin:90px auto;
}
.lxwm1{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.lxwm2{
	width: 50px;
	display: block;
	margin: auto;
	margin-top: 30px;
}
.lxwm3{
	width: 100%;
	display: inline-block;
	margin-top: 90px;
}
.lxwm3_1{
	width: 23.5%;
	margin-right: 2%;
	float: left;
}
.lxwm3_1:nth-child(4n){
	margin-right: 0;
}
.lxwm3_2{
	height: 60px;
	display: block;
	margin: auto;
}
.lxwm3_3{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}
.lxwm3_4{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
}
.LXMAPS{
	width: 100%;
	display: flex;
}
.LXMAP{
	width: 100%;
	display: flex;
	margin: 80px auto;
}
.lxmap1{
	width: 48%;
	height: 550px;
}
.lxmap2{
	width: 52%;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 40px;
}
.lxmap2_1{
	width: 100%;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.lxmap2_2{
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.lxmap2_2:last-child{
	margin-bottom: 0;
}
.lxmap22_1{
	border: none;
	outline: none;
	width: 49%;
	height: 55px;
	background: white;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	color: #333333;
	border-radius: 5px;
	margin-right: 2%;
	display: block;
	float: left;
}
.lxmap22_1:last-child{
	margin-right: 0;
}
.lxmap22_2{
	border: none;
	outline: none;
	width: 100%;
	height: 185px;
	background: white;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	color: #333333;
	border-radius: 10px;
	display: block;
}
.lxmap22_3{
	border: none;
	outline: none;
	width: 100%;
	height: 55px;
	background: #E62129;
	box-sizing: border-box;
	font-size: 20px;
	color: #ffffff;
	border-radius: 5px;
	display: block;
}
.ALZXS{
	width: 100%;
	display: flex;
	background: #F6F6F6;
	padding: 60px 0;
	box-sizing: border-box;
}
.ALLISTS{
	width: 100%;
	display: inline-block;
}
.allist{
	width: 100%;
	background: white;
	display: flex;
	margin-bottom: 55px;
}
.allist1{
	width: 46%;
	padding: 30px 40px;
}
.allist1_1{
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 35px 0;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	position: relative;
}
.allist1_1::after{
	content: '';
	width: 35px;
	height: 3px;
	background: #E62129;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.allist1_2{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.allist1_3{
	width: 130px;
	height: 45px;
	border-radius: 5px;
	background: #E62129;
	margin-top: 30px;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 45px;
}
.allist2{
	width: 54%;
	height: 380px;
	overflow: hidden;
}
.allist2 img{
	width: 100%;
	height: 100%;
	display: block;
}
.NEWFLS{
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	display: flex;
}
.NEWFL{
	width: 100%;
	height: 70px;
	text-align: center;
}
.newfl1{
	border-right: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: 190px;
	height: 100%;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #666666;
}
.newfl1_1{
	width: 30px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.newfl1_2{
	max-width: 100%;
	display: block;
	margin: auto;
}
.newfl1_3{
	max-width: 100%;
	display: none;
	margin: auto;
}
.newfl1 span{
	line-height: 70px;
	display: inline-block;
	vertical-align: middle;
}
.newfl1.on{
	color: #E62129;
	position: relative;
}
.newfl1.on .newfl1_2{
	display: none;
}
.newfl1.on .newfl1_3{
	display: block;
}
.newfl1.on::after{
	content: '';
	width: 150px;
	height: 10px;
	background-image: url(/public/static/img/img81.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%,0);
}
.NEWCNTS{
	width: 100%;
	display: flex;
}
.NEWCNT{
	width: 100%;
	margin: 25px auto;
	display: inline-block;
}
.NEWLE{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 72%;
	float: left;
}
.NEWLISTS{
	width: 100%;
}
.newlist{
	border-bottom: 1px dashed #D8D8D8;
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 35px 0;
}
.newlist:last-child{
	margin-bottom: 55px;
}
.newlist1{
	width: 60px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.newlist1_1{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.newlist1_2{
	width: 100%;
	font-size: 12px;
	color: #333333;
}
.newlist2{
	width: 260px;
	height: 160px;
	overflow: hidden;
	margin-left: 1%;
	display: inline-block;
	vertical-align: middle;
}
.newlist2 img{
	width: 100%;
	height: 100%;
	display: block;
}
.newlist3{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 64%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: middle;
}
.newlist3_1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newlist3_2{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newlist3_3{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.newlist33_1{
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #999999;
}
.newlist33_1 img{
	max-width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.newlist33_1 span{
	display: inline-block;
	vertical-align: middle;
}
.newlist33_2{
	width: 46px;
	height: 25px;
	border-radius: 5px;
	background: #F5F5F5;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #E62129;
	float: right;
}
.NEWRI{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 25%;
	float: right;
}
.xxtjtit{
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.xxtjtit img{
	width: 28px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.xxtjtit span{
	display: inline-block;
	vertical-align: middle;
}
.xxlistF{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px 0;
}
.xxlistF1{
	width: 31%;
	display: inline-block;
	vertical-align: middle;
}
.xxlistF2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 66%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: middle;
}
.xxlistF2_1{
	width: 100%;
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xxlistF2_2{
	width: 100%;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.xxlistT{
	border-bottom: 1px solid #F1F1F1;
	box-sizing: border-box;
	display: block;
	padding: 20px 0;
	display: inline-block;
	width: 100%;
}
.xxlistT1{
	width: 8px;
	float: left;
	display: block;
	    margin-top: 5px;
}
.xxlistT2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 96%;
	float: left;
	margin-left: 1%;
}
.xxlistT2_1{
	width: 100%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xxlistT2_2{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.NEWDETAIL{
	width: 100%;
}
.newdetop{
	width: 100%;
}
.newdetop1{
	width: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.newdetop2{
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}
.newdetop2_1{
	float: left;
	font-size: 14px;
	color: #999999;
	margin-right: 25px;
}
.newdetop2_1:last-child{
	margin-right: 0;
}
.newdetop2_1 img{
	max-width: 15px;
	display: inline-block;
	vertical-align: middle;
}
.newdetop2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.newdecen{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	margin-top: 35px;
	padding: 35px 0;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.newdecen img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.newdedown{
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}
.newdedow{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.newdedow:last-child{
	margin-right: 0;
}
.newdedow1{
	width: 85px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: white;
	background-image: url(/public/static/img/img93.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
.newdedow2{
	width: 80%;
	margin-left: 1%;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}