/* 外层内层盒子 */
.navigationList ul li:nth-child(1) a{
	color: #2F81F9;
}

.bannerEnd{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 500px;
	background: #141E4F;
	transition: 0.5s;
}
a{
	color:rgba(255,255,255,1);
	text-decoration: none;
}


	





/* 轮播 */
.banner{
	width: 100%;
	height:500px;
	
}
.banner .swiper-container{
	margin: 0 auto;
	width: 1200px;
	/* min-width:1200px; */
	height:500px;
	
}
.banner .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner .swiper-slide:nth-child(2){
	opacity: 0;
}

.banner .swiper-slide:nth-child(3){
	opacity: 0;
}



.banner .swiper-container img{
	/* width: 100%;
	height: 100%; */
}
.banner .swiper-container .swiper-slide:nth-child(1) img{
	width: 550px;
	/* height: 320px; */
}

.banner .swiper-container .swiper-pagination-bullet{
	width:24px;
	height:4px;
	background:rgba(255,255,255,0.3);
	border-radius: 0;
	opacity: 1;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background-color: #3784FF;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
	bottom: 30px;
}
/* 轮播每项左侧文字 */
.swiperName{
	width: 464px;
	margin-right: 30px;
	color:rgba(219,224,231,1);
}
.swiperName .swiperTitle{
	font-size:38px;
	font-weight:500;
}

.swiperName .swiperData{
	padding-top: 17px;
	padding-bottom: 40px;
	line-height: 24px;
	font-size: 14px;
}

.swiperBtn{
	width: 150px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	background: #2F81F9;
	text-align: left;
	position: relative;
	font-size: 16px;
	text-indent: 30px;
}
.swiperBtn>span{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background: #4C95FF;
}

/* 业务概述 */
.businessOverview{
	width: 100%;
	height: 746px;
	background-color: #fff;
}

