html,body{
    font-family:"微软雅黑";
}
ol, ul {
    list-style: none;
}
a{
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}

.glyphicon{
    top:0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
/*头部*/
.header{
    background-color: #ffffff;
}
.header .navbar-brand{
    padding: 4px;
}
.header .phone{
    color: #0496EE;
    font-size: 16px;
    float: right;

}
.header .logo{
    display: block;
}
.header .logo img{
    height: 100%;
}
.header .haed-nav{
    border: 0;

}
.header .nav,
.header .navbar-form{
    background-color: #0496EE;
    margin-top:0;
    margin-bottom:0;
}
.header .dropdownTrigger{
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #0c88d0;
}
.header .dropdownTrigger .caret{
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
}
.header .dropdown-menu{
    padding: 0;
    box-shadow: none;
    border: none;
}
.header .nav{
    margin: 0 -15px;
}
.header .nav li{
    border-bottom: 1px solid #12A6FC;
}
.header .nav li a{
    color: #ffffff;
}

.header .nav a:hover,
.header .nav .open a,
.header .nav a:hover{
    color: #ffffff;
    background-color: transparent;
}


.header .btn-nav{
    box-sizing: border-box;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    top:0;
    left: 0;
    padding: 4px 10px;
    border-radius: 0;
    margin: 0;
    border: 0;
    background:url("../images/tiaomu.png") no-repeat center;
    background-size: 50%;
    width:50px;
}
.header .btn-nav .collapsed{
    color: #0496EE;
    background-color: #ffffff;
}

.header .open .dropdown-menu{
    background-color: #007DC7;
}

.header .wap-navbar-form{
    float: right;
    display: none;
}
.header .wap-navbar-form input{
    border: none;
    background-color: transparent;
    height: 26px;
    line-height: 26px;
}
.header .wap-navbar-form button{
    font-size: 20px;
    border: none;
    background-color: transparent;
    color: #0496EE;
}

/*底部*/
.footer{
    background-color: #222222;
    margin-bottom: 56px;

}
.footer .panel-group{
    margin-bottom: 0;
}
.footer .panel{
    border: none;
    border-bottom: 1px solid #3E3E3E;
    margin-top: 0!important;

}
.footer .panel .panel-heading{
    background-color: #323232;
    border-radius: 0;
}
.footer .panel a{
    color: #ffffff;
    font-weight: 100;
}
.footer .panel .glyphicon{
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #ffffff;


}
.footer .panel .panel-body{
    background-color: #121212;
    color: #ffffff;
}
.footer .panel .panel-body p{
    border-bottom: 1px solid #2d2d2d;;
    line-height: 30px;
}

.footer .panel .panel-body a{
    line-height: 30px;
}
.footer .copyright{
    background-color: #222222;
}
.footer .copyright p,
.footer .copyright a{
    text-align:center;
    color: #ffffff;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 0;

}
.footer .copyright p a:after{
    content: " |";
}
.footer .copyright p a:last-child:after {
    content: "";
}

/*移动端回滚*/
.top-roll{
    position: fixed;
    right: 10px;
    bottom: 70px;
    background: url("../images/top_sroll.png") no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 999999;
    display: none;
}
.top-roll.active{
    display: block;
}


/*悬浮框*/
.Suspension-box{
    height: 56px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom:-1px;
    z-index: 9999999;
}
.Suspension-box ul{
    padding: 0;
    width: 100%;
}
.Suspension-box ul li{
    display: block;
    float: left;
    width: 25%;
    height:56px;
    color: #ffffff;
    padding-top: 10px;
    background-color: #0198F1;
}

.Suspension-box li i{
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
.Suspension-box li span{
    display: block;
    text-align:center;
    font-size: 12px;
}
.Suspension-box .m_nav_01 i{
    background: url("../images/m_nav_01.png") no-repeat center ;
    background-size: contain;
}
.Suspension-box .m_nav_02 i{
    background: url("../images/m_nav_02.png") no-repeat center ;
    background-size: contain;
}
.Suspension-box .m_nav_03 i{
    background: url("../images/m_nav_03.png") no-repeat center ;
    background-size: contain;
}
.Suspension-box .m_nav_04 i{
    background: url("../images/m_nav_04.png") no-repeat center ;
    background-size: contain;
}

.Suspension-box ul li.active{
    background-color: #ffffff;
}
.Suspension-box ul li.active span{
   color: #0198F1;
}
.Suspension-box .m_nav_01.active i{
    background: url("../images/m_nav_01_h.png") no-repeat center ;
    background-size: contain;
}
.Suspension-box .m_nav_02.active i{
    background: url("../images/m_nav_02_h.png") no-repeat center ;
    background-size: contain;
}
.Suspension-box .m_nav_03.active i{
    background: url("../images/m_nav_03_h.png") no-repeat center ;
    background-size: contain;
}
.Suspension-box .m_nav_04.active i{
    background: url("../images/m_nav_04_h.png") no-repeat center ;
    background-size: contain;
}

/*有浮动框*/
.float-box{
    position: fixed;
    right: 0;
    width: 80px;
    height:410px;
    z-index: 99999;
    top: 30%;
    transition: all 0.6s;
}
.float-box.closes{
    right: -80px;
}
.float-box ul{
    padding: 0;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 320px;
    transition: all 0.6s;
}
.float-box .f_close{
    transition: all 0.6s;
}

.float-box.closes .f_close{
   transform: rotate(45deg);
    left: -30px;
}
.float-box li{
    height: 80px;
    cursor: pointer;
}
.float-box li .msg{
     position: absolute;
     width: 140px;
    padding: 20px;
     left: 180px;
     top: 56px;
     height: 200px;
     border-radius: 3px 0 0 3px;
     background-color: #C8D4E2;
    color: #0098f1;
    transition: all 0.6s;
    z-index: -1;
    font-weight: 600;
 }
.float-box li .msg img{
    width: 100px;
}
.float-box li .msg .btn{
    border: 1px solid #0098f1;
    padding: 2px 0;
    width: 100px;
    line-height: 30px;
    text-align: center;
}
.float-box li .msg .btn:hover{
    background-color: #0098f1;
    color: #ffffff;
}
.float-box li.active .msg{
    left: -140px;
}


.float-box li.f_01{
    background: #C8D4E2 url("../images/QQ.png") no-repeat center;
}
.float-box li.f_02{
    background: #C8D4E2 url("../images/dianhuaf.png") no-repeat center;
}
.float-box li.f_03{
    background: #C8D4E2 url("../images/weixin.png") no-repeat center;
}
.float-box li.f_04{
    background: #C8D4E2 url("../images/hddb.png") no-repeat center;
}

.float-box li:hover{
    background-color: #0098f1;
}
.float-box li img{
    display: block;
    width: 40%;
    margin: 0 auto;
    line-height: 60px;
}
.float-box  .f_close{
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    width: 30px;
    height: 33px;
    margin-left: -15px;
}
.float-box  .f_close img{
    width: 100%;
}
    /*公共*/
.page-banner{
    /*padding:60px 0;
    height: 48px;*/
    width: 100%;
}
.page-banner img{
    width: 100%;
    display: block;
}
.page-banner h1{
   font-size: 48px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}

.page-banner_01{ background: url("../images/page_ba_01.jpg") no-repeat center top; background-size:cover }
.page-banner_02{ background: url("../images/page_ba_02.jpg") no-repeat center top; background-size: cover }
.page-banner_03{ background: url("../images/page_ba_03.jpg") no-repeat center top; background-size: cover }
.page-banner_04{ background: url("../images/page_ba_04.jpg") no-repeat center top; background-size: cover }
.page-banner_05{ background: url("../images/page_ba_05.jpg") no-repeat center top; background-size: cover }
.page-banner_06{ background: url("../images/page_ba_06.jpg") no-repeat center top; background-size: cover }
.page-banner_07{ background: url("../images/page_ba_07.jpg") no-repeat center top; background-size: cover }
.page-banner_08{ background: url("../images/page_ba_08.jpg") no-repeat center top; background-size: cover }

/*首页*/
#home .banner{
}
#home .banner .swiper-slide img{
    width: 100%
}

