
.bannerBlock{
	height: calc(100vh);
	overflow:hidden;
	position: relative;
}
.bannerBlock>div.bannerList{
	height: 100%;
	overflow: hidden;
}
.bannerBlock>div.bannerList img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bannerList #ban_pagination {
	position: absolute;
	bottom: 10% !important;
}
.bannerList #ban_pagination .swiper-pagination-bullet{
	width: 20px;
	height: 2px;
	background: rgba(255, 255, 255, .43);
	margin: 5px;
	cursor: pointer;
	border-radius: 0;
}
.bannerList #ban_pagination .swiper-pagination-bullet-active{
	height: 4px;
	background: rgba(255, 255, 255, 1);
}
.bannerBlock .tabList{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.bannerBlock .tabList li{
	width: 20px;
	height: 2px;
	background: rgba(255, 255, 255, .43);
	margin: 5px;
	cursor: pointer;
}
.bannerBlock .tabList li.active{
	height: 4px;
	background: rgba(255, 255, 255, 1);;
}
.bannerBlock>button{
	position: absolute;
	z-index: 2;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	border: none;
}
.bannerBlock>button:hover{
	box-shadow: 0 0 5px #fff;
}




.solutionBlock{
	/* background: url('../images/index/解决方案背景图.jpg') 100% no-repeat; */
	color: #fff;
	position: relative;
}
.solutionBlock>h1{
	padding-top: 123px;
	padding-bottom: 69px;
}
.solutionBlock #mediaBox{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	width: 100%;
}
.solutionBlock #mediaBox img{
	width: 100%;
}
#mediaBox>div{
	display: none;
}
#mediaBox>div.active{
	display: block;
}

.solutionBlock>ul{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 0 5%;
	/* border-bottom:1px solid rgba(255, 255, 255, .32); */
	overflow: hidden;
}
.solutionBlock>ul li{
	padding-bottom: 40px;
	color: rgba(255,255,255,.8);
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .32);
	flex: 1;
}
.solutionBlock>ul li .solut_icon{
	width: 60px;
	margin-right: 20px;
	margin-left: 30px;
}
.solutionBlock>ul li .solut_icon img{
	opacity: .8;
}
.solutionBlock>ul li .solut_desc h3{
	font-size: 20px;
}
.solutionBlock>ul li .solut_desc p{
	font-size: 16px;
	opacity: 0.6;
	margin-top: 13px;
}
.solutionBlock>ul li>img{
	display: none;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.solutionBlock>ul li.active{
	color: rgba(255,255,255,1);
	border: none;
	margin-right: 4px;
}
.solutionBlock>ul li.active>img{
	display: block;
}
/* .solutionBlock>ul li.active::after{
	content: '';
	    width: 15px;
	    height: 15px;
	    border: 1px solid rgba(255, 255, 255, .32);
	    transform: rotate(45deg);
	    position: absolute;
	    bottom: -48px;
	    background: rgba(255,255,255,.5);
	    z-index: 6;
	    left: 41%;
	
} */
.solutionBlock>ul li.active .solut_icon img{
	opacity: 1;
}
.solutionBlock>ul li.active .solut_desc h3{
	opacity: 1;
}




.solutionContentData{
	text-align: center;
	margin-top: 130px;
}	
.solutionDescItem{
	display: none;
}
.solutionDescItem.active{
	display: block;
}

.solutionContentData .solutionDescItem h2{
	font-size: 26px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
}
.solutionContentData .solutionDescItem p{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	opacity: 0.6;
	margin-top: 43px;
	margin-bottom: 80px;
}
.solutionContentData>div.solutionDescItem button{
	width: 149px;
	height: 49px;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	background-color: rgba(238, 242, 247, .2);
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 50px;
}
.solutionContentData>div button:hover{
	border: 1px solid rgba(255,255,255,1);
	box-shadow: 0 0 5px #fff;
}







.productBlock{
	background: #F7F9FC;
	position: relative;
	overflow: hidden;
}

.productBlock>h1{
	padding-top: 179px;
	padding-bottom: 107px;
}
.productBlock ul{
	position: relative;
	z-index: 3;
	margin:0 9%;
	flex-wrap: wrap;
}
.productBlock ul li{
	position: relative;
	min-width: 25%;
	max-width:380px;
	height: 380px;
	box-sizing: border-box;
	cursor: pointer;
}
.productBlock ul li:hover .mengban{
	display: flex;
	/* border: 1px solid red; */
}
.productBlock ul li .mengban{
	box-sizing: border-box;
	padding: 20px 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 73, 154, .7);
	color: #fff;
	display: none;
	align-items:center ;
	justify-content: center;
	font-size: 24px;
}

