/*通用header start*/
.header{
    width:100%;
    height: 92px;
    line-height: 92px;
    overflow: hidden;
    position:fixed;
    top: 0 ;
    left:0;
    z-index: 200;
    background: #fff;
}
.w1276{
    width: 1276px;
    margin:0 auto;
}
.header .logo{
    float:left;
    margin: 30px 0;
}
.header .search-box{
    float:right;
    overflow: hidden;
}
.search{
    margin:29px 28px 0 0;
    float:left;

}
.search input{
    width: 264px;
    height: 34px;
    line-height: 34px;
    padding-left:10px;
    float:left;
    border: 1px solid #bbb;
}
.search button{
    float:left;
    width: 36px;
    height: 34px;
    background: url("../images/search-btn.jpg") no-repeat;
    background-size:cover ;
    border: none;
}
.language{
    width: 50px;
    overflow: hidden;
    float:left;
    margin-right:41px;
    background: url("../images/arrow.jpg") no-repeat right;
}
.language select{
    border: none;
    margin-top:34px;
    color:#898c8b;
    background: transparent;
    -webkit-appearance: none; /*for chrome*/
}
.tel{
    float:left;
}
.tel p{
    font-size: 18px;
}
.tel p::before{
    content:"";
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url("../images/icon-tel.jpg") no-repeat;
    margin:34px 10px 0 0;
    float:left;
}
/*通用header end*/
/*通用nav start*/
.nav{
    width: 100%;
    height: 74px;
    line-height: 74px;
    background:#f1f1f1;
    -moz-box-shadow:0px 5px 15px #e5e4e4 inset;               /* For Firefox3.6+ */
    -webkit-box-shadow:0px 5px 15px #e5e4e4 inset;            /* For Chrome5+, Safari5+ */
    box-shadow:0px 5px 15px #e5e4e4 inset;                    /* For Latest Opera */
    position:fixed;
    /*top:92px;*/
    left:0;
    z-index: 200;
}
.nav ul.nav-ul{
    width: 1306px;
    margin:0 auto;
}
.nav ul.nav-ul > li{
    width: 114px;
    float:left;
    margin:0 20px;
}
.nav ul.nav-ul> li> a{
    width: 110px;
    display: inline-block;
    text-align: center;
    font-size: 18px;  
}
.nav ul.nav-ul> li> img{
    margin: 23px -20px;
}

.nav ul.nav-ul > li.active >a{
    height: 72px;
    border-bottom: 2px solid #2b60bc;
    color: #2b60bc;
    /*background: #fff;
    -moz-box-shadow: 0px 0px 2px #cecece inset;
    -webkit-box-shadow: 0px 0px 2px #cecece inset;
    box-shadow: 0px 0px 2px #cecece inset;*/
}
.nav ul.nav-ul > li:hover >a{
    height: 72px;
    color: #2b60bc;
    border-bottom: 2px solid #2b60bc;
   /* background: #fff;*/
      /*-moz-box-shadow: 0px 0px 4px #cecece inset;
    -webkit-box-shadow: 0px 0px 4px #cecece inset;
    box-shadow: 0px 0px 4px #cecece ;*/
    
}

.nav ul.nav-ul > li:hover .subnav{
    display: block;
}
.product-nav{
    width: 740px;
    background: rgba(0,0,0,.85);
    margin:-1px 0 0 -106px;
    padding:35px;
    overflow: hidden;
    display: none;
}
.product-nav .p-n{
    float:left;
    margin-bottom: 50px;
}
.product-nav .p-n:nth-child(2),.product-nav .p-n:nth-child(5),.product-nav .p-n:nth-child(8),.product-nav .p-n:nth-child(11){
    margin:0 143px;
}
.product-nav .p-n p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#b3b3b3;
    position:relative;
}
.product-nav .p-n p span{
    position:absolute;
    top:7px;
    right:-41px;
    font-size: 14px;
    background: #ff640f;
    height: 16px;
    line-height: 16px;
    padding:0 3px;
}
.product-nav .p-n p a{
    color:#b3b3b3;
}
.product-nav .p-n p:first-child{
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 18px;
    color:#fff;
}
/*.product-nav .p-n p.active a{
    color:#0073eb;
}*/
.product-nav .p-n p:first-child a {
    color:#fff;
}
.product-nav .p-n p:hover a{
    color:#0073eb;
}
.children-nav{
    width: 110px;
    text-align: center;
    background: rgba(0,0,0,.85);
    margin-top: -1px;
    display: none;
    padding: 18px;
    border: 1px solid rgba(0,0,0,.85);
}
.children-nav p:hover a{
    color :#0073eb;
}
.children-nav p{
    height: 50px;
    line-height: 50px;
}
.children-nav p a{
    color : #fff;
}
.children-nav p.active{
    /*background: #f1f1f1;*/
}
.scheme-nav{
    width: 670px;
    height: 310px;
    background: rgba(0,0,0,.85);
    margin:-1px 0 0 -250px;
    padding:35px 70px;
    overflow: hidden;
    display: none;
}

.scheme-children-nav{
    overflow: hidden;
    float:left;
}
.hangye{
     width: 260px;
 }
.yewu{
    width: 385px;
    float:right;
}

.scheme-children-nav h3{
    width: 87px;
    height: 19px;
    line-height: 19px;
    font-size:18px;
    color:#fff;
    font-weight: normal;
    border-right:1px solid #b3b3b3;
    float:left;
}
.yewu h3{
    width: 130px;
}
.scheme-children-nav ul{
    float:left;
    line-height: 0px;
    margin:-9px 0 0 12px;
}
.scheme-children-nav ul li{
    line-height:40px;
}
.scheme-children-nav ul li a{
    color:#b3b3b3;
}
.scheme-children-nav ul li a:hover{
    color:#0073eb;
}
.empty{
    height: 74px;
}
/*通用nav end*/

/*首页 start*/
/*.pvd-nav{*/
    /*width: 100%;*/
    /*height: 80px;*/
    /*line-height: 80px;*/
    /*font-size: 18px;*/
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*background: #fff;*/
    /*z-index: 1000;*/
    /*border-bottom: 1px solid #ccc;*/
/*}*/
/*.w1340{*/
    /*width: 1340px;*/
    /*margin:0 auto;*/
/*}*/
/*.children-nav{*/
    /*text-align: center;*/
    /*background: #fff;*/
    /*display: none;*/
    /*border: 1px solid #ccc;*/
    /*border-top:none;*/
    /*padding:0 10px;*/
    /*!*Edge浏览器下因为border有1px,而这1px是没有hover效果的,故鼠标从上往下移动到达边框时脱离原区域,使得二级菜单消失.*/
    /*不得不说，微软的浏览器，都是辣鸡！*!*/
    /*margin-top: -1px;*/
/*}*/
/*.children-nav >li{*/
    /*line-height: 45px;*/
/*}*/
/*.children-nav >li.active>a{*/
    /*color:#2b60bc;*/
/*}*/
/*.nav-btn{*/
    /*float:right;*/
    /*margin-right:60px;*/
/*}*/
/*.nav-btn a{*/
    /*display:inline-block;*/
    /*width: 76px;*/
    /*height: 32px;*/
    /*line-height: 32px;*/
    /*text-align: center;*/
    /*color:#fff;*/
/*}*/
/*.reg-btn{*/
    /*background: #2b60bc;*/