#home .floor-01 .hd h2,
#home .floor-02 .hd h2,
#home .floor-03 .hd h2,
#home .floor-04 .hd h2,
#home .floor-05 .hd h2,
#home .floor-06 .hd h2
{
    display: block;
    color: #0098f1;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0;
    margin: 0;
}
#home .floor-01 .hd h2 a{
    color: #0098f1;
}

#home .floor-03 .hd h2 .xian,
#home .floor-04 .hd h2 .xian,
#home .floor-05 .hd h2 .xian,
#home .floor-06 .hd h2 .xian{

    display: block;
    width: 10%;
    height: 3px;
    background-color: #e2e2e2;
    margin: 15px auto 0;

}

#home .floor-01{
    background: url("../images/zk_01.jpg") no-repeat center top;
    background-size: cover;
}
#home .floor-01 .bd .zk-logo-bg{
    width: 80%;
    margin: -30px auto 20px;
}
/*#home .floor-01 .bd{
    background: url("../images/zk-logo-bg.png") no-repeat center bottom;
    background-size:75%;
}*/
#home .floor-01 .bd .bk_01{
    padding: 10px;
}
#home .floor-01 .bd .bk_01 strong{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #0098f1;
    font-weight: 100;
    display: block;
}
#home .floor-01 .bd .bk_01 p{
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
}

