.index-slide {
	width: 100%;
	height: auto;
	max-height: 100vh;
	background-color: #CCC;
}

.index-slide .slide-item {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index-slide .slide-item .swiper-container {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.index-slide .slide-item .swiper-slide {
	display: block;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.index-slide .slide-item .swiper-slide .text {
	/* display:block; */
	width: 601px;
	overflow: hidden;
	padding: 53px 0;
	position: absolute;
	left: 26%;
	margin-left: -250px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
	text-align: center;
}

.index-slide .slide-item .swiper-slide .text h2 {
	display: block;
	width: 89%;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-bottom: 31px;
	font-size: 41px;
}

.index-slide .slide-item .swiper-slide .text p {
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	line-height: 71px;
	padding-top: 25px;
	text-align: left;
}

.index-slide .slide-item .swiper-slide img {
	width: 100%;
}

.index-slide .swiper-container-horizontal>.swiper-pagination-bullets,
.index-slide .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 26px;
}

.index-slide .slide-item .swiper-container .swiper-pagination-bullet {
	height: 8px;
	width: 36px;
	border-radius: 19px;
}

.index-slide .slide-item .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	display: inline-block;
	/*  */
	border-radius: 0%;
	background: #fff;
	opacity: .2;
}

.index-slide .slide-item .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8e1217;
}

@media all and (max-width:800px) {
	.index-slide .slide-item .swiper-slide .text {
		display: block;
		width: 60%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
		position: absolute;
		left: 26%;
		margin-top: 12px;
		margin-left: -100px;
		background: rgba(0, 0, 0, 0.7);
		z-index: 1;
	}

	.index-slide .slide-item .swiper-slide .text h2 {
		display: block;
		width: 90%;
		font-weight: normal;
		margin: 0 auto;
		color: #fff;
		text-align: left;
		font-size: 18px;
		padding-bottom: 6px;
		border-bottom: 0px solid rgba(255, 255, 255, 0.4);
	}

	.index-slide .slide-item .swiper-slide .text p {
		display: none;
	}

	.index-slide .swiper-container-horizontal>.swiper-pagination-bullets,
	.index-slide .swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px;
	}

	.index-slide .slide-item .swiper-container .swiper-pagination-bullet {
		height: 2px;
		width: 40px;
	}
}




.index-hos-wrap {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
}

.index-hos-wrap .por-txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

