@charset "utf-8";
/* banner */
.indBan {
	width: 100%;
	min-width: 1200px;
	height: 609px;
	overflow: hidden;
	position: relative;
}
.indBan .swiper-slide {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	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;
}
.indBan .swiper-slide .swiper_slide_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 609px;
	transition: all 4s;
	-moz-transition: all 4s; /* Firefox 4 */
	-webkit-transition: all 4s; /* Safari 和 Chrome */
	-o-transition: all 4s; /* Opera */
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-moz-transform: scale(1.1); /* Firefox */
	-webkit-transform: scale(
		1.1
	); /* Safari 和 Chrome */
	-o-transform: scale(1.1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.indBan .swiper-slide.active .swiper_slide_bg {
	transform: scale(1);
	-ms-transform: scale(1); /* IE 9 */
	-moz-transform: scale(1); /* Firefox */
	-webkit-transform: scale(
		1
	); /* Safari 和 Chrome */
	-o-transform: scale(1);
}
.swiper-container-vertical
	> .swiper-pagination-bullets {
	right: auto;
	left: 5%;
}
.my-bullet {
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	position: relative;
	margin: 10px auto;
	border-radius: 100%;
	transition: height 0.3s, width 0.1s,
		border-radius 1s;
	-moz-transition: height 0.3s, width 0.1s,
		border-radius 1s; /* Firefox 4 */
	-webkit-transition: height 0.3s, width 0.1s,
		border-radius 1s; /* Safari 和 Chrome */
	-o-transition: height 0.3s, width 0.1s,
		border-radius 1s; /* Opera */
}
.my-bullet-active {
	width: 5px;
	height: 100px;
	border-radius: 2px;
	transition: height 0.3s, width 0.1s;
	-moz-transition: height 0.3s, width 0.1s; /* Firefox 4 */
	-webkit-transition: height 0.3s, width 0.1s; /* Safari 和 Chrome */
	-o-transition: height 0.3s, width 0.1s; /* Opera */
}
.indBan .swiper-slide p {
	padding-top: 40px;
}
.activeLoading {
	width: 18px;
	height: 18px;
	background: url(./loading.gif) no-repeat center
		center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -9px;
	z-index: 10;
}
/* banner */
/* 企业成功 */
.indSuccess {
	text-align: center;
	font-size: 26px;
	color: #404040;
	padding: 190px 0;
	min-width: 1200px;
	overflow: hidden;
}
.indSuccess p {
	font-size: 56px;
	color: #434343;
	font-weight: bold;
	padding-bottom: 25px;
	position: relative;
	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;
	letter-spacing: 8px;
}
.indSuccess p span {
	color: #f7580a;
	display: block;
	margin: 0 2px;
}
.indSuccess i {
	display: block;
	margin: 0 2px;
}
.indSuccessI {
	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;
}
.ind_btn_box {
	width: 100%;
	text-align: center;
	margin-top: 65px;
}
.ind_btn {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	width: auto !important;
	padding: 0 35px;
	background: #ea5413;
	font-size: 20px;
	color: #fff;
	height: 35px !important;
	line-height: 35px;
	border-radius: 5px;
	transition: all 0.3s;
}
.ind_btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
/* 企业成功 */
/* title */
.indTitle {
	text-align: center;
	font-size: 45px;
	color: #000000;
	letter-spacing: 5px;
	position: relative;
	height: 80px;
	width: 1200px;
	margin: 0 auto;
}
.indTitle::before {
	content: " ";
	width: 200%;
	height: 5px;
	background: #ea5413;
	position: absolute;
	right: calc(100% - 86%);
	bottom: 0px;
}
.indTitle::after {
	content: " ";
	width: 8px;
	height: 8px;
	background: #ea5413;
	border-radius: 100%;
	position: absolute;
	right: calc(100% - 86%);
	bottom: -2px;
}
/* title */
/* 生态圈 */
.indEco {
	width: 100%;
	min-width: 1200px;
	background-color: #fafafa;
	padding-bottom: 200px;
}
.indEcoCen {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.indEcoCen li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}
.indEcoCen li:nth-child(2) {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-top: -40px;
	z-index: 1;
}
.indEcoImg {
	width: 640px;
	height: 371px;
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.indEcoImg img {
	transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.indEcoImg:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.indEcoImg p {
	width: 102px;
	height: 102px;
	background: #fff;
	bottom: -46px;
	right: 0px;
	position: absolute;
	z-index: 1;
}
.indEcoFont {
	width: 515px;
}
.indEcoFontTitle {
	font-size: 34px;
	color: #000000;
	position: relative;
	height: 70px;
	letter-spacing: 1px;
}
.indEcoFontTitle::before {
	content: " ";
	width: 80px;
	height: 10px;
	background-color: #ea5413;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.indEcoFontList {
	font-size: 20px;
	color: #000;
	line-height: 40px;
	margin-top: 40px;
}
.indEcoFontBtn {
	margin-top: 50px;
}
.indEcoFontBtn a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 120px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #000000;
	border-radius: 5px;
	margin-bottom: 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
	margin-right: 20px;
}
.indEcoFontBtn a:hover {
	background: #ea5413;
	border: 1px solid #ea5413;
	color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
}
.indEcoFontBtn a:nth-child(2) {
	background: #ea5413;
	border: 1px solid #ea5413;
	color: #fff;
}
.indEcoFontBtn a:nth-child(2):hover {
	border: 1px solid #000000;
	background: none;
	color: #000;
}
/* 生态圈 */
/* 产品  */
.indProGallery {
	width: 100%;
	height: 700px;
}
.indProGallery.swiper-container-fade
	.swiper-slide {
	pointer-events: all;
}
.indProGallery .swiper-slide {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	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: flex-start;
	align-items: flex-start;
	background: #fff;
}
.indProGallery .swiper-slide p {
	margin: 0 auto;
	min-width: 1200px;
	margin-top: 150px;
	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: flex-start;
	align-items: flex-start;
}
.indProGallery .swiper-slide .p2 img {
	padding-left: 500px;
}
.indProGallery .swiper-slide .p3 img {
	padding-left: 200px;
}
.indProGallery .swiper-slide .p4 img {
	padding-left: 600px;
}
/* .indProGallery .swiper-slide:nth-child(1) p{
      margin-left: 612px;
      margin-top: 186px;
      width: 588px;
}
.indProGallery .swiper-slide:nth-child(2) p{
    margin-left: 437px;
    margin-top: 158px;
    width: 763px;
}
.indProGallery .swiper-slide:nth-child(3) p{
    margin-left: 524px;
    margin-top: 180px;
    width: 676px;
}
.indProGallery .swiper-slide:nth-child(4) p{
    margin-left: 450px;
    margin-top: 180px;
    width: 750px;
}
.indProGallery .swiper-slide:nth-child(5) p{
    margin-left: 612px;
    margin-top: 186px;
    width: 588px;
}
.indProGallery .swiper-slide:nth-child(6) p{
    margin-left: 437px;
    margin-top: 158px;
    width: 763px; 

}*/
.indProGallery .swiper-slide.active {
	z-index: 1;
}
.indProGallery .swiper-slide a {
	display: block;
	width: 100%;
	height: 700px;
}
.indProGallery .swiper-slide .swiper_slide_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	transition: all 4s;
	-moz-transition: all 4s; /* Firefox 4 */
	-webkit-transition: all 4s; /* Safari 和 Chrome */
	-o-transition: all 4s; /* Opera */
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-moz-transform: scale(1.1); /* Firefox */
	-webkit-transform: scale(
		1.1
	); /* Safari 和 Chrome */
	-o-transform: scale(1.1);
	background-size: cover !important;
}
.indProGallery
	.swiper-slide.active
	.swiper_slide_bg {
	transform: scale(1);
	-ms-transform: scale(1); /* IE 9 */
	-moz-transform: scale(1); /* Firefox */
	-webkit-transform: scale(
		1
	); /* Safari 和 Chrome */
	-o-transform: scale(1);
}
.indProThumbsIcn {
	background-position: center top;
	width: 86px;
	height: 86px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 25px;
}
.indProThumbsFont {
	font-size: 24px;
	color: #595959;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}
.indProThumbs
	.swiper-slide:nth-child(3)
	.indProThumbsFont {
	letter-spacing: 0.5px;
}
.indProThumbs {
	width: 1200px;
	margin: 0 auto;
	margin-top: -100px;
	z-index: 1;
}
.indProThumbs .swiper-slide {
	background: #fff;
	border: 1px solid #e5e5e5;
	height: 200px;
	cursor: pointer;
}
.indProThumbs .swiper-slide.active {
	background-color: #ea5413;
	border: 1px solid #ea5413;
}
.indProThumbs
	.swiper-slide.active
	.indProThumbsIcn {
	background-position: center bottom;
}
.indProThumbs
	.swiper-slide.active
	.indProThumbsFont {
	color: #fff;
}
/* 产品  */
/* 研究院 */
.indRes {
	width: 100%;
	min-width: 1200px;
	margin-top: 120px;
	position: relative;
	overflow: hidden;
}
.indRes_bg {
	width: 100%;
	min-height: 1050px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.indResCen {
	width: 1200px;
	margin: 0 auto;
	padding: 130px 0;
	position: relative;
	z-index: 1;
}
.indTitleRes {
	height: 110px;
}
.indTitleRes::before {
	right: auto;
	left: calc(100% - 66%);
}
.indTitleRes::after {
	right: auto;
	left: calc(100% - 66.5%);
}
.indResCenImg {
	width: 316px;
	height: 237px;
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: center;
}
.indResCenImg img {
	transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.indResCenImg:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.indResCenImg p {
	width: 100%;
	text-align: center;
	font-size: 25px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: rgba(224, 90, 29, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.indResCenTitle {
	font-size: 16px;
	color: #000;
	letter-spacing: 0.1px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.line {
	width: 100%;
	height: 2px;
	background: #d9d9d9;
	margin-top: 30px;
	margin-bottom: 20px;
}
.indResCenList {
	font-size: 15px;
	color: #737373;
	line-height: 27px;
	letter-spacing: 0.1px;
	height: 135px;
}
.ovhin1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ovhin5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.ovhin4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.ovhin3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.indResCenBtn {
	display: block;
	width: 172px;
	height: 39px;
	font-size: 16px;
	color: #000000;
	letter-spacing: 5px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 15px;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.indResCenBtn:hover {
	background: #ea5413;
	border: 1px solid #ea5413;
	color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
}
.indResCen li {
	background: #fff;
	padding: 27px;
	width: 371px;
	height: 590px;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.indResCen li:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
}
.indResCen li:nth-child(odd)::before {
	content: " ";
	width: 34px;
	height: 49px;
	border-right: 20px solid #ea5413;
	border-bottom: 20px solid #ea5413;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
.indResCen li:nth-child(even)::before {
	content: " ";
	width: 34px;
	height: 49px;
	border-right: 20px solid #000000;
	border-top: 20px solid #000000;
	position: absolute;
	right: -10px;
	top: -10px;
}
.indResCen ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-top: 80px;
}
.indRestitle {
	font-size: 16px;
	font-weight: bold;
	color: #dc551a;
	/* height: 30px;
    line-height: 30px; */
	margin-bottom: 10px;
}
.indResList {
	display: block;
	font-size: 15px;
	color: #737373;
	height: 20px;
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
/* 研究院 */
/* 新闻中心 */
.indNews {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.indNews_bg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 1100px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.indTitleNew {
	color: #fff;
	padding-top: 76px;
	z-index: 1;
	position: relative;
	height: 154px;
}
.indTitleNew::before {
	right: calc(100% - 58%);
	z-index: 1;
}
.indTitleNew::after {
	right: calc(100% - 58.5%);
	z-index: 1;
}
.indNewsCen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 85px;
	position: relative;
	z-index: 1;
}
.indNewsCenTitle {
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 5px;
	height: 42px;
	line-height: 42px;
	border-left: 13px solid #ea5413;
	padding-left: 23px;
}
.indNewCenDyn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-top: 30px;
}
.indNewCenDyn li a {
	display: block;
	width: 585px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.indNewsCenDynImg {
	width: 252px;
	height: 168px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: center;
}
.indNewsCenDynImg img {
	max-width: 100%;
}
.indNewsCenDynFont {
	width: 312px;
}
.indNewsCenDynFontTime {
	font-size: 18px;
	color: #ff4d00;
	letter-spacing: 1px;
}
.indNewsCenDynFontTitle {
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
}
.indNewsCenDynFontList {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 12px;
	height: 104px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.indNewCenAct .indNewsCenDynFont {
	width: 584px;
}
.indNewCenAct .ovhin4 {
	-webkit-line-clamp: 3;
}
.indNewCenAct .indNewsCenDynFontList {
	height: 80px;
}
.indMore {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 95px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-left: 1105px;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.indMore i {
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background-color: #fff;
	font-size: 16px;
	color: #5a5a5a;
	text-align: center;
	line-height: 21px;
	font-family: "宋体";
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.indMore:hover {
	color: #ea5413;
}
.indMore:hover i {
	color: #fff;
	background-color: #ea5413;
}
.indNew11_18 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.indNew11_18_l,
.indNew11_18_r {
	width: 585px;
}
.indNew11_18_l .indMore,
.indNew11_18_r .indMore {
	margin-left: 489px;
}
.indNew11_18 .line {
	display: none;
}
/* 新闻中心 */
/* 客户 */
.indTitleCli::before {
	right: auto;
	left: calc(100% - 69%);
}
.indTitleCli::after {
	right: auto;
	left: calc(100% - 69.5%);
}
.indCli {
	margin-top: 163px;
	width: 100%;
	min-width: 1200px;
}
.indCliSwiper {
	width: 100%;
	min-width: 1200px;
	position: relative;
	height: 108px;
	margin-top: 60px;
}
.indCliSwiper .swiper-slide {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.indCliSwiper .swiper-slide img {
	width: auto;
	max-width: 100%;
}
.indCliSwiperNext,
.indCliSwiperPrev {
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(
		-50%
	); /* Safari and Chrome */
	-o-transform: translateY(-50%); /* Opera */
	-moz-transform: translateY(-50%); /* Firefox */
	z-index: 1;
	box-shadow: 4px 5px 13px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.indCliSwiperPrev {
	left: 5%;
}
.indCliSwiperPrev::after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: #f7580a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-87%, -50%);
	-ms-transform: translate(-87%, -50%); /* IE 9 */
	-webkit-transform: translate(
		-87%,
		-50%
	); /* Safari and Chrome */
	-o-transform: translate(-87%, -50%); /* Opera */
	-moz-transform: translate(
		-87%,
		-50%
	); /* Firefox */
}
.indCliSwiperNext {
	right: 5%;
}
.indCliSwiperNext::after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #f7580a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-10%, -50%);
	-ms-transform: translate(-10%, -50%); /* IE 9 */
	-webkit-transform: translate(
		-10%,
		-50%
	); /* Safari and Chrome */
	-o-transform: translate(-10%, -50%); /* Opera */
	-moz-transform: translate(
		-10%,
		-50%
	); /* Firefox */
}
.indCliSwiper .indCliSwiperSagination {
	position: absolute;
	left: 0;
	bottom: -40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.indCliAullet {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #e6e6e6;
	display: block;
	margin: 0 10px;
}
.indCliBulletActive {
	background-color: #f7580a;
}
.mt90 {
	margin-top: 90px;
}
/* 客户 */
/* 平台 */
.indPla {
	width: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
	margin-top: 150px;
	padding-bottom: 100px;
}
.indPla_bg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 800px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.indPlaTitle {
	font-size: 68px;
	color: #ffffff;
	letter-spacing: 8px;
	padding-top: 136px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.indPlaTitle p {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.indPlaTitle p span {
	letter-spacing: 5.4px;
}
.indPlaCen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.indPlaCen ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.indPlaCen li {
	margin: 0 35px;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: center;
}
.indPlaCen li p {
	width: 84px;
	height: 84px;
	margin-bottom: 10px;
}
.indPlaBtn {
	display: block;
	width: 440px;
	height: 60px;
	border-radius: 5px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	margin-top: 70px;
	background: #ea5413;
	font-size: 25px;
	letter-spacing: 1.5px;
	color: #fff;
}
/* 平台 */