#home .floor-02{
    background-color: #0098f1;
}
#home .floor-02 .hd{
    padding:0 10px 10px;
    position: relative;
}
#home .floor-02 .hd h2{
    color: #ffffff;
    float: left;
    padding-bottom: 20px;
}
#home .floor-02 .hd a{
    position: absolute;
    float: right;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 30px;
    right:15px;
    top: 50px;
}
#home .floor-02 .bd{
    padding:0 10px 40px;
}
#home .floor-02 .bd {
    display: block;
}
#home .floor-02 .bd a{
    display: block;
    position: relative;
}
#home .floor-02 .bd a .play{
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
}
#home .floor-02 .bd a span{
    position: absolute;
    color: #ffffff;
    left: 0;
    top:50%;
    margin-top: 40px;
    display:block;
    width: 100%;
    text-align: center;
}
#home .floor-02 .bd a img{
    position: relative;
    width: 100%;

}

#home .floor-02  .videoPlay{

}
#home .floor-02 .video{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;

}
#home .floor-02 .playBox{
    overflow: hidden;
    position: relative;
    z-index: 99;
}
#home .floor-02 .playBox .videobg{
    transition: all 0.6s;
    position: relative;


}
#home .floor-02 .playBox:hover .videobg{
    transform:scale(1.1,1.1);
}

#home .floor-03{
    background:  url("../images/zk_03.jpg") no-repeat center bottom;
    background-size: cover;
}
#home .floor-03 .bd  .wap-business div span{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#home .floor-03 .bd  .business_01 span{ background: url("../images/icon_01.png") no-repeat center;background-size:contain }
#home .floor-03 .bd  .business_02 span{ background: url("../images/icon_02.png") no-repeat center;background-size:contain }
#home .floor-03 .bd  .business_03 span{ background: url("../images/icon_03.png") no-repeat center;background-size:contain }
#home .floor-03 .bd  .business_04 span{ background: url("../images/icon_04.png") no-repeat center;background-size:contain }
#home .floor-03 .bd  .business_05 span{ background: url("../images/icon_05.png") no-repeat center;background-size:contain }
#home .floor-03 .bd  .business_06 span{ background: url("../images/icon_06.png") no-repeat center;background-size:contain }
#home .floor-03 .wap-business{
    display: none;
    padding-top: 10px;
    padding-bottom: 140px;
}
#home .floor-03 .wap-business div a{
    display: block;
}
#home .floor-03 .wap-business div img{
    display: block;
    margin: 0 auto;
    width: 80%;
}
#home .floor-03 .wap-business div p{
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    height: 30px;
    overflow: hidden;
}

#home .floor-04 .case-block{
    padding: 20px 30px;
}
#home .floor-04 .bd{
    background: url("../images/zk_04.jpg") no-repeat center;
    background-size: cover;
}
#home .floor-04 .hd h2{
    position: relative;
}
#home .floor-04 .hd h2:after{
    content: " ";
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 10%;
    background:url("../images/j_r.png") no-repeat center;
    background-size: 30%;
}
#home .floor-04 .bd{
    background-color: #4ac0f9;
}
#home .floor-04 .swiper-case{
    padding: 10px 10px 35px;
}
#home .floor-04 .swiper-slide{
   display: block;
    background-color: #fff;
}
#home .floor-04 .swiper-slide .imgs{
    position: relative;
}
#home .floor-04 .swiper-slide .imgs .zz{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(0, 0, 0, 0.5) url("../images/zz.png") no-repeat center;
    background-size: 8%;
    display: none;
}
#home .floor-04 .swiper-slide:hover .imgs .zz{
   display: block;
}
#home .floor-04 .swiper-slide img{
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    width: 100%;
}
#home .floor-04 .swiper-slide .sketch{
    padding: 20px 10px;
}
#home .floor-04 .swiper-slide .sketch span,
#home .floor-04 .swiper-slide .sketch b{
    line-height: 24px;
    display: block;
    color: #333;
}
#home .floor-04 .more{
    display: block;
    height: 56px;
    background: url("../images/more.png") no-repeat center;
    margin: 40px auto;
}

