﻿html, body { font-family: 'Microsoft YaHei'; padding: 0; margin: 0; }
a { text-decoration: none }
ul, ol, li { margin: 0; padding: 0; list-style-type: none }
button{outline: none;}
img{ border:0;}

.w1200m0 { width: 1200px; margin: 0 auto }
.clear { clear: both }
.hide { display: none }

/*顶部*/
#top { height: 35px; border-bottom: 1px solid #dfdfdf; overflow: hidden; word-spacing: 8px; font-size: 14px }
#top a { color: #4c4c4c }
#top .toplinks { width: 1200px; margin: 8px auto; }
#top .verline { color: #c8c8c8 ;padding:0px 10px 0px 10px;}

/*LOGO和导航 125*/
#nav { height: 125px; }
#nav .logo { width: 320px; float: left; margin-top: 20px; padding-left: 5px }
#nav .logo img{ float: left;}
#nav .logo .text{ float: left; margin: 15px 0 15px 20px; color: #25c390; font-size: 36px; }
#nav .nav { float: right; margin-top: 50px }
#nav .nav li { font-size: 16px; float: left }
#nav .nav li a { padding: 9px 12px; color: #4c4c4c }
#nav .nav li a.current { color: #fff; background-color: #25c390; padding-left: 15px; padding-right: 15px }
#top .btn-login{color:#25c390;cursor:pointer;}

/*图片切换与登录 500*/
#swapper { position:relative; }
#swapper img{max-width:100%}
#swapper .swappercontent { position: relative;width:100%;z-index:2;}
#swapper .appdown { position: absolute; left:0; bottom:0;}
#swapper .appdown .downicon { width: 200px; height: 56px; background-color: #fba707; border-radius: 10px; float: left; margin-right: 30px; font-size: 26px; line-height: 56px; color: #fff; font-family: 'Tahoma'; background-repeat: no-repeat; background-position: 22px 10px }
#swapper .appdown .downicon-ios { background-image: url(../images/ios.png); text-indent: 90px; }
#swapper .appdown .downicon-andriod { background-image: url(../images/andrioid.png); text-indent: 72px; }