.index-hos-wrap .por-txt .por-swiper-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide {
	display: block;
	width: 105%;
	height: auto;
	overflow: hidden;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item {
	display: block;
	width: 98%;
	height: 245px;
	background-color: #fff;
	padding: 10px 0 40px 0;
	transition-duration: 0.2s;
	margin: 40px 0 0 auto;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item:hover {
	background-color: #F8F7F7;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item img {
	display: block;
	width: 25%;
	margin: 20% auto 0 auto;
	transition-duration: 0.2s;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item:hover img {
	width: 20%;
	margin: 15% auto 0 auto;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item dl {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #222;
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	transition-duration: 0.2s;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item:hover dl {
	font-size: 18px;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item p {
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
	transition-duration: 0.2s;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item:hover p {
	height: 48px;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-button-next,
.index-hos-wrap .por-txt .por-swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.index-hos-wrap .por-txt .por-swiper-container:hover .swiper-button-next,
.index-hos-wrap .por-txt .por-swiper-container:hover .swiper-button-prev {
	display: block;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("img/act_next.png");
	right: 10px;
	left: auto;
	color: #f30;
}

.index-hos-wrap .por-txt .por-swiper-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("img/act_prev.png");
	left: 10px;
	right: auto
}

.index-hos-wrap .swiper-container-horizontal>.swiper-pagination-bullets,
.index-hos-wrap .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
}

.por-swiper-container .swiper-pagination-bullet {
	height: 5px;
	width: 60px;
}

.por-swiper-container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	/*  */
	border-radius: 0%;
	background: #000;
	opacity: .2;
}

.por-swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8e1217;
}

@media all and (max-width:1400px) {
	.index-hos-wrap {
		width: 94%;
		margin: 0 auto;
	}
}

@media all and (max-width:1024px) {
	.index-hos-wrap .por-txt .por-swiper-container .swiper-slide {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.index-hos-wrap .por-txt {
		width: 96%;
		height: auto;
		margin: 0px auto 0 auto;
	}

	.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item {
		display: block;
		width: 98%;
		height: 280px;
	}

	.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item img {
		display: block;
		width: 20%;
		margin: 15% auto 0 auto;
		transition-duration: 0.2s;
	}

	.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item:hover dl {
		font-size: 18px;
	}

	.index-hos-wrap .por-txt .por-swiper-container .swiper-slide .item p {
		display: block;
		width: 80%;
		margin: 0 auto;
		height: 48px;
		font-size: 14px;
		line-height: 26px;
	}

}

.index_tedain {
	text-align: center;
	top: -18px;
	position: relative;
	z-index: 999;
	overflow: hidden;
	/* height: 270px; */
}

.index_tedain dl {
	margin: 0 2%;
	display: inline-block;
	width: 239px;
	background: #fff;
	padding: 20px 18px;
	border-radius: 16px;
	box-shadow: 3px 3px 7px #6161616b;
}

.index_tedain dt {
	width: 19%;
	float: left;
}

.index_tedain dt i {
	width: 100%;
	display: block;
}

.index_tedain dt i img {
	width: 100%;
}

.index_tedain dd {
	text-align: left;
	float: right;
}

.index_tedain dd p {
	font-size: 22px;
}

.index_tedain dd span {
	color: #808080;
}


@media all and (max-width:1376px) {
	.index_tedain dl {
		width: 128px;
		margin: 2% 9px;
		padding: 2% 4%;
	}
}

@media all and (max-width:950px) {
	.index_tedain {
		top: 8px;
	}

	.index_tedain dl {
		width: 128px;
		margin: 2% 9px;
		padding: 2% 4%;
	}

	.index_tedain dt {}

	.index_tedain dt i {}

	.index_tedain dt i img {}

	.index_tedain dd {}

	.index_tedain dd p {
		line-height: 33px;
	}

	.index_tedain dd span {}

}

.index-wenda {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}

.index-wenda img {
	display: block;
	width: 40%;
	float: left;
}

.index-wenda .wenda-but {
	display: block;
	padding: 0 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 46px;
	color: #222;
	position: absolute;
	bottom: 8%;
	left: 3%;
	z-index: 2;
	transition-duration: 0.2s;
}

.index-wenda .wenda-but:hover {
	background-color: #8e1217;
	color: #fff;
	border: 1px solid #8e1217;
	bottom: 9%;
}

.index-wenda .wenda-wrap {
	width: 65%;
	height: 576px;
	overflow: hidden;
	position: absolute;
	top: 8%;
	right: 0;
	z-index: 2;
}


.wenda-swiper-container {
	width: 100%;
	height: 100%;
}

.wenda-swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.wenda-swiper-container .swiper-slide .item {
	display: block;
	width: 95%;
	margin-right: 5%;
	height: 100%;
	background-color: #F4F4F4;
}

.wenda-swiper-container .swiper-slide .item a {
	display: block;
	float: left;
	margin: 14px 0 10px 5%;
	height: 34px;
	overflow: hidden;
	font-size: 20px;
	line-height: 34px;
	color: #333;
	text-align: left;
	transition-duration: 0.2s;
}

.wenda-swiper-container .swiper-slide .item a b {
	font-size: 15px;
	color: #ababab;
	font-weight: 100;
}

.wenda-swiper-container .swiper-slide .item:hover a {
	color: #8e1217;
}

.wenda-swiper-container .swiper-slide .item dl {
	clear: both;
	display: block;
	width: 20%;
	margin-left: 5%;
	height: 1px;
	background-color: #666;
	transition-duration: 1s;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wenda-swiper-container .swiper-slide .item:hover dl {
	width: 90%;
	background-color: #8e1217;
}

.wenda-swiper-container .swiper-slide .item p {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 44px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	text-align: left;
}

.wenda-swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 20px;
	display: inline-block;
	/*  */
	border-radius: 0%;
	background: #000;
	opacity: .1;
}

.wenda-swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8e1217;
}

.wenda-swiper-container .swiper-pagination {
	right: 10px;
	top: 15%;
}

@media all and (max-width:1400px) {
	.index-wenda {
		width: 94%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 30px 0 30px 0;
		position: relative;
	}

}

@media all and (max-width:800px) {
	.index-wenda {
		width: 100%;
		height: 240px;
		overflow: hidden;
		margin: 0 auto;
		padding: 30px 0 30px 0;
		position: relative;
	}

	.index-wenda img {
		display: none;
	}

	.index-wenda .wenda-but {
		display: none;
	}

	.index-wenda .wenda-wrap {
		width: 100%;
		height: 576px;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 0%;
		z-index: 2;
		padding: 0px 2%;
		box-sizing: border-box;
	}

	.wenda-swiper-container .swiper-slide .item{
		margin-right: 0px;
		width: 100%;
	}

	.wenda-swiper-container .swiper-pagination-bullet{
		display: none !important;
	}

	.wenda-swiper-container .swiper-slide .item a b{
		font-size: 12px;
		margin-right: 10px;
	}

	.wenda-swiper-container .swiper-slide .item a{
		font-size: 16px;
	}

}


.index-team {
	width: 100%;
	height: 740px;
	overflow: hidden;
	margin: 0 auto;
}

.index-team .team-swiper-container {
	width: 1400px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 3%;
	padding-top: 7%;
	margin: 0 auto;
}

.index-team .team-swiper-container .swiper-slide {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index-team .team-swiper-container .swiper-slide .item {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 40px 0 40px 0;
}

.index-team .team-swiper-container .swiper-slide .item .pic {
	display: block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.index-team .team-swiper-container .swiper-slide .item .pic img {
	display: block;
	width: 100%;
	transition-duration: 0.2s;
}

.index-team .team-swiper-container .swiper-slide .item:hover .pic img {
	transform: scale(1.2);
}

.index-team .team-swiper-container .swiper-slide .item h2 {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #444;
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
}

.index-team .team-swiper-container .swiper-slide .item dl {
	display: block;
	width: 5%;
	height: 1px;
	margin: 15px auto;
	background-color: #ccc;
	transition-duration: 1s;
}

.index-team .team-swiper-container .swiper-slide .item:hover dl {
	width: 80%;
}

.index-team .team-swiper-container .swiper-slide .item h3 {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #444;
	text-align: center;
	font-weight: normal;
	transition-duration: 0.2s;
}

.index-team .team-swiper-container .swiper-slide .item:hover h3 {
	font-size: 22px;
	color: #8e1217;
}

.index-team .swiper-container-horizontal>.swiper-pagination-bullets,
.index-team .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.index-team .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	/*  */
	border-radius: 50%;
	background: #fff;
	opacity: .4;
}

.index-team .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8e1217;
}

.index-team .team-but {
	display: block;
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 46px;
	color: #222;
	margin: 30px auto 30px auto;
	transition-duration: 0.2s;
	text-align: center;
}

.index-team .team-but:hover {
	background-color: #8e1217;
	color: #fff;
	border: 1px solid #8e1217;
	bottom: 9%;
}

@media all and (max-width:1400px) {
	.index-team .team-swiper-container {
		width: 94%;
		margin: 0 auto;
		padding-top: 10%;
	}
}

@media all and (max-width:800px) {
	.index-team {
		width: 100%;
		/* height: 109vh; */
		overflow: hidden;
		margin: 0 auto 50px auto;
	}

	.index-team .team-swiper-container {
		padding-bottom: 15%;
		padding-top: 30%;
	}
}

.index-case {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px auto;
}

.index-case .ic-wrap {
	width: 105%;
	height: auto;
	overflow: hidden;
}

.index-case .ic-wrap .item {
	display: block;
	width: 45.7%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #F4F4F4;
	margin: 1% 3.5% 1% 0;
	float: left;
	transition-duration: 0.2s;
}

.index-case .ic-wrap .item:hover {
	background-color: #8e1217;
}

.index-case .ic-wrap .item h2 {
	display: block;
	width: 88%;
	height: 30px;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #222;
	margin: 0 auto;
	font-weight: normal;
	margin-top: 20px;
	transition-duration: 0.2s;
}

.index-case .ic-wrap .item:hover h2 {
	color: #fff;
}

.index-case .ic-wrap .item dl {
	display: block;
	width: 10%;
	height: 1px;
	margin: 15px 0 15px 6%;
	background-color: #ccc;
	transition-duration: 1s;
}

.index-case .ic-wrap .item:hover dl {
	background-color: #fff;
	width: 88%;
}

.index-case .ic-wrap .item p {
	display: block;
	width: 88%;
	height: 44px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #555;
	margin: 0 auto;
	font-weight: normal;
	transition-duration: 0.2s;
}

.index-case .ic-wrap .item:hover p {
	color: #fff;
}

.index-case .case-but {
	display: block;
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 46px;
	color: #222;
	margin: 30px auto 30px auto;
	transition-duration: 0.2s;
	text-align: center;
}

.index-case .case-but:hover {
	background-color: #8e1217;
	color: #fff;
	border: 1px solid #8e1217;
	bottom: 9%;
}

@media all and (max-width:1400px) {
	.index-case {
		width: 94%;
		height: auto;
		overflow: hidden;
		margin: 0 auto 20px auto;
	}
}

@media all and (max-width:800px) {
	.index-case {
		width: 94%;
		height: auto;
		overflow: hidden;
		margin: 0 auto 20px auto;
	}

	.index-case .ic-wrap {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.index-case .ic-wrap .item {
		display: block;
		width: 100%;
		margin: 1% 0 1% 0;
	}

	.index-case .ic-wrap .item h2 {
		display: block;
		width: 88%;
		height: auto;
	}

	.index-case .ic-wrap .item dl {
		display: block;
		width: 10%;
		height: 1px;
		margin: 15px 0 15px 0%;
		background-color: #ccc;
		transition-duration: 1s;
	}
}








.about-banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/about-banner.jpg) no-repeat center;
}

.about-banner .banner-text {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 200px auto 0 auto;
}

.about-banner .banner-text h2 {
	display: block;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.about-banner .banner-text h3 {
	display: block;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.about-banner .banner-text dl {
	display: block;
	width: 50px;
	height: 5px;
	background-color: #fff;
	margin: 15px auto 20px auto;
}

.about-banner .banner-text p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

.about-banner .about-data {
	width: 1000px;
	height: 160px;
	margin: 5% auto 0 auto;
	text-align: center;
}

.about-banner .about-data dl {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 160px;
	background-color: #CCCDCE;
}

.about-banner .about-data .d-item {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: auto;
	overflow: hidden;
	color: #fff;
}

.about-banner .about-data h2 {
	display: block;
	width: 100%;
	text-align: center;
	height: 80px;
}

.about-banner .about-data h2 em {
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	line-height: 80px;
	font-weight: bold;
}

.about-banner .about-data h2 dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 50px;
	line-height: 80px;
	font-weight: bold;
}

.about-banner .about-data span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #D7D8D9;
}

.about-banner i {
	display: block;
	width: 100%;
	height: auto;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 8% auto 0 auto;
}

@media all and (max-width:1024px) {
	.about-banner .banner-text {
		width: 96%;
		height: auto;
		overflow: hidden;
		margin: 220px auto 0 auto;
	}

	.about-banner .banner-text h2 {
		display: block;
		font-size: 30px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-weight: normal;
	}

	.about-banner .banner-text h3 {
		display: block;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-weight: normal;
	}

	.about-banner .banner-text p {
		display: block;
		font-size: 14px;
		line-height: 26px;
		color: #fff;
		text-align: center;
	}

	.about-banner .about-data {
		width: 100%;
		height: 160px;
		margin: 5% auto 0 auto;
		text-align: center;
	}

	.about-banner .about-data dl {
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 160px;
		background-color: #CCCDCE;
	}

	.about-banner .about-data .d-item {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		height: auto;
		overflow: hidden;
		color: #fff;
	}

	.about-banner .about-data h2 {
		display: block;
		width: 100%;
		text-align: center;
		height: 80px;
	}

	.about-banner .about-data h2 em {
		display: inline-block;
		vertical-align: middle;
		font-size: 24px;
		line-height: 80px;
		font-weight: bold;
	}

	.about-banner .about-data h2 dd {
		display: inline-block;
		vertical-align: middle;
		font-size: 24px;
		line-height: 80px;
		font-weight: bold;
	}

	.about-banner .about-data span {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		color: #D7D8D9;
	}

	.about-banner i {
		display: block;
		width: 100%;
		height: auto;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		margin: 8% auto 0 auto;
	}
}


.about-info {
	width: 100%;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 80px 0 23px 0;
}

.about-info .tabBar {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.about-info .tabBar a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
	background-color: #E5E8E8;
	font-size: 16px;
	line-height: 56px;
	margin-bottom: 10px;
	cursor: pointer;
}

@media all and (max-width:800px) {
	.about-info .tabBar a {
		padding: 0 20px;
		font-size: 14px;
		line-height: 48px;
	}
}

.about-info .tabBar a.on {
	background-color: #8e1217;
	color: #fff;
}

.about-info .tabTxt {
	display: none;
	padding-top: 30px;
}

.about-info .ai-txt {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.about-info .ai-txt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.about-info .ai-txt h2 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 50px;
	color: #222;
	font-weight: normal;
	padding-bottom: 30px;
}

.about-info .ai-txt p {
	display: block;
	width: 100%;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	text-indent: 2em;
}

.about-img {
	display: block;
	width: 1200px;
	margin: 20px auto 30px auto;
}

@media all and (max-width:1024px) {
	.about-info {
		width: 100%;
		height: auto;
		min-height: 600px;
		overflow: hidden;
		padding: 40px 0 0 0;
	}

	.about-info .ai-txt {
		width: 96%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.about-info .ai-txt img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.about-info .ai-txt h2 {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 50px;
		color: #222;
		font-weight: normal;
		padding-bottom: 10px;
	}

	.about-info .ai-txt p {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		color: #333;
		text-indent: 2em;
		margin-top: 6px;
	}

	.about-img {
		display: block;
		width: 100%;
		margin: 20px auto -2px auto;
	}

}


.about-team {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 50px;
}

.about-team .team-swiper-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 30PX;
}

.about-team .team-swiper-container .swiper-slide {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about-team .team-swiper-container .swiper-slide .item {
	display: block;
	width: 100%;
	padding: 0px 0 0px 0;
}

.about-team .team-swiper-container .swiper-slide .item .pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
	transition-duration: 0.2s;
}

.about-team .team-swiper-container .swiper-slide .item:hover .pic {
	transform: scale(1.1);
}

.about-team .team-swiper-container .swiper-slide .item .pic img {
	display: block;
	width: 100%;
	min-height: 300px;
}

.about-team .team-swiper-container .swiper-slide .item .info {
	width: 100%;
	height: 100px;
	background-color: #fff;
	margin-top: 10px;
}

.about-team .team-swiper-container .swiper-slide .item .info h3 {
	display: block;
	width: 90%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #222;
	padding-top: 20px;
	font-weight: normal;
}

.about-team .team-swiper-container .swiper-slide .item .info h4 {
	display: block;
	width: 90%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
}

.about-team .swiper-container-horizontal>.swiper-pagination-bullets,
.about-team .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.about-team .team-swiper-container .swiper-pagination-bullet {
	height: 3px;
	width: 80px;
	border-radius: 0px;
	background: #eee;
	opacity: .9;
}

@media all and (max-width:800px) {
	.about-team .team-swiper-container .swiper-pagination-bullet {
		width: 40px;
	}
}

.about-team .team-swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8e1217;
}

.about-team .team-swiper-container .swiper-button-next,
.about-team .team-swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.about-team .team-swiper-container:hover .swiper-button-next,
.about-team .team-swiper-container:hover .swiper-button-prev {
	display: block;
}

.about-team .team-swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("img/act_next.png");
	right: 10px;
	left: auto;
	color: #f30;
}

.about-team .team-swiper-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("img/act_prev.png");
	left: 10px;
	right: auto
}