/*}*/
/*.log-btn{*/
    /*background: #46be8a;*/
/*}*/
/*.empty{*/
    /*height: 80px;*/
/*}*/
.pvd-banner{
    width: 100%;
    height: auto;
    position:relative;
}
.banner {
    width: 100%;
    height:auto;
    position: relative;
    overflow: auto;
    text-align: center;
}
.pvd-banner ul li{
    float:left;
    width: 100%;
    height:auto;
}
.pvd-banner ul li img{
    width: 100%;
    height:auto;
    min-height: 577px;
}
.relative{position: relative;}
.absolute{position: absolute;}
/*.banner-cycle { width: 100%; position: relative; z-index: 1; margin: 0 auto; overflow: hidden;*/
    /*height:-webkit-calc(100% - 195px);
    height:-moz-calc(100% - 195px);
    /*height:calc(100% - 195px); *!}*/
/*.banner-cycle ul { position: relative; z-index: 6; }*/
/*.banner-cycle li { !*width: 100% !important; height: 700px;*! overflow: hidden; position: absolute; top: 0; }*/
.cycle-slideshow a{width: 100%}
.banner-cycle img { width:100%; height:auto; max-height:100%;}

.banner-cycle .inddot { position: absolute; width: 160px !important; bottom: 30px; left: 50%; height: 14px; text-align: center; margin-left: -96px; z-index: 100; }
.banner-cycle .inddot span { display: inline-block; width: 14px; height: 14px; margin: 0 3px; overflow: hidden;  background: url(../images/ban_03.png) no-repeat left, top;
    line-height: 1111111; }
.banner-cycle .inddot span:hover{cursor: pointer}
.banner-cycle .inddot span.cycle-pager-active { background: url(../images/ban_02.png) no-repeat; }
.banner-cycle .indexleftBtn,.banner-cycle .indexrightBtn { display: block; width: 64px; height: 64px; background: url(../images/indexbannerbtn.png) no-repeat; top: 49%; position: absolute; z-index: 100; }
.banner-cycle .indexleftBtn:hover, .indexrightBtn:hover { background-image: url(../images/indexbannerbtnA.png); }
.banner-cycle .indexleftBtn { background-position: left center; left: 28px; }
.banner-cycle .indexrightBtn { background-position: right center; right: 28px; }


#b04 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom:6px;
}
#b04 .dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    text-indent: -999em;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#b04 .dots li.active {
    background: #285db8;
    opacity: 1;
}
.pvd-menu{
    width: 100%;
    height: 300px;
    background: #f7f7f7;
}
.pvd-menu-ul{
    width: 100%;
    padding:30px 0 0 0 ;
}
.pvd-menu-ul li{
    float:left;
    width: 33.2%;
    height: 240px;
    border-right:1px solid #e7e9eb;
    text-align: center;

}
.pvd-menu-ul li:last-child{
    border:none;
}
.pvd-menu-ul li img{
    margin:15px 0 30px 0;
    transition: all .4s cubic-bezier(.69, .06, .39, 1.07);
}
.pvd-menu-ul li a: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);
}
.pvd-menu-ul li p{
    color:#797979;
    font-family: Arial;
}

.pvd-menu{
    /*position: absolute;*/
    /*bottom: 0;*/
    z-index: 100;
    /*background: none;*/
    height: auto;
    width: 100%;
    background: url(../images/bg-02.jpg) repeat;
    background-size: 100%;
}
.pvd-menu .pvd-menu-ul{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0;
}
.pvd-menu .pvd-menu-ul li{
    /*background: url(../images/bg-02.jpg) repeat-y left top;*/
    border: none;
    height: auto;
    padding: 15px 0 30px 0;
    width: 19.9%;
}
.pvd-menu .pvd-menu-ul li p{
    color:#fff;
    font-size: 16px;
}
.pvd-menu .pvd-menu-ul li img{
    margin:0;
    margin-bottom: 10px;
    /*width: 80px;*/
}

.pvd-project{
    height: 752px;
    text-align: center;
    background: url("../images/map.jpg") no-repeat center bottom ;
    overflow: hidden;
}
.pvd-project h1{
    font-size: 36px;
    font-weight: normal;
    margin-top:70px;
     
}
.pvd-project h1 span{
    display: block;
    width: 92px;
    height: 2px;
    background: #2b60bc;
    margin:25px auto 0;
}
.pvd-project p.pro-p{
   font-size: 18px;
    margin-top:68px;
    font-family: SourceHanSansCN-Light;
}
.project-ul{
    margin-top:70px;
}
.project-ul li{
    float:left;
    width: 410px;
    height: 360px;
    background: #f8f8f8;
    margin-right:30px;
    transition: all ease-out .3s;
    transform:translateY(0px);
    cursor: pointer;
}
.project-ul li:hover{
    transition: all ease-out .3s;
    transform:translateY(-10px);
}
.project-img{
    width: 410px;
    height: 254px;
    position:relative;
    zoom:1;
    overflow: hidden;
}
.project-img img{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    transition: all ease-out .3s;
}
.project-ul li:hover img{
    width: 116%;
    height: 116%;
    top:-10%;
    left:-10%;
    transition: all ease-out .3s;
}
.project-ul li:last-child{
    margin-right:0;
}
.project-ul li p.pro-tle{
    text-align: left;
    font-size: 24px;
    color:#737373;
    margin:20px 0 0 38px;
    
}
.pvd-video{
    width: 100%;
    height: 700px;
    background: #f7f7f7;
    overflow: hidden;
}
.pvd-v{
    width: 929px;
    height: 520px;
    margin:88px auto 0;
    position:relative;
}
.pvd-v .cover{
    width: 929px;
    height: 520px;
    position:absolute;
    top:0;
    left:0;
    cursor: pointer;
}
.pvd-v .cover-img {
    width: 929px;
    height: 520px;
    display: block;
}
.pvd-v .paly-btn{
    width: 82px;
    height: 82px;
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-41px;
}
.pvd-superiority{
    height: 663px;
    overflow: hidden;
}
.pvd-superiority h4{
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    margin:90px 0 70px;
}
.sup-left{
    float:left;
    width: 240px;
    text-align: left;
}
.sup-left span{
    display: block;
    width: 40px;
    height: 4px;
    background:#2b60bc ;
    margin:22px 0;
}

.sup-left h6{
    font-size: 30px;
    color:#1c1c1c;
}
.sup-left p{
    font-size: 24px;
    color:#1c1c1c;
}
.sup-right{
    width: 1150px;
    margin:0 0 0 115px;
}
.sup-right ul li{
    float:left;
    width: 320px;
    height: 125px;
    margin-right:60px;
    margin-bottom: 70px;
    position:relative;
}
.sup-right ul li h6{
    font-size: 30px;
    /*font-weight: normal;*/
}
.sup-right ul li p{
    font-size: 16px;
    color:#797979;
    padding: 20px 0 20px;
}
.sup-right ul li span{
    width: 268px;
    height: 2px;
    background: #f3f3f3;
    display: block;
    position:absolute;
    left:0;
    bottom:0;
}
.pvd-case{
    width: 100%;
    height: 843px;
    background: #f7f7f7;
    padding-top:70px;
}
.case-right{
    width: 1100px;
    margin:0 auto;
    overflow: hidden;
}
.case-r-l{
    width: 288px;
    float:left;
    margin:0 10px;
}
.case-r-c{
    width: 464px;
}
.case-img1{
    height: 394px;
    position:relative;
    overflow: hidden;
}
.case-img2{
    height: 344px;
    margin-top:20px;
}
.case-img3{
    width: 464px;
    height: 240px;
    margin-bottom: 20px;
}
.case-img1 img{
    width: 288px;
    height: 396px;
    position:absolute;
    top:0;
    left:0;
    transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    animation-fill-mode: both;
}
.case-img2 img{
    height: 344px;
}
.case-img3 img{
    width: 464px;
    height: 240px;
}
.case-img1:hover img{
    /*transform: scale(0);
    transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    animation-fill-mode: both;*/
    width: 116%;
    height: 116%;
    position:absolute;
    top:-10%;
    left:-10%;
    transition: all ease-out .3s;
}
.case-info{
    width: 288px;
    height: 396px;
    position:absolute;
    top:0;
    left:0;
    background: rgba(255,255,255,0);
    transform: scale(0);
}
.case-img2 .case-info{
     height: 344px;
 }