.businessOverviewIn{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* 标题 简介 */

.businessOverview>div>p,.businessOverviewBottomIn>div>p,.solutionIn>p{
	width: 100%;
	text-align: center;
}



.businessOverviewTitle{
	margin-top: 100px;
	font-size:28px;
	font-weight: bold;
	text-align: center;
}
.businessOverviewIntroduce{
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.businessOverviewList{
	display: flex;
	margin-top: 60px;
	padding: 0 2px;
}
.businessOverviewList>div{
	width: 285px;
	height: 425px;
	margin: 0px 10px;
	border: 1px solid transparent;
	box-shadow:2px 1px 1px 0px rgba(0,1,29,0.05),-2px 1px 1px 0px rgba(0,1,29,0.05);
	border-radius: 2px;
	overflow: hidden;
}

.businessOverviewList img{
	width: 100%;
	transition: 0.5s;
}
.businessOverviewList img:hover{
	transform: scale(1.2);
}

/* .businessOverviewList>div p{
	margin: 20px;
	font-size:18px;
	font-weight: bold;
	color:rgba(51,51,51,1);
	border-bottom: 3px solid rgba(218,229,248,1);
} */
.businessOverviewList>div ul{
	width: 100%;
	list-style: none;
	color:rgba(136,136,136,1);
	margin-top: 20px;
}
.businessOverviewList .businessOverviewListData ul li{
	color: #888888;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
.businessOverviewList .businessOverviewListData p{
	display: inline-block;
	margin: 15px 0 0 20px;
	padding-bottom: 17px;
	font-size:18px;
	font-weight: bold;
	color:rgba(51,51,51,1);
	border-bottom: 3px solid rgba(218,229,248,1);
}



/* 业务概述对应下方选项卡 */
.businessOverviewBottom{
	width: 100%;
	background-color: #EDF0F9;
	padding-top: 1px;
	position: relative;
}
.businessOverviewBottomIn{
	width: 1200px;
	margin: 0 auto;
	
}

.businessOverviewBottomIn>div{
	background-color: #EDF0F9;
	width: 100%;
	display: none;
}

.businessOverviewBottomIn>div:nth-child(1){
	display: block;
}

.businessOverviewBottomData{
	margin-top: 40px;
	padding-bottom: 100px;
	width: 1200px;

}

/* 业务概述下方对应箭头 */
.businessOverviewBottomArrow{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.businessOverviewList>div:nth-child(1){
	border: 1px solid #2F81F9;
}

 .box .businessOverviewList>div:hover{
	border: 1px solid #2F81F9 !important;
	cursor:pointer
}

.businessOverviewBottomArrow>p{
	width: 0px;
	height: 0px;
	border-bottom: 30px solid #EDF0F9;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	/* z-index: ; */
}
.businessOverviewBottomArrow>p:nth-child(1){
	left: 10%;
	/* transform: translateX(50%); */
}
.businessOverviewBottomArrow>p:nth-child(2){
	left: 35%;
	display: none;
}
.businessOverviewBottomArrow>p:nth-child(3){
	left: 61%;
	display: none;
}
.businessOverviewBottomArrow>p:nth-child(4){
	left: 86%;
	display: none;
}


/* 业务概述选项卡 服务 */
.fwTlt{
	list-style: none;
	width: 100%;
	display: flex;
	font-size: 16px;
	font-weight:500;
	color:rgba(102,102,102,1);
}
.fwTlt li {
	width: 600px;
	text-align: center;
	padding: 15px 0px;
	border-bottom: 1px solid #E8EAF0;
	color: #666666;
}
.fwTlt li:nth-child(1){
	border-bottom: 1px solid #2F81F9;
	color: #2F81F9;
}
.fwContent{
	margin-top: 20px;
}
.fwContent>div{
	display: none;
}
.fwContent>div:nth-child(1){
	margin-top: 40px;
	display: block;
}

.fwContent>div:nth-child(2){
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwContent>div:nth-child(2) div{
	width: 580px;
	height: 100px;
	margin-top: 20px;
	display: inline-block;
}

/* 业务概述选项卡  研发 */
.yanfa{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.yanfa img{
	margin-top: 20px;
}


/* 产品销售 */
.businessOverviewBottomInList1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.businessOverviewBottomInList1>div{
	width: 224px;
	height: 100px;
	background:rgba(255,255,255,1);
	border-radius:2px;
	margin-top: 20px;
	overflow: hidden;
}





/* 解决方案 */
.solution{
	width: 100%;
	height:732px;
	overflow: hidden;
	position: relative;
}

.solution>img{
	width: 1920px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.solutionIn>.businessOverviewIntroduce{
	color: #fff;
}

.solutionIn{
	width: 1200px;
	height: 100%;
	color: #fff;
	/* margin: 0 auto; */
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}

/* 解决方案选项卡切换项 */
.solutionInTab{
	width: 100%;
	margin-top: 45px;
	margin-bottom: 100%;
}
.solutionInTabBu{
	width: 100%;
}
.solutionInTabBu ul{
	width: 100%;
	display: flex;
}
.solutionInTabBu ul li{
	list-style: none;
	width: 240px;
	padding: 14px 0px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid rgba(216,216,216,0.1);
}

.solutionInTabBu ul li:nth-child(1){
	color: #4089F5;
	border-bottom: 2px solid #2F81F9;
}

/* 解决方案选项卡内容 */
.solutionInTabBuData{
	width: 100%;
	padding: 10px 0px;
}
.solutionInTabBuData>div{
	width: 100%;
	display: none;
}
.solutionInTabBuData>div:nth-child(1){
	width: 100%;
	display: block;
}
.solutionInTabBuDataTlt{
	padding: 30px 0px;
}
.solutionInTabBuData .solutionInTabBuDataTlt span{
	display: inline-block;
	padding: 3px 8px;
	background-color: #B28834;
	font-size: 14px;
}
.solutionInTabBuData .solutionInTabBuDataTltBig{
	margin-bottom: 20px;
	font-size: 24px;
}
.solutionInTabBuData .solutionInTabBuDataContent{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}
.solutionInTabBuData .solutionInTabBuDataImg{
	margin-top: 45px;
	display: flex;
}
.solutionInTabBuData .solutionInTabBuDataImg div{
	width: 140px;
	height: 50px;
	background: white;
	margin-right: 20px;
}
.solutionInTabBuData .swiperBtn{
	width: 135px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	background: #2F81F9;
	text-align: left;
	position: relative;
	font-size: 14px;
	text-indent: 30px;
}
.solutionInTabBuData .swiperBtn>span{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: #4C95FF;
}





/* 新闻中心 */
.newsCenter{
	width: 100%;
	height: 720px;
	background: #E0E3EA;
	overflow: hidden;
}
.newsCenterIn{
	width: 1200px;
	margin: 0 auto;
}
.newsCenterData{
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.newsCenterDataLeft,.newsCenterDataRight{
	width: 590px;
	height: 400px;
	
}
.newsCenterDataLeft:hover{
	box-shadow: 6px 6px 4px 0px rgba(0,1,29,0.05), -2px 1px 1px 0px rgba(0,1,29,0.05);
}

.newsCenterDataList{
	width: 100%;
	height: 85px;
	padding: 20px 0px;
	box-sizing:border-box;
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
}
.newsCenterDataList:hover{
	box-shadow: 6px 6px 4px 0px rgba(0,1,29,0.05), -2px 1px 1px 0px rgba(0,1,29,0.05);
}

.newsCenterDataLeftImg{
	width: 100%;
	height: 315px;
	overflow: hidden;
}

.newsCenterDataLeft img{
	width: 100%;
	transition: 0.5s;
}
.newsCenterDataLeft img:hover{
	transform: scale(1.2);
}
.newsCenterDataListTlt{
	padding: 0px 20px;
	padding-bottom: 10px;
	/* width: 100%; */
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	
}
.newsCenterDataListTlt span{
	color: #666666;
	line-height:18px;
}
.newsCenterDataListTlt span:nth-child(1){
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	line-height:24px;
}
.newsCenterDataListContent{
	padding: 0px 20px;
	font-size: 12px;
	line-height:18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsCenterDataRight .newsCenterDataList{
	margin-bottom: 20px;
}
/* 行业客户 */
.industryCustomers{
	width: 100%;
	height:700px;
	background:#EDF0F9;
	overflow: hidden;
}
.industryCustomersIn{
	width: 1200px;
	margin: 0 auto;
}
.industryCustomersList{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.industryCustomersList div{
	width: 224px;
	height: 80px;
	margin-bottom: 20px;
	background-color: #fff;
}
.industryCustomersIn .swiperBtn{
	color: #fff;
	font-size: 16px;
	margin: 35px auto;
}


/* 荣誉资质 */
.honorQualification{
	width: 100%;
	height:600px;
	background:#fff;
	overflow: hidden;
}
.honorQualificationIn{
	width: 1200px;
	margin: 0 auto;
}
.honorQualificationswiper{
	width: 100%;
	height: 300px;
	margin-top: 60px;
}
.honorQualification .swiper-wrapper {
   transition-timing-function: linear !important;
}
.honorQualification .swiper-slide{
    width:auto;
	display: flex;
	align-items: center;
  }
  .honorQualification .swiper-slide img{
     height: 300px;
    }
  
/* 底部 */
.foot{
	  width: 100%;
	  height:245px;
	  overflow: hidden;
	  background: #242A37;
  }
.footIn{
	width: 100%;
	margin: 0 auto;
}
.footIn>div{
	width: 100%;
	height: 204px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: center;
	padding-top: 40px;
	box-sizing:border-box;
}
.footIn>div ul{
	list-style: none;
	color: #AAAAAA;
	margin: 0 50px;
	font-size: 12px;
	text-align: center;
}
.footIn ul li {
	margin-bottom: 15px;
}

.footIn ul li:hover{
	cursor:pointer
}

.footIn>div ul li:nth-child(1){
	font-size:14px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:21px;
}
.footIn>div ul li:nth-child(1) a{
	font-size:14px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:21px;
	text-decoration: none;
}
.footIn p{
	text-align: center;
	color: #ccc;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}




 