#home .floor-04 .swiper-slide:hover{
    background-color: #0198F1;
}
#home .floor-04 .swiper-slide:hover .sketch span,
#home .floor-04 .swiper-slide:hover .sketch b{
    color: #ffffff;
}

#home .floor-05{
    background: url("../images/zk_05.jpg")no-repeat center bottom;
    background-size: cover;
}
#home .floor-05 .inner{
    padding-bottom: 100px;
}
#home .floor-05 .bd .bd_bt{
    width: 60%;
    display: block;
    margin: 0 auto 40px;
}
#home .floor-05 .swiper-idea-wap .swiper-slide  a{
    display:block;
    width: 50%;
    margin: 0 auto;
}
#home .floor-05 .swiper-idea-wap .swiper-slide  a img{
    display:block;
    width: 100%;
    margin:0 auto;

}


#home .floor-06 .hd h2{
    position: relative;
}
#home .floor-06 .hd h2:after{
    content: " ";
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 10%;
    background:url("../images/j_r.png") no-repeat center;
    background-size: 30%;
}

#home .floor-06 .bd{
    background-color: #0198F1;
    padding: 30px 20px;

}
#home .floor-06 .swiper-news{
    padding: 10px 10px 15px;
}
#home .floor-06 .swiper-slide{
    display: block;
    background-color: #ffffff;
}
#home .floor-06 .swiper-slide .scale-img{
    width: 100%;
    height: 60%;
    overflow: hidden;
}
#home .floor-06 .swiper-slide img{
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    width: 100%;
    transition: all 0.6s;
}
#home .floor-06 .swiper-slide:hover img{
    transform:scale(1.1,1.1);
}
#home .floor-06 .swiper-slide .sketch{
    padding: 10px;
}
#home .floor-06 .swiper-slide .sketch span,
#home .floor-06 .swiper-slide .sketch b{
    line-height: 24px;
    display: block;
    color: #333333;
}
#home .floor-06 .swiper-slide:hover{
    background-color: #0198F1;
}
#home .floor-06 .swiper-slide:hover .sketch span,
#home .floor-06 .swiper-slide:hover .sketch b{
   color: #ffffff;
}
#home .floor-06 .ckgd{
    display: block;
    width: 223px;
    height: 55px;
    margin: 0 auto 30px;
    background: url("../images/ckgd.png") no-repeat center;
}
#home .floor-06 .news-pagination{
    width: 100%;
    left: 0;
    bottom: 10px;
}
#home .floor-06 .news-pagination .swiper-pagination-bullet{
    margin: 0 5px
}

/*移动端公共的样式*/
.tab-page {
    position: relative;

}
.tab-page .hd .tab-nav{
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}
.tab-page .hd .tab-nav a{
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    color:#0098f1;
    padding-left: 30px;
}
.tab-page .hd .tab-nav i{
    position: absolute;
    display: block;
    color:#0098f1;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    top:0;
    right:0;
    background: url("../images/tiaomu2.png") no-repeat center;
    background-size: 60%;

}
.tab-page .navbar-brand{
    background:#0098f1 url("../images/nav_01.png") no-repeat center;
    background-size: 45%;
}
.tab-page .tab-page-list {
    position: absolute;
    background-color: #ffffff;
    z-index: 999;
    top:50px;
    right: 0;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;

}
.tab-page .tab-page-list li{
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
}
/*---关于我们---*/


