/*轮播图*/
.isshow{
	display: block !important;
}

.func_size{
	background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%) !important;
}

.func_color{
	color: #fff !important;
}

.read_span{
	border: 2px solid #327DFA !important;
	background: #327DFA !important;
	color: #fff !important;
}

.system-em{
	border-bottom: 6px solid #327DFA !important;
	color: #327DFA !important;
}

.nav-banner{
	margin-top: 74px !important;
}

.nav-banner .n-banner-box{
	position: absolute;
	top: 25%;
	left: 13.5%;
	width:1050px;
}

.nav-banner .banner-img{
	min-height: 350px;
}

.nav-banner .n-banner-box h1{
	font-size:50px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 20px;
	border-bottom:1px solid #fff;
}

.nav-banner .n-banner-box p{
	color: #fff;
	margin-top: 18px;
}

.nav-banner .n-banner-box p span{
	font-size:40px;
	color: #fff;
	font-weight: 700;
}

/*=========================产品功能=============================*/
.function{
	padding:60px 0 90px;
	background: #F8F8F8;
}

.function h3{
	width: 160px;
	border-bottom:4px solid #B1B1B1;
	margin:0 auto;
	text-align:center;
	padding-bottom: 20px;
	font-size: 40px;
}

.function .function-box{
	width:1440px;
	margin:60px auto 0;
	box-shadow: 0 0 30px rgba(50,125,250,0.46); 
}

.function-box .function-img{
	float: left; 
	width: 74.6%;
}

.function-box .function-img .func-des{
	width:100%;
	display: none;
	position: relative;
}

.function-box .function-img .func-des img{
	width:100%;
}

.function-box .function-img .func-des p{
	position: absolute;
	bottom: 25px;
	width:90%;
	left: 5%;
	color: #fff;
	font-size: 18px;
	line-height:28px;
}

.function-box .func-list{
	float: left;
	width:25.4%;
	background:#fff;
}

.function-box .func-list li{
	width: 100%;
	height: 107px;
	color: #fff;
	border-bottom: 1px solid #D6E5FE;
	line-height:107px;
	cursor: pointer;
}

.function-box .func-list li:nth-last-of-type(1){
	border:none;
}

.function-box .func-list li p{
	font-size: 26px;
	color: #8D8D8D;
	text-align:center;
}

/*=========================技术优势=============================*/
.technology{
	background: #EBF2FF;
	padding:60px 0 100px;
	position: relative;
}

.technology .bgimg{
	position: absolute;
	top: 0;
	left: 0;
	width:33%;
}

.technology .technology-box{
	width:74%;
	margin:0 auto;
	text-align:center;
	position: relative;
	z-index: 10;
}

.technology .technology-box .technology-header h3{
	width:200px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 10px;
	font-size:40px;
	border-bottom:4px solid #B1B1B1;
}

.technology-box .technology-item{
	margin-top:80px;
}

.technology-item .item-dl{
	float: left;
	width:20%;
	margin-right:6.6%;
	margin-bottom:60px;
}

.technology-item .item-dl:nth-last-of-type(1){
	margin-right: 0;
}

.technology-item .item-dl dt{
	width:35%;
	float: left;
}

.technology-item .item-dl dt img{
	width:100%;
}

.technology-item .item-dl dd{
	float: left;
	width:60%;
}

.item-dl .dl-desc{
	margin-left:10px;
	text-align:left;
}

.item-dl .dl-desc p{
	width:200px;
	margin-top:20px;
	font-size:18px;
	line-height:24px;
}

.court-read{
	padding:60px 0 100px;
}

.court-read h3{
	width:200px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 10px;
	font-size:40px;
	border-bottom:4px solid #B1B1B1;
	margin-bottom:30px;
}

/*================相关阅读===================*/
.court-read .read-list{
	margin:30px auto 40px;
	width:606px;
}

.court-read .read-list li{
	float: left;
}

.court-read .read-list li:nth-of-type(2){
	margin:0 20px;
}

.court-read .read-list li span{
	display: inline-block;
	padding:13px 25px;
	border-radius: 23px;
	color: #000;
	font-size:20px;
	border: 2px solid #E1E1E1;
	background: #fff;
	cursor: pointer;
}

.court-read .read-link{
	margin-top:45px;
	width:57%;
	margin:0 auto;
}

.court-read .read-link a{
	display: none;
}

/*视频播放遮罩*/
.body-shade{cursor: pointer; display: none; top: 0; position: fixed; height: 100%; width: 100%; background: rgba(0,0,0,0.7); z-index: 10000;}
.publicity-video,.publicity-video2{position: fixed;display: none; left: 50%; top: 50%; margin-left: -480px; height: 540px; width:960px; margin-top: -299px; z-index: 20000;}
.publicity-video video,.publicity-video2 video{width: 100%;}

/*响应式*/
@media (min-width: 980px) and (max-width:1279px){
	.nav-banner .n-banner-box h1{
		font-size:36px;
	}

	.nav-banner .n-banner-box p{
		font-size:18px !important;
	}

	.nav-banner .n-banner-box p span{
		font-size:26px;
	}

	.technology .technology-box{
		width:84%;
	}

	.court-read .read-link{
		width:60%;
	}

	.function .function-box{
		width:1050px;
	}

	.function-box .func-list li{
		height: 77.8px;
		line-height:77.8px;
	}

	.function-box .func-list li p{
		font-size: 20px;
	}

	.item-dl .dl-desc p{
		font-size: 15px;
	}

	.item-dl .dl-desc p{
		width:150px;
		margin-top:8px;
	}

	.technology-item .item-dl dt{
		width:40%;
	}

	.technology .technology-box{
		width: 84%;
	}

}

@media screen and (min-width:1280px) and (max-width:1500px) {
	.nav-banner .n-banner-box h1{
		font-size:36px;
	}

	.nav-banner .n-banner-box p{
		font-size:18px !important;
	}

	.nav-banner .n-banner-box p span{
		font-size:26px;
	}

	.technology .technology-box{
		width:84%;
	}

	.technology{
		padding:40px 0 80px;
	}

	.benefits{
		padding:40px 0 80px;
	}

	.court-read .read-link{
		width:70%;
	}

	.function .function-box{
		width:1200px;
	}

	.function-box .func-list li{
		height: 89px;
		line-height:89px;
	}

	.item-dl .dl-desc p{
		font-size: 15px;
	}

	.item-dl .dl-desc p{
		width:150px;
		margin-top:8px;
	}

	.technology-item .item-dl dt{
		width:40%;
	}

}