@media all and (max-width:1024px) {
	.about-team {
		width: 96%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.about-team .team-swiper-container .swiper-slide .item .info h3 {
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		color: #222;
		padding-top: 20px;
		font-weight: normal;
	}

	.about-team .team-swiper-container .swiper-slide .item .info h4 {
		display: block;
		width: 90%;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		color: #555;
		font-weight: normal;
		margin: 0 auto;
	}

	.about-team .team-swiper-container .swiper-pagination-bullet {
		height: 3px;
		width: 40px;
		border-radius: 0px;
		background: #eee;
		opacity: .9;
	}

	.about-team .team-swiper-container .swiper-pagination-bullet-active {
		opacity: 1;
		background: #8e1217;
	}
}

@media all and (max-width:800px) {
	.about-team .team-swiper-container .swiper-pagination-bullet {
		height: 5px;
		width: 15px;
	}
}


.page-container {
	width: 1400px;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #222;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 40px;
}

.page-container p {
	margin-bottom: 6px;
}

.page-container img {
	display: block;
	max-width: 100%;
}

.contact-top-info {
	width: 1400px;
	height: 300px;
	margin: 0px auto 0 auto;
	background-color: #F5F5F5;
	text-align: center;
}

.contact-top-info .item {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	height: 240px;
}

.contact-top-info .item img {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50px;
	margin: 60px auto 5px auto;
}

.contact-top-info .item dl {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: 10px;
}

.contact-top-info .item span {
	display: block;
	width: 90%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #444;
	margin: 0 auto;
}

@media all and (max-width:1400px) {
	.page-container {
		width: 94%;
	}

	.contact-top-info {
		width: 94%;
	}
}

@media all and (max-width:950px) {
	.contact-top-info {
		width: 94%;
		height: auto;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.contact-top-info .item {
		display: inline-block;
		vertical-align: middle;
		width: 48%;
		height: auto;
		overflow: hidden;
	}

	.contact-top-info .item span{
		font-size: 14px;
		height: 70px;
	}
}

.index_about {}

.index_about .content {}

.index_about .content .about_top {

	text-align: center;
	width: 55%;
	margin: auto;
}

.index_about .content .about_top span {
	text-align: left;
	display: block;
	margin: auto;
	font-size: 20px;
	line-height: 37px;
	text-indent: 2em;
	letter-spacing: 1px;
	color: #333;
}

.index_about .content .about_top ul {
	text-align: center;
}

.index_about .content .about_top ul li {
	font-size: 21px;
	display: inline-block;
	margin: 5%;
}

.index_about .content .about_top ul li a {
	background: #717171;
	width: auto;
	padding: 6px 24px;
	color: #fff;
}

.index_about .content .about_top ul li a:hover {
	background: #8e1217;
}


.bus_ys {}

.bus_ys .yc_content {}

.bus_ys .bus-left {
	border-bottom: 1px solid #d6d6d6;
	padding: 42px 26px;
	float: left;
}

.bus_ys i {
	border-radius: 50px;
	width: 56px;
	height: 56px;
	background: #efefef;
	display: block;
}

.bus_ys img {
	width: 100%;
}

.bus_ys p {
	font-size: 22px;
	line-height: 45px;
}

.bus_ys h3 {
	color: #8e1217;
	font-size: 25px;
}

.bus_ys span {
	color: #333333;
	line-height: 33px;
}

.bus_ys .youshi_1 {}

.bus_ys .youshi_2 {
	border-right: 1px solid #d6d6d6;
	width: 36%;
}

.bus_ys .youshi_3 {
	width: 55%;
}

.bus_ys .youshi_4 {
	border-right: 1px solid #d6d6d6;
	width: 55%;
}

.bus_ys .youshi_5 {
	width: 36%;
}

@media all and (max-width:950px) {
	.index_about {}

	.index_about .content {}

	.index_about .content .about_top {
		width: auto;
		padding: 0 12px;
	}

	.index_about .content .about_top span {
		font-size: 14px;
		line-height: 23px;
	}

	.index_about .content .about_top ul {
		margin-top: 14px;
	}

	.index_about .content .about_top ul li {
		margin: 1%;
		font-size: 15px;
	}

	.index_about .content .about_top ul li a {
		padding: 2px 4px;
	}

}


.index_about .about_bottom .one {
	margin: 50px auto;
	height: 160px;
	width: 70%;
	overflow: hidden;
	position: relative;
}

.index_about .about_bottom .one ul {
	height: 160px;
	width: 100000px;
	position: absolute;
	left: 0;
}

.index_about .about_bottom .one ul li {
	display: block;
	float: left;
	margin: 5px;
	border-radius: 5px;
	position: relative;
}

.index_about .about_bottom .one ul li a {
	display: inline-block;
	height: 150px;
}

.index_about .about_bottom .one ul li img {
	border-radius: 5px;
	display: block;
}

.index-bus {
	margin-bottom: 53px;
}

.index-bus .bus_a {
	line-height: 48px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 16px auto;
	width: 265px;
	background: #8e1217;
}

.index-bus ul {
	text-align: center;
}

.index-bus ul li {
	margin: 27px;
	display: inline-block;
	width: 241px;
}

.index-bus ul li i {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 165px;
	margin: 0 auto 12px;
}

.index-bus ul li i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-bus ul li p {
	font-size: 23px;
}

.index-bus ul li span {
	text-align: left;
	display: block;
	color: #7b7b7b;
	margin: 20px 0;
}

.index-bus ul li a {
	line-height: 34px;
	width: 107px;
	background: #e0e0e0;
	display: block;
	margin: auto;
}

.index-bus ul li:hover a {
	background: #8e1217;
	color: #fff;
}

.yc_content {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.about_title {
	margin: 23px 0;
}

.about_title h3 {
	font-size: 26px;
	letter-spacing: 1px;
	color: #8e1217;
}

.about_title h3 span {
	border-right: 2px solid #000;
	color: #000;
	margin-right: 12px;
	padding-right: 12px;
}

.about_fwpp {}

.about_fwpp .about_left {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 2em;
	/* text-indent: 2em; */
}

.about_fwpp .about_left p {}

.about_fwpp .about_right {
	width: 47%;
	float: right;
}

.about_fwpp .about_right img {
	width: 100%;
}

.about_jzg img {
	width: 100%;
}

.about_jzg .img-m {
	display: none;
}

.business {
	margin: 38px 0;
}

.business .bus-left1 {
	float: left;
	width: 61%;
}

.business .bus-right1 {
	float: right;
	width: 38%;
}

.business .bus-left2 {
	float: left;
	width: 38%;
}

.business .bus-right2 {
	float: right;
	width: 61%;
}

.business .yc_content p {
	margin: 47px 0;
	font-size: 19px;
	line-height: 42px;
}

.business .yc_content img {
	width: 100%
}



























/*----------------------------------------------------------*/


@media all and (max-width:950px) {
	.index_about .about_bottom .one {
		width: 100%;
	}

	.yc_content {
		width: auto;
	}

	.about_title {
		text-align: center;
		margin: 23px 0;
	}

	.about_title h3 {
		font-size: 18px;
	}

	.about_title h3 span {}

	.about_fwpp {}

	.about_fwpp .about_left {
		float: none;
		width: auto;
		font-size: 14px;
		line-height: 30px;
		text-indent: 2em;
	}

	.about_fwpp .about_left p {}

	.about_fwpp .about_right {
		float: none;
		width: 100%;
		margin-top: 16px;
	}


	.about_jzg .img-pc {
		display: none;
	}

	.about_jzg .img-m {
		display: block;
	}

	.index-bus {}

	.index-bus a {}

	.index-bus ul {}

	.index-bus ul li {
		width: 48%;
		margin: 0 0px 34px;
	}

	.index-bus ul li i {
		height: 31vw;
	}

	.index-bus ul li i img {}

	.index-bus ul li p {
		font-size: 20px;
	}

	.index-bus ul li span {
		font-size: 14px;
	}

	.index-bus ul li a {}

	.business .bus-left1 {
		width: 100%;
		float: none;
	}

	.business .bus-right1 {
		float: none;
		width: 100%;
	}

	.business .bus-left2 {
		display: none;
	}

	.business .bus-right2 {
		width: 100%;
		float: none;
	}

	.business .yc_content p {
		margin: 5px 0;
		font-size: 16px;
		line-height: 28px;
	}

	.bus_ys .bus-left {
		float: none;
		padding: 10px;
	}

	.bus_ys .youshi_1 {
		border: 0;
		width: auto;
	}

	.bus_ys .youshi_2 {
		width: auto;
		border: 0;
	}

	.bus_ys .youshi_3 {
		width: auto;
	}

	.bus_ys .youshi_4 {
		width: auto;
		border: 0;
	}

	.bus_ys .youshi_5 {
		padding: 10px;
		width: auto;
	}

	.home-banner-slider {
		width: auto;
	}

	.index-slide {
		margin-top: 50px;
	}

	.index_guanggao1 p {
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 4px;
		line-height: 90px;
	}

	.index_guanggao1 {
		padding-top: 27px;
		height: 111px;
	}
}



@media all and (max-width:1200px) {
	.yc_content {
		padding: 0 10px;
		width: auto;
	}
	

}




@media (max-width:950px) {
	.about-img{
		width: 100%;
	}

	.page-banner img{
		margin-top: 52px;
	}

	.page-banner .top-title {
		width: 37%;
		left: 50%;
		margin-left: -19%;
		border-radius: 7px;
		bottom: 35px;
		padding: 10px  0px;
		
		background-color: #fafafa94;
	}

	.bus_ys i{
		float: left;
		margin-top: 10px;
		margin-right: 15px;
	}

	.bus_ys p{
		font-size: 18px;
	}

	.bus_ys span{
		font-size: 14px;
		line-height: 1.7em;
	}

	.business .yc_content p{
		font-size: 14px;
	}
	
	.bus-wrap{
		padding: 0px;
	}


	.page-container{
		padding-bottom: 0px;
	}

	.page-container img{
		height: 160px;
		object-fit: cover;
	}

}


@media (min-width:950px ) and  (max-width:1250px) {
	.about-img{
		width: 100%;
	}
	.index-bus ul li{
		width: 24%;
		margin: 20px 2px;
	}

	.solution-list{
		width: 100%;
		overflow: hidden;
	}

	.solution-list ul li{
		width: 25%;
	}

	.index_case .case-nr{
		width: 96%;
	}

	.index_case .case-nr ul li{
		width: 28%;
	}

	.index_about .content .about_top{
		width: 90%;
	}

	.index_about .about_bottom .one{
		width: 95%;
	}

	.index-hos-tr{
		width: 100%;
	}

	header{
		min-width: 100% ;
	}

	header .top-pc nav .one .t{
		padding: 0px 8px;
		font-size: 14px;
	}

	.index-hos-tr2{
		width: 100%;
	}

	header .top-pc nav .one{
		margin-left: 1vw;
	}

	header .top-pc .logo{
		height: 100%;
		display: flex;
		align-items: center;
	}

	header .top-pc .logo img{
		height: 65%;
	}

	.bus_ys .youshi_2{
		box-sizing: border-box;
	}

	.bus_ys .youshi_4{
		box-sizing: border-box;
	}


	.yc_content{
		width: 100%;
	}


}


@media (min-width:1250px) and (max-width:1500px) {
	/* .index-hos-tr{
		width: 100%;
	}

	header{
		min-width: 100%;
	}

	.index-hos-tr2{
		width: 100%;
	} */

	.index_case .case-nr{
		width: 100%;
	}

	.index_about .content .about_top{
		width: 90%;
	}

	.index_about .about_bottom .one{
		width: 90%;
	}

	header .top-pc .logo{
		height: 100%;
		display: flex;
		align-items: center;
	}

	header .top-pc .logo img{
		height: 65%;
	}
}