#about-us .tab-block{
    background-color: #ffffff;
}
#about-us .tab-block  .tab-pane{

}
#about-us .tab-block .about_01 .m_01{
    padding: 30px 15px;
}
#about-us .tab-block .about_01 .m_01 .zk-logo img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
#about-us .tab-block .about_01 .m_01 .content{
    margin-top: 40px;
}
#about-us .tab-block .about_01 .m_01 .content h4{
    color:#0098f1;
    font-size: 16px;
}
#about-us .tab-block .about_01 .m_01 .content p{
    font-size: 12px;
    line-height: 24px;
}
#about-us .tab-block .about_01 .m_02{
    padding: 25px 15px;
    background-color:#0098f1;
}
#about-us .tab-block .about_01 .m_02 img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
#about-us .tab-block .about_01 .m_02 .content h4{
    color:#ffffff;
    font-size: 16px;
}
#about-us .tab-block .about_01 .m_02 .content{
    margin-top: 40px;
}
#about-us .tab-block .about_01 .m_02 .content p{
    font-size: 12px;
    line-height: 24px;
    color:#ffffff;
}
#about-us .tab-block .about_03{
    background:url(../images/lishi.jpg) no-repeat center;
   background-size: cover;
  min-height: 400px;
    padding: 30px 0;
}
#about-us .tab-content  .swiper-course{
    height: 400px;
    background: url("../images/lichengxian.png") repeat-x center;
}
#about-us .tab-content   .swiper-slide {
    height: 400px;
    position: relative;

}
#about-us .tab-content   .swiper-slide .course-box{
    height: 200px;
    position: absolute;
    border-left: 1px dashed #ffffff;
    left: 0;
    width: 100%;
}
#about-us .tab-content  .swiper-slide .course-box .course{
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 100%;
    padding-left: 15px;
}

#about-us .tab-content  .swiper-slide .course-box .course span{
    display: block;
    line-height: 30px;
    font-size: 16px;
}
#about-us .tab-content  .swiper-slide .course-box .course p{
    line-height: 24px;
    font-size: 14px;
}
#about-us .tab-content  .swiper-slide .course-box:before{
    content: " ";
    display: block;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    left: -10px;

}
#about-us .tab-content  .swiper-slide:nth-child(odd) .course-box:before{
    top:-10px
}
#about-us .tab-content  .swiper-slide:nth-child(even) .course-box:before{

    bottom: -10px;
}
#about-us .tab-content  .swiper-slide:nth-child(odd) .course-box{
    top:200px;
}
#about-us .tab-content  .swiper-slide:nth-child(even) .course-box {
    top:0;
}
#about-us .tab-content  .swiper-slide:nth-child(odd) .course-box .course{
    bottom: 0;
}
#about-us .tab-content  .swiper-slide:nth-child(even) .course-box .course{
    top:0;
}

    /*---精品项目---*/
#exquisite-item .product-item a,
#exquisite-item .product-item img{
    display: block;
}

#exquisite-item .product-item img{
    width: 100%;

}
#exquisite-item .product-item .caption{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #0098f1;
    padding-left: 15px;
    color: #ffffff;
}
#exquisite-item .tab-block{
    padding: 10px 0;
}

/*---项目详情---*/
#detail .brief{
    padding-left: 20px;
}
#detail .brief h3{
    color: #0098f1;
    line-height: 36px;
    border-bottom: 1px solid #E0E0E0;
}
#detail .brief div{
    padding-right: 15px;
    border-bottom: 1px dashed #E0E0E0;
}
#detail .brief div span{
    width: 25%;
    display: block;
    float: left;
    line-height: 26px;
    color: #0098f1;
}
#detail .brief div p{
    width: 75%;
    display: block;
    float: right;
    line-height: 26px;
}
#detail .pro-show-wrap .pro-pagination{
    text-align: center;
}
#detail .pro-show-wrap .swiper-slide img{
    width: 100%;
}
#detail .description{
    padding: 20px;
}
#detail .description .hd{
}
#detail .description .hd .btn_sq{
    width: 80px;
    height: 26px;
    display: block;
    background-color: #0098f1;
    line-height: 26px;
    color: #ffffff;
    float: right;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;

}
#detail .description h3{
    color: #12A6FC;

}
#detail .description p{
    font-size: 14px;
    line-height:30px;
}


/*---荣誉资质---*/
#honor .honor-year{
    padding: 15px;
}
#honor .honor-year h3{
    background-color: #DBDBDB;
    color: #333333;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
}

