body{font:12px/1.8 \5FAE\8F6F\96C5\9ED1,Arial,\5b8b\4f53; background-color:#fff;color:#333333;}
body,ul,li,dl,dt,dd,table,td,th,form,input,h1,h2,h3,h4,h5,h6,p,img,em,b,label,textarea,ol,p{margin:0;padding:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}figure{margin:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
ul,li{list-style:none;}
i{font-style:normal;}
u{text-decoration:none;}
em{font-style:normal;}
dfn,i,u,em,b{font-style:normal;font-weight:100;}
img{border:none;/*display:block;*/ vertical-align:middle;}
a{ text-decoration:none;color:#333333;}
/*浮动/清除浮动*/
.fl{float:left;} 
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{height:1%}
*+html .clearfix{min-height:1%}
input{-webkit-appearance:none; border-radius:0;outline: none;}
.dp_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.flex {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.hdr{
	background: #00041a;
	padding: 10px 12px 10px 20px;
}
.menu{
	float: right;
	position: relative;
	margin-right: 5px;
}
.language {
    float: right;
    margin-right: 15px;
}
.language span {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}
.menuList{
	position: absolute;
	top: 40px;
	right: -5px;
	width: 140px;
	background: rgba(0,0,0,0.9);
	z-index: 9;
	border-radius: 5px;
}
.menuCont{
	position: relative;
}
.menuCont a{
	display: block;
	font-size: 12px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #353e59;
	text-indent: 25px;
}
.menuCont .bdNone{
	border-bottom: none;
}
.menuCont ul{
	border-bottom: 1px solid #353e59;
}
.menuCont ul li a{
	border: none;
	text-indent: 44px;
}
.menuCont i{
	position: absolute;
	content: '';
	right: 5px;
	top: -7px;
	width: 0px;
	height: 0px;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	border-bottom:7px solid rgba(0,0,0,0.9);
	border-top: 0;
}
.banner{
  width: 100%;
  position: relative;
}
.banner_rotation{
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.banner_rotation li{
  width: 22px;
  height: 4px;
  background: #489cff;
  display: inline-block;
  border-radius: 2px;
}
.banner_rotation .active{
  background: #fff;
}
.screen_ul{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
	position: relative;
	z-index: 10;
}
.screen_ul li{
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.screen_ul li p{
	font-size: 12px;
	color: #2f2f30;
	position: relative;
}
.screen_ul li p::before{
	position: absolute;
	content: '';
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 0px;
	height: 0px;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #2f2f30;
}
.screen_ul li .active{
	color: #1977f3;
}
.screen_ul li .active::before{
	position: absolute;
	content: '';
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 0px;
	height: 0px;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-bottom:5px solid #2f2f30;
	border-top: 0;
}
.screen{
	position: relative;
	
}
.screenList{
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	left: 0;
	height: 100%;
}
.screenList_ul{
	flex-wrap: wrap;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
.screenList_ul li{
	font-size: 12px;
	color: #b4b4b4;
	background: #f7f7f7;
	width: 63px;
	height: 24px;
	line-height: 24px;
	border-radius: 30px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
}
.screenList_ul .active{
	color: #FFFFFF;
	background: #1977f3;
}
.idxList{
	background: #f8f8f8;
}
.idxList_ul{
	flex-wrap: wrap;
	padding: 10px 5px;
}
.idxList_ul li{
	width: 48%;
	min-width: 48%;
	max-width: 48%;
	padding: 0 1%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.idxList_text{
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
	padding: 5px 10px 10px;
}
.idxList_text .name{
	font-size: 12px;
	color: #000000;
}
.labelMoney{
	margin-top: 5px;
}
.labelMoney .label_1{
	font-size: 12px;
	color: #ff5353;
	background: #ffe9e9;
	border-radius: 2px;
	display: inline-block;
	padding: 0 5px;
	margin-right: 8px;
}
.labelMoney .label_2{
	font-size: 12px;
	color: #1977f3;
	background: #d9e9ff;
	border-radius: 2px;
	display: inline-block;
	padding: 0 5px;
}
.labelMoney .money{
	font-size: 16px;
	color: #ff7200;
	font-weight: 400;
	float: right;
	margin-top: -3px;
}
.labelMoney .money em{
	font-size: 12px;
}
.footer{
	background: #00041a;
}
.ftrList{
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	padding: 15px 10px;
}
.ftrList_ul{
	color: #FFFFFF;
	
}
.ftrList_ul h5{
	font-size: 14px;
}
.ftrList_ul li{
	margin-top: 15px;
}
.ftrList ul:nth-child(4){
	flex: 2;
	-webkit-flex: 2;
	-moz-flex: 2;
	box-flex: 2;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
}
.ftrText{
	border-top: 1px solid #FFFFFF;
	margin: 0 10px;
	padding: 10px 0;
}
.ftrText p{
	text-align: center;
	color: #FFFFFF;
	opacity: 0.5;
}

/* 解决方案 */
.proCont{
	background: #f7f7f7;
	padding: 0 5px;
}
.proBnr{
	position: relative;
}
.proBnr h5{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: 20px;
}
.bnrBtn{
	font-size: 12px;
	color: #1977f3;
	height: 24px;
	line-height: 24px;
	width: 69px;
	text-align: center;
	border-radius: 2px;
	border: none;
	position: absolute;
	left: 20px;
	bottom: 45px;
}
.proNav_ul li{
	text-align: center;
	padding: 10px 0;
}
.proNav_ul li p{
	font-size: 12px;
	color: #333333;
}
.proNav_ul .active p{
	font-size: 14px;
	color: #1977f3;
}
.proNav_ul .active i{
	height: 3px;
	background: #1977f3;
	display: block;
	margin: 0 25px;
	border-radius: 2px;
}
.proText{
	background: #FFFFFF;
	padding: 15px;
	border-radius: 4px;
}
.proText p{
	font-size: 12px;
	color: #000000;
	line-height: 21px;
}
.proTit{
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
.product_ul{
	margin-top: 10px;
}
.product_ul li{
	margin-right: 5px;
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 20px;
}
.product_ul li:last-child{
	margin-right: 0;
}
.product_ul li p{
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.proScene{
	padding-bottom: 30px;
}
.proScene_ul{
	margin-top: 10px;
}
.proScene_ul li{
	background: #FFFFFF;
	position: relative;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 6px;
}
.proScene_ul li span{
	font-size: 14px;
	color: #000000;
}
.proScene_ul li p{
	font-size: 12px;
	color: #000000;
	padding-right: 25px;
}
.proScene_ul li .proSceneImg{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.colorH{
	color: #000000;
}
.numFive{
	flex-wrap: wrap;
}
.numFive li{
	width: 118px;
	min-width: 118px;
	margin-bottom: 5px;
}
.numFive li:nth-child(3n){
	margin-right: 0;
}
.colorP{
	color: #66bec8;
}

/* 详情页 */
.infoTop{
	position: relative;
}
.infoTop_dl{
	position: absolute;
	top: 6px;
	left: 0;
}
.infoTop_dl dd{
	width: 71px;
	min-width: 71px;
	max-width: 71px;
	margin-right: 15px;
	margin-left: 20px;
}
.infoTop_dl dt h3{
	font-size: 14px;
	color: #FFFFFF;
}
.infoTop_dl dt p{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 10px;
}
.infoTop_dl dt p span{
	font-size: 12px;
	color: #FFFFFF;
}
.infoCont{
	background: #f8f8f8;
	padding: 0 10px;
}
.infoText{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px 10px;
	margin-top: -25px;
	position: relative;
	z-index: 9;
}
.infoText p{
	font-size: 12px;
	color: #000000;
	line-height: 21px;
}
.database{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0 20px;
	margin-top: 10px;
}
.infoTit{
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
.database_ul{
	flex-wrap: wrap;
}
.database_ul li{
	width: 33%;
	min-width: 33%;
	margin-bottom: 20px;
}
.database_ul li label{
	font-size: 12px;
	color: #b4b4b4;
}
.database_ul li p{
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
.database_ul li:nth-child(3n-1){
	text-indent: 2em;
}
.database_ul li:nth-child(3n){
	text-indent: 2em;
}
.database_ul li:last-child{
	flex: 4;
	-webkit-flex: 4;
	-moz-flex: 4;
	box-flex: 4;
	-webkit-box-flex: 4;
	-moz-box-flex: 4;
}
.sample{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0 20px 15px;
	margin-top: 10px;
}
.sample_dl{
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 13px;
	margin-bottom: 10px;
}
.sample_dl dd{
	width: 24.5px;
	min-width: 24.5px;
	max-width: 24.5px;
	margin-right: 8px;
}
.sample_dl dd .icon_paly{
	background: url(../images/icon_play.png) no-repeat;
	width: 24.5px;
	height: 24.5px;
	background-size: 24.5px 24.5px;
	display: block;
}
.sample_dl dt p{
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 10px;
}
.sample_dl dd .icon_suspend{
	background: url(../images/icon_suspend.png) no-repeat;
	width: 24.5px;
	height: 24.5px;
	background-size: 24.5px 24.5px;
	display: block;
}
.more{
	border: 1px solid #1d74f5;
	border-radius: 5px;
	text-align: center;
	color: #1d74f5;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	margin-top: 5px;
	display:block;
}
.purchase{
	background: #FFFFFF;
	border-radius: 5px 5px 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.purchaseBtn{
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	border: none;
	background: #ff8a00;
	display: block;
	width: 100%;
	border-radius: 4px;
}
.pb64{
	padding-bottom: 64px;
}
/* 数据服务 */
.service{
	background: #f7f7f7;
}
.serBnr h5{
	top: 30px;
}
.serBnr input{
	bottom: 30px;
}
.serBnr p{
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 66px;
}
.serviceTit{
	text-align: center;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	padding: 20px 0;
}
.collectionFw_ul{
	padding: 0 5px;
}
.collectionFw_ul li{
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	padding: 8px 0 15px;
}
.collectionFw_ul li:last-child{
	margin-right: 0;
}
.collectionFw_ul li p{
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
}
.collectionLc{
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 25px;
}
.taggingFw_ul{
	padding: 0 5px;
	flex-wrap: wrap;
	align-items: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-align-items: stretch !important;
}
.taggingFw_ul li{
	background: #FFFFFF;
	border-radius: 5px;
	position: relative;
	width: 49.5%;
	min-width: 49.5%;
	margin-right: 1%;
	padding: 20px 0 35px;
	margin-bottom: 5px;
}
.taggingFw_ul li:nth-child(2n){
	margin-right: 0;
}
.taggingFw_ul li label{
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}
.taggingFw_ul li p{
	font-size: 12px;
	color: #000000;
	line-height: 21px;
	padding-left: 10px;
	margin-top: 10px;
}
.taggingFw_ul li img{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.advantage{
	padding: 0 5px 15px;
}
.advantage_dl{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 5px;
}
.advantage_dl dd{
	width: 77px;
	min-width: 77px;
	max-width: 77px;
	margin-right: 20px;
}
.advantage_dl dt label{
	font-size: 14px;
	color: #000000;
}
.advantage_dl dt p{
	font-size: 12px;
	color: #000000;
	line-height: 21px;
	margin-top: 5px;
}
/* 关于我们 */
.aboutTit{
	text-align: center;
	padding: 20px 0;
}
.intCont{
	padding: 0 20px 20px;
}
.intCont p{
	text-indent: 2em;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 30px;
}
.solve{
	background: #f7f7f7;
	padding-bottom: 20px;
}
.solve_ul{
	flex-wrap: wrap;
}
.solve_ul li{
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	text-align: center;
	padding: 15px 0;
}
.solve_ul li p{
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 5px;
}
.partner{
	padding-bottom: 25px;
}
.partner_ul{
	flex-wrap: wrap;
	border-top: 1px solid #ededed;
	padding: 0 1px;
}
.partner_ul li{
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	box-sizing: border-box;
	width: 25%;
	min-width: 25%;
}
.partner_ul li:nth-child(4n+1){
	border-left: 1px solid #ededed;
}











