html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1;
	-webkit-backface-visibility:hidden;
	width:100%;
	margin:0;
	padding:0;
	width:expression(document.body.clientWidth <= 1024? "1024px": "auto");
    min-width:1024px;
}
ol, ul {
	list-style:none
}
em, b, i, strong {
	font-style:normal;
	font-weight:normal
}
html, body {
	height:100%;
	font:12px/1.6 "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
}
a, a:visited, a:active {
	color:#fff;
	text-decoration:none
}
a:hover {
	text-decoration:none
}
.clear {
	zoom:1
}
.clear:after {
	content:"\200c";
	display:block;
	height:0;
	font-size:0;
	clear:both
}
.content {
	width:1000px;
	margin:0 auto;
	height:100%;
	position:relative
}
.header {
	width:100%;
	height:100px;
	background:#2192f8;
}
.head {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
/****
通用头部****
****/
.header {
	width:100%;
	height:100px;
	margin:0 auto;
	border-bottom:1px solid #59adfa;
}
.logo {
	float:left;
	margin:25px 0px 0px 10px;
}
.nav_items {
	list-style-type:none;
	overflow:hidden;
	margin:0 auto;
	float:right;
}
.nav_items li.curr a {
	color:#CCC;
	blr:expression(this.onFocus=this.blur());
	outline: none;
}
.nav_items li.curr a:focus {
	outline: none;
}
.nav_items li {
	float:left;
	height:100px;
	line-height:100px;
}
.nav_items li a:focus {
	outline: none;
}
.nav_items li a {
	font-size:16px;
	color:#ffffff;
	padding-left:40px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	blr:expression(this.onFocus=this.blur());
	outline: none;
}
.nav_items li a:hover {
	text-decoration:none;
	color:#E66768;
}
.other_nav {
	position:absolute;
	z-index:999;
	top:32px;
	right:0;
	float:right;
}
.other_nav li {
	float:left;
}
.other_nav li a {
	padding-left:7px;
}
#wifibanner {
	background:#ff6811;
	height:600px;
	color:#fff
}
/****
整体BANNER****
****/
.mobile_banner {
	width:100%;
	height:600px;
	padding:0;
	background:#2192f8;
}
.banner_m {
	width:1000px;
	height:600px;
	background:url(../img/banner_m.png) no-repeat;
	margin:0 auto;
	position:relative;
}
.water {
	width:100%;
	height:54px;
	background:url(../img/banner_water.jpg) 0 center no-repeat;
}
.banner_down {
	width:520px;
	margin:0 auto;
	padding-top:75px;
	position:absolute;
	left:555px;
	top:200px;
}
.banner_down dt {
	text-align:center;
	line-height:1.2;
	width:215px;
	float:left;
	font-size:16px;
}
.banner_down dd {
	float:left;
	padding-left:20px;
}
.banner_down dd center {
	font-size:14px;
	color:#FFF;
}
.banner_down span {
	color:#FFF;
}
.banner_down .android a {
	display:block;
	width:202px;
	height:66px;
	background:url(../img/android_down_h.png) no-repeat;
	margin-top:20px;
}
.banner_down .ios a {
	display:block;
	width:202px;
	height:66px;
	background:url(../img/ios_down_h.png) no-repeat;
}
/****
通用底部****
****/
.footer {
	width:100%;
	padding:50px 0px 10px;
	background:#303030;
}
.w1000 {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.foot {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.foot_box {
	width:220px;
	float:left;
	text-align:left;
	padding-left:100px;
}
.foot_box ul li.title {
	padding-bottom:13px;
}
.foot_box .hezuo li {
	position:relative;
	z-index:1;
}
.foot_box .hezuo li img {
	position:absolute;
	top:5px;
	padding-right:10px;
}
.foot_box .hezuo li b {
	padding-left:30px;
	font-size:14px;
	color:#949494;
}
.foot_box ul li {
	font-size:18px;
	color:#d9d9d9;
	line-height:28px;
}
.foot_box ul li a {
	font-size:14px;
	color:#949494;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.foot_box ul li.no_link {
	font-size:14px;
	color:#949494;
}
.foot_box ul.yinsi a {
	cursor:inherit;
}
.foot_box ul li a:hover {
	color:#E66768;
}
.foot_box h3 {
	font-size:16px;
	color:#d9d9d9;
	padding-left:25px;
	font-weight:500;
}
.foot_box p {
	color:#ffffff;
	font-size:14px;
}
.foot_bottom {
	margin:36px 0px;
	border-top:1px solid #262626;
	text-align:center;
}
.foot_txt {
	padding:10px 0;
	font-size:12px;
	color:#949494;
}
.foot_txt a {
	color:#999;
	padding-left:15px;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.foot_txt a:hover {
	color:#E66768;
}
.foot_txt p {
	padding-top:10px;
}
.wifipage {
	height:500px;
	background:#fff;
}
#wifispeedd, #wifisafe {
	background:#f8f8f8;
}
.wifipage dl {
	position:relative
}
.wifipage dt, .wifipage dd {
	float:left;
}
.wifipage dt {
	font-size:18px;
	color:#666;
	line-height:1.8;
	margin-top:200px
}
.wifipage h4 {
	font-size:38px;
	color:#333;
	line-height:2;
	font-weight:200;
}
.wifipage dd {
	position:relative
}
.wifipage dd i {
	position:absolute;
	z-index:5;
	text-indent:-999em
}
#wifinet dt, #wifispeed dt {
	float:right
}
#wifinet dd {
	width:476px;
	height:390px;
	margin:80px 0 0 0;
	position:relative
}
#wifisafe dd {
	width:476px;
	height:390px;
	float:right;
	margin:80px 0 0 0;
}
#wifispeedd dd {
	width:476px;
	height:390px;
	float:right;
	margin:80px 0 0 0;
}
#wifispeed dd {
	width:373px;
	height:390px;
	margin:80px 0 0 0;
}
#video{
	background:#202020;
	height:475px;
	color:#fff;
}
#video .content {
	width:900px;
	margin:0 auto;
	padding-top:50px;
}
#footer-wrap {
	background:#333;
	color:#fff;
	font-size:14px;
	text-align:center;
	height:96px;
	line-height:96px
}
.down_b {
	display:none
}
.device {
  width: 221px;
  height: 387px;
  position: relative;
  top:112px;
  left:123px;
}
.swiper-container {
  height: 387px;
  width: 221px;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:40px;
  width: 100%;
  z-index:9999;
  display:none;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}