.case-img3 .case-info{
    width: 464px;
    height: 240px;
}
.case-img1:hover .case-info{
    width: 288px;
    height: 396px;
    transform: scale(1);
    background: rgba(255,255,255,1);
    transition:all .6s ease-out  0s;
    border: 1px solid #ccc;
}
.case-img2:hover .case-info{
    height: 342px;
}
.case-img3:hover .case-info{
    width: 464px;
    height: 238px;
}
.case-info p,.case-info span{
    position:absolute;
    top:-10%;
    left:20px;
    opacity: 0;
    font-size: 18px;
    font-weight: bold;
}
.case-info span{
    color:#797979;
    font-size: 16px;
    font-weight:normal;
}
.case-img1:hover .case-info p{
    transition:all .6s ease-out .5s;
    top:70%;
    opacity: 1;
}
.case-img1:hover .case-info span{
     transition:all .6s ease-out .5s;
     top:80%;
     opacity: 1;
 }
.case-img3:hover .case-info span{
    transition:all .6s ease-out .5s;
    top:85%;
    opacity: 1;
}
.pvd-news{
    width: 100%;
    height: 567px;
    overflow: hidden;
    padding-top:98px;
}
.news-right{
    width: 1100px;
    margin:0 auto;
    overflow: hidden;
}
.news-r-l{
    float:left;
    width: 356px;
    margin-right:165px;
}
.l-time{
    font-size: 22px;
    color:#b5b5b5;
}
.l-tle{
    font-size: 18px;
    margin:20px 0;
    font-weight: normal;
}
.l-con{
    color:#b5b5b5;
    width: 326px;
    padding-left:20px;
    border-left:2px solid #ccc;
}
.l-img{
    width: 100%;
    margin:40px 0 30px;
}
.l-btn{
    display: block;
    width: 131px;
    height: 35px;
    font-size: 12px;
    color:#fff;
    background: #2b60bc;
    line-height: 35px;
    text-align: center;
}
.news-r-r{
    width: 517px;
    float:left;
}
.news-list{
    width: 487px;
    border-top:1px solid #f0f0f0;
    padding:0 15px;
}
.news-list-tle{
    overflow: hidden;
    margin:38px 0 25px 0;
}
.r-tle{
    font-size: 16px;
    width: 270px;
    float:left;
    font-weight: normal;

}
.r-time{
    float:right;
}
.yuan{
    float:left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2b60bc;
    display: block;
    margin:10px 18px 0 0;
}
.news-list-con{
    margin-left:23px;
    margin-bottom: 35px;
}
.r-con{
    width: 350px;
    color:#b5b5b5;
    font-size: 14px;
}

.news-list-con span{
    width: 2px;
    height: 15px;
    background: #ccc;
    display: block;
    float:right;
    margin:-15px 35px 0 0px;
}
.pvd-case .sup-left{
    margin-top:20px;
}
.pvd-news .sup-left,.pvd-news .news-r-l{
    margin-top:38px;
}
.news-r-l:hover .l-tle,.news-list:hover .r-tle{
    color:#2b60bc;
}
.news-r-l:hover .l-con,.news-list:hover .r-con{
    color:#1a1a1a;
}
/*新闻中心 start*/
.news-banner{
    width: 100%;
    height: 301px;
}
.news-banner img{
    width: 100%;
}
.news-main{
    padding:30px 0;
    margin-bottom: 20px;
}
.news-con{
    width: 1290px;
    overflow: hidden;
    padding:52px 0 47px 0;
    border-top: 1px solid #DCDCDC;
}
.news-left{
    width: 334px;
    height: 250px;
    float:left;
    margin-right:45px;
    position:relative;
    transition: all ease-out .3s;
}
.news-left img{
    width: 100%;
    height: auto;
    position:absolute;
    top:0;
    left:0;
    transition: all ease-out .3s;
}
.news-con-right{
    width: 832px;
    float:left;
}
.n-time{
    font-size: 20px; color:#999;
}
.n-tle{
    font-size: 24px;
    font-weight: normal;
    margin:35px 0;
}
.n-con{
    font-size: 16px;
    color:#666;
    margin-bottom: 35px;
}
.height65{
    height: 65px;
}
.heightauto{
    height:auto;
}
.n-btn{
    float:right;
    font-size: 14px;
    color:#727272;

}

.news-con:hover .n-tle{
    color:#2b60bc;
}
.news-con:hover .n-con{
    color:#1a1a1a;
}
/*新闻中心 end*/

