
.banner img{width: 100%;display: block;}
.banner .swiper{position: relative;z-index: 1;}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	top: unset;
	margin-top: unset;
	bottom: 56px;
	right: 160px;
}
.banner .swiper-button-prev{left: unset;right: 210px;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{
	font-size: 18px;
	color: #ffffff;
}
.banner .swiper-pagination{
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	left: 160px;
	bottom: 48px;
	right: unset;
	width: auto;
	text-align: left;
	width: 144px;
	padding: 16px 0;
}
.banner .swiper-pagination::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 1;
}
.banner .swiper-pagination::before{
	content: "";
	display: block;
	width: 30%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e87817;
	z-index: 2;
	transition: all .3s;
}
.banner .shubiao{
	position: absolute;
	left: calc(50% - 20px);
	bottom: 44px;
	width: 40px;
	z-index: 2;
	cursor: pointer;
	animation:mymove 1.5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
	-webkit-animation:mymove 1.5s cubic-bezier(1, 1.01, 0, 0.01) infinite; /*Safari and Chrome*/
}
@keyframes mymove{
	0%{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100%{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes mymove{
	0%{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	100%{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
.indp0{padding: 20px 0;border-bottom: 1px solid #ececec;}
.indp0 .ssBox{
	padding-left: 96px;
	font-size: 16px;
	color: rgb(102, 102, 102);
}
.indp0 .ssBox .tit{
	position: absolute;
	left: 0;
	top: 0;
}
.indp0 .ssBox a{color: rgb(102, 102, 102);margin-right: 40px;display: inline-block;}
.indp0 .ssBox a:last-child{margin-right: 0px;}
.indp0 .ssForm .shuru{
	display: block;
	background-color: rgb(244, 244, 244);
	width: 332px;
	height: 40px;
	border-radius: 20px;
	border: 0;
	padding: 0 76px 0 22px;
}
.indp0 .ssForm .tijiao{
	display: block;
	border-radius: 18px;
	background: url(/img/icon2.png) center no-repeat rgb(224, 123, 30);
	background-size: 20px;
	position: absolute;
	right: 3px;
	top: 2px;
	width: 52px;
	height: 36px;
	border: 0;
	cursor: pointer;
}
.indp{padding: 64px 0;}
.pubTit{
	margin-bottom: 24px;
	text-align: center;
}
.pubTit .tit{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}
.pubTit .desc{
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
	text-transform: uppercase;
}
.pubTit .titen{
	font-size: 14px;
	color: rgb(153, 153, 153);
}
.indp1{padding: 0;}
.indp1 .imgBox{width: 50%;margin-left: 50%;}
.indp1 .imgBox img{display: block;width: 100%;}
.indp1 .nrBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.indp1 .nrBox .c_center{height: 100%;}
.indp1 .nrBox .line1{
	padding-right: 56px;
	width: 50%;
}
.indp1 .nrBox .line1 .textBox{
	width: 60%;
}
.indp1 .nrBox .line1 .txBox{
	width: 32%;
}
.indp1 .nrBox .line1 .tit{
	font-size: 24px;
	color: rgb(0, 0, 0);
}
.indp1 .nrBox .line1 .desc{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.indp1 .nrBox .line2{
	padding-right: 56px;
	width: 50%;
	margin: 28px 0 0;
}
.indp1 .nrBox .line2 li{
	padding: 16px 32px;
	border: 1px solid rgb(225, 225, 225);
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.4;
	transition: all 0.3s;
	border-right-width: 0;
}
.indp1 .nrBox .line2 li:nth-child(-n+3){border-bottom-width: 0;}
.indp1 .nrBox .line2 li:nth-child(3n){border-right-width: 1px;}
.indp1 .nrBox .line2 li .num b{font-size: 30px;}
.indp1 .nrBox .line2 li .num small{font-size: 16px;font-weight: 700;}
.indp1 .nrBox .line2 li .desc{margin-top: 8px;}
.indp1 .nrBox .line2 li .desc b{font-size: 24px;display: block;}
.indp1 .nrBox .line2 li:hover{
	color: #ffffff;
	background: #ff7d25;
}
.indp2 .swiper-slide{
	position: relative;
	background: #ffffff;
}
.indp2 .swiper-slide>img{position: relative;z-index: 2;}
.indp2 .swiper-slide::after{
	content: "";
	background: url(/img/ind2t.jpg) center no-repeat #ffffff;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 1;
}
.indp2 .swiper-slide:hover::after{
	opacity: 1;
}
.indp2 .nrBox .kuang{position: relative;z-index: 2;}
.indp2 .nrBox .titB{
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	padding: 0 40px;
	text-align: left;
	z-index: 2;
	justify-content: flex-start;
}
.indp2 .nrBox .titB .iconBox{margin-right: 14px;}
.indp2 .nrBox .titB span{
	display: block;
	font-size: 24px;
	color: rgb(51, 51, 51);
}
.indp2 .nrBox .titB small{
	display: block;
	font-size: 12px;
	color: rgb(51, 51, 51);
}
.indp2 .swiper-slide:hover .iconBox img:first-child{display: none;}
.indp2 .swiper-slide:hover .iconBox img:last-child{display: block;}
.indp2 .swiper-slide:hover .titB span,
.indp2 .swiper-slide:hover .titB small{color: #ffffff;}
.indp2 .swiper-button-prev,
.indp2 .swiper-button-next{
	border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
	width: 70px;
	height: 70px;
	background: url(/img/icon4.png) center no-repeat #ffffff;
	background-size: 28px 14px;
}
.indp2 .swiper-button-prev{left: -35px;transform: rotate(180deg);}
.indp2 .swiper-button-next{right: -35px;}
.indp2 .swiper-button-prev::after,
.indp2 .swiper-button-next::after{display: none;}
.indp3{padding-top: 16px;}
.indp3 .nrBox{margin: 0;}
.indp3 .nrBox li{padding: 32px 16px 40px;text-align: center;background: #ffffff;border-right: 1px solid #ececec;}
.indp3 .nrBox li::before{
	content: "";
	
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 1;
}

.indp3 .nrBox li:nth-child(1)::before{background: url(/img/aa1.jpg) center no-repeat #ffffff;}
.indp3 .nrBox li:nth-child(2)::before{background: url(/img/aa2.jpg) center no-repeat #ffffff;}
.indp3 .nrBox li:nth-child(3)::before{background: url(/img/aa3.jpg) center no-repeat #ffffff;}
.indp3 .nrBox li:nth-child(4)::before{background: url(/img/aa4.jpg) center no-repeat #ffffff;}
.indp3 .nrBox li:nth-child(5)::before{background: url(/img/aa5.jpg) center no-repeat #ffffff;}
.indp3 .nrBox li:nth-child(6)::before{background: url(/img/aa6.jpg) center no-repeat #ffffff;}









.indp3 .nrBox li:hover::before{
	opacity: 1;
}
.indp3 .nrBox li:last-child{border-right: 0;}
.indp3 .nrBox .num{
	font-size: 30px;
	font-family: "Impact";
	color: rgb(228, 228, 228);
	position: relative;
	z-index: 1;
}
.indp3 .nrBox .iconBox{margin-top: 48px;position: relative;z-index: 1;}
.indp3 .nrBox .iconBox img{margin: 0 auto;}
.indp3 .nrBox .xian{
	background-color: rgb(231, 121, 22);
	display: block;
	width: 26px;
	height: 4px;
	border-radius: 2px;
	margin: 16px auto 0;
	position: relative;
	z-index: 1;
}
.indp3 .nrBox .tit{
	font-size: 22px;
	color: rgb(52, 52, 52);
	margin: 40px auto 0;
	position: relative;
	z-index: 1;
}
.indp3 .nrBox li:hover .tit{color: #ffffff;}
.indp4 .clickBox{
	background: #333333;
	color: #ffffff;
	font-size: 20px;
}
.indp4 .clickBox .eachBox{
	width: calc(100% / 6);
	height: 64px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.indp4 .clickBox .eachBox.on{
	background: #ff7d25;
}
.indp4 .clickBox .eachBox.on::after{
	content: "";
	display: block;
	width: 25px;
	height: 17px;
	background: url(/img/icon6.png) center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -17px;
	left: calc(50% - 12.5px);
}
.indp4 .showBox .line1{
	border: 1px solid rgb(225, 225, 225);
	padding: 28px 60px;
	border-top: 0;
}
.indp4 .showBox .line1 a{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-right: 48px;
}
.indp4 .showBox .line1 a:last-child{margin-right: 0;}
.indp4 .showBox .line1 a img{margin-right: 8px;}
.indp4 .showBox .line2{margin: -6px;margin-top: 20px;}
.indp4 .showBox .line2 li{padding: 6px;}
.indp4 .showBox .line2 .kuang{
	border: 1px solid rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	height: 100%;
}
.indp4 .showBox .line2 .datu img{display: block;width: 100%;height: 100%;}
.indp4 .showBox .line2 .tit{
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	padding: 0 16px;
	text-align: center;
	font-size: 20px;
	color: rgb(47, 37, 38);
}
.indp4 .showBox .line2 .tit img{display: block;margin: 12px auto 0;}
.indp5 .clickB{
	border-top: 1px solid #dddddd;
}
.indp5 .clickB .eachBox{
	height: 80px;
	width: calc(100% / 6);
	text-align: center;
	cursor: pointer;
	position: relative;
}
.indp5 .clickB .eachBox.on::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: rgb(255, 125, 37);
	position: absolute;
	left: 0;
	top: -1px;
}
.indp5 .clickB .eachBox b{
	font-size: 24px;
	color: rgb(51, 51, 51);
	display: block;
}
.indp5 .clickB .eachBox span{
	font-size: 12px;
	color: rgb(153, 153, 153);
	display: block;
	text-transform: uppercase;
	margin-top: 4px;
}
.indp5 .showB{margin-top: 14px;}
.indp5 .showB .c_center{
	overflow: visible;
}
.indp5 .showB .swiper{
	overflow: visible;
	padding-bottom: 44px;
}
.indp5 .showB .imgBox img{width: 100%;display: block;}
.indp5 .showB .swiper-slide::after{
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	z-index: 1;
}
.indp5 .showB .textBox{
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
	height: 100%;
	padding: 32px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	opacity: 0;
	transition: all 0.3s;
	z-index: 2;
}
.indp5 .showB .textBox .num{
	font-size: 20px;
}
.indp5 .showB .textBox .tit{
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-top: 8px;
}
.indp5 .showB .textBox .desc{
	margin-top: 40px;
}
.indp5 .showB .textBox .simg{
	margin-top: 40px;
}
.indp5 .showB .textBox .simg img{
	width: calc(50% - 9px);
	margin-right: 18px;
}
.indp5 .showB .textBox .simg img:last-child{margin-right: 0;}
.indp5 .showB .textBox .more{
	border: 1px solid rgb(255, 125, 37);
	width: 133px;
	line-height: 40px;
	font-size: 14px;
	color: rgb(255, 125, 37);
	margin-top: 24px;
	border-radius: 20px;
}
.indp5 .showB .textBox .more img{margin-right: 8px;}
.indp5 .showB .swiper-slide-active .textBox{opacity: 1;}
.indp5 .showB .swiper-slide-active:after{opacity: 0;}
.indp5 .swiper-button-prev,
.indp5 .swiper-button-next{
	width: 78px;
	height: 78px;
	right: 12.5%;
	background: url(/img/icon9.png) center no-repeat;
	background-size: cover;
}
.indp5 .swiper-button-prev{right: unset;left: 12.5%;transform: rotate(180deg);}
.indp5 .swiper-button-prev::after,
.indp5 .swiper-button-next::after{display: none;}
.indp5 .swiper-pagination-progressbar{
	height: 2px;
	background: #d0d0d0;
	width: 100%;
	top: unset;
	bottom: 0;
}
.indp5 .swiper-pagination-progressbar-fill{
	background: #4c4c4c;
}
.indp6{padding: 0;}
.indp6 .pubTit{
	position: absolute;
	left: calc(50vw - 800px);
	top: 88px;
	z-index: 3;
	width: 32%;
	text-align: center;
}
.indp6 .pubTit .tit{font-size: 45px;font-weight: 400;color: #ffffff;}
.indp6 .pubTit .desc{color: #ffffff;}
.indp6 .swiper{
	position: relative;
	z-index: 1;
}
.indp6 .swiper .imgBox img{display: block;width: 100%;}
.indp6 .swiper .textBox{
	width: 32%;
	position: absolute;
	right: calc(50vw - 800px);
	top: 88px;
	border-top: 9px solid rgb(255, 125, 37);
	padding-top: 72px;
}
.indp6 .swiper .tit{
	font-size:36px;
	color: rgb(255, 255, 255);
}
.indp6 .swiper .desc{
	margin-top: 48px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.8;
	margin-left: -16px;
}
.indp6 .swiper .desc img{margin-right: 8px;}
.indp6 .swiper .more{
	display: block;
	background-color: rgb(255, 125, 37);
	border: 1px solid rgb(255, 125, 37);
	width: 140px;
	line-height: 40px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 20px;
	margin: 56px 0 0 16px;
	transition: all 0.3s;
}
.indp6 .clickB{
	position: absolute;
	left: calc(50vw - 800px);
	bottom: 0;
	z-index: 2;
	width: 1600px;
	background-color: rgba(255, 255, 255,0.9);
	font-size: 24px;
	color: #000000;
	height: 80px;
}
.indp6 .clickB .eachBox{
	width: 25%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	background: rgba(0,0,0,0);
	transition: all 0.3s;
}
.indp6 .clickB .eachBox::before{
	content: "";
	background-color: rgb(206, 206, 206);
	position: absolute;
	left: 0;
	top: calc(50% - 22px);
	width: 1px;
	height: 44px;
}
.indp6 .clickB .eachBox:first-child::before{display: none;}
.indp6 .clickB .eachBox img{margin-right: 28px;}
.indp6 .clickB .eachBox:hover,
.indp6 .clickB .eachBox.on{
	background: #ff7d25;
	color: #ffffff;
}
.indp6 .clickB .eachBox:hover .iconBox img:first-child,
.indp6 .clickB .eachBox.on .iconBox img:first-child{display: none;}
.indp6 .clickB .eachBox:hover .iconBox img:last-child,
.indp6 .clickB .eachBox.on .iconBox img:last-child{display: block;}
.indp7 .nrBox{margin: -34px -46px;}
.indp7 .nrBox li{padding: 34px 46px;}
.indp7 .nrBox .kuang{
	display: block;
}
.indp7 .nrBox .imgBox img{
	display: block;
	width: 100%;
}
.indp7 .nrBox .textBox{
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indp7 .nrBox .textBox p{
	width: calc(100% - 56px);
}
.indp7 .nrBox .textBox span{
	display: block;
	font-size: 20px;
	color: rgb(0, 0, 0);
}
.indp7 .nrBox .textBox small{
	display: block;
	font-size: 12px;
	color: rgb(204, 204, 204);
	margin-top: 4px;
}
.indp7 .nrBox .textBox .more{
	background: url(/img/icon11.png) center no-repeat rgb(229, 229, 229);
	width: 44px;
	height: 44px;
	transition: all 0.3s;
}
.indp7 .nrBox li:hover .textBox .more{
	background-color: #ff7d25;
}
.indp8{padding-top: 0;}
.indp8 .nrBox{margin: -12px -14px;}
.indp8 .nrBox li{padding: 12px 14px;}
.indp8 .nrBox .imgBox{
	height: 100%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
.indp8 .nrBox .imgBox img{display: block;width: 100%;}
.indp9{padding: 0;}
.indp9 .nrBox{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.indp9 .c_center{justify-content: flex-start;height: 100%;}
.indp9 .lText{
	width: 46%;
}
.indp9 .lText .tip{
	font-size: 20px;
	color: #ffffff;
	background: url(/img/ind9s1.png) center no-repeat;
	background-size: 100% 100%;
	line-height: 40px;
	padding: 0 56px 0 40px;
	text-align: center;
	width: max-content;
}
.indp9 .lText .tit{
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	margin: 8px 0 0 ;
}
.indp9 .lText .xian{
	display: block;
	background-color: rgba(255, 255, 255,0.3);
	width: 74px;
	height: 2px;
	margin-top: 16px;
}
.indp9 .lText .desc{
	margin-top: 16px;
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
}
.indp9 .lText .desc img{margin-right: 8px;}
	
.indp9 .lText .telBox{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #ffffff;
}
.indp9 .lText .telBox i{
	display: block;
	background-color: rgb(255, 255, 255);
	width: 48px;
	height: 3px;
	margin: 12px 0 16px;
}
.indp9 .lText .telBox b{
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.indp9 .rForm{
	display: block;
	width: 26%;
	height: calc(100% + 32px);
	background: #fdfdfd;
	position: absolute;
	right: 0;
	top: -32px;
	padding: 48px 24px 24px;
}
.indp9 .rForm::before{
	content: "";
	width: 32px;
	height: 32px;
	display: block;
	background: url(/img/ind9j.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -32px;
}
.indp9 .rForm .tit b{
	display: block;
	font-size: 18px;
	color: rgb(30, 38, 59);
	font-weight: bold;
}
.indp9 .rForm .tit span{
	display: block;
	font-size: 16px;
	color: rgb(30, 38, 59);
	margin-top: 8px;
}
.indp9 .rForm form{
	margin-top: 16px;
}
.indp9 .rForm .line{margin-top: 6px;position: relative;}
.indp9 .rForm .line:first-child{margin-top: 0;}
.indp9 .rForm input{
	border: 1px solid rgb(226, 226, 226);
	width: 100%;
	height: 44px;
	background: #ffffff;
	padding: 0 16px 0 112px;
	font-size: 16px;
}
.indp9 .rForm .yzhB input{
	padding-right: 96px;
}
.indp9 .rForm .line img{
	position: absolute;
	left: 8px;
	top: calc(50% - 10px);
	display: block;
	width: 20px;
	height: 20px;
}
.indp9 .rForm .line .yzhm{
	position: absolute;
	left: unset;
	right: 1px;
	top: 1px;
	display: block;
}
.indp9 .rForm .line .yzhm img{
	position: relative;
	left: unset;
	top: unset;
	width: 72px;
	height: 42px;
}
.indp9 .rForm .line .ming{
	position: absolute;
	left: 34px;
	top: 0;
	display: block;
	height: 48px;
	line-height: 48px;
	color: #dddddd;
}
.indp9 .rForm .line.yzhB .ming::after{
	content: "";
	background-color: rgb(226, 226, 226);
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	display: block;
	width: 1px;
	height: 16px;
}
.indp9 .rForm .tijiao{
	margin-top: 12px;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: 0;
	text-align: center;
	padding: 0;
	font-size: 16px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	background: url(/img/ind9s4.png) 22px 12px no-repeat rgb(255, 125, 37);
	background-size: 17px;
	padding-left: 22px;
}
.indp10{padding: 0;}
.indp10 .nrBox{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 72px 0;
}
.indp10 .pubTit{text-align: left;}
.indp10 .pubTit .tit{font-size: 40px;color: #ffffff;}
.indp10 .pubTit .desc{font-size: 14px;color: #ffffff;}
.indp10 .textBox{
	width: 58%;
}
.indp10 .textBox .wenzi{
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.9;
	margin-top: 44px;
}
.indp10 .textBox .moreBtn{
	display: block;
	border-radius: 28px;
	background-color: rgb(255, 125, 37);
	width: 196px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-top: 64px;
}
.indp10 .tipUl{
	width: 32.5%;
	padding: 0 5.5%;
}
.indp10 .tipUl a{
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 24px;
	color: rgb(255, 255, 255);
}
.indp10 .tipUl a:last-child{border-bottom: 1px solid rgba(255,255,255,0.3);}
.indp11{
	padding: 24px 0;
}
.indp11 .swiper-slide .imgBox img{display: block;width: 100%;}
.indp11 .swiper-slide .tit{
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33px;
	font-size: 14px;
	color: #ffffff;
	padding: 4px 16px;
	text-align: center;
}
.indp11 .swiper-button-prev,
.indp11 .swiper-button-next{
	border: 1px solid rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	width: 32px;
	height: 33px;
}
.indp11 .swiper-button-prev{left: -38px;}
.indp11 .swiper-button-next{right: -38px;}
.indp11 .swiper-button-prev::after,
.indp11 .swiper-button-next::after{
	font-size: 12px;
	color: #999999;
}
.indp12 .titB{
	margin-bottom: 28px;
	position: relative;
}
.indp12 .titB p{margin-right: 72px;position: relative;padding-left: 14px;cursor: pointer;}
.indp12 .titB p::before{
	content: "";
	background-color: rgb(255, 125, 37);
	position: absolute;
	left: 0;
	top: calc(50% - 21px);
	width: 2px;
	height: 42px;
}
.indp12 .titB p:last-child{margin-right: 0;}
.indp12 .titB span{
	display: block;
	font-size: 24px;
	color: rgb(51, 51, 51);
}
.indp12 .titB b{
	display: block;
	font-size: 14px;
	color: rgb(51, 51, 51);
}
.indp12 .titB .more{
	font-size: 14px;
	color: rgb(153, 153, 153);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indp12 .leftBox{width: 45%;}
.indp12 .leftBox .imgBox img{
	width: 100%;
}
.indp12 .leftBox ul{
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 2;
}
.indp12 .leftBox li{margin-top: 16px;}
.indp12 .leftBox .tit{
	display: block;
	color: rgb(51, 51, 51);
	width: calc(100% - 120px);
	padding-left: 30px;
	position: relative;
}
.indp12 .leftBox .tit::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: url(/img/icon12.png) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
}
.indp12 .leftBox .time{
	width: 100px;
	text-align: right;
}
.indp12 .rightBox{
	width: 50%;
}
.indp12 .rightBox li{
	padding: 22px 0;
	border-bottom: 1px solid #b5b1a6;
}
.indp12 .rightBox li:first-child{padding-top: 0;}
.indp12 .rightBox .imgBox{
	display: block;
	width: 224px;
}
.indp12 .rightBox .textBox{
	width: calc(100% - 240px)
}
.indp12 .rightBox .textBox .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
}
.indp12 .rightBox .textBox .desc{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	margin-top: 16px;
}
.indp13{padding: 0;}
.indp13 .nrBox{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.indp13 .more{
	border: 1px solid rgb(255, 125, 37);
	width: 168px;
	line-height: 40px;
	font-size: 14px;
	background: rgb(255, 125, 37);
	color: #ffffff;
	margin-top: 24px;
	border-radius: 20px;
	margin-left: 50%;
	margin-top: 280px;
}
.indp13 .more img{margin-right: 8px;}





.yqlj{
	padding: 24px 0;
	color: #999999;
	font-size: 14px;
}
.yqlj .nrBox{
	padding: 0 164px 0 82px;
	color: #999999;
	font-size: 14px;
}
.yqlj a{color: #999999;}
.yqlj a:hover{color: #666666;}
.yqlj .tit{
	position: absolute;
	left: 0;
	top: 0;
}
.yqlj .sqlj{
	position: absolute;
	right: 0;
	top: 0;
}
.yqlj a::after{
	content: "";
	background: #ebebeb;
	margin: 0 20px;
	display: inline-block;
	width: 1px;
	height: 12px;
}
.yqlj a:nth-last-child(2)::after{display: none;}
.yqlj a.sqlj::after{display: none;}

*{box-sizing: border-box;}




.indp1 .imgBox{display: flex;justify-content: center;align-items: center;height: 100%;min-height: 616px;}


/* ÐÞ¸Ä¿ªÊ¼ */
.indp6 .pubTit .tit{text-align: left;}
.indp6 .pubTit .desc{text-align: left;}
.indp6 .swiper .textBox{
	width: 42%;
	right: 0;
	top: 0;
	height: 100%;
	padding: 100px 140px 100px 44px;
	border-top: 0;
}
.indp6 .swiper .textBox::before{
	content: "";
	display: block;
	background-color: rgb(255, 125, 37);
	width: 100%;
	height: 9px;
	margin-bottom: 72px;
}
.indp6 .swiper .tit{
	color: #000000;
}
.indp6 .swiper .desc{
	color: #000000;
}
.indp6 .swiper .more{
	color: #000000;
	background: #ffffff;
	border: 0;
}