@charset "UTF-8";

html,body {
    /*background: #e9eaec;*/
    -webkit-font-smoothing: antialiased;
    font-size: 13px
}

* {
    box-sizing: border-box;
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent
}

[placeholder]::-webkit-input-placeholder,[placeholder]::-moz-placeholder,[placeholder]:-ms-input-placeholder {
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif
}

a {
    color: #333333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none
}

a:hover {
    color: #3da9f7
}

.container {
    margin: 0 auto
}



@media screen and (min-width: 800px) {
    .layout {
        overflow-x:hidden;
    }
}

/*容器*/
.layout {
    /*min-width: 1006px;*/
}

/*导航*/

.block {
    width: 960px;
    margin: 0 auto;
}
#header {
    margin-top: 28px;
    height: 62px;
    font-size: 15px;
}

.logo {
    width: 149px;
    height: 34px;
    margin-right: 210px;
    margin-top: -10px;
}
.nav {
    font-size: 14px;
}
.nav li {
    float: left;
    margin: 14px 50px 0 0;
}
.nav a {
    display: block;
}
.nav .last {
    margin-right: 0;
}

/*公共样式*/
.tit{
	position: absolute;
    left: 0;
    top: 25%;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
}
.desc{
	position: absolute;
    left: 0;
    top: 35%;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.button {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 160px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #05c19b;
    border-radius: 5px;
    moz-box-shadow: 0 3px 0 #129177;
    -webkit-box-shadow: 0 3px 0 #129177;
    box-shadow: 0 3px 0 #129177;
}





/*轮播广告*/
#index_banner_slide{
	position: relative;
	height: 433px;
	overflow: hidden;
	margin-bottom: 0px;
}
.banner-index {
    height: 433px;
    width: 1600px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: 50%;
    margin-left: -800px;
}
.banner-item {
    float: left;
    display: block;
    height: 433px;
    width: 1600px;
    overflow: hidden;
    background: top no-repeat;
    position: relative;
}


#index_banner_slide .ks-switchable-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
#index_banner_slide .ks-switchable-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 100%;
    background-color: rgba(255,255,255,.2);
    line-height: 0;
    font-size: 0;
    cursor: pointer;
}
#index_banner_slide .ks-switchable-nav li.ks-active {
	background-color: #fff;
}

/*轮播广告end*/


/*wifi连接本地生活*/
.wifi-conn {
	position: relative;
    margin: 0px auto 0 auto;
    width: 1000px;
    height: 400px;
}
.wifi-conn .tit{
	top: 30%;
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 45px;
    font-family: 微软雅黑;
}

.wifi-conn .desc{
    top: 50%;
    color: #333;
    text-align: center;
    width: 100%;
}

/*移动建站*/

.website{
	
	background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/0766580e1da74e3e9003796f6b7a1221.jpg) center center no-repeat;
}

.website .center-wrap{
	position: relative;
    margin: 0px auto 0 auto;
    width: 1000px;
    height: 600px;
}

.website .mobile-pic{
    position: absolute;
    top: 15%;
    right: 20px;
    width: 408px;
    height: 540px;
    background: url("../images/index_mobile.png") 0 0;
}



/*微信连wifi*/
.weixin-wifi{
	background:url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/ec6c9ba1bc287bb6f2604d4084e2d4f7.png) center bottom no-repeat;
}
.weixin-wifi .center-wrap{
	position: relative;
    margin: 0px auto 0 auto;
    width: 1000px;
    height: 600px;
}

.weixin-wifi .device{
	width: 516px;
    height: 297px;
    background-image: url("../images/style-join.png");
    background-position: -608px -888px;
    left: 50px;
    top: 150px;
    position: absolute;
}
.weixin-wifi .icon-wifi{
	width: 142px;
    height: 142px;
    background-image: url("../images/style-join.png");
    background-position: -1250px -1032px;
    left: 430px;
    top: 300px;
    position: absolute;
}

.weixin-wifi .tit{
    top: 5%;
    color: #333;
    text-align: center;
    width: 100%;
}

.weixin-wifi .desc{
	top: 15%;
    color: #333;
    text-align: center;
    width: 100%;
}

/*微信信息大数据*/

