/* 全局样式 */
* {
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei", "微软雅黑";
    transition: all 0.5s ease 0s;
    box-sizing: border-box
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 1.50;
    color: #333333;
    background-color: #fff;
    position: relative;
    font-family:  "Microsoft YaHei", "微软雅黑"
}

a:hover {
    text-decoration: none;
    color:#01459a;
}

p{
    color:#727272;
}
/* +++++++++++++ */
/*常用*/
.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}


.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.fb {
    font-weight: bold;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt17 {
    margin-top: 17px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt35 {
    margin-top: 35px;
}

.p0 {
    padding: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.border0 {
    border: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f12 {
    font-size: 12px;
}

.w100 {
    width: 100%;
}



/* +++++++++++++ */


/*top*/
.top {
    background: #d2d2d2;
    color: #01459a;
}

.top>p {
    padding: 9px 0;
}

.top p span:first-child {
    margin-right: 296px;
}

.top .ch>a {
    color: #01459a;
}

.top>p {
    margin-bottom: 0px;
}

.top .eg {
    position: relative;
    margin-left: 14px;
}

.top .eg>a {
    color: #535353;
}

.top .eg::before {
    content: "";
    /*:before和:after必带技能，重要性为满5颗星*/
    display: block;
    position: absolute;
    /*日常绝对定位*/
    top: 3px;
    left: -7px;
    width: 1px;
    height: 10px;
    background: #535353;
}

/*navbar*/
/*导航居中*/
.allnav {
    text-align: center;
}

.nav {
    height: 35px;
}

.main-nav {
    display: inline-block;
    float: none;
    margin-bottom: 50px;
}

/*居中*/
.navbar {
    margin-bottom: 0px;
}


.navbar-default {
    background: #FFFFFF;
    border: none;
    margin-bottom: 0px;
}


.navbar-default .navbar-nav>li>a {
    padding-left: 20px;
    padding-right: 20px;
    color: #5b5b5b;
    font-weight: bold;
    font-size: 14px;
}

#navbar>.main-nav {
    display: inline-block;
    text-align: center;
}

.nav>li {
    display: inline-block;
    margin-top: 30px;
}
.nav_phone>a {
    padding: 10px 10px;
}
.news_main_con_img {
    width:108px;
    height:70px;
    display: inline-block;
}
.service_text_img {
    display: inline-block;
}
.nav_phone>a {
    padding: 25px 0px;
    font-weight: bold
}

.navbar-default .navbar-nav>li:last-child>a>span:first-child {
    margin-right: 14px
}
.nav_phone{
    padding:20px 60px 10px 10px;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #01459a;
    color: white;   
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #01459a;
    color: white;
  
}

.main-nav>li:nth-child(1) {
    margin-top: 8px;
    margin-right: 60px;
}


.nav_phone>a span {
    display: block;
    float: left;
    color: #01459a;
}
.nav_phone>a span:last-child {
    margin-top: 20px;
    margin-left: 10px;
}

.nav_phone .iconfont {
    font-size: 50px;
}

.dropdown-menu>li:hover>a {
    background: rgba(0, 71, 167, 0.7)
}

/*内部标题设置*/
.page-name {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.page-cn {
    background: url(../images/titlebg.png) no-repeat;
    background-size: cover;
    height: 65px;
    width: 208px;
    text-align: center;
    font-size: 30px;
    color: #01459a;
    font-weight: bold;
    padding: 16px 0;
    display: inline-block;
    letter-spacing: 8px;
}

.product .page-cn {
    background: url("../images/titlebg2.png") no-repeat;
    margin-top: 50px;
}

.carousel-inner {
    margin-top: 10px;
}

/*about*/
.tit {
    color: #01459a;
    padding-top: 50px;
    padding-bottom:50px;
}

.tit-tt {
    /*margin-bottom: 13px;*/

}

.box {
    position: relative;
    width: 240px;
    margin: 0 auto;
}

.box span {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: Arial;
    letter-spacing: 2px;
}

.box span:before,
.box span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #999fa2;
    width: 30%;
}

.box span::before {
    left: 0%;
}

.box span::after {
    right: 0%;
}



.ab-img {
    height: 190px;
    padding-left: 30px;
}

.ab-img img {
    height: 190px;
}

.ab-tit {
    color: #356452;
    margin-bottom: 17px;
}

.ab-page {
    color: #4c4c4c;
    line-height: 1.8;
    letter-spacing: 2px;
}

.ab-page span {
    margin-top: 35px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}

.ab-page a {
    color: #356452;
}

.ul-tu {
    margin: 18px 0 20px 0;
}

.ul-tu li {
    float: left;
    margin-right: 60px;
}
.ul-tu li img{
   width:70%;
   margin:20px auto;
}



/* ++++++++++++++++++++++++++++++++++++++++ */
/* 服务 */
.service_img {
    display: inline-block;
}

.service .service_img img {
    margin: 10px 0 0 0;
}

.service .service_text {
    display: inline-block;
    margin-top: 30px;
    color: #01459a;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.service .left_img {
    margin-top: 20px;
}

.service .service_text>img {
    vertical-align: text-bottom;
}
.service_text_top {
    width: 100%;
    height:auto;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.service .service_text h3 {
    margin:0;
    margin-top: 14px;
    font-weight: bold;
}
.service_text .service_text_tit {
    display: inline-block;
    margin-left: 10px;
    vertical-align:middle;
}
.service_text_tit p {
    margin:0;
}
.service .service_text p {
    font-size: 8px;
}

.service_text_top a {
    display: inline-block;
    margin-top: 34px !important;
}

.service .service_text .service .service_text a {
    float: right;
    margin-top: 40px;

}

.service .service_intr h4 {
    padding: 10px 10px;
    margin: 0px
}

.service .service_intr b {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: normal;
}

.service_box {
    display: inline-block;
    text-align: center;
}

/*.service .service_box li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: orange;
}*/
.service .service_box li a {
    display: block;
    position:absolute;
    width: 100px;
    height: 70px;
    background: #1943a1;
    text-align: center;
    display: none;
    color: #fff;
    font-weight: bold;
    padding-top: 24px;
}
.service .service_box li:hover a {
    display: block;
}
.service .service_box li {
    position: relative;
    float: left;
    margin: 20px 5px 0 0;

}
.case li a {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1943a1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 120px;

    display: none;
}

.case li:hover a {
    display: block;
}


.case li {
    position: relative;
    margin-top: 10px;   
    padding-left: 5px;
    padding-right:5px;
    
}
/*服务内容*/




/*新闻列表页样式*/
.aboutus-nav>div {
    border-bottom: 2px solid #cccccc;
    background: #1943a1;

}

.mt60 {
    margin-top: 60px;
}
.aboutus-nav>div>h3 {
    margin-left: 30px;
    padding-top: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 0;
    
}
.ml80 {
    margin-left: 80px;
}
.aboutus-content-img {
    width: 80%;
    margin:30px auto;

}
.aboutus-content-img  img {
    width: 100%;
}
.aboutus-content {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.aboutus-content>h4 {
    display: inline-block;
} 
.aboutus-content>span {
    display: inline-block;
    background: #1943a1;
    width: 4px;
    height: 10px;
    margin-right: 10px;
}
.aboutus-nav {
    float: left;
}
.aboutus-nav>div>p {
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 20px;

}
.aboutus-nav>ul>li {
    width: 100%;
    font-weight: bold;
    color: #707070;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
}
.aboutus-nav>ul>li>span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-right: 10px;
    background: #919191;
}
.aboutus-nav>ul>li>a {
    display: inline-block;
    color: #707070;
}
.aboutus-nav>ul>li:hover {
    background: #1943a1;
}
.aboutus-nav>ul>li:hover a {
    color: #fff;
}
.aboutus-nav>ul>li:hover span {
    background:  #fff;
}
/* .service .service_box .box-font p{
   float:left;
   width:100px;
   height:70px;
   background:#01459a;
   opacity: 0.8;
   display:none;
}
.service .service_box .box-img:hover .box-font p{
    display:block;
} */
/* 02商业服务 */
.busi_img {
    position: relative;

}

.busi_img img:first-child {
    position: absolute;
    left: 25px;
    top: 0;
    box-shadow: 3px 2px 2px #888888;
    z-index: 3;
}

.busi_img img:nth-child(2) {
    position: absolute;
    top: 25px;
    right: 35px;
    box-shadow: 3px 3px 2px #888888;
    z-index: 1;
}

.busi_img img:last-child {
    position: absolute;
    top: 120px;
    right: 120px;
    box-shadow: 3px 3px 2px #888888;
    z-index: 2;
}

.busi_img img:hover {
    transform: scale(1.4);
    z-index: 4;
}
/* news */
.news{
    margin-top: 60px;
    background:url("2222222_02.png");
}
.news_main{
    /*margin-top:30px;*/
    padding-bottom: 80px;
}
/* 选项卡 */

.news_main_tit {
    font-weight: left;
}
.news_main_tit li {
    background: #e7e7e7;

    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 6px;
    padding-top: 28px;
    padding-bottom: 28px;

}
.news_main_tit li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #525252;
    text-decoration: none;
}
.news_main_tit li a:active {
    color: #fff;
}
.news_main_tit li:hover {
    background: #1943a1;
}
.news_main_tit li:active {
     background: #1943a1;
}
.news_main_tit li:hover a {
    color:  #fff;
}
.news_main_content article {
    display: inline-block;
    font-size: 12px;
    color: #4a4a4a;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}
.disinb {
    display: inline-block;
}
.news_main_con_tit h4 {
    margin: 0;
    font-size: 14px;
    color: #262626;
    float: left;
    width: calc(100% - 60px);
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.news_main_con_tit p {
    font-size: 12px;
    color: #8d8d8d;
    
    float: right;
    margin-bottom: 0;
}

.news_main_content li {
    margin-top: 48px;
}
.news_main_content li:hover a h4 {
    color: #1943a1;
}
/* 选项卡右边 */
.news .news_right .news_title{
    color:#01459a;
    font-size:18px;
    font-weight:bold;
    margin-top: 0;
    padding:10px;
    letter-spacing:2px;
    border-bottom:1px solid #999fa2;
}
.news_right li {
    padding-left: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #c9c9c9; 
    padding-bottom: 10px;
}
.news_right li a {
    color: #555555;
}
.news_right li:hover a {
    color: #1943a1;
}
.news .news_right p:not(:first-child){
    border-bottom:1px solid #ccc;
    margin-left:8px;
  
}
.news .news_right p>a{
    color:#727272;
}

.news{
    background: url("../image/1111111_03.png") no-repeat;
}






/* 成功案例 */
.success .btn-primary {
    display: block;
    margin: 20px auto;
}

.mroe {
    
    width: 140px;
    height: 40px;
    background-color: #a8a8a8;
    margin:0 auto;
}
.mroe a {
    margin-top: 30px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.mroe a:hover {
    background: #1943a1;
}
.success_img {
    padding-right: 0;
    padding-left: 5px;
    
}
.cooper .cooper_list li {
    padding-left: 5px;
    padding-right: 5px;
}
.cooper .cooper_list img {
    float: left;

    border: 1px solid #999fa2;
    margin-top: 10px;
}

.cooper ul.cooper_list::after {
    content: "";
    clear: both;
}

/* footer  */
/* 极客联盟 */
.copyright {
    color: #727272;
    padding: 8px 0px;
    background: #cfcfcf;
}

.footer{
    background:#eee;
}
.footer{
    margin-top: 120px;
}
.footer ul.footer_list li{
    float:left;
    margin:20px 10px 10px 40px;
    text-align: center;
}
.footer ul.footer_list li a:hover{
    color:#01459a;
}
.footer ul.footer_list li a{
    color:#727272;
}
.footer .footer_main{
    position: relative;
}
.footer .footer_main .footer_logo>img{
    position: absolute;
    top:30px;
    left:90px;
}
.footer .footer_main .footer_erwei>img:first-child{
    position: absolute;
    top:20px;
    left:60%;
}
.footer .footer_main .footer_erwei>img:last-child{
    position: absolute;
    top:20px;
    left:25%;
}

.footer .footer-txt{
    position: absolute;
    top:30px;
    right:-80px;
}

.footer .footer-jk{
    margin:120px 20px 20px 2px;
}
.caselist li:hover a {
    color: #fff;
}
.caselist li h5 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.caselist li:hover h5{
    background: #1943a1;
}
.w100 {
    width: 100%;
}
.tac {
    text-align: center;
}
.ab {
    color: #262626;
}

/* ================================= */
@media(max-width:768px) {
    .navbar-default .navbar-nav>li>a{
        padding:30px 0px 20px -4px;

    }
    .ml80 {
    margin-left: 0;
}
    .news-left {
        display: none;
    }
    ul.cooper_list img{
     display:none;
    }
    /* footer */
    .footer .footer_main .footer_erwei>img:first-child{
        position: absolute;
        top:40px;
        left:20%;
    }
    .footer .footer_main .footer_erwei>img:last-child{
        position: absolute;
        top:40px;
        left:65%;
    }
    .footer .footer-txt{
        position: absolute;
        top:30px;
        right:-20px;
    }
    .footer .footer-jk{
        position: absolute;
        top:80px;
        right:-20px;
    }
    .news_right{
        text-align:center;
    }
}