#swapper .w1200m0{position: relative;}
#swapper .loginbox { position: absolute; top: 40px; right: 0; width: 315px; height: 400px; border-radius: 15px; border: 1px solid #bdbbb9; background-color: rgba(250,250,250,.9); padding: 22px 20px 20px 25px; overflow: hidden; }
#swapper .loginbox .logintext { line-height: 24px }
#swapper .loginbox .logintext .desc { text-align: left; color: #fba707; font-size: 24px }
#swapper .loginbox .logintext .reg a { text-align: right; float: right; color: #006722; font-size: 14px }
#swapper .loginbox .logintextbox { margin-top: 22px }
#swapper .loginbox .logintextbox input[type=text], input[type=password] { border: 1px solid #bdbbb9; line-height: 30px; height: 30px; width: 313px; text-indent: 10px }
#swapper .loginbox .rememberme { font-size: 12px; margin-top: 15px; color: #4c4c4c; overflow: hidden; }
#swapper .loginbox .rememberme label{ float: left; }
#swapper .loginbox .rememberme label input{ margin: 1px 4px 0 0;vertical-align: middle; }
#swapper .loginbox .rememberme label span{ vertical-align: middle; }
#swapper .loginbox .rememberme a { color: #4c4c4c }
#swapper .loginbox .rememberme .findpwd { float: right }
#swapper .loginbox .loginbutton { margin-top: 20px; clear: both }
#swapper .loginbox .loginbutton .buttonstyle { background-color: #fba707; height: 38px; width: 315px; border: none; border-radius: 2px; color: #fff; font-size: 16px; cursor: pointer; outline: none; }
#swapper .loginbox .loginbutton .buttonstyle:active{ background-color: #e08e0b;  }
.login-ani{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    line-height: 400px;
    background-color: rgba(255,255,255,.7);
    text-align: center;
    z-index:10;
}
.login-ani img{
    -webkit-animation: loading 1s linear infinite;
    -o-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    vertical-align: middle;
}
@keyframes loading {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

#swapper .loginbox .otherlogin { margin-top: 20px }
#swapper .loginbox .otherlogin .qqlogin { float: left; width: 211px; font-size: 10pt }
#swapper .loginbox .otherlogin .qqlogin .qqicon { }
#swapper .loginbox .otherlogin .qqlogin .qqicon .qqiconlink { display: block; height: 24px; background-image: url('../images/qq.png'); background-repeat: no-repeat; line-height: 22px; padding-left: 24px; color: #4c4c4c }
#swapper .loginbox .otherlogin .qqlogin .qrcodedesc { margin-top: 30px; color: #25c390; font-size: 24px }
#swapper .loginbox .otherlogin .qrcode { float: left; margin-top: 10px }
/*APP介绍 600*/
#appdesc { overflow: hidden;padding: 50px 0; }
#appdesc .left { float: left;width: 40%; }
#appdesc .right { float: left; width: 60%;padding-top: 180px; }
#appdesc .right .appdesctitle { color: #25c390; font-size: 36px; font-family: '微软雅黑' }
#appdesc .right .appdesccontent { color: #666; font-size: 18px; margin-top: 40px; line-height: 30px }

/*终端介绍 680*/
.product-box{ background-color: #25c390; overflow: hidden; }
.product-box .title{ margin:50px 0;color: #fff; font-size:36px; font-weight:400;text-align: center; }
.card-area{margin:42px auto 30px;height:560px;width:1200px;position:relative;}
.card-area .bg-e8e8e8{background:#e8e8e8}
.card-area .bg-e1e1e1{background:#e1e1e1}
.card-area .card-item{z-index:4;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;position:relative;float:left;width:22%;height:521px;background-color:transparent;border-right: 1px solid #ddd;box-sizing: border-box;}
.card-area .card-item .card{transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;width:100%;height:100%;text-align:center;background:#fff}
.card-area .card-item .card .card-content{width:100%;line-height:2}
.card-area .card-item .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));line-height:2}
.card-area .card-item .card .card-content.content-second li{float:left;width:50%}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{position:absolute;left:0;right:0;z-index:1}
.card-area .card-item .card .card-title{padding-top:1px;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;height:145px;line-height:26px;font-size:14px;top:0;background: #f3f3f3; }
.card-area .card-item .card .card-title .content{position:absolute;bottom:10px;width:100%}
.card-area .card-item .card .card-title h1{font-size:22px;font-weight:700;color:#2a2a2a;margin-bottom:0}
.card-area .card-item .card .card-title .short-info{color:#8dbbdc;font-size:14px;margin-top:0;margin-bottom:20px}
.card-area .card-item .card .card-title .zq-product-img{width:80px;height:80px;margin:10px auto;position:relative}
.card-area .card-item .card .card-title .zq-product-img .card-area-icon1{display: block;width: 100%;height: 100%;background: url(../images/phone1.png) no-repeat center; }
.card-area .card-item .card .card-title .zq-product-img .card-area-icon2{display: block;width: 100%;height: 100%;background: url(../images/pad1.png) no-repeat center; }
.card-area .card-item .card .card-title .zq-product-img .card-area-icon3{display: block;width: 100%;height: 100%;background: url(../images/tv1.png) no-repeat center; }
.card-area .card-item .card .card-title .zq-product-img .card-area-icon4{display: block;width: 100%;height: 100%;background: url(../images/pc1.png) no-repeat center; }
.card-area .card-item .card .card-title .zq-product-img .un-hover{z-index:1;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-title .zq-product-img .with-hover{z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{height:376px;position:absolute;top:145px}
.card-area .card-item .card .card-content.content-first .content-first-list{width:100%;max-width:250px;font-size:16px;color:#373d41;margin-top:47px;margin-bottom:47px}
.card-area .card-item .card .card-content.content-first .content-first-list li{margin-bottom:30px}
.card-area .card-item .card .card-content.content-second{width:90%;left:25px;font-size:14px;color:#a9b0b4;text-align:left;padding-top:26px}
.card-area .card-item .card .card-content.content-second .main-head{color:#2a2a2a;font-size:24px;line-height:28px;margin-bottom:10px}
.card-area .card-item .card .card-content.content-second p{margin:5px 0}
.card-area .card-item .card .card-content.content-second .main-tip{color:#232933}
.card-area .card-item .card .card-content.content-second .main-desc{color:#8c8c8c;font-size:12px;line-height:22px;height: 150px;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.card-area .card-item .card .card-content.content-second .main-btn{cursor:pointer;width:160px;height:38px;font-size:16px!important;color:#fff;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#fba707;border:none;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background: #e8881a; }/*deep*/
.card-area .card-item .card .card-content.content-second .main-white-btn{cursor:pointer;width:160px;height:36px;border:1px solid #fba707;font-size:16px!important;color:#fba707;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#fff;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover{color:#fff;background:#fba707}
.card-area .card-item .card .card-content .other-info{width:105%;height:70px;overflow:hidden;line-height:22px;padding-top:20px;font-size:12px}
.card-area .card-item .card .card-content .other-info .other-info-list{width:30%;height:70px;background:#f2f2f2;box-sizing:border-box;margin-right:3%;padding:0 0 0 10px;position:relative}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow{position:absolute;right:10px;top:15px;background-position:-200px 0}
.card-area .card-item .card .card-content .other-info .other-info-list:hover{background:#fba707}.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow{background-position:-200px -17px}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head{color:#fff}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context{color:#00c1de}
.card-area .card-item .card .card-content .other-info .other-head{font-size:16px;font-weight:400;color:#000;margin:13px 0 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.card-area .card-item .card .card-content .other-info .other-desc{margin-top:2px;font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.card-area .card-item.active{z-index:6;box-shadow:0 0 30px rgba(0,0,0,.2);width:34%;height:535px;}
.card-area .card-item.active .card .card-title{background-color:#fba707;height:159px;top:-15px;border:none}
.card-area .card-item.active .card .card-title .zq-product-img .card-area-icon1{display: block;width: 100%;height: 100%;background: url(../images/phone2.png) no-repeat center; }
.card-area .card-item.active .card .card-title .zq-product-img .card-area-icon2{display: block;width: 100%;height: 100%;background: url(../images/pad2.png) no-repeat center; }
.card-area .card-item.active .card .card-title .zq-product-img .card-area-icon3{display: block;width: 100%;height: 100%;background: url(../images/tv2.png) no-repeat center; }
.card-area .card-item.active .card .card-title .zq-product-img .card-area-icon4{display: block;width: 100%;height: 100%;background: url(../images/pc2.png) no-repeat center; }
.card-area .card-item.active .card .card-title h1{color:#fff}
.card-area .card-item.active .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item.active .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}


/*学习场景 560*/
#learnscene { }
#learnscene .learnscenetitle { height: 150px; line-height: 150px; text-align: center; font-size: 36px; color: #25c390 }
#learnscene ul { padding-bottom:40px;overflow: hidden; }
#learnscene li { float: left; width: 360px }
#learnscene li .scenetitle { color: #2a2a2a; font-size: 24px; margin-top: 30px;text-align:center; }
#learnscene li .scenedesc { color: #666666; font-size: 18px; padding-top: 15px; line-height: 30px;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
#learnscene li .img-box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
#learnscene li .img-box a{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) no-repeat center;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#00000000,endColorstr=#00000000);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#learnscene li .img-box img{
    vertical-align: middle;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#learnscene li .img-box:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#learnscene li .img-box:hover a{
    background: rgba(0,0,0,.4) url(../images/search.png) no-repeat center;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#40000000,endColorstr=#40000000);
}
#learnscene li.middle{
    margin: 0 60px;
}


/*用户对象 420*/
#tousers { height: 420px; clear: both; background-image: url('../images/touser.png'); }
#tousers ul { }
#tousers li {position: relative; width: 240px; float: left; height: 285px; padding-top: 135px; text-align: center; font-size: 18px; color: #fff }
#tousers li .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161A1D;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li.gov { background-image: url('../images/gov.png'); }
#tousers li.parent { background-image: url('../images/parent.png'); }
#tousers li.school { background-image: url('../images/school.png'); }
#tousers li.teacher { background-image: url('../images/teacher.png'); }
#tousers li.student { background-image: url('../images/student.png'); }
#tousers li .img { height: 90px }
{
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
}
#tousers li .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#tousers li .mask .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161A1D;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .bg.other-bg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
}
#tousers li .mask .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .content .line-panel {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .content .line-panel .item-line {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .content .item-img-panel {
    position: relative;
    width: 25%;
    height: 54px;
    display: inline-block;
}
#tousers li .mask .content .item-img-panel .item-img,
#tousers li .mask .content .item-img-panel .item-img-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .content .item-img-panel .item-img-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .content .item-title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: bold;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li .mask .content .item-desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 0px 23px;
    line-height: 24px;
    height: 72px;
}
#tousers li .mask .content .item-link {
    display: inline-block;
    border: 1px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 62px;
}
#tousers li .mask .content .item-link:hover {
    color: #25c390;
    background: #fff;
}
#tousers li .mask .content .item-desc,
#tousers li .mask .content .item-link {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#tousers li:hover .bg {
    background: #25c390;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}
#tousers li:hover .bg.other-bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}
#tousers li:hover .content {
    top: 13%;
}
#tousers li:hover .content .item-img-panel .item-img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
#tousers li:hover .content .item-img-panel .item-img-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#tousers li:hover .content .line-panel {
    margin-top: 10px;
}
#tousers li:hover .content .line-panel .item-line {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
#tousers li:hover .content .item-title {
    margin-top: 12px;
}
#tousers li:hover .content .item-desc,
#tousers li:hover .content .item-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#tousers li:hover .content .item-desc {
    margin-top: 22px;
}
#tousers li:hover .content .item-link {
    margin-top: 14%;
}


/*数据中心 950*/
#datacentral { position: relative; padding-top: 75px; height: 875px; text-align: center; overflow: hidden; }
#datacentral .data-title { font-size: 36px; color: #25c390; z-index: 99 }
#datacentral .map { margin-top: -30px }
#datacentral .echart { width: 100%;height: 700px;background-color: #fff!important; }
#datacentral .data-number { font-size: 30px; color: #fba707; margin-top: 50px }


/*底部 460*/
#footer { height: 460px; background-color: #4d4d4d; overflow: hidden }

#footer .content { margin-top: 35px }
#footer .content .telandhelp { height: 195px; overflow: hidden; margin-top: 40px; }
#footer .content .telandhelp .tel { background-image: url('../images/icon_dianh.png'); background-repeat: no-repeat; float: left; width: 359px; border-right: 1px solid #9b9ea0; height: 205px }
#footer .content .telandhelp .tel .telinfo { height: 65px; margin-left: 100px; font-size: 20px; color: #fff; line-height: 28px }
#footer .content .telandhelp .tel .consultation { margin-left: 100px; margin-top: 5px }
#footer .content .telandhelp .tel .consultation ul { }
#footer .content .telandhelp .tel .consultation li { font-size: 14px; line-height: 30px }
#footer .content .telandhelp .tel .consultation li a { color: #9b9ea0 }

#footer .content .telandhelp .help { float: left; padding-left: 150px }
#footer .content .telandhelp .help .helpitem { float: left; width: 170px }
#footer .content .telandhelp .help .helpitem .title { color: #fff; font-size: 16px; line-height: 30px }
#footer .content .telandhelp .help .helpitem ul { }
#footer .content .telandhelp .help .helpitem li { padding: 4px 0px; font-size: 14px }
#footer .content .telandhelp .help .helpitem li a { color: #9b9ea0 }


#footer .content .about { border-top: 1px solid #9b9ea0; padding-top: 25px; clear: both; margin-top: 40px; color: #9b9ea0; }
#footer .content .about a { color: #9b9ea0; }
#footer .content .about .aboutlink { overflow: hidden }
#footer .content .about .aboutlink ul { }
#footer .content .about .aboutlink li { font-size: 16px; float: left; width: 120px }
#footer .content .about .appquicklink { clear: both; margin-top: 18px; overflow: hidden }
#footer .content .about .appquicklink ul { }
#footer .content .about .appquicklink li { font-size: 14px; float: left; padding-right: 15px }
#footer .content .about .copyright { font-size: 12px; clear: both; margin-top: 18px }
#footer .content .about .copyright .hotonline { float: left }
#footer .content .about .copyright .beian { float: right }

/*弹框*/
.mask-xxk{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    transition: all 1s;
    z-index:10;
}
.mask-xxk .mask-wrap{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 260px;
    box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
    -moz-transition: -moz-box-shadow linear .2s;
    -webkit-transition: -webkit-box-shadow linear .2s;
    transition: -webkit-box-shadow linear .2s;
    background-color: #f3f3f3;
}
.mask-xxk .m-title{
    position: relative;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background-color: #fff;
}
.mask-xxk .m-title .title-text{
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    z-index: 2;
}
.mask-xxk .m-title .icon-title{
    position: absolute;
    left:50%;
    bottom: -30px;
    margin-left: -43px;
    width: 86px;
    height: 86px;
    background: url(../images/icon_top.png) no-repeat center;
    background-size: 100%;
    z-index: 1;
}
.mask-xxk .content .info{
    margin: 0;
    padding: 40px 25px 20px 25px;
    font-size: 16px;
    text-indent: 2em;
}
.mask-xxk .content .btn-box{
    text-align: center;
}
.mask-xxk .content .btn-box .btn{
    font-size: 16px;
    background-color: #00b47f;
    line-height: 42px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #00b47f;
    cursor: pointer;
    margin: 0 10px;
}
.mask-xxk .content .btn-box .btn-desktop{
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #000;
    display: inline-block;
    padding: 0 20px;
    border: 2px solid #00b47f;
    cursor: pointer;
    background-color: transparent;
    margin: 0 10px;
}

#log-box{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    transition: all 1s;
    z-index:10;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#log-box .log-box-content{
    position: relative;
    z-index:2;
}
#log-box .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.6);
    z-index:1;
}
#owl-login{
    width: 211px;
    height: 108px;
    background-image: url(../images/owl-login.png);
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -111px;
}
#owl-login .hand{
    width: 34px;
    height: 34px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #472d20;
    -webkit-transform: scaleY(.6);
    -moz-transform: scaleY(.6);
    -o-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    transform: scaleY(.6);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    position: absolute;
    left: 14px;
    bottom: -8px;
}
#owl-login.password .hand{
    -webkit-transform: translateX(42px) translateY(-15px) scale(.7);
    -moz-transform: translateX(42px) translateY(-15px) scale(.7);
    -o-transform: translateX(42px) translateY(-15px) scale(.7);
    -ms-transform: translateX(42px) translateY(-15px) scale(.7);
    transform: translateX(42px) translateY(-15px) scale(.7);
}
#owl-login .hand.hand-r{
    left: 170px;
}
#owl-login.password .hand.hand-r{
    -webkit-transform: translateX(-42px) translateY(-15px) scale(.7);
    -moz-transform: translateX(-42px) translateY(-15px) scale(.7);
    -o-transform: translateX(-42px) translateY(-15px) scale(.7);
    -ms-transform: translateX(-42px) translateY(-15px) scale(.7);
    transform: translateX(-42px) translateY(-15px) scale(.7);
}
#owl-login .arms{
    top: 58px;
    position: absolute;
    width: 100%;
    height: 41px;
    overflow: hidden;
}
#owl-login .arms .arm{
    width: 40px;
    height: 65px;
    position: absolute;
    left: 20px;
    top: 40px;
    background-image: url(../images/owl-login-arm.png);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
