/* 智慧政府 */
/* ******************* 首页 ****************** */
/* bu公共导航 */
.common-bu-nav{
    width:100%;
    height:50px;
    background:#1177db;
}
.common-bu-nav ul{
    display: table;
    width:100%;
    height:100%;
}
.common-bu-nav li{
    display: table-cell;
    height:100%;
    position: relative;
}
.common-bu-nav li a{
    width:100%;
    height:100%;
    display: table;
}
.common-bu-nav li img{
    display:inline-block;
    width:auto;
    height:20px;
    vertical-align: middle;
    margin-top:-6px;
    margin-right:12px;
}
.common-bu-nav li a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color:#fff;
    font-size:16px;
}
.common-bu-nav li:after{
    content:'';
    display:block;
    width:1px;
    height:16px;
    position: absolute;
    right:0;
    top:17px;
    background:#fff;
}
.common-bu-nav li:last-child:after{
    display:none;
}
/* 智慧政府描述 */
.smartGover-describe{
    color:#666666;
    font-size:16px;
    line-height:30px;
}
.smartGover-describe-list{
    width:100%;
    text-align:center;
    font-size:0;
}
.smartGover-describe-list li{
    display:inline-block;
    width:180px;
    height:180px;
    border-radius:20px;
    background:#fff;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px rgba(59, 56, 56, 0.1);
    margin-left:25px;
    margin-right:25px;
    margin-top:50px;
}
.smartGover-describe-list li a{
    display:block;
    width:100%;
    height:100%;
    padding-top:30px;
}
.smartGover-describe-img{
    width:100px;
    height:80px;
    margin:0 auto;
}
.smartGover-describe-text{
    color:#000000;
    font-size:20px;
    line-height:22px;
    text-align: center;
    margin-top:8px;
}
/* 行业解决方案 */
.smartGover-solve{
    width:100%;
    height:234px;
    padding:0;
}
.smartGover-solve .fl{
    width:50%;
    height:100%;
}
.smartGover-solve h3{
    font-size:28px;
    color:#333333; 
    line-height:70px;
}
.smartGover-solve-title{
    padding:68px 0 0 180px;
}
.smartGover-solve .common-more{
    margin:0;
    text-align: left;
}
.smartGover-solve-list{
    padding-top:28px;
}
.smartGover-solve-list li{
    color:#333333;
    font-size:16px;
    line-height:18px;
    margin-bottom:20px;
}
.smartGover-solve-list li a{
    color:#333333;
}
.smartGover-solve-list li:before{
    content:'';
    display:inline-block;
    width:6px;
    height:6px;
    background:#0e5fb3;
    margin-right:24px;
    vertical-align: middle;
}
.smartGover-solve-list li:nth-of-type(1){
    padding-left:60px;
}
.smartGover-solve-list li:nth-of-type(2){
    padding-left:80px;
}
.smartGover-solve-list li:nth-of-type(3){
    padding-left:100px;
}
.smartGover-solve-list li:nth-of-type(4){
    padding-left:120px;
}
.smartGover-solve-list li:nth-of-type(5){
    padding-left:140px;
}
/* 行业案例 */
/* .smartGover-case{
    padding-top:90px;
} */
.smartGover-nav{
    text-align:center;
    font-size:0;
}
.smartGover-nav li{
    display:inline-block;
    width:146px;
    height:40px;
    background:#f6f6f6;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    position: relative;
    color:#000000;
    font-size:14px;
    text-align: center;
    line-height:40px;
}
.smartGover-nav li:first-child{
    border-left:1px solid #e5e5e5;
}
.smartGover-nav li:last-child{
    border-right:1px solid #e5e5e5;
}
.smartGover-nav li:after{
    content:'';
    width:1px;
    height:20px;
    background:#e5e5e5;
    position:absolute;
    right:0;
    top:10px;
}
.smartGover-nav li:last-child:after{display:none;}
.smartGover-nav li.active{
    background:#0e56a0;
    border-color:#0e56a0;
    color:#fff;
}
.smartGover-nav li.active:after{
    display:none;
}
.smartGover-contain{
    width:100%;
    margin-top:22px;
}
.smartGover-contain.overflow{
    overflow: visible;
}
.smartGover-contain-list{
    display:none;
}
.smartGover-contain-list.active{
    display:block;
}
.smartGover-contain-list li{
    width:376px;
    height:302px;
    margin-right:36px;
    border:1px solid #ececec;
    position: relative;
    overflow:hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.smartGover-contain-list li:nth-child(3n){
    margin-right:0;
}
.smartGover-contain-list li:last-child{
    margin-right:0;
}
.smart-case-one{
    padding:0 412px;
}
.smart-case-two{
    padding:0 206px;
}
.smart-case-four li{
    margin-bottom:20px;
}
.smart-case-four .common-more{
    margin-top:0;
}
.smart-case-img{
    display:block;
    width:100%;
    height:217px;
    overflow:hidden;
}
.smart-case-img img{
    width:100%;
    height:100%;
    -webkit-transition:transform .3s linear;
    -moz-transition:transform .3s linear;
    -ms-transition:transform .3s linear;
    -o-transition:transform .3s linear;
    transition:transform .3s linear;
}
.smart-case-img:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.smart-case-text{
    width:100%;
    padding:0 20px;
    position: absolute;
    bottom:0;
    left:0;
    padding-bottom: 40px;
}
.smart-casetext-h2{
    font-size:16px;
    color:#333333;
    line-height:25px;
    margin-bottom:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.smart-case-label{
    height:40px;
    padding:10px 0;
    border-top:1px solid #e5e5e5;
    position:absolute;
    bottom:0;
    left:20px;
    right:20px;
}
.smart-case-label span{
    color:#666666;
    font-size:12px;
}
.smart-case-label .fl span{
    margin-left:14px;
}
.smart-case-label .fr{
    margin-left:16px;
}
.smart-case-label .fr svg{
    display:inline-block;
    width:16px;
    height:18px;
    vertical-align: middle;
    margin-top:-4px;
}
.smart-caseback{
    width:100%;
    height:100%;
    position: absolute;
    top:100%;
    left:0;
    -webkit-transition:top .1s linear;
    -moz-transition:top .1s linear;
    -ms-transition:top .1s linear;
    -o-transition:top .1s linear;
    transition:top .1s linear;
}
.smart-casetext-descr{
    color:#fff;
    font-size:14px;
    line-height:26px;
    padding-bottom:14px;
    display:none;
}
.smart-case-watch{
    padding-left:20px;
    background-image:url('../image/smart-case-watch.png');
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: left center;
}
.smart-case-love{
    padding-left:20px;
    background-image:url('../image/smart-case-love.png');
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: left center;
}
.smartGover-contain-list li:hover .smart-caseback{
    top:0;
}
.smartGover-contain-list li:hover .smart-casetext-h2{
    color:#ffffff;
    margin-bottom:14px;
}
.smartGover-contain-list li:hover .smart-case-label span{
    color:#fff;
}
.smartGover-contain-list li:hover .smart-case-label .smart-case-watch{
    background-image:url('../image/smart-case-watch-act.png');
}
.smartGover-contain-list li:hover .smart-case-label .smart-case-love{
    background-image:url('../image/smart-case-love-act.png');
}
.smartGover-contain-list li:hover .smart-casetext-descr{
    display:block;
}
.smartGover-contain-list li:hover .smart-case-label .fr path{
    fill: #ffffff;
}
/* 热门产品 */
.smartGover-hot{
    padding-top:78px;
    background:#f6f6f6;
}
.smartGover-hot .wrap{
    padding:0 40px;
}
.smartGover-hot-contain{
    width:100%;
    min-height:264px;
    background:#fff;
    padding:40px 10px 40px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.smartGover-hot-contain li{
    width:33.3%;
    height:40px;
    padding-left:100px;
    padding-right:10px;
    line-height:24px;
    color:#000000;
    font-size:16px;
    position: relative;
}
.smartGover-hot-contain li a{
    color:#000000;
}
.smartGover-hot-contain li:before{
    content:'';
    display:block;
    width:4px;
    height:13px;
    background:#f1983a;
    margin-right:30px;
    position: absolute;
    top:7px;
    left:70px;
}
.smartGover-hot .center_x{
    height:auto;
}   
.smartGover-hot-contain .common-more{
    margin-top:10px;
}
/* 专家智囊团 */
.smartGover-thinktank li{
    width:380px;
    margin-right:30px;
}
.smartGover-thinktank li:last-child{
    margin-right:auto;
}
.smartGover-thinkImg{
    display:block;
    width:100%;
    height:214px;
    position: relative;
    cursor:pointer;
}
.smartGover-thinkImg:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-image:url('/static/index/images/smartgovernment/smartGover-thinkImg-back.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.smartGover-think-banner{
    width:100%;
}
.smartGover-thinkBtn{
    width:50px;
    position: absolute;
    z-index:2;
    bottom:15px;
    right:15px;
}
.smartGover-think-label{
    display:block;
    width:140px;
    height:40px;
    position: absolute;
    top:-1px;
    left:0; 
}
.smartGover-think-label span{
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    font-size:20;
    color:#fff;
    line-height:40px;
    text-align: center;
    padding-right:20px;
}
.label-background{
    width:100%;
    height:100%;
}
.smartGover-think-tit{
    width:100%;
    position: relative;
    color:#000000;
    font-size:18px;
    line-height:24px;
    padding:2px 0;
    padding-left:20px;
}
.smartGover-think-tit path{
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -ms-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
}
.smartGover-think-bottom{
    padding-top:16px;
}
.thinktank_two .smartGover-think-bottom,.thinktank_one .smartGover-think-bottom{
    padding-top:0;
}
.think-tit-label{
    width:12px;
    height:12px;
    /* margin-right:10px; */
    position: absolute;
    left:0;
    top:8px;
}
.smartGover-think-lines{
    width:100%;
    height:1px;
    padding-left:20px;
    margin:16px 0;
}
.smartGover-think-lines i{
    display:block;
    width:100%;
    height:1px;
    background:#0e56a0;
}
.smartGover-think-text{
    display:none;
    font-size:14px;
    color:#666666;
    padding-bottom:2px;
    padding-left:20px;
    line-height:24px;
}
.smartGover-think-text.active{
    display: block;
}
.smartGover-think-down{
    display:inline-block;
    border:1px solid #0e56a0;
    color:#0e56a0;
    line-height:14px;
    margin-left:20px;
    margin-top:16px;
}
.smartGover-think-down:hover{
    background:#e2f1ff;
}
.smartGover-think-down a{
    display: block;
    padding:14px 12px;
    color:#0e56a0;
}
.think-arrow{
    width:16px;
    height:14px;
}
/* 三种样式 */
.smartGover-thinktank.thinktank_one li{
    width:100%;
} 
.smartGover-thinktank.thinktank_one .smartGover-thinkImg{
    width:544px;
    height:306px;
    float:left;
}
.smartGover-thinktank.thinktank_one .smartGover-think-bottom{
    width:656px;
    float:left;
    padding-left:40px;
}

.smartGover-thinktank.thinktank_two li{
    width:580px;
}
.smartGover-thinktank.thinktank_two .smartGover-thinkImg{
    width:286px;
    height:160px;
    float:left;
}
.smartGover-thinktank.thinktank_two .smartGover-think-bottom{
    width:294px;
    float:left;
    padding-left:20px;
}
/* ******************* 明略科技代理生态发展计划 ****************** */
/* 合作流程 */
.ecological-cooperation{
    width:1024px;
    margin:0 auto;
    position: relative;
}
.ecological-cooperation:before{
    content:'';
    position: absolute;
    left:128px;
    right:128px;
    top:120px;
    border-bottom:1px dashed #a0a0a0;
}
.ecological-cooperation li{
    width:25%;
    position: relative;
}
.ecological-cooper-img{
    display:block;
    width:100px;
    height:100px;
    margin:0 auto;
    padding:25px 0;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.ecological-cooper-img:before{
    content:'';
    width:6px;
    height:6px;
    position: absolute;
    left:46px;
    bottom:-23px;
    border-radius: 50%;
    background:#0e56a0;
}
.ecological-cooper-img img{
    display:block;
    width:auto;
    height:50px;
    margin:0 auto;
}
.ecological-cooperation li:nth-child(1) .ecological-cooper-img{
    background:#0e56a0;
}
.ecological-cooperation li:nth-child(2) .ecological-cooper-img{
    background:#1177db;
}
.ecological-cooperation li:nth-child(3) .ecological-cooper-img{
    background:#338ee9;
}
.ecological-cooperation li:nth-child(4) .ecological-cooper-img{
    background:#6baef3;
}
.ecological-cooper-text{
    font-size:16px;
    color:#333333;
    text-align: center;
    line-height:18px;
    margin-top:40px;
}

.smartGover-contain li.ecological-product{
    border:none;
    height:360px;
    background:#105eab;
}
.ecological-product .ecological-product-text{
    padding:16px 18px 0;
}
.ecological-product-text h3{
    font-size:18px;
    color:#ffffff;
    line-height:30px;
    margin-bottom:8px;
}
.ecological-product-text p{
    font-size:14px;
    line-height:26px;
    color:#fff;
}
/* 全方位支持 */
.ecological-suport-btn{
    display:block;
    width:150px;
    margin:20px auto 0 auto;
    background:#105eab;
    padding:10px 10px 10px 20px;
    color:#fff;
    font-size:14px;
    line-height:16px;
}
.ecological-suport-btn svg{
    width:22px;
    height:18px;
    vertical-align: middle;
    margin-top:-4px;
    margin-left:5px;
}
.ecological-suport-text{
    font-size:16px;
    color:#333333;
    text-align:center;
    margin-bottom:8px;
    line-height:28px;
    margin-top:14px;
    text-align: center;
}
.ecological-suport .common-title{
    margin-bottom:30px;
}
.ecological-suport-list{
    width:100%;
    margin-top:32px;
}
.ecological-suport-list li{
    width:25%;
}
.ecological-suport-img{
    display:block;
    width:100%;
    height:70px;
}
.ecological-suport-img img{
    display:block;
    height:70px;
    margin:0 auto;
}
.ecological-suport-name{
    font-size:16px;
    color:#333333;
    text-align: center;
    margin-top:26px;
    font-weight: 700;
}
.decorate{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
/* 代理细则 */
.ecological-agent{
    padding-bottom:0;
}
.ecological-agent-tit{
    font-size:20px;
    color:#000000;
    text-align: center;
}
.ecological-agent-text{
    font-size:14px;
    color:#666666;
    text-align: center;
    margin:14px 0;
}
.ecological-agent-img{
    display:block;
    width:100%;
}
/* ******************* 工业 ****************** */
.industry-application{
    /*height:288px;*/
    position: relative;
}
.industry-app-list{
    text-align:center;
    font-size:0;
}
.industry-app-list li{
    display:inline-block;
    width:200px;
    height: 118px;
}
.industry-app-img{
    display:block;
    width:100px;
    height:80px;
    margin:0 auto;
}
.industry-app-img img{
    width:100%;
    height:100%;
    margin:0 auto;
}
.industry-app-text{
    font-size:16px;
    line-height: 1;
    color:#333333;
    text-align: center;  
    margin-top:12px;
}

/* ****************************广告评测开始********************************* */
.adverteval-nav{
    width:100%;
    height:190px;
    background:#fff;
    z-index: 99;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.adverteval-nav li{
    width:400px;
    height:100%;
    display:table;
    position: relative;
    background:#105eab;
}
.adverteval-nav li:after{
    content:'';
    width:1px;
    height:100%;
    position: absolute;
    background:#fff;
    left:0;
    top:0;
}
.adverteval-nav li:first-child:after{
    display:none;
}
.adverteval-nav-back{
    display:block;
    height:172px;
    position: absolute;
    top:-10px;
    right:-60px;
}
.adverteval-nav-back-02{
    height:190px;
}
.adverteval-nav-back-03{
    height:183px;
}
.adverteval-contain{
    padding-top:34px;
}
.newserves-nopadding{
    padding-bottom:0;
}
.newserves-nopadding p{
    margin-bottom:0;
}
.adverteval-test{
    background:#fff;
}
.adverteval-test-text{
    font-size:14px;
    color:#666666;
    text-align:center;
    margin-bottom:40px;
}
.adverteval-nav-text{
    display:table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.adverteval-nav-text h3{
    font-size:24px;
    color:#fff;
    line-height:26px;
    margin-bottom:18px;
}
.adverteval-nav-text p{
    font-size:14px;
    color:#fff;
    line-height:28px;
}
.adverteval-nav-label{
    width:24px;
    height:14px;
    position: absolute;
    left:188px;
    bottom:-14px;
    display:none;
}
.adverteval-nav li.active .adverteval-nav-label{
    display:block;
}
.adverteval-nav li.active{
    background:#338ee9;
}
.advert-contain-list li{
    display:inline-block;
    width:25%;
    padding-left:45px;
    vertical-align: top;
    border-left:3px solid #eaf3fd;
}
.advert-contain-list li:first-child{
    padding-left:0;
    border-left:0;
}
.advert-contain-list li h5{
    font-size:20px;
    color:#105eab;
    line-height:22px;
    margin-bottom:24px;
    text-align: left;
}
.advert-contain-list li p{
    font-size:13px;
    line-height:20px;
    color:#666666;
    margin-bottom:12px;
    padding-right:45px;
    text-align: left;
    padding-left:10px;
    position: relative;
}
.advert-contain-list li p:before{
    content:'·';
    position: absolute;
    left:0px;
    top:0px;
    font-size:20px;
    color:#1277dc;
}
.advert-contain-list{
    display:none;
    font-size:0;
    padding-top:40px;
    text-align:center;
    border-top:1px solid #bfdbf6;
}
.advert-contain-list.active{
    display:block;
}
/* ****************************广告评测结束********************************* */

/* ***************** 视频播放 ****************** */
.video-wrap{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index: 999;
    display:none;
}
.video-wrap #video{
    width:50%;
    height:50%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