#honor .honor-year .honor-year-list .swiper-slide p{
    text-align: center;

}
#honor .honor-year .swiper-honor{

}
#honor .honor-year .honor-year-list{
    position: relative;
}
#honor .honor-year .swiper-slide img{
    display: block;
    width: 75%;
    margin: 0 auto;
}
#honor .honor-year-list .swiper-container .swiper-button-prev{
    left: 0;
}
#honor .honor-year-list .swiper-container .swiper-button-next{
    right: 0;
}

/*---新闻资讯---*/
#news .tab-block{
   padding: 15px;
}
#news .news-list{
    margin-bottom: 20px;
}
#news .news-list .news-list-item{
    border-bottom: 1px solid #e3e3e3;
}
#news .news-list .news-list-item h4{
    color: #2d2d2d;
    font-size:18px;

}
#news .news-list .news-list-item span{
    display: block;
    color: #989898;
    font-size:14px;
}
#news .news-show{
    padding: 0;
}
#news .news-show .swiper-slide img{
    display: block;
    width: 100%;
}

#news .news-list .news-list-item p{
    margin-top: 10px;
    display: block;
    color: #2d2d2d;
    line-height: 24px;
    font-size: 14px;
}
#news .news-box-list{
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
}
#news .news-box-list-item .cot{
    display: block;
    background-color: #EFEFEF;
    padding-bottom: 10px;
}
#news .news-box-list .news-box-list-item{
    margin-bottom: 20px;

}

#news .news-box-list .news-box-list-item img{
    width: 100%;
}

#news .news-box-list .news-box-list-item .tit{
    padding:10px 15px;
}
#news .news-box-list .news-box-list-item .tit h4{
    display: block;
    line-height: 28px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom:5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#news .news-box-list .news-box-list-item .tit span{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #5e5e5e;
}

#news .news-box-list .news-box-list-item p{
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
    height: 56px;
    overflow:hidden;
}
#news .news-box-list .news-box-list-item b{
    display: block;
    padding:3px 8px;
   font-size: 14px;
    border: 1px solid #757575;
    color: #757575;
    width: 30%;
    margin-left: 10px;
    border-radius: 3px;
    text-align: center;
}


/*研究中心*/
#study{
    background-color: #F1F1F1;
}
#study .study-item{
    display: block;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}
#study .study-item h4{
    line-height: 30px;
    font-size: 16px;
    color: #0098f1;
    font-weight: 100;
}
#study .study-item img{
    width: 100%;
}
#study .study-item p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    color: #282828;
}

/*招聘信息*/

#job .title h2{
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 60px;
}
#job .main-container{
    background: url("../images/page_ba_07.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
#job .main-container .table{
    color: #ffffff;
}
#job .main-container .table thead{
    background-color: rgba(255, 255, 255, 0.58);
}
#job .main-container .table thead th{
    text-align: center;
}
#job .main-container .table td{
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
#job .main-container .table td a{
    color: #ffffff;
}
#job .select-group{
    padding: 15px;
}
#job .select-group select{
    margin-top: 10px;
}
#job .table-wrap{
    margin: 0 5px;
}
#job .main-container .table td .butn{
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    color: #333;
}
#job .main-container .table td .butn:hover{

    color: #fff;
    background-color: #1b72f1;
}


.btn-search{
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #0098f1;
    margin-top: 10px;
}

/*业务范围*/
#service .main-container .title{
}
#service .main-container .title h2{
    line-height: 36px;
    font-size:24px;
    color: #0098f1;
    text-align: center;
}
#service .main-container .title p{
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #adadad;
}
#service .main-container .bd{

    margin: 0 auto;
    padding: 0;
}
#service .main-container .bd li{
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}
#service .main-container .bd li .cot{
    position: relative;
    height: 200px;
    display: block;
}

#service .main-container .bd li .yw_img{
    width: 100%;
}

#service .main-container .bd li .shade{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 9, 0.52);
    color: #ffffff;
}
#service .main-container .bd li .shade .cent{
    width: 80%;
    height:100% ;
    margin:0 auto;
    position: relative;
}

#service .main-container .bd li .shade .icon{
    position: absolute;
    width:56px;
    height: 56px;
    left:50%;
    margin-left: -28px;
    top:20px;
    display: none;
}