#owl-login.password .arms .arm{
    -webkit-transform: translateY(-40px) translateX(40px);
    -moz-transform: translateY(-40px) translateX(40px);
    -o-transform: translateY(-40px) translateX(40px);
    -ms-transform: translateY(-40px) translateX(40px);
    transform: translateY(-40px) translateX(40px);
}
#owl-login .arms .arm.arm-r{
    -webkit-transform: rotate(20deg) scaleX(-1);
    -moz-transform: rotate(20deg) scaleX(-1);
    -o-transform: rotate(20deg) scaleX(-1);
    -ms-transform: rotate(20deg) scaleX(-1);
    transform: rotate(20deg) scaleX(-1);
    left: 158px;
}
#owl-login.password .arms .arm.arm-r{
    -webkit-transform: translateY(-40px) translateX(-40px) scaleX(-1);
    -moz-transform: translateY(-40px) translateX(-40px) scaleX(-1);
    -o-transform: translateY(-40px) translateX(-40px) scaleX(-1);
    -ms-transform: translateY(-40px) translateX(-40px) scaleX(-1);
    transform: translateY(-40px) translateX(-40px) scaleX(-1);
}
#log-box .pad{
    overflow: hidden;
    padding: 30px 30px 20px;
    background-color:#fff;
}
#log-box .controls{
    position: relative;
    margin-bottom: 10px;
}
#log-box .icon-account{
    position:absolute;
    display:block;
    top:12px;
    left:12px;
    width:16px;
    height:16px;
    z-index:2;
    background: url(../images/icon_account.png) no-repeat center / 100%;
}
#log-box .icon-password{
    position:absolute;
    display:block;
    top:12px;
    left:12px;
    width:16px;
    height:16px;
    z-index:2;
    background: url(../images/icon_password.png) no-repeat center / 100%;
}
#log-box .form-control{
    display: block;
    width: 300px;
    height: 40px;
    padding: 6px 12px 6px 40px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555!important;
    vertical-align: middle;
    background-color: #fff!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
    text-indent:0;
}
.form-actions{
    border-top: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    padding: 15px 30px;
    text-align: right;
}
a.btn-link.text-muted{
    color:#999;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
.form-actions .btn{
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.form-actions .btn-primary{
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}





