li{
	list-style: none;
}
#bannerVideo{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	margin-top: 86px;
}
.indSec3_pag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.indSec3 .aimg{
	display: block;
	width: 100%;
}
.indSec3 .center {
	width: 40%;
	height: 30%;
	position: absolute;
	right: 0;
	bottom: 5%;
	z-index: 1;
}
.indSec3 .center .center_info {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
}
.indSec3 .center .center_info img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
}
.indSec3 .center .center_info .center_info_text {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.indSec3 .center .center_info .center_info_text h3 {
	font-size: 36px;
	margin: 0;
}
.indSec3 .center .center_info .center_info_text>span {
	font-size: 18px;
	margin-top: 30px;
	height: 54px;
	overflow: hidden;
	display: block;
}
.indSec3 .center .center_info_more {
	width: 25.56%;
	display: flex;
	font-size: 14px;
	height: 40px;
	padding-bottom: 5px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	margin-top: 0;
}
.indSec3 .center .center_info_more a{
	color: #fff;
}
.indSec3 .center .center_info_more a:hover{
	text-decoration: none;
}
.indSec3 .center .center_info_more::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.indSec3 .center .center_info_more:hover::after {
	width: 0;
}
.indSec3 .center .center_info_more span:first-child {
	font-weight: bold;
	letter-spacing: 2px;
}
.indSec3 .center .center_info_more img {
	display: block;
	width: 18px;
	height: 10px;
}

.index-about{
	position: relative;
}
.about-text{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.about-text .text {
	width: 800px;
	color: #fff;
	background: rgb(0 0 0 / 30%);
	box-sizing: border-box;
	padding: 20px 50px 50px;
}
.about-text .text .h2{
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 30px;
	padding: 0;
}
.about-text .text p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}
.about-text .more{
	line-height: 50px;
	display: block;
	color: #fff;
	font-size: 20px;
}



.zlfc {
	overflow: hidden;
	width: 100%;
	height: 340px;
}
.zlfcBox h4 {
	width: 1200px;
	font-size: 24px;
	margin-top: 35px;
	background: url(../images/fengcai_bg.png) no-repeat center;
}
.zlfcBox h4 a {
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.zlfcBox h4 a:hover{
	text-decoration: none;
}
.zlfcBox .bd {
	width: 1200px;
	margin-top: 35px;
	overflow: hidden;
}
.zlfcBox li {
	width: 228px;
	height: 216px;
	margin-right: 15px;
	float: left;
}
.zlfcBox li img {
	width: 220px;
	height: 165px;
	border: 1px solid #e0e0e0;
	padding: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.zlfcBox li p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.zlfcBox li:hover img {
	border: 1px solid #06a3e8;
}
.zlfcBox li:hover p {
	color: #06a3e8;
}
.zlfcBox li.last {
	margin-right: 0px;
}
.floor_tip{
	display: none;
}





@media (max-width: 640px){
#bannerVideo{
	margin-top: 50px;
}
.indSec3 .center{
	width: 100%;
	height: 60%;
	bottom: 20%;
}
.indSec3 .center .center_info .center_info_text h3 {
	font-size: 22px;
}
.indSec3 .center .center_info .center_info_text>span {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.indSec3 .center .center_info{
	margin: 0;
}
.indSec3 .center .center_info_more {
	width: auto;
	margin-top: 10px;
}




.about-bg{
	position: absolute;
	height: 100%;
}
.about-text {
	position: inherit;
}
.about-text .text {
	width: 100%;
	padding: 20px 20px 50px;
}
.about-text .text .h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.about-text .text p {
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 30px;
}
.about-text .more {
	line-height: 40px;
	font-size: 14px;
}
.zlfc {
	width: 95%;
	height: 340px;
	margin: 0 auto;
}









}