/*技术支持 start*/
.tec-banner{
    width: 100%;
    height: 560px;
}
.tec-banner img{
    width: 100%;
}
.tec-main{
    padding:85px 0 105px;
}
.tec-module1 h6.tec-tle{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 55px;
}
.tec-module1 ul{
    overflow: hidden;
    width: 597px;
    float:left;
}
.tec-module1 ul li{
    float:left;
    width: 107px;
    height: 45px;
    border: 1px solid #b3b3b3;
    margin:0 13px 26px 0;
    line-height:45px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.tec-module1 ul li:nth-child(5n){
    margin-right:0;
}
.tec-module1 ul li:nth-child(2n){
    background: #f5f5f5;
}
.tec-module1 ul li.active{
    background: #2b60bc;
    color:#fff;
}
.tec-site{
    width: 539px;
    padding:25px 25px 20px 25px;
    float:left;
    background:#f5f5f5;
    margin-left:64px;
    display: none;
}
.tec-site h6{
    text-align: left;
    font-size: 24px;
    color:#2b60bc;
    font-weight: normal;
}
.tec-site p{
    margin-top:20px;
}
.tec-site p span{
    margin-right:20px;
}
.tec-site.show{
    display: block;
}
.tec-module2{
    overflow: hidden;
    margin-top:146px;
}
.m2-left{
    float:left;
    width: 315px;
}
.m2-consult{
    width: 315px;
    overflow: hidden;
}
.m2-tle{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
.m2-btn{
    width: 140px;
    height: 45px;
    background: #2b60bc;
    line-height: 45px;
    text-align: center;
    display: block;
    float:left;
    color:#fff;
    border-radius: 5px;
    margin-right:12px;
}
.m2-code{
    margin-top: 140px;
}
.m2-right{
    width: 588px;
    float:left;
    margin-left:354px;

}
.m2-right ul{
    border:1px solid #ccc;
}
.m2-right ul li{
    line-height: 44px;
    border-bottom:1px solid #ccc;
    cursor: pointer;
}
.m2-right ul li img{
    margin:0 10px;
}
.m2-right ul li:hover span{
    color:#2b60bc;
}
.q-issue{
    height: 44px;
}
.m2-right ul li .answer{
    padding:0 40px 10px;
    height:auto;
    line-height: 30px;
    display: none;
    color: #999999;
}
.tec-module3{
    overflow: hidden;
    margin-top:28px;
}
.m3-left{
    float:left;
    width: 364px;
}
.m3-left p{
    margin-bottom: 23px;
}
.m3-left label{
    display: block;
    margin-bottom: 5px;
    color:#333333;
}
.m3-left input{
    width: 332px;
    height: 34px;
    line-height: 34px;
    padding:0 10px;
    border: 1px solid #ccc;
    background: #fcfcfc;
}
.m3-left textarea{
    width: 330px;
    height: 249px;
    background: #fcfcfc;
    padding:3px 10px;
}
.m3-left input#submit{
    width: 68px;
    height: 32px;
    background: #2b60bc;
    color:#fff;
    border: 1px solid #0038ab;

}
.m3-right{
    float:left;
    margin-left:297px;
}
.m3-tle{
    font-size: 30px;
    font-weight: normal;
    margin-top:145px;
}
.m3-right ul{
    margin-top:38px;
    margin-left:11px;
}
.m3-right ul li{
    line-height:35px;
}
.m3-right ul li i{
    float:left;
    margin-right:15px;
}
.m3-right ul li a{
    margin-left:40px;
    color: #2b60bc;
}
    /*技术支持 end*/

/*融合通信 start*/
.rh-banner{
    width: 100%;
    height: 395px;
}
.rh-main{
    padding:47px 0 72px 0;
}
.rh-banner img{
	width: 100%;
}
.issue{
    margin: 0 15% 0 10%;
}
.issue img{
    margin:25px 0 40px;
}

.iss-tle{
    font-size: 30px;
    font-weight: normal;
}
.iss-tle p{
    width: 100px;
    height: 36px;
    float:left;
    background: #06a5ff;
    font-size: 18px;
    color:#fff;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    margin:2px 25px 0 0;
}
.iss-p{
    /*width: 870px;*/
    line-height: 28px;
    color:#333;
    font-size: 16px;
    margin:25px 0 40px;
}
.img-js{
    width: 744px;
}
.img-js p{
    text-align: center;
    margin:10px 0 40px 0;
}
.qa h6{
    font-size: 24px;
    font-weight: normal;
}
.tavern{

}
.tavern-tab{
    width: 453px;
    height: 48px;
    border: 1px solid #000;
    margin:0 auto 56px;
    padding-left:45px;

}
.tavern-tab li{
    float:left;
    line-height: 48px;
    font-size: 24px;
    font-weight: normal;
    color:#BDBDBD;
    cursor: pointer;
}
.tavern-tab li.active{
    color:#000;
}
.tavern-ul{
    width: 100%;
    display: none;
}
.tavern-ul li{
    float:left;
    width: 289px;
    height: 242px;
   /* border: 1px solid #ccc;*/
    margin:0 34px 27px 0px;
}
.tavern-ul li:nth-child(4n){
    margin-right:0;
}
.tavern-ul.active{
    display: block;
}
.tavern-img{
    width: 263px;
    height: 185px;
    margin:13px auto;
    position:relative;
}
.tavern-img img{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    transition: all ease-out .3s;
}
.tavern-ul li p{
    text-align: center;
    color:#8d8d8d;
}
.rr-project .project-ul li{
    height: 466px;
}
.pro-con{
    width: 330px;
    margin:20px auto 0;
    font-size: 14px;
    color:#909090;
    text-align: left;
    line-height: 25px;
}
/*融合通信 end*/

/*案例 start*/

.public-case{
    height: 540px;
    overflow: hidden;
    background: #f7f7f7;
    padding-top: 56px;
}
.public-left{
    width:746px;
    height: 520px;
    float: left;
    overflow: hidden;
    /*height: auto;*/
    position:relative;
}
.public-left .banner{
    width:691px;
    height: auto;
    position:absolute;
    left:27px;
}
.public-left .prev{
    font-size: 30px;
    position:absolute;
    top: 200px;
    left:0;
}
.public-left .next{
    font-size: 30px;
    position:absolute;
    top:200px;
    right:0;
}
.public-left .banner img{
    width: 100%;
    height: 520px;
}
.public-right{
    width: 490px;
    float: right;

}
.public-right h5{
    font-size: 24px;
    color: #3e3e3e;
    font-weight: normal;
}
.public-right p{
    font-size: 16px;
    line-height: 35px;
    color: #838383;
    margin-top:20px;
}
.public-right span{
    font-size: 16px;
    margin-top:40px;
    color: #252525;
    display: block;
}
.public-right dl{
    margin-top:50px;
}
.public-right dl dt{
    font-size: 30px;
    height: 41px;
    color: #aeaeae;
    font-weight: bold;
    border-bottom:2px solid #e8e8e8;
}
.public-right dl dd{
    font-size: 16px;
    line-height: 35px;
    color: #838383;
    margin-top: 10px;
}
.case-tavern{
    margin-top:90px;
}
.hotel-list{
    width: 1170px;
    height: 897px;
    margin:68px auto;
    border-left:1px solid #b7b7b7;
}
.hotel-list h6{
    font-size: 30px;
    color: #2c5fba;
    height: 54px;
    line-height: 54px;
    font-weight: normal;
}
.hotel-list h6 i{
    width:60px;
    height: 54px;
    background:#2c5fba;
    display: block;
    float: left;
    margin-right:24px;
}
.hotel-list-con{
    padding-left:70px;
    overflow: hidden;
    margin-top: 50px;
}
.hotel-list-con ul{
    float: left;
}
.hotel-list-con ul li{
    font-size: 14px;
    color: #626262;
    line-height:35px;
    float: left;
    width:366px;
}
.hotel-list-con ul li.li-spec{
    font-size: 24px;
    color: #2c5fba;
    margin-bottom: 8px;
}
/*案例 end*/

/*关于我们*/
.abo-banner{
    width: 100%;
    height: 813px;
    /*position:fixed;*/
    /*top:0px;*/
    /*left:0;*/
    /*z-index: 10;*/
    background: url("../images/aboutBanner.jpg") no-repeat fixed center;
    background-size:100%;
    overflow: hidden;
}
.abo-main{
    width: 100%;
    height: 3000px;
    /*z-index: 10;*/
    background: #fff;
    position:relative;
    /*margin-top:-300px;*/
}
.AboutUs{
    width: 1496px;
    /*margin:-70px auto 0;*/
    background: #fff;
    position:absolute;
    top:-100px;
    left:50%;
    margin-left:-748px;
    overflow: hidden;
    padding-bottom:80px;
}
.company-intro{
    width: 1170px;
    margin:0 auto;
    padding-top:100px;
}
.company-intro h3{
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: normal;
    color: #100e13;
}
.company-intro h3 span{
    font-size: 18px;
    font-family: "Arial";
    display: block;
    color: #bab8bc;
}
.intro-con{
    margin-top:80px;
    height: 275px;
    font-family: "微软雅黑";
    overflow: hidden;
}
.intro-con dl{
    width:716px;
    float: left;
    overflow: hidden;
    padding-top:42px;
}
.intro-con dl dt{
    font-size: 18px;
    color:#100e13;
    margin-bottom: 20px;
}
.intro-con dl dd{
    font-size: 16px;
    color: #939293;
    line-height: 36px;
}
.intro-con img{
    width:422px;
    height:285px;
    display:block ;
    float: right;
}
.contact{
    width: 150px;
    height:36px;
    border: 2px solid #e6e6e6;
    text-align: center;
    line-height: 36px;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.intro-ul{
    height: 187px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow:0px 0px 20px 8px #f1f1f1;
    margin-top:90px;
}
.intro-ul li{
    width:290px;
    float: left;
    text-align: center;
    font-size: 50px;
}
.intro-ul li p{
    padding-top:58px;
    color: #535054;
    font-weight: lighter;
    font-family: -webkit-body;

}
.intro-ul li p i{
    font-style: normal;
    font-size: 14px;
    color: #9f9f9f;
    display: block;
}
.intro-ul li span{
    width: 2px;
    height:46px;
    float: right;
    display: block;
    background: #efefef;
    margin-top:75px;
}
.strucyure{
    margin-top:117px;
}
.stru-left{
    width: 500px;
    float: left;
    overflow: hidden;
}
.stru-left h3{
    font-size: 24px;
    color: #1a1a1a;
    font-family: "微软雅黑";
    font-weight: bold;
}
.stru-left h3 span{
    font-size: 16px;
    margin-top: 10px;
    font-family: "微软雅黑";
    font-weight: normal;
}
.stru-left p{
    margin-top:50px;
    font-size: 14px;
    color: #b2b2b2;
}
.contact-top{
    margin-top:85px;
}
.stru-right{
    float:right;
    width: 670px;
}
.ceo{
    float:right;
    width: 300px;
    height: 414px;
    margin-left:17px;
    position:relative;
    overflow: hidden;
}
.ceo img{
    width: 300px;
    height: 414px;
}
.ceo-con{
    width: 240px;
    padding:30px;
    position:absolute;
    left:0;
    /*bottom:-300px;*/
    height: 137px;
    bottom:0;
    background: #2b60bc;
    transition: all ease-out .3s;
}
.ceo:hover .ceo-con{
    bottom:0;
    transition: all ease-out .3s;
}
.ceo-name{
    font-size: 18px;
    color:#fff;
    font-weight: normal;
}.post{
    margin:10px 0 29px;
 }
.post,.ceo-introduce{
    color:#afc1e2;
    font-size: 14px;
}
.empty1{
    height: 840px;
}
.course{
    width: 100%;
    height: 737px;
    background: url("../images/intro-img2.jpg") no-repeat center;
    background-size:100% 737px;
    /*position:absolute;*/
    /*top:1265px;*/
    /*left:0;*/
    overflow: hidden;
    /*margin-top: 800px;*/
}
.course-con{
    width: 1098px;
    height: 460px;
    margin:60px auto 0;
    padding:70px 100px;
    background: #fff;
}
.course-left{
    float:left;
    width: 466px;
    height: 459px;
}
.course-right{
    float:right;
    width: 564px;
}
.about-h6{
    font-size: 24px;
    font-weight: normal;
}
.about-h6 p{
    font-size: 18px;
    color:#d1d1d1;
    margin-top:5px;
}
.about-p{
    color:#000000;
    margin-top:150px;
    line-height: 35px;
}
.about-p span{
    color:#D66809;
    font-weight: bold;
    font-size: 16px;
}
.about-more{
    width:100%;
    background: #fff;
    overflow: hidden;
}
.about-w{
    width:1170px;
    margin:0 auto;
}
.companyHonor{
    margin-top: 75px;
}
.company-h3{
    font-size: 24px;
    height:85px;
    border-bottom: 1px solid #ececec;
    font-weight: normal;
}
.company-h3 i{
    font-size: 18px;
    color: #c0c0c0;
    font-style: normal;
    display: block;
    margin-top: 10px;
}
.companyHonor ul{
    margin-top:25px;
    overflow: hidden;
}
.companyHonor ul li{
    float: left;
    width: 544px;
    height:270px;
    overflow: hidden;
    border-right:1px dotted #e7e7e7;
    padding:30px 40px 0 0;
}
.companyHonor ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
.companyHonor ul li span{
    margin-top: 20px;
    float: right;
    font-size: 16px;
    color: #000;
}
.companyHonor ul li span i{
    color: #666;
    font-style: normal;
    margin-top: 5px;
    display: block;
}
.companyHonor ul li.spec_li{
    padding:30px 0 0 40px;
    border-right: none;
}
.companyHonor ul li.fg-line{
    width: 1002px;
    height:1px;
    border-bottom: 1px dotted #e7e7e7;
    margin:0 auto;
    float: none;
    padding: 0;
}
.contactUs{
    margin-top:55px;
    overflow: hidden;
}
.contactUs-con{
    padding-top:45px;
    overflow: hidden;
}
.contactUs-con ul{
    float: left;
    width: 447px;
    overflow: hidden;
}
.contactUs-con ul li{
    font-size: 18px;
    color: #383b3e;
    line-height: 48px;
}
.contactUs-con ul li.spec_lii{
    margin-top:40px;
}
.contactUs-con ul li a{
    color: #2d78cc;
}
.about-map{
    width: 708px;
    height:394px;
    display: block;
    float: right;
}
.companyHonor2{
    margin-top:120px;
    overflow: hidden;
}
.companyHonor2 ul{
   /* height: 420px;*/
    overflow: hidden;
    padding-top:42px;
}
.companyHonor2 ul li{
    float: left;
    margin-right: 115px;
    text-align: center;
}
.companyHonor2 ul li img{
    display: block;
    margin-bottom: 25px;
}
.companyHonor2 ul li:last-child{
    margin-right:0px;
}
.companyHonor2 ul li p{
    color: #555;
    line-height: 25px;
}
/*互动电视 start*/
.hd-banner{
    width: 100%;
    height:auto;
    position:relative;
    cursor: pointer;
}
.hd-banner img{
    width: 100%;
}
.hd-b-btn{
    display: block;
    width: 85px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-bottom: 2px solid #43a7f1;
    font-size: 16px;
    position:absolute;
    top:-295px;
    left:22.5%;
    color:#fff;
}
.hd-banner .hd-b-btn{
    color:#434447;
}
.hd-module1{
    width: 100%;
    height:1209px;
    padding:96px 0
}
.w1131{
    width: 1131px;
    margin:0 auto;
    overflow: hidden;
}
.hd-tle{
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.hd-con{
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:#666666;
}
.hd-m1-ul{
    overflow: hidden;
    margin:72px 0 100px 0;
}
.hd-m1-ul li{
    float:left;
    width: 140px;
    text-align: center;
    margin-right:105px;
    color:#666666;
}
.hd-m1-ul li:last-child{
    margin-right:0;
}
.hd-m1-img{
    height: 75px;
}
.hd-m1-ul li p{
    line-height: 30px;
}
.hd-module2{
    width: 100%;
    height: 769px;
    padding-top:71px;
    background:url("../images/hd-img2.jpg") no-repeat center 181px #f8f8f8;
    background-size: 100%;
}
.hd-module3{
    padding:165px 0 136px 0;
}
.hd-m3-left{
    width: 380px;
    float:left;
}
.hd-m3-right{
    float:right;
}
.hd-m3-right img{
    width: 650px;
    height: 400px;
}
.hd-m3-left > .hd-tle,.hd-m3-left > .hd-con{
    text-align: left;
}
.video-mask{
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
}
.hd-video{
    width: 929px;
    height: 520px;
    position:absolute;
    top:100px;
    left:50%;
    margin-left:-464px;
}
/*互动电视 end*/

/*IPTV介绍 start*/
.iptv-banner{
    width: 100%;
    height:648px;
    background:#191919;
    background-size:100% 100%;
    position:relative;
    overflow: hidden;
}
.iptv-banner-left{
    position:absolute;
    top:212px;
    left:15%;
}
.iptv-banner-right{
    position:absolute;
    top:145px;
    right:-7%;
}
.iptv-banner .hd-b-btn{
    color:#fff;
    top:-200px;
}
.iptv-main{
    width: 100%;
}
.iptv-module1,.iptv-module2{
    width: 100%;
    height:auto;
    position:relative;
    overflow: hidden;
}
.iptv-module1 img,.iptv-module2 img,.iptv-module5 img{
    width: 100%;
}
.iptv-txt{
    width: 648px;
    position:absolute;
    top:12%;
    left:50%;
    margin-left:-324px;
    text-align: center;
}
.iptv-tle{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 28px;
}
.iptv-con{
    font-size: 18px;
    color:#333;
    line-height: 35px;
}
.iptv-module3{
    width: 100%;
    height:auto;
    background:#1a1a19;
    text-align: center;
    padding:80px 0 95px;
    position:relative;
    overflow: hidden;
}
.iptv-module3 img{
    margin-top:200px;
}
.iptv-module3 .iptv-txt,.iptv-module3 .iptv-con{
    color:#fff;
}
.iptv-module4{
    width: 100%;
    padding: 127px 0 168px;
    background: #f1f1f1;
    overflow: hidden;

}
.w1037{
    width: 1037px;
    margin:0 auto;
}
.iptv-m4-left{
    width: 363px;
    float:left;
    margin-top:60px;
}
.iptv-m4-right{
    float:right;
}
.iptv-m4-right img{
    width: 100%;
}
.iptv-module5{
    width: 100%;
    height:auto;
    position:relative;
    padding:202px 0 119px;
    overflow: hidden;
}
/*IPTV介绍 end*/

/*mpa介绍start*/
.map-banner{
    width: 100%;
    height:648px;
    position:relative;
    background: url("../images/map-bg1.png") no-repeat;
    background-size:100% 100%;
}
.map-banner-left{
    position:absolute;
    top:107px;
    left:10%;
    width: 465px;
    height: 476px;
}
.map-banner-right{
    position:absolute;
    top:199px;
    right:15%;
    width: 443px;
    height: 485px;
}

.map-banner .hd-b-btn{
    width: 125px;
    color:#333;
    left:51.8%;
    top:-220px;
}
.map-main{
    width: 100%;
}
.map-module1{
    width: 100%;
    height: 610px;
    padding-top:130px;
}
.w1250{
    width: 1250px;
    margin:0 auto;
    overflow: hidden;
}
.map-m1-left{
    float:left;
    width: 570px;
}
.map-tle{
    font-size: 40px;
    color:#434447;
    font-weight: normal;
    margin-bottom: 50px;
}
.map-con{
    font-size: 18px;
    color:#434447;
    line-height:40px;
}
.map-m1-left ul{
    overflow: hidden;
    margin-top:45px;
}
.map-m1-left ul li{
    float:left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #0ca4e9;
    line-height: 90px;
    text-align: center;
    margin-right:25px;
    color: #0ca4e9;
}
.map-m1-right{
    float:right;
    width: 630px;
    height: 470px;
}
.map-m1-right img{
    width: 100%;
}
.map-module2{
    width: 100%;
    height: 623px;
    padding-top:75px;
    background: #0c76b1;
}
.map-module2 .map-tle,.map-module2 .map-con{
    color:#fff;
}
.w1015{
    width: 1015px;
    margin:0 auto;
    text-align: center;
}
.map-module2 img{
    margin-top:75px;
}
.map-module3{
    width: 100%;
    height: 406px;
    background: url("../images/map-img3.jpg") no-repeat center;
    background-size: 100% 100%;
}
.map-module3 img{
    width: 534px;
    height: 310px;
}
.map-module4{
    width: 100%;
    overflow: hidden;
}
.map-m4-left{
    width: 50%;
    float: left;
}
.map-m4-left img{
    width: 100%;
    display: block;

}
.map-m4-right{
    width:50%;
    float: right;
}
.map-m4-right dl{
    width: 492px;
    margin:150px auto 0;
}
.map-m4-right dl dt{
    font-size: 40px;
    color: #222121;
}
.map-m4-right dl dd{
    font-size: 18px;
    line-height: 35px;
    color: #333;
    margin-top: 45px;
}
/*mpa介绍end*/















.pvd-footer{
    width: 100%;
    overflow: hidden;
    background: #1f1f1f;
    padding-top:75px;
}
.pvd-footer-jianjie{
    border-bottom: 1px solid #272727;
    margin-bottom: 40px;
}
.pvd-footer-jianjie p{
    width: 754px;
    color:#606060;
    font-size: 14px;
    margin:28px 0 52px;
}
.pvd-footer-menu{
    overflow: hidden;
    height: 132px;
    border-bottom:1px solid #272727;
    padding-bottom: 50px;
}
.pvd-footer ul{
    float: left;
    margin-right:90px;
    font-size: 14px;
}
.pvd-footer ul .menu-tit{
    color: #fff;
    margin-bottom:8px;
}
.pvd-footer ul li{
    line-height: 26px;
    color: #939393;
}
.pvd-footer-menu ul li a{
    color: #939393;
}
.hotline{
    margin-left:130px;
    float: left;

}
.hotline p{
    font-size: 30px;
    color: #ffffff;
}
.hotline span{
    font-size:14px;
    color: #6d6d6d;
    padding-left: 10px;
    margin-top:3px;
    display:block;
}
.hotline a{
    width:79px;
    height:34px;
    line-height:38px;
    background:url("../images/qq_icon.jpg") no-repeat 26px center #fff;
    display:block;
    border:1px solid #e0dcdc;
    border-radius:3px;
    margin-left:58px;
    margin-top:15px;
    padding-left:49px;
    color: #5079d9;
    font-size: 16px;
    font-weight: bold;

}
.pvd-footer-b{
    border-top:1px solid #1c1c1c;
    padding-top:38px;
    font-size:12px;
    color: #838383;
    font-weight: bold;
    padding-bottom: 38px;
}
.pvd-footer-b span{
    color: #5079d9;
}
.pvd-footer-b ul{
    margin-top: 5px;
}
.pvd-footer-b ul li{
    float: left;
    color: #717070;
}
.pvd-footer-b ul li a{
    height:24px;
    line-height:29px;
    display: block;
    padding:0 6px;
    color: #717070;
     font-size:12px;
}
/*首页 end*/
.common-img{
    position:relative;
    transition: all ease-out .3s;
    overflow: hidden;
    zoom: 1;
}
.common-img:hover img,.news-con:hover img{
    width: 116%;
    height: auto;
    position:absolute;
    top:-10%;
    left:-10%;
    transition: all ease-out .3s;
}

.map-box{
    float:right;
    width:60%;
    height:400px;
    position:relative;
}
#container{
    height: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
    .map-box{
        width:100%;
    }
}

/*广告*/
/*.adv{*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0.3;*/
    /*background-color: black;*/
    /*z-index: 9999;*/
/*}*/
/*.adv .content{*/
    /*width: 600px;*/
    /*margin: 30px auto;*/
    /*position: relative;*/
    /*opacity: 1;*/
/*}*/

#adv
{
    display: none;
}
/*蒙版样式*/
#mask{
    z-index:1031;
    /* filter:alpha(opacity=80); */
    /* -moz-opacity: 0.5; */
    opacity: 0.7;
    position: fixed;
    left:0px;
    top:0px;
    background-color: #000;
}
/*显示信息样式*/
#adv-content{
    width:100%;
    height: 100%;
    top:200px;
    position: fixed;
    /* border: 1px outset #B4E0F2;  */
    /* padding-top: 40px;  */
    /* background-color: #000;  */
    /* filter:alpha(opacity=50);!important  */
    text-align: center;
    z-index: 10000;
}
.case-img1 .title{
    height: 100%;
    width: 100%;
    transition: all ease-out .3s;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.case-img1:hover .title{
    background-color: rgba(0, 0, 0, 0.29);
    position: absolute;
}
.case-img1 .title p{
    transition: all ease-out .3s
}
.case-img1:hover .title p{
    position: relative;
    top: 50%;
    margin-top: 15px;
}

.item_block .title{
    color: #333;
    font-size: 22px;
    position: relative;
}
.item_block .title:after{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 30px;
    height: 1px;
    transition: all .3s ease-out 0s;
    background-color: #e3e3e3;
}
.item_block:hover{
    cursor: pointer;
}
.item_block:hover .title{
    color: #2b60bc;
}
.item_block:hover .title:after{
    width: 100%;
    background-color: #505050;
}

/*快捷联系区域*/
.quick_contact{
    position: fixed; bottom: 10%; right: 0px;
}
.quick_module img{
    position: absolute;
    right: 44px;
    height: 0;
    /*transition: all ease-out .3s*/
}
.quick_contact > img{
    right: 0;
    position: absolute;
}
.quick_contact .quick_module{
    width: 44px;
    height: 125px;
    background: url("../images/quick.jpg");
    cursor: pointer;
}
.quick_contact .quick_module .module1{
    width: 44px;
    height: 42px;
}
.quick_contact .quick_module .module2,.quick_contact .quick_module .module3{
    width: 44px;
    height: 41px;
}
.quick_contact .quick_module .module2>div{
    background-image: url("../images/phone_info.jpg");
    display: none;
    position: absolute;
    right: 44px;
    width: 192px;
    height: 127px;
    cursor: auto;
    font-family: "华文细黑", "SourceHanSansCN Normal", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti,  sans-serif;
}
.quick_contact .quick_module .module2>div p{
    line-height: 30px;
    text-align: center;
}

.quick_contact .quick_module .module2:hover div{
    display: block;
    margin-top: -41px;
}
.quick_contact .quick_module .module3:hover img{
    height: auto;
    margin-top: -82px;
}

.nav-lab{
    text-align: right;
    margin: 10px 20px;
}
.nav-lab > a{
    padding: 10px 20px;
}
.nav-lab > a.active{
    background-color: #06a5ff;
    color: #fbfbfb;
    font-size: 14px; border-radius:3px;
}
.kg{
    width: 1290px;
    height: 40px;
    overflow: hidden;
   /* padding: 52px 0 47px 0;*/
    border-bottom: 1px solid #DCDCDC;
	
}
.nav-con{
 display: none;
}
.nav-con.active{
    display: block;
}
/*新闻详情*/
.news-detail{
    /*padding: 30px 150px;*/
    font-family: "微软雅黑", "SourceHanSansCN Normal", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, sans-serif; margin-top:80px;
}
.news-detail .article{
    float: left;
  /*  margin: 30px 2% 30px 10%;*/
    margin-top: 30px; 
    width: 62%;
    margin-bottom: 36px;
    margin-left: 2%;
}
.news-detail .article h1{
    text-align: center;
    font-weight: lighter;
    margin-top: 15px;
}
.news-detail .desc{
    text-align: center;
    color: #919191;
    margin-top: 15px;
    font-size: 14px;
}
.news-detail .desc span{
    margin: 0 10px; color: #919191;
}
.news-detail .desc strong{
    font-weight: normal;
    color: #919191;
}

.news-detail .article p{
    color: #1f1f1f;
    line-height: 35px;
    font-size: 17px;
    margin: 25px 0;
}

.news-detail .about{
    float: right;
    width: 28%;
    margin: 144px 0 0 0;

}
.news-detail .about .block{
    padding-bottom: 20px;
}
.under-line{
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
}
.news-detail .about img{
   /* width: 40%;*/
    width: 122px;
    height: 82px;
    padding-right: 10px;
}
.news-detail .about .detail{
    width: 58%;
    display: inline-block;
    position: relative;
    bottom: 0px;
}
.news-detail .about p{
    line-height: 20px;
    font-size: 14px;
    color: #919191;
}
.news-detail .about .title{
    font-size: 18px;
    color: #1f1f1f;
    line-height: 50px;
}


/*pbx start*/
.pbx-banner{
    width: 100%;
    height: 560px;
    overflow: hidden;
    position:relative;
    background: #232426;
}
.pbx-banner-left{
    position:absolute;
    left:0;
    top:0;
}
.pbx-banner-right{
    width: 495px;
    position:absolute;
    right:10%;
    top:195px;
    color:#fff;
}
.pbx-banner-right h6{
    font-size: 40px;
    font-weight: normal;
}
.pbx-banner-right p{
    font-size: 18px;
    margin-top:20px;
    line-height: 32px;
}
.pbx-main{}
.pbx-module1{
    padding:117px 0 90px;
    background: #f1f1f1;
}
.pbx-m1-txt{
    text-align: center;
    color:#333;
}
.pbx-h6{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 35px;
    color:#333;
}
.pbx-p{
    font-size: 18px;
    line-height: 35px;
    color:#333;
}
.pbx-m1-icon{
    width: 720px;
    margin:58px auto 66px;
}
.pbx-m1-icon ul{
    overflow: hidden;
}
.pbx-m1-icon ul li{
    float:left;
    width: 75px;
    margin:0 52px;
}
.pbx-m1-icon ul li p{
    font-size: 18px;
    color:#80b72f;
}
.pbx-m1-img{
    width: 1230px;
    margin:0 auto;
}
.pbx-m1-img ul{
    overflow: hidden;
}
.pbx-m1-img ul li{
    width: 400px;
    height: 300px;
    margin:0 5px;
    float:left;
}
.pbx-m1-img ul li img{
    width: 100%;
}
.pbx-module2{
    width: 100%;
    height: 580px;
    background: #dedede;
    overflow: hidden;
}
.w1176{
    width: 1176px;
    margin:0 auto;
}
.pbx-m2-left{
    width: 522px;
    float:left;
    margin-top:184px;
}
.pbx-m2-right{
    width: 497px;
    float:right;
    margin-top:214px;
}
.pbx-module3{
    width: 100%;
    height: 556px;
    background: #f1f1f1;
}
.pbx-module3 .pbx-m2-right{
    margin-top:150px;
}
/*pbx end*/

/*人才招聘 start*/
.rec-banner{
    width: 100%;
}
.rec-banner img{
    width: 100%;
}
.rec-main{
   overflow: hidden;
    padding:92px 0 0 0 ;
}
.w1300{
    width: 1300px;
    margin:0 auto;
}
.rec-jianli{
    float:right;
    color:#595959;
    margin-top:-60px;
}
.rec-module{
    margin-bottom: 90px;
}
.rec-m-tle{
    overflow: hidden;
    margin-bottom: 20px;
}
.rec-m-tle .left{
    float:left;
}
.rec-m-tle h1{
    font-size: 48px;
    color:#0a308f;
}
.rec-m-tle h1 span{
    font-size: 24px;
    font-weight: normal;
    margin-left:10px;
}
.rec-m-tle p{
    width: 150px;
    height: 2px;
    background: #ced9ec;
    margin-top:45px;
}
.rec-m-tle p span{
    width: 50px;
    height: 2px;
    background: #0a308f;
    display: inline-block;
    float:left;
}
.rec-m-tle .right{
    float:right;
}
.rec-m-tle .right a{
    display: block;
    width: 168px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    color:#fff;
    font-size: 18px;
    background: #3956a5;
    margin-top:26px;
}
.duty-list{
    width: 1232px;
    border-top:1px solid #dfe3e8;
    padding:0 34px 0;
}
.duty-top:hover{
	background: #f3f3f3;
}
/*.duty-list:hover .duty-ask{
    margin: 0 -34px -44px;
    padding: 0 34px 44px;
    background: #fff;
}*/
.duty-top{
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    padding: 44px 34px;
    margin: 0 -34px;
    cursor: pointer;
}
.duty-top p{
    float:left;
    font-size: 18px;
    color:#333;
}
.duty-top  .duty-1{
    width: 120px;
    height: 40px;
    background: #3a55a5;
    line-height: 40px;
    text-align: center;
    color:#fff;
    margin-right: 50px;
}
.duty-top .duty-2{
    margin-right: 50px;
}
.duty-top .duty-3{
    width: 48px;
    height: 12px;
    background: url("../images/duty4.png") no-repeat;
    float:right;
    margin-top:15px;
}
.duty-ask{
    display: none;
}
.duty-ask ul{
    margin-top:40px;
 }
.duty-ask ul li:first-child{
    font-size: 20px;
    color:#333;
    margin-bottom: 15px;
}
.duty-ask ul li{
    font-size: 18px;
    color:#a9a9a9;
    margin-bottom: 10px;
}
.duty-ask .notice{
    margin: 20px 0;
    font-size: 16px;
    color: #a9a9a9;
    display: none;
}
.duty-ask .notice p{
    line-height: 25px;
}
/*人才招聘 end*/
/*IPTV详情 start*/
.iptvD-banner{
    width: 100%;
    height: 600px;
    background: #f8f8f8;
    position:relative;
}
.iptvD-banner-left{
    position:absolute;
    top:200px;
    left:14%;
}
.iptvD-banner-right{
    position:absolute;
    top:126px;/*right:20%;*/
   left: 60%;
}
.iD-tle{
    width: 426px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
}
.iD-tle h4{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.iD-tle p{
    color:#a1a1a1;
    font-size: 18px;
}
.iD-js{
    font-size: 20px;
    width: 354px;
    color:#666666;
    line-height: 35px;
    margin-top:20px;
}
.iD-gd{
    width: 150px;
    height: 50px;
    font-size: 18px;
    color:#fff;
    border-radius: 5px;
    background: #3a55a5;
    display: block;
    line-height: 50px;
    text-align: center;
    margin-top:40px;
}
.w1266{
    width: 1266px;
    margin:0 auto;
}
.iptvD-m1{
}
.iptvD-h6{
    font-size: 24px;
    font-weight: normal;
    color:#333;
    margin:55px 0 35px 55px;
}
.iptvD-p{
    width: 915px;
    font-size: 18px;
    color:#7e7e7e;
    margin-left:55px;
    line-height: 30px;
}
.iptvD-ul{
    width: 1266px;
    border-top: 1px solid #ececec;
}
.iptvD-ul li{
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding:0 55px;
    color:#7e7e7e;
}
.iptvD-ul li:nth-child(2n){
    background: #fbfbfb;
}
.iptvD-ul li .left{
    float:left;
    font-size: 18px;
    font-weight: bold;
}
.iptvD-ul li .right{
    float:right;
    font-size: 16px;
}
.w1154{
    width: 1154px;
    margin:0 auto;
}
.iptvD-m3{
    margin-top:70px;
}
.iptvD-m3 p{
    color:#7e7e7e;
    font-size: 18px;
    line-height: 35px;
}
.iptvD-module2{
    margin-top:80px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 90px;
}
.iptvD-module2:last-child{
    border:none;
}
.iptvD-module2 h4{
    font-size: 36px;
    color:#3a55a5;
    font-weight: normal;
    margin-bottom: 50px;
}
.iptvD-m2-ul{
    overflow: hidden;
}
.iptvD-m2-ul li{
    float:left;
    margin-right:80px;
    width: 338px;
    cursor: pointer;
}
.iptvD-m2-ul li h6{
    font-size: 24px;
    color:#333;
    margin:15px 0 15px;
}
.iptvD-m2-ul li p{
    font-size: 18px;
    color:#7e7e7e;
}
/*IPTV详情 end*/
/*map详情 start*/
.mapD-banner{
    background: #f8f8f8;
}
.mapD-banner .iptvD-banner-left{
    top:100px;
}
.mapD-main .iptvD-h6{
    color:#3a55a5;
}
.mapD-m1-ul{
    overflow: hidden;
    border-top:1px solid #ececec;
}
.mapD-m1-ul li{
    float:left;
    width: 528px;
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
    padding:0 50px;
    height: 72px;
    line-height: 72px;
    color:#7e7e7e;
    overflow: hidden;
    font-size: 18px;
}
.mapD-m1-ul li:nth-child(2n){
    border-right:none;
}
.mapD-m1-ul li .left{
    float:left;
    font-weight: bold;
}
.mapD-m1-ul li .right{
    float:right;
}
.mapD-m1-ul li.active{
    background: #fbfbfb;
}
/*map详情 end*/

/*合作伙伴 start*/
.par-banner{
    width: 100%;
}
.par-banner img{
    width: 100%;
}
.par-main{
    width:100%;
    padding-top:70px;
}
.par-con{
    width: 1260px;
    margin: 0 auto;
}
.par-con dl{
    margin-bottom: 70px;
    overflow: hidden;
}
.par-con dl dt{
    float: left;
    width: 162px;

}
.par-con dl dt img{
    width: 162px;
    height: 60px;
    display: block;
    margin-top:33px;
}
.par-con dl dd{
    float: right;
    width: 1032px;
}
.par-con dl dd span{
    font-size: 24px;
    color: #004277;
    display: block;
    margin-bottom: 15px;
}
.par-con dl dd p{
    font-size: 14px;
    line-height: 32px;
    color: #666666;

}
/*合作伙伴 end*/

/*验证*/
.validate{
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 0.923em;
}
.validate-error{
    color: #c4690e;
    background: #fffdf3;
    border: 1px solid #fad7b5;
}
.validate-success{
    color: forestgreen;
    background: #e9fae9;
    border: 1px solid #77de65;
}




