.bannerBox{
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 0;
}

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

.bannerBox .pagination{
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 19px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 24;
}

.bannerBox .pagination .swiper-pagination-switch{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	opacity: .5;
	margin-right: 6px;
}

.bannerBox .pagination .swiper-active-switch{
	opacity: 1;
}

.bannerBox .arrowBox{
	width: 1200px;
	display: flex;
	flex-direction: row;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	height: 44px;
	bottom: 0;
	z-index: 100;
}

.bannerBox .arrowBox .arrow{
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bannerBox .arrowBox .arrow .leftArrow:focus{
	outline: none;
}

.bannerBox .arrowBox .arrow .rightArrow:focus{
	outline: none;
}

.bannerBox .arrowBox .arrow .leftArrow{
	width: 44px;
	height: 44px;
	background: url(../img/indexBannerLeft.png);
	cursor: pointer;
}

.bannerBox .arrowBox .arrow .rightArrow{	
	width: 44px;
	height: 44px;
	background: url(../img/indexBannerRight.png);
	cursor: pointer;
}

.partOne {
	width: 100%;
	height: auto;
}

.partOne .inner{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-top: 70px;
}

.partOne .inner .h1{
	display: block;
	width: 100%;
	height: 44px;
	margin-bottom: 45px;
}

.partOne .inner .navBox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.partOne .inner .navBox a{
	width: 158px;
	height: 45px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	color: #000;
	background: #DBE0E3;
	border: 1px solid #B6C3CD;
	border-radius: 6px;
	position: relative;
}

.partOne .inner .navBox a.active{
	color: #fff;
	background: #0391DF;
	border-color: #0391DF;
}

.partOne .inner .navBox a.active::after{
	content: '';
	width: 26px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -12px;
	background: url(../img/icon-triangle.png) no-repeat;
}

.partOne .inner .navBox a:hover{
	background: #0391DF;
	color: #fff;
	border-color: #0391DF;
}

.partOne .inner .productListContainer{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.partOne .inner .productListContainer::after{
	content: "";
	width: 380px;
}


.swiper-slide{
	width: 100%;
	display: flex;
	justify-content: center;
}


.bannerBox img{
	height: 100%;
}

.productBox {
	width: 380px;
	height: 250px;
	margin-bottom: 14px;
	box-shadow: 0px 5px 13px 0px rgba(28, 28, 28, 0.06);
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	cursor: pointer;
	
}

.productBox .box{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.productBox:hover{
	border-color: #10DEA6;
}

.productBox:hover a{
	color: #000000;
	font-weight: bold;
}

.productBox h1{
	width: 100%;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.productBox .more{
	color: #B4B4B4;
	font-size: 12px;
	position: absolute;
	left: 45px;
	bottom: 30px;
}


.productBox .imageBox{
	width: 222px;
	height: 158px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 18px;
}
.productBox .imageBox img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .5s linear;
}

.productBox:hover .imageBox img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.partTwo {
	width: 100%;
	height: 633px;
	background: url(../img/partTowBg.png) no-repeat center;
}

.partTwo .inner{
	width: 1200px;
	padding-top: 85px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.partTwo .inner .titleBox{
	width: 100%;
	text-align: center;
	margin-bottom: 51px;
}

.partTwo .inner .titleBox img{
	display: inline-block;
}

.partTwo .inner h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 34px;
}

.partTwo .inner p{
	width: 888px;
	font-size: 15px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 43px;
}

.partTwo .inner .more{
	width: 171px;
	height: 36px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	border-radius: 18px;
	background: #0283CA;
}

.partThree{
	width: 100%;
	height: auto;
	background: #F8FAFB;
}

.partThree .inner{
	width: 1200px;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-bottom: 68px;
}

.companyTag {
	width: 100%;
	height: 250px;
	background: #fff;
	margin-top: -200px;
	padding-top: 36px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 171px;
	padding-right: 194px;
	box-sizing: border-box;
}

.companyTag .tag{
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.companyTag .tag img{
	display: block;
	width: 99px;
	height: 99px;
	margin-bottom: 21px;
}

.companyTag .tag h1{
	font-size: 18px;
	color: #000;
	line-height: 1;
	margin-bottom: 12px;
}

.companyTag .tag p{
	font-size: 12px;
	color: #000;
	opacity: .5;
}

.solutionContainer {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}

.solutionContainer .titleBox{
	width: 100%;
	text-align: center;
	margin-bottom: 52px;
}

.solutionContainer .titleBox img{
	display: inline-block;
}

.solutionContainer .solutionList{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: auto;
}

.solutionContainer .solutionList .solutionBox{
	width: 386px;
	height: 461px;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: #fff;
	position: relative;
}

.solutionContainer .solutionList .solutionBox .big{
	display: flex;
	flex-direction: column;
	position: relative;
}

.solutionBox .imageBox{
	width: 100%;
	height: 218px;
	overflow: hidden;
	margin-bottom: 34px;
}

.solutionBox .imageBox img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .5s linear;
}

.solutionContainer .solutionList .solutionBox:hover .imageBox img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.solutionBox .content{
	width: 332px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.solutionBox .content h1{
	font-size: 18px;
	color: #000;
	line-height: 1;
	margin-bottom: 17px;
}

.solutionBox .content p{
	color: #8B8B8B;
	font-size: 14px;
}

.solutionBox .moreRow{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.solutionBox .moreRow .line{
	width: 22px;
	height: 3px;
	background: #4BAEDF;
	margin-left: 30px;
}

.solutionBox .moreRow span{
	margin-right: 30px;
}

.newsContent{
	width: 100%;
	height: 700px;
	background: url(../img/newsBgIndex.png) no-repeat center;
	padding-top: 82px;
	box-sizing: border-box;
}

.newsContent .newsInner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.newsContent .newsInner .lableBox{
	width: 100%;
	text-align: center;
	margin-bottom: 55px;
}

.newsContent .newsInner .lableBox img{
	display: inline-block;
}

.newsContent .newsInner .newsListBoxIndex{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.newsContent .newsInner .newsListBoxIndex .newBox{
	display: flex;
	flex-direction: column;
	/* height: 136px; */
	margin-bottom: 47px;
}

.newsContent .newsInner .newsListBoxIndex .newBox a{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.newsContent .newsInner .newsListBoxIndex .newBox .newsImgBoxIndex{
	width: 217px;
	height: 100%;
	overflow: hidden;
}

.newsImgBoxIndex img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .5s linear
}

.newsContent .newsInner .newsListBoxIndex .newBox:hover .newsImgBoxIndex img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.newsContent .newsInner .newsListBoxIndex .newBox {
	width: 477px;
	/* height: 100%; */
	padding-top: 19px;
}

.newsContent .newsInner .newsListBoxIndex .newBox h1{
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
}

.newsContent .newsInner .newsListBoxIndex .newBox p{
	font-size: 14px;
	color: #89D4FF;
	margin-bottom: 17px;
}

.newsContent .newsInner .newsListBoxIndex .newBox .time{
	font-size: 14px;
	color: #E1F4FF;
	line-height: 1;
}

.newsContent .newsInner  .moreButton{
	width: 419px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(213, 213, 213, 0.84);
	border-radius: 4px;
	margin: 0 auto;
	color: #fff;
}

.partnerBox{
	width: 100%;
	height: auto;
	background: #F8FAFB;
	padding-top: 76px;
	padding-bottom: 60px;
}

.partnerBox .inner{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.partnerBox .inner .titleBox{
	width: 100%;
	text-align: center;
	margin-bottom: 52px;
}

.partnerBox .inner .titleBox img{
	display: inline-block;
}

.partnerBox .inner .partnerList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.partnerBox .inner .partnerList div{
	width: 161px;
	height: 77px;
	margin-right: 12px;
	margin-bottom: 10px;
}

.partnerBox .inner .partnerList::after{
	content: "";
	width: 161px;
}

.partnerBox .inner .partnerList div img{
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 10px;
}