.weixin-info{
    height: 685px;
    background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/b6a50e1eb4ddd356e5aa907fda37a2cf.jpg) center bottom repeat-x fixed;

}
.weixin-info .mask{
	height: 685px;
    background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/9640fe0cd58b540d64c13356d7b978a1.png) center center repeat-x;
}
.weixin-info .center-wrap{
	height: 685px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.weixin-info .con{
	padding-top: 210px;
    padding-left: 95px;
}
.weixin-info .con .desc{width: 380px;top: 45%;}
.weixin-info .con .icon-jinchang
{
	position: absolute;
    top: 15%;
    left: 0;
	width: 50px;
    height: 52px;
    background-image: url("../images/style-join.png");
    background-position: -1426px -744px;
}


.weixin-info .icon-lianjie {
    width: 572px;
    height: 498px;
    background-image: url("../images/style-join.png");
    background-position: -676px -2px;
    right: 30px;
    top: 88px;
    position: absolute;
}






/*oneup一加期待合作*/
.oneup{
	background:#fff url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/b6b252d3621ec98e65852c5d50ffe71b.jpg) center center repeat-x;
	padding-top: 20px;
}
.oneup .oneup-logo{
	width: 120px;
    height: 120px;
    overflow: hidden;
    background: url(../images/oneup-logo.png) center no-repeat;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -60px;
}
.oneup .con{
	position: relative;
	width: 1000px;
	height: 520px;
	margin: 0 auto;
}
.oneup .tit{
	color: #333;
    opacity: .7;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    top: 35%;
}


/*服务行业*/
.hangye{}
.hangye .center-wrap{
	width: 1160px;
	height: 690px;
	margin: 0 auto;
	position: relative;
}
.hangye .tit{
	color: #333;
    width: 100%;
    text-align: center;
    top: 6%;
}
.hangye .desc{
	width: 100%;
    text-align: center;
    color: #333;
    top: 15%;
}
.hangye .hy-list{
	position: absolute;
    top: 22%;
}
.hangye li {
    position: relative;
    padding: .87719%;
    width: 25%;
    float: left;
}

.hangye li .places-layer{
	position: absolute;
    line-height: 330%;
    text-shadow: 0 2px 1px #304D70;
    position: absolute;
	width: 265px;
    height: 157px;
    top: 10px;
    left: 10px;
    background: transparent;
    opacity: .45;
    filter: Alpha(opacity=45);
    z-index: 2;
    cursor: default;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hangye li:hover .places-layer{
	background: #000;
}
.hangye li span{
	position:absolute;
	right: 22px;
    bottom: 22px;
    color: #fff;
    z-index: 3;
}


/*wifi设备*/
@keyframes bg_roll{from{} to{background-position:center -1128px;}}
@-webkit-keyframes bg_roll{from{} to{background-position:center -1128px;}}
.wifi-device{
	background: #1f98ff url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/9f69899883e385d696d2bce1e63412d4.jpg) left center repeat;
	margin-top: 80px;
	animation: bg_roll 30s linear 0s infinite; 
    -webkit-animation: bg_roll 30s linear 0s infinite;
}
.wifi-device .center-wrap{
	position: relative;
	width: 1000px;
	height: 500px;
	margin: 0 auto;

}
.wifi-device .tit{
	top:20%;
}
.wifi-device .desc{
	width:360px;
}
.wifi-device .device-images{
	position: absolute;
	left: 50%;
	top: 40%;
}
.wifi-device .device-images  img{
	position: absolute;
}
.device-images  img.one{
	left: 96px;
    top: 154px;
    z-index: 1;
}
.device-images  img.two{
	left: 208px;
    top: 0;
    z-index: 2;
}
.device-images  img.three{
	left: 340px;
    top: 8px;
    z-index: 2;
}
.device-images img.four{
	left: 174px;
    top: 102px;
    z-index: 3;
}
.device-images img.five{
left: 320px;
    top: 16px;
    z-index: 3;
}
.device-images img.six{
	    left: 228px;
    top: 20px;
    z-index: 4;
}
.device-images img.seven{
	left: 520px;
    top: 94px;
    z-index: 0;
}

.device-images img.eight{
	left: 0;
    top: 148px;
    z-index: 5;
}


/*页脚*/
.footer{background: #fbfbfb;}
.footer .center-wrap{
	width: 1200px;
	height: 240px;
	margin: 0 auto;
	position: relative;
	border-bottom: 0px solid #e5e5e5;
    margin-bottom: 0px;
    text-align: center;
    padding: 50px 0 30px;
}
.footer .guanzhu{
    width:350px;
    display: inline-block;
    margin-right: 130px;
}

.footer .fuwu{
    width:355px;
    display: inline-block;
}
.footer .guanzhu img,
.footer .guanzhu p{
    float: left;
}
.footer .guanzhu p{
    padding-top: 10px;
}

.footer .fuwu p{
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-left: 25px;
}
.footer h5{
    font-size: 16px;
    margin-bottom: 10px;
}
.footer .fuwu .tel{
    font-size: 20px;
    font-weight: 600;
}
.footer .ft-qq img{
    vertical-align: middle;
    border: 0;
}

.footer .copyright{
    background: #f1f1f1;
    text-align: center;
    padding: 30px 0 30px;
    font-size: 12px;
}

/*+++++++++++++++++index 首页样式结束++++++++++++++++++++++*/
/*weisite微建站业务*/

.weisite{
	width: 1000px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 40px 0;
}
.weisite .site-left{
	float:left;
	margin:0 0 0 80px;

}
.weisite .site-right{
	float: right;
	margin: 53px 60px 0 0;
}
.weisite h2{
	font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
}
.weisite p{
	font-size: 16px;
    color: #555555;
    line-height: 26px;
}
.weisite .site-left2{
	margin: 68px 0 0 10px;
}
.weisite .site-right2{
	margin: 38px 70px 0 0;
}

/*微信餐饮*/
.canyin{
	background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/39cf0956a0fc15abf028910c4a7887c4.jpg) center no-repeat;
	height: 360px;
}

.canyin-desc{
	width: 1200px;
    height: 2350px;
    margin: 0 auto;
    background: url(../images/canyin/wcy_3.jpg) no-repeat center bottom;
    position: relative;
}

.canyin-con1,.canyin-con2,.canyin-con3,.canyin-con4,.canyin-con5{
	position: absolute;
	width: 360px;
	height: 200px;
	color: #333;
    font-size: 16px;
    font-weight: 400;
}
.canyin-con1{
    top: 200px;
    left: 100px;
}
.canyin-con2{
    top: 660px;
    right: 100px;
}
.canyin-con3{
    top: 1150px;
    left: 30px;
}
.canyin-con4{
    top: 1580px;
    right: 100px;
}
.canyin-con5{
    top: 2000px;
    left: 130px;
}
.canyin-desc span{
	width: 100%;
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
	color:#f40;
}


/*微信连wifi*/
.wifi{
	background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/e1290936aa72de68adbabace22b6d9fe.jpg) center no-repeat;
	height: 433px;
	background-size: cover;
}

/*微信大屏幕*/
.screen{
	background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/9db5979d1e13e118ae14353042cf7a9f.jpg) center no-repeat;
	height: 433px;
	background-size: cover;
}
/*about*/
.about-banner{
	background: url(http://a8ab2eba39bc5677d607.b0.upaiyun.com/apicloud/cb7bb1197aef799ae3818e40f7fb4324.jpg) center no-repeat;
	height: 433px;
	background-size: cover;
}
.about-banner .center-wrap{
	width: 1200px;
	height: 433px;
	margin: 0 auto;
	position: relative;
}
.about-banner .center-wrap .tit{
	width: 100%;
	text-align: center;
}


.about .center-wrap{
    width: 1200px;
    margin: 30px auto 60px auto;
}
.about .title{
    top: 10%;
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 45px;
    margin-bottom: 10px;
}
.about .info{
    color: #333;
    text-align: left;
    width: 1200px;
    font-size: 16px;
    line-height: 1.5em;
}
.about .info p{
    text-indent: 2em;
}
.about .office{
    margin-top: 20px;
    text-align: center;
}

/*contact*/
.about .contact{
    margin: 20px auto;
    font-size: 14px;
}
.about .contact li{
    width:33.3%;
    float: left;
    text-align: center;
}
.about .contact li img{
    max-width: 75px;
    width:35%;
    vertical-align: middle;
}
.about .contact li .txt{
    display: inline-block;
    vertical-align: middle;
}