#service .main-container .bd  .server_01 .icon{ background: url("../images/icon_01_h.png") no-repeat center}
#service .main-container  .bd  .server_02 .icon{ background: url("../images/icon_02_h.png") no-repeat center}
#service .main-container  .bd  .server_03 .icon{ background: url("../images/icon_03_h.png") no-repeat center}
#service .main-container  .bd  .server_04 .icon{ background: url("../images/icon_04_h.png") no-repeat center}
#service .main-container  .bd  .server_05 .icon{ background: url("../images/icon_05_h.png") no-repeat center}
#service .main-container  .bd  .server_06 .icon{ background: url("../images/icon_06_h.png") no-repeat center}

#service .main-container .bd li .shade p{
    position: absolute;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    width: 100%;
    left: 0;
    top:75px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

#service .main-container .bd li .shade span{
    position: absolute;
    width:100px;
    margin-left: -50px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    bottom:40px;
    left:50%;
    color: #ffffff;
    border: 1px #ffffff solid;
    border-radius: 3px;
    font-size: 14px;
    display: none;

}

#service .main-container .bd li:hover .shade{
    background-color: #0098f1;
}

#service .main-container .bd li:hover .shade p{
    border: none;
}

#service .main-container .bd li:hover .shade .icon,
#service .main-container .bd li:hover .shade a{
    display: block;
}

/*招聘*/
#recruit .main-container .title{
}
#recruit .main-container .title h2{
    line-height: 36px;
    font-size:24px;
    color: #0098f1;
    text-align: center;
}
#recruit .main-container .title p{
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #adadad;
}
#recruit .main-container .bd{

    margin: 0 auto;
    padding: 0;
}
#recruit .main-container .bd li{
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}
#recruit .main-container .bd li .cot{
    display: block;
    position: relative;
    height: 200px;
}

#recruit .main-container .bd li .yw_img{
    width: 100%;
}

#recruit .main-container .bd li .shade{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 9, 0.52);
    color: #ffffff;
}
#recruit .main-container .bd li .shade .cent{
    width: 80%;
    height:100% ;
    margin:0 auto;
    position: relative;
}

#recruit .main-container .bd li .shade .icon{
    position: absolute;
    width:56px;
    height: 56px;
    left:50%;
    margin-left: -28px;
    top:20px;
    display: none;
}

#recruit .main-container .bd  .server_01 .icon{ background: url("../images/ico_132.png") no-repeat center;background-size: contain}
#recruit .main-container  .bd  .server_02 .icon{ background: url("../images/ico_134.png") no-repeat center;background-size: contain}
#recruit .main-container  .bd  .server_03 .icon{ background: url("../images/ico_133.png") no-repeat center;background-size: contain}


#recruit .main-container .bd li .shade p{
    position: absolute;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    width: 100%;
    left: 0;
    top:75px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

#recruit .main-container .bd li .shade a{
    position: absolute;
    width:100px;
    margin-left: -50px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    bottom:40px;
    left:50%;
    color: #ffffff;
    border: 1px #ffffff solid;
    border-radius: 3px;
    font-size: 14px;
    display: none;

}

#recruit .main-container .bd li:hover .shade{
    background-color: #0098f1;
}

#recruit .main-container .bd li:hover .shade p{
    border: none;
}

#recruit .main-container .bd li:hover .shade .icon,
#recruit .main-container .bd li:hover .shade a{
    display: block;
}

/*联系我们*/
#contactus .main-container{
    padding-bottom: 30px;
}
#contactus .contactus-msg{
    padding: 10px;
}

#contactus .contactus-msg ul{
    padding: 10px;
    margin: 0;
}
#contactus .contactus-msg ul li{
    margin: 20px 0;
}
#contactus .contactus-msg ul strong{
    display: inline-block;
    background-color: #0098f1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right:6px;
    font-weight: 100;
}
#contactus .contactus-msg ul b{
    width: 60px;
    font-weight: 100;
}
#contactus .contactus-msg ul span{
    margin-left: 10px;
    font-weight: 100;
}
#contactus .map{
}
#contactus .map img{
    width: 100%;
}


