/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#ffffff;
	overflow-x: hidden;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat{
	border-bottom: 1px dotted #CCC;
	padding: 5px 10px;
	background: #f8f8f8;
}
.header{
	height: 25px;
	line-height: 25px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	color: #666;
}
.header span{
	margin-right: 3%;
}
.header a{
	color: #666;
}
.header .ads{
	float: right;
	height: 100%;
	width: auto;
}
@media (max-width:1024px) {
	.header_coat{
		padding: 4px 10px;
	}
	.header{
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.header_coat{
		margin-bottom: 0px;
	}
	.header span{
		display: none;
	}
}
@media (max-width:520px) {
	.header_coat{
		padding: 3px 10px;
	}
	.header{
		height: 18px;
		line-height: 18px;
		font-size: 11px;
	}
	.header .ads{
		display: none;
	}
}
/* ---- 右侧盒子 Style ---- */
.rightBox{
	border: 1px solid #cccccc;
	border-top: 1px solid #e5e5e5;
}
.rightBox .head{
	height: 49px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 12px;
	background: #f8f8f8;
}
.rightBox .head h1{
	position: absolute;
	left: 0px;
	top: -1px;
	padding:0 40px 0 28px;
	height: 50px;
	background: #fff;
	border-top: 2px solid #0163af;
	border-right: 1px solid #e5e5e5;
	line-height: 48px;
	font-size: 16px;
	color: #0163af;
}
.rightBox .head a.more{
	position: absolute;
	right: 11px;
	height: 48px;
	top: 1px;
	line-height: 48px;
	font-size: 12px;
	color: #868686;
	padding: 0 21px 0 0;
	background: url(../img/icon_more.png) right center no-repeat;
}
.rightBox .head a.more:hover{
	text-decoration: none;
}
.rightBox .con{
	padding: 0 8px 10px;
}
@media (max-width:1024px) {
	.rightBox .head{
		height: 41px;
		margin-bottom: 8px;
	}
	.rightBox .head h1{
		padding:0 25px 0 20px;
		height: 42px;
		line-height: 40px;
		font-size: 15px;
	}
	.rightBox .head a.more{
		right: 8px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding: 0 18px 0 0;
		background-size: 12px auto
	}
	.rightBox .con{
		padding: 0 6px 8px;
	}
}
@media (max-width:768px) {
	.rightBox{
		margin-top: 16px;
	}
	.rightBox .head{
		height: 35px;
		margin-bottom: 6px;
	}
	.rightBox .head h1{
		padding:0 15px 0 15px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
	}
	.rightBox .head a.more{
		right: 5px;
		height: 34px;
		line-height: 34px;
		padding: 0 16px 0 0;
	}
	.rightBox .con{
		padding: 0 5px 6px;
	}
}
/* ---- 产品&服务 Style ---- */
.rightBox .platform{
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 9px;
}
.rightBox .platform img{
	width: 100%;
	height: 55px;
}
.rightBox .appNav{
	height: 32px;
	line-height: 30px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 11px;
}
.rightBox .appNav i{
	color: #0163af;
	font-size: 16px
}
.rightBox .appNav a{
	display: inline-block;
	margin: 0 4px;
}
.rightBox .appNav a.red{
	color: #f00;
}
.productList{
	overflow: hidden;
}
.productList li{
	width: 25%;
	text-align: center;
	float: left;
}
.productList li img{
	width: 48px;
	height: auto;
	margin-bottom: 7px;
}
.productList li p{
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #666;
}
@media (max-width:1024px) {
	.rightBox .platform{
		margin-bottom: 6px;
	}
	.rightBox .platform img{
		height: 46px;
	}
	.rightBox .appNav{
		height: 30px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.rightBox .appNav i{
		font-size: 16px
	}
	.rightBox .appNav a{
		margin: 0 4px;
	}
	.productList li img{
		width: 40px;
		margin-bottom: 7px;
	}
	.productList li p{
		height: 21px;
		line-height: 20px;
		font-size: 11px;
	}
}
@media (max-width:768px) {
	.rightBox .platform img{
		width: 100%;
		height: auto;
	}
}
/* ---- 淼盾电商 Style ---- */
.e_commerce{
	padding:0px 0 8px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 6px;
}
.e_commerce li{
	width: 46.1%;
	float: left;
	margin: 0 1.95%;
}
.e_commerce li .pic{
	border: 1px  solid #e8e8e8;
}
.e_commerce li .pic img{
	width: 100%;
	height: 100%;
}
.e_commerce li P{
	display: table;
	width: 100%;
	height: 38px;
}
.e_commerce li P a{
	display: table-cell;
	height: 100%;
	width: 100%;
	line-height: 19px;
	font-size: 14px;
	color: #444;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.rightList li{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #444;
	padding: 0 0 0 18px;
	background: url(../img/point.png) 4px center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
	.e_commerce{
		padding:0px 0 6px;
		margin-bottom: 5px;
	}
	.e_commerce li P{
		height: 32px;
	}
	.e_commerce li P a{
		line-height: 16px;
		font-size: 12px;
	}
	.rightList li{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 0 0 12px;
		background: url(../img/point.png) 2px center no-repeat;
	}
}
@media (max-width:768px) {
	.rightList li{
		height: auto;
		line-height: 20px;
		font-size: 14px;
		padding: 5px 0 5px 10px;
		background: url(../img/point.png) left 15px no-repeat;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- 服务安全 Style ---- */
.rightPic{
	position: relative;
	height: 110px;
	overflow: hidden;
	margin-bottom: 8px;
}
.rightPic60{
	height: 60px;
	margin-bottom: 0px;
}
.rightPic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rightPic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.rightPic p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.rightPic60 p{
	height: 22px;
	line-height: 22px;
}
.serviceNav{
	padding: 5px 0 5px;
	background: #f4f4f4;
}
.serviceNav li{
	height: 68px;
	width: 50%;
	float: left;
	display: table;
}
.serviceNav li:first-child{
	border-right: 1px solid #eaeaea;
}
.serviceNav li a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.serviceNav li a:hover{
	text-decoration: none;
}
.serviceNav li img{
	margin-bottom: 5px;
}
.serviceNav li p{
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #6d6d6d;
}
@media (max-width:1024px) {
	.rightPic{
		height: 96px;
		margin-bottom: 6px;
	}
	.rightPic60{
		height: 56px;
		margin-bottom: 0px;
	}
	.rightPic p{
		height: 24px;
		line-height: 24px;
		padding: 0 6px;
		font-size: 12px;
	}
	.rightPic60 p{
		height: 20px;
		line-height: 20px;
	}
	.serviceNav{
		padding: 5px 0 5px;
		background: #f4f4f4;
	}
	.serviceNav li{
		height: 56px;
	}
	.serviceNav li img{
		height: 28px;
		margin-bottom: 4px;
	}
	.serviceNav li p{
		height: 18px;
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width:768px) {
	.rightPic{
		height:auto;
	}
	.rightPic60{
		height: auto;
	}
	.rightPic img{
		height:auto;
	}
}
/* ---- 底部框体 ---- */
.bottomBox_coat{
	border-top: 1px solid #dddddd;
	background: #f8f8f8;
	padding: 24px 0 14px;
}
.bottomBox {
	max-width: 1220px;
	padding: 0 250px 0 10px;
	position: relative;
	margin: 0 auto;
	height: 120px;
}
.bottomBox .bottomlogo{
	float: left;
	width: 16.66%;
	height: 90px;
	padding: 0 2% 0 0;
	margin-right: 3.6%;
	border-right:1px solid #c2c2c2;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bottomBox .bottomlogo img{
	width: 100%;
	max-width: 117px;
}
.bottomNav{
	width: 37.5%;
	float: left;
	height: 90px;
	border-right:1px solid #c2c2c2;
	padding:0 2% 0 0;
}
.bottomNav li{
	width: 25%;
	float: left;
	padding: 0 0 0 2%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #828282;
}
.bottomNav li a{
	color: #828282;
}
.bottomInfor{
	float: right;
	width: 36.5%;
	height: 90px;
	line-height: 20px;
	font-size: 12px;
	color: #828282;
}
.bottomInfor p{
	line-height: 20px;
	padding: 5px 0;
}
.bottomBox .qrcode{
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
}
.bottomBox .qrcode li{
	width: 50%;
	text-align: center;
	float: left;
}
.bottomBox .qrcode li img{
	width: 94%;
	max-width: 95px;
	margin-bottom: 8px;
}
.bottomBox .qrcode li p{
	font-size: 12px;
	color: #757575;
}
@media (max-width:1024px) {
	.bottomBox_coat{
		padding: 20px 0 12px;
	}
	.bottomBox {
		padding: 0 250px 0 10px;
		height: 120px;
	}
	.bottomBox .bottomlogo{
		width: 30%;
		height: 90px;
	}
	.bottomNav{
		display: none;
	}
	.bottomInfor{
		float: right;
		width: 60%;
		height: 90px;
	}
	.bottomBox .qrcode{
		width: 240px;
	}
}
@media (max-width:768px) {
	.bottomBox_coat{
		padding: 15px 0 10px;
	}
	.bottomBox {
		padding: 0 10px;
		height: auto;
	}
	.bottomBox .bottomlogo{
		display: none;
	}
	.bottomInfor{
		display: none;
	}
	.bottomBox .qrcode{
		position: relative;
		width: 240px;
		margin: 0 auto;
		float: none;
		top: auto;
		right: auto;
	}
	.bottomBox .qrcode li img{
		width: 70%;
	}
}
/* ---- footer ---- */
.footer{
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	background: #333333;
	font-size: 12px;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer p{
	display: inline-block;
	margin-left: 16px;
}
.footer p a{
	margin: 0 8px;
}
@media (max-width:1024px) {
	.footer{
		height: 42px;
		line-height: 42px;
	}
	.footer p{
		margin-left: 12px;
	}
	.footer p a{
		margin: 0 6px;
	}
}
@media (max-width:768px) {
	.footer{
		height: auto;
		padding: 5px;
		line-height: 18px;
		text-align: center;
	}
	.footer p{
		display: none;
	}
}
/* ---- 框架 ---- */
.container{
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb16{
	margin-bottom: 16px;
}
.mb22{
	margin-bottom: 22px;
}
.mb26{
	margin-bottom: 26px;
}
.mb35{
	margin-bottom: 35px;
}
.mb2_5{
	margin-bottom: 2.5%;
}
@media (max-width:1024px) {
	.mb16{
		margin-bottom: 14px;
	}
	.mb22{
		margin-bottom: 18px;
	}
	.mb26{
		margin-bottom: 20px;
	}
	.mb35{
		margin-bottom: 25px;
	}
}
@media (max-width:768px) {
	.mb16{
		margin-bottom: 10px;
	}
	.mb22{
		margin-bottom: 12px;
	}
	.mb26{
		margin-bottom: 14px;
	}
	.mb35{
		margin-bottom: 16px;
	}
}
