*{
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
br{
	clear: both;
}
img{
	vertical-align: top;
	border-style:none;
}
p{
	font-family:"微软雅黑"
}
h1{
	font-family:"微软雅黑"
}
h2{
	font-family:"微软雅黑"
}
h3{
	font-family:"微软雅黑"
}
h4{
	font-family:"微软雅黑"
}
h5{
	font-family:"微软雅黑"
}
/*头部导航*/
.wrap{
	background-color: #323333;
}
.logo {
	float: left;
	margin: 6px 0px;
}
.nav{
	width: 1200px;
	height: 48px;
	margin: auto;
}
.nav-ul{
	
	margin-left: 250px;
}
.nav li{
	float:left;
	width:70px;
	margin-left: 40px;
	margin-right: 40px;
}
.nav-ul a{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block;
	line-height: 48px;
}
.nav-ul a:hover{
	/*border-bottom: 3px solid #de8800;*/ 
	color: #ffa414;
}
/*banner*/
.banner{
	height: 660px;
	background: url(../img/solution-banner.png) no-repeat center;
}
.banner-cont{
	margin: auto ;
	width: 1200px;	
	padding-top: 260px;
	box-sizing: border-box;
}	
.banner-cont h1{
	color: #FFFFFF;
	font-size: 40px;
	line-height: 48px;
	font-weight: normal;
}
.banner-cont p{
	font-weight:normal;
	font-size: 20px;
	color: #FFFFFF;
	width: 640px;
	line-height: 40px;
}
.banner-cont span{
	font-size: 60px;
	font-weight: bold;
}
/*案例分类*/
.solution-show-box{
	background-color: #eeeeee;
	/*height: 900px;*/
	padding-top: 16px;
}
.solution-show{
	width: 1200px;
	margin: auto;
}
.solution-show li{
	float: left;
	width: 360px;
	height: 320px;
	background-color: #FFFFFF;
	margin: 20px 20px;
}
.solution-show a{
	display: block;
}
.solution-show a:hover {
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;opacity: 0.5;
}
.solution-show p{
	font-size: 14px;
	line-height: 24px;
	width: 340px;
	margin-left: 10px;
	margin-top: 10px;
	color: #666666;
}
/*案例分析*/
.analysis-box{
	background-color: #fff;
	/*height: 1200px;*/
}
.analysis{
	width: 1200px;
	margin: auto;
	padding-top: 10px;
}
.analysis li{
	float: left;
	margin: 10px 20px;
}
.analysis a{
	display: block;
}
.analysis h3{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 10px 0px;
	text-align: center;
}
.analysis p{
	width: 800px;
	margin: auto;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.analysis h4{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
}
.analysis img{
	border-radius: 10px;
	width: 360px;
	height: 249px;
}
.analysis a:hover {
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;opacity: 0.5;
}
/*硬件设备*/
.uav-equipment{
	width: 1080px;
	margin: auto;
	text-align: center;
}
.uav-equipment li{
	float: left;
	margin: 0px 25px;
}
.uav-equipment img{
	/*border: 1px solid #999;*/
}
.uav-equipment p{
	color: #666666;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
}
.uav-equipment h3{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 20px 0px;
}
/*页脚*/
.footer-box{
	background-color: #2c2e37;
}
.footer{
	width: 1200px;
	height: 320px;
	margin: auto;
}
.footer p{
	color: rgb(245,245,245);
}
.footer h3{
	color: rgb(245,245,245);
}
.footer-about{
	float: left;
	width: 366px;
	margin: 30px 280px 20px 0px;
}
.footer-about h3{
	/*color: rgb(245,245,245);*/
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
.footer-about p{
	/*color: rgba(255,255,255,0.8);*/
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 40px;
}
.footer-about img{
	margin-right: 30px;
}
.footer-contact{
	float: left;
	width: 190px;
	margin-top: 30px;
	margin-right: 80px;
}
.footer-contact h3{
	/*color: rgba(255,255,255,0.6);*/
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
.footer-contact p{
	/*color: rgba(255,255,255,0.8);*/
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 10px;
}
.footer-contact span{
	/*margin-top: 20px;*/
	line-height: 70px;
	font-size: 14px;
	font-weight: bold;
}
.footer-contact li{
	float: left;
	margin-right: 20px;
	text-align: center;
}
.footer-product{
	float: left;
	margin-top: 30px;
	margin-right: 80px;
	text-align: left;
}
.footer-product h3{
	/*color: rgba(255,255,255,0.6);*/
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
.footer-product li{
	/*color: rgba(255,255,255,0.8);*/
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 4px;
}
.footer-product a{
	display: block;
	color: rgb(245,245,245);
}
.footer-product a:hover{
	color: #de8800;
}
.footer-service{
	margin-top: 60px;
}
.footer-solution{
	float: left;
	margin-top: 30px;
	text-align: center;
}
.footer-solution h3{
	/*color: rgba(255,255,255,0.6);*/
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
.footer-solution li{
	/*color: rgba(255,255,255,0.8);*/
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 4px;
}
.footer-solution a{
	display: block;
	color: rgb(245,245,245);
}
.footer-solution a:hover{
	color: #de8800;
}
/*版权信息*/
.copyright-box{
	background-color: #1d1e23;
}
.copyright{
	width: 1200px;
	margin: auto;
}
.copyright p{
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
}.copyright span{
	margin-left: 60px;
}