/*理念*/
#ideas  .titbox {
    height: 60px;
    width: 100%;
    position: relative;
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
#ideas .list-scroll{
    width: 90%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    margin: 32px auto 0;
}
#ideas  .swiper-pagination{
    width: 100%;
    margin-top: 10px;

}
#ideas  .swiper-pagination span{
   padding: 5px;
    margin: 3px;
}
#ideas .main-container{
    background: url("../images/img_56.jpg") no-repeat center;
}
#ideas .main-container .inner{
    padding: 76px 0;
}
#ideas .swiper-slide .ico {
    display: block;
    width: 84px;
    height: 82px;
    margin: 67px auto 0;
}
#ideas .swiper-slide .word {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    width: 86%;
    margin: 40px auto 0;
}
#ideas .swiper-slide{
    margin-right: 23px;
    height: 320px;
    cursor: pointer;
    background-color: #ffffff;
}
#ideas .swiper-slide .ico.ico1 {
   background: url("../images/14521566024798gid6v.png") no-repeat 0 0;
}
#ideas .swiper-slide .ico.ico2 {
    background: url("../images/14521565822866ghzg.png") no-repeat 0 0;
}
#ideas .swiper-slide .ico.ico3 {
    background: url("../images/1452156624993216fqq.png") no-repeat 0 0;
}
#ideas .swiper-slide .ico.ico4 {
    background: url("../images/14521565312721mjnu6.png") no-repeat 0 0;
}
#ideas .swiper-slide:hover{
    background-color: #0198F1;
}

#ideas .swiper-slide:hover .ico{
    background-position: 0 -82px;
}

#ideas .swiper-slide:hover .word{
   color: #ffffff;
}


/*人才发展*/
#staff  .titbox {
    height: 60px;
    width: 100%;
    position: relative;
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
#staff  .word {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin: 22px auto 0;
    text-align: center;
}
#staff .list-scroll{
    width: 90%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    margin: 32px auto 0;
}
#staff  .swiper-pagination{
    width: 100%;
    margin-top: 10px;

}
#staff  .swiper-pagination span{
    padding: 5px;
    margin: 3px;
}
#staff .main-container{
    background: url("../images/img_67.jpg") no-repeat center;
}
#staff .main-container .inner{
    padding: 80px 0;
}

#staff .swiper-slide img{
    width: 100%;
}

/*jobSubmit*/
#jobSubmit .main-container .inner{
    padding: 30px 0;
}
#jobSubmit .main-container .butn{
    cursor: pointer;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #0098f1;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
}
#jobSubmit .bt:after{
content: "*";
    color: #f00;
}
.laydate_box *{
    -webkit-box-sizing:content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#jobSubmit  table{
    width: 100%;
}
#jobSubmit  th,td{
}
#jobSubmit  td{
    padding: 5px;
}


/*video*/

#video .video-list{
    margin-bottom: 30px;
    display: block;
    padding: 0;
}
#video .video-list div{
    display: block;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
#video .video-list  img{
    display: block;
    width: 100%;
}

#video .video-list span{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
}

#video .video-list:hover span{
    background: rgba(29, 120, 241, 0.61) url("../images/shipi.png") no-repeat center;
}
#video .video-list p{
    display: block;
    width: 95%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#video .tab-content .inner{
    padding: 60px 0;
}

/*videoDetail*/
#videoDetail .tab-content .videoBox{
    width: 90%;
    height: 100%;
    margin: 30px auto 30px;
}
#videoDetail .tab-content .video{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/*staffRecord*/
#staffRecord .wap_staffRecord_01{
    margin: 0 auto;
    width: 100%;
}

#staffRecord .record_wap .dep{
    width:80%;
    margin: 0 auto;
    border: 2px solid #0098f1;

}
#staffRecord .record_wap .dep .picture{
    width: 35%;
    float: left;
}
#staffRecord .record_wap .dep .picture img{
    display: block;
    width: 100%;
}
#staffRecord .record_wap .dep .cont{
    width: 65%;
    float: left;
    height: 100%;
    font-size: 30px;
    text-align:  center;
}
#staffRecord .record_wap .dep .cont img{
    display: block;
    width: 80%;
    margin: 5px auto 10px;
}
#staffRecord .record_wap  .list{
    width: 80%;
    margin:  20px auto 30px;
    padding-left: 0;
}
#staffRecord .record_wap  .list li{
    line-height: 30px;
    border-bottom: 1px solid #C8D4E2;
}
#staffRecord .record_wap  .list li span{
    margin-right: 15%;
}