.productBlock ul li p{
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
}
.productBlock button{
	margin-top: 95px;
	margin-bottom: 50px;
	/* width: 147px;
	height: 37px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	cursor: pointer; */
}
#orclie{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 303px;
	height: 385px;
	border-top-right-radius: 100%;
	background-color: #EEF2F7;
	/* z-index: 2; */
}

.casesBlock{
	color: #fff;
	overflow: hidden;
	position: relative;
}
.case1{
	background:url('../images/index/cases.jpg') bottom no-repeat;
	background-size: cover;
}
.case2{
	background:url('../images/index/cases2.jpg') bottom no-repeat;
	background-size: cover;
}
.case3{
	background:url('../images/index/cases3.jpg') bottom no-repeat;
	background-size: cover;
}
.case4{
	background:url('../images/index/cases4.jpg') bottom no-repeat;
	background-size: cover;
}
.casesBlock>h1{
	color: #fff;
	padding-top: 119px;
}
.casesBlock>div{
	margin:0 10%;
	position: absolute;
	bottom: 14%;
}
.casesBlock>div h3{
	font-size: 28px;
	line-height: 60px;
}
.casesBlock>div p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.casesBlock>ul{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}
.casesBlock>ul li{
	width: 12px;
	height: 2px;
	background: rgb(255,255,255,.5);
	margin: 5px;
	cursor: pointer;
}
.casesBlock>ul li.active{
	height: 4px;
	background: rgb(255,255,255,1);
}





.partnerBlock >h1{
	padding-top: 160px;
	padding-bottom: 60px;
}
.partnerBlock  img{
	max-width: 77%;
}

.newsBlock h1{
	padding-top: 77px;
	padding-bottom: 90px;
}
.newsBlock ul{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 1%;
}
.newsBlock ul li{
	max-width: 382px;
	background: #FAFAFA;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin: 0 11px;
}
.newsBlock ul li:hover{
	border-color: #175179;
	box-shadow: 0 0 8px #175179;
	transform: translateY(-10%);
}
.newsBlock ul li h3{
	font-size: 18px;
	padding: 28px 28px 10px;
	line-height: 30px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	/* margin: 26px 0; */
}
.newsBlock ul li div.time{
	margin-top: 38px;
	font-size: 16px;
	padding: 0 28px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #999999;
}
.newsBlock ul li p{
	margin:15px 28px 34px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow: ellipsis;
}
.newsBlock ul li div.img img{
	width: 100%;
}
/* .newsBlock ul li:hover  .content{
	top: 0;
}
.newsBlock ul li .content{
	position: absolute;
	padding: 30px 28px;
	height: calc(100%);
	background: rgba(0,0,0,.5);
	z-index: 1;
	overflow: hidden;
	transition: .5s;
	top:500px;
	color: #fff;
	box-sizing: border-box;
	line-height: 30px;
} */
.newsBlock ul li .content h3{
	font-size: 19px;
}
.newsBlock ul li .content p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	line-height: 26px;
}
.newsBlock button{
	margin-top: 60px;
	margin-bottom: 50px;
}





.title{
	font-size: 40px;
	text-align: center;
	/* padding-top: 140px;
	padding-bottom: 80px; */
}

.more{
	width: 147px;
	height: 37px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
	transition: all .5s;
}
.more:hover{
	background-color: #15499A;
	border: none;
	color: #fff;
}