﻿@charset "utf-8";
/*康比特官网*/
/*2017-4-18*/

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (min-width: 0px) {
    html {
        font-size: 8px !important;
    }
    ul#menu {
        float: none;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 10px !important;
    }
    ul#menu {
        float: none;
    }
}

@media screen and (min-width: 767px) {
    html {
        font-size: 10px !important;
    }
    ul#menu {
        float:none;
    }
}

@media screen and (min-width: 979px) {
    html {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 16px !important;
    }
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-1-6 {
        width: 40%;
        float: left;
    }
    .col-lg-1-2 {
        width: 20%;
        float: left;
    }
}
/**********Add new fonts***********/
@font-face {
    font-family: lthj;
    src: url("../fonts/lthj.ttf");
}

@font-face {
    font-family: ltthj;
    src: url("../fonts/ltthj.ttf");
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 150%;
}

p {
    font-family: "Microsoft Yahei";
    font-size:16px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus {
    color: #62C3D0;
    text-decoration: underline;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border-bottom: none;
}

.black14b {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

.black14b a {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.black18b a:hover {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}

.black18b {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: bold;
}

    .black18b a {
        color: #000;
        font-family: "Microsoft Yahei";
        font-size: 18px;
        text-decoration: none;
        font-weight: bold;
    }

.black14b a:hover {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

/**********产品案例start***********/
.black14 {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.black14 a {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    text-decoration: none;
}

.black14 a:hover {
    text-align: center;
    color: #05a0aa;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    text-decoration: none;
}
/***********产品案例end***********/

.grey12s {
    color: #ccc;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

    .grey12s a {
        color: #ccc;
        font-family: "Microsoft Yahei";
        font-size: 12px;
        text-decoration: none;
    }

        .grey12s a:hover {
            color: #ccc;
            font-family: "Microsoft Yahei";
            font-size: 12px;
            text-decoration: underline;
        }

.grey14 {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

    .grey14 a {
        color: #666;
        font-family: "Microsoft Yahei";
        font-size: 14px;
        text-decoration: none;
    }

        .grey14 a:hover {
            color: #666;
            font-family: "Microsoft Yahei";
            font-size: 14px;
            text-decoration: underline;
        }

.grey22b {
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

    .grey22b a {
        color: #333;
        font-family: "Microsoft Yahei";
        font-size: 22px;
        text-decoration: none;
        font-weight: bold;
    }

        .grey22b a:hover {
            color: #62C3D0;
            font-family: "Microsoft Yahei";
            font-size: 22px;
            text-decoration: none;
            font-weight: bold;
        }

.grey22bs a {
    color: #cc0000;
}

.grey16 {
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 16px;
}

/****************************导航栏start****************************/
.nav-title{
    border-bottom: solid white 3px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*actine背景*/
    background-color: white;
    color: #05a0aa;
}

.navbar-default .navbar-nav > li > a {
    /*color: #000;*/ /*L.bin 2018-11-14修改#fff*/
    /*padding-left: 100px;
    padding-right: 38px;*/
}

.navbar-default .navbar-nav > li#index:hover {
    /*color: #000;*/ /*L.bin 2018-11-14修改#fff*/
}

/*li鼠标悬停*/
.navbar-default .navbar-nav > li:hover {
    background-color: #05a0aa;
}

/*下拉菜单展开时,主菜单样式*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #05a0aa;
    background-color: white;
    border-bottom: solid #05a0aa 3px;
}

ul#menu {
    line-height: 5.25rem;
    align-items: center;
    list-style-type: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1rem;
    font-weight: bold;
}

ul#menu > li {
    line-height: 5.25rem;
    align-items: center;
    list-style-type: none;
    display: block;
    /*padding: 0 0.875rem;*/
}

    ul#menu > li.active {
        line-height: 5.25rem;
        align-items: center;
        list-style-type: none;
        display: block;
        /*padding: 0 0.875rem;*/
        color: #05a0aa;
        background-color: white;
    }

ul#menu > li > a {
    line-height: 61px;
    align-items: center;
    list-style-type: none;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

/*下拉菜单*/
.dropdown-menu {
    background-color: #f8f7f7;
    opacity: 0.98;
    min-width: 100%; /*保证下拉跟上方一样高，但是下拉字太多时，无法保证*/
}

.dropdown-menu > li {
    /*border:1px solid red;
    text-align:center;
    font-size:1rem;
    font-family:'Microsoft YaHei';
    color:#000;
    font-weight:bold;*/
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    text-align:center;
    /*font-size: 1rem;*/
    font-size: 0.875rem;
    font-family: 'Microsoft YaHei';
    color: #000;
    line-height: 1.5rem;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #05a0aa;
        /*text-align:center;*/
        /*font-size: 1rem;*/
        font-size: 0.875rem;
        font-family: 'Microsoft YaHei';
        color: white;
        font-weight: bold;
        line-height: 1.5rem;
        white-space: nowrap;
    }

/****************************导航栏end****************************/

/****************************底部start****************************/
.footer {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    /*padding-bottom: 20px;*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
    line-height: 30px;
    /*background-color: #262626;*/
    padding-bottom: 20px;
    padding-top: 20px;
    color: #ccc
}

.footers {
    float: left;
    width: 100%;
    /*font-size: 12px;*/
    /*text-align: center;*/
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 120px;
    /*background-color: #333333;*/
    background-color: #575757;
}

a.footlink {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    color: #fff;
}

a.footlink:hover {
        font-size: 16px;
        font-weight: bold;
        font-family: 'Microsoft YaHei';
        color: #05a0aa;
        text-decoration: none;
        border-bottom: 0.125rem solid #05a0aa;
}

a.footlink1 {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #FFFFFF;
}

a.footlink1:hover {
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        color: #05a0aa;
        text-decoration: none;
}

.foot_t {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    /*font-weight: bold;*/
}

.foot_c {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}
/****************************底部end****************************/


/****************************首页软件产品样式start****************************/
.indexjigou .col-md-4.hover a {
    color: #cc0000;
}

.indexjigou .col-md-4.hover img {
    border: 2px solid #666;
}

.grey18 {
    color: #343434;
    font-size: 19px;
    font-family: "Microsoft Yahei";
    margin-bottom:1rem;
}

.grey18 a {
    color: #343434;
    font-size: 19px;
    font-family: "Microsoft Yahei";
    text-decoration: none;
}

.grey18 a:hover {
    color: #05a0aa;
    font-size: 19px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-decoration: none;
}

.grey12 {
    color: #717171;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 1.8rem;
    /*margin-top:1rem;*/
}

 .grey12 a {
     color: #D58A4F;
     font-family: "Microsoft Yahei";
     font-size: 12px;
     font-weight:bold;
     text-decoration: none;
}

.grey12 a:hover {
    color: #05a0aa;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
}

.more {
    font-size:1rem;
    font-family:'Microsoft YaHei';
    font-weight:bold;
    display: block;
    margin: auto;
    width: 8.125rem;
    height: 2.125rem;
    line-height: 2.125rem;
    text-align: center;
}

.more a{
    text-decoration:none;
    color:#999;
}

.more a:focus,a:hover{
    text-decoration:none;
    color:#05a0aa;
}
/****************************首页软件产品样式end****************************/

/*首页第三方咨询服务-----start------*/
.bgimg {
    
}

.bgimg a{
    text-decoration:none;
}

.bgimg:hover h4,.bgimg:hover p{
    color:#fff;  
}

.grey100 {
    color: #343434;
    font-size: 1.375rem;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.grey110 {
    padding: 0 2.5rem;
    color: #808080;
    font-size: 1rem;
    font-family: "Microsoft Yahei";
    line-height: 1.6rem;
    /*text-align:left;*/
    /*border:1px solid red;*/
}
/*首页第三方咨询服务-----end------*/

/*首页典型客户样式-----start------*/
/*.col-lg-1-5 {
    width: 20%;
    float: left;
}*/
/*首页典型客户样式-----end------*/

.white18 {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

.white18 a {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    text-decoration: none;
}

.white18 a:hover {
     color: #fff;
     font-family: "Microsoft Yahei";
     font-size: 18px;
     text-decoration: underline;
}

.white12 {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

    .white12 a {
        color: #fff;
        font-family: "Microsoft Yahei";
        font-size: 12px;
        text-decoration: none;
    }

.white12 a:hover {
     color: #fff;
     font-family: "Microsoft Yahei";
     font-size: 12px;
     text-decoration: underline;
}

.white14 {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

    .white14 a {
        color: #fff;
        font-family: "Microsoft Yahei";
        font-size: 14px;
        text-decoration: none;
    }

        .white14 a:hover {
            color: #fff;
            font-family: "Microsoft Yahei";
            font-size: 14px;
            text-decoration: underline;
        }

h4 {
    font-family: "Microsoft Yahei";
}

.grey14 {
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

    .grey14 a {
        color: #333;
        font-family: "Microsoft Yahei";
        font-size: 14px;
        text-decoration: none;
    }

        .grey14 a:hover {
            color: #333;
            font-family: "Microsoft Yahei";
            font-size: 14px;
            text-decoration: underline;
        }

.color_blue {
    color: #0066cc;
}

.blue18 {
    color: #0066cc;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

    .blue18 a {
        color: #0066cc;
        font-family: "Microsoft Yahei";
        font-size: 18px;
        text-decoration: none;
    }

        .blue18 a:hover {
            color: #0066cc;
            font-family: "Microsoft Yahei";
            font-size: 18px;
            text-decoration: underline;
        }

.blue12 {
    color: #0066cc;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

    .blue12 a {
        color: #0066cc;
        font-family: "Microsoft Yahei";
        font-size: 12px;
        text-decoration: none;
    }

        .blue12 a:hover {
            color: #0066cc;
            font-family: "Microsoft Yahei";
            font-size: 12px;
            text-decoration: underline;
        }

.red12 {
    color: #FF0000;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

    .red12 a {
        color: #FF0000;
        font-family: "Microsoft Yahei";
        font-size: 12px;
        text-decoration: none;
    }

        .red12 a:hover {
            color: #FF0000;
            font-family: "Microsoft Yahei";
            font-size: 12px;
            text-decoration: underline;
        }

.grey14 {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.lineheight {
    line-height: 24px;
}

.grey14 a {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    text-decoration: none;
}

    .grey14 a:hover {
        color: #666;
        font-family: "Microsoft Yahei";
        font-size: 14px;
        text-decoration: underline;
    }

.grey24 {
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

    .grey24 a {
        color: #333;
        font-family: "Microsoft Yahei";
        font-size: 18px;
        text-decoration: none;
    }

        .grey24 a:hover {
            color: #333;
            font-family: "Microsoft Yahei";
            font-size: 18px;
            text-decoration: underline;
        }

.containers {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*.navbar {
	position: relative;
	min-height: 50px;
	background-color: #0c6ab3;
}*/

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.zm_banner {
    width: 100%;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    background-color: #027fe5;
    background-image: url(../images/banner_01.png);
    background-position: center;
    background-repeat: no-repeat;
}

.zm_top {
    width: 100%;
    height: 68px;
}

.zm_login {
}

.zm_title {
    width: 476px;
    height: 52px;
    background-image: url(../images/title_bg.png);
}

.zm_titles {
    width: 452px;
    height: 52px;
}

.zm_title_l {
    float: left;
    margin-top: 15px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: bold;
}

.zm_title_r {
    float: right;
    margin-top: 15px;
}

.zm_r_box {
    float: left;
    width: 484px;
    background-color: #f6f6f6;
    padding-left: 16px;
    padding-bottom: 10px;
}

/*新闻*/
.right_list {
    float: left;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.right_list a:hover {
    color: #05a0aa;
}

.right_list li {
    margin-left:-40px;
    background: url(../Images/Index/icon.jpg) no-repeat left;
    padding-left: 12px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 7px;
    font-family: "Microsoft Yahei", "黑体";
    /*white-space: nowrap;*/
    white-space:normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style-type: none;
}

.date {
    float: right;
    color: #999;
}

.dates {
    float: right;
    color: #999;
    margin-top: 30px;
}




/*内容页*/
.content_box {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.content_boxs {
    width: 680px;
    height: 380px;
    margin-right: auto;
    margin-left: auto;
}

.content_left {
    width: 204px;
    float: left;
    margin-top: 10px;
}

.content_r_nav {
    width: 758px;
    float: left;
    /*height: 50px;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
    padding-top: 15px;
    padding-left: 20px;
}

.content_c {
    width: 690px;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
    padding-top: 15px;
    margin-left: 30px;
    padding-bottom: 10px;
}

.content_cs {
    width: 690px;
    float: left;
    padding-top: 5px;
    margin-left: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.content_css {
    width: 690px;
    float: left;
    padding-top: 15px;
    margin-left: 30px;
    padding-bottom: 10px;
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 26px;
}

.content_css p {
    text-indent: 2em;
}

.content_right {
    width: 758px;
    float: right;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
}

.c_img img {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

.c_imgs {
    float: left;
    margin-bottom: 10px;
    margin-left: 28px;
}

.content_l_title {
    float: left;
    width: 203px;
    height: 61px;
    background-color: #187bca;
    border: 1px solid #e9e9e9;
    padding-left: 20px;
    padding-top: 20px;
}

.content_l_l {
    float: left;
    width: 203px;
    height: 61px;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

.content_l_ls {
    float: left;
    width: 203px;
    height: 61px;
    background-color: #187bca;
    border: 1px solid #e9e9e9;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-family: "Microsoft Yahei";
}

    .content_l_ls a {
        text-align: center;
        font-size: 14px;
        color: #FFF;
        font-family: "Microsoft Yahei";
    }

        .content_l_ls a:hover {
            text-align: center;
            font-size: 14px;
            color: #FFF;
            text-decoration: underline;
            font-family: "Microsoft Yahei";
        }

.content_l_la {
    float: left;
    width: 203px;
    height: 41px;
    background-color: #fff;
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #e9e9e9;
    border-bottom-color: #e9e9e9;
    border-left-color: #e9e9e9;
    padding-left: 40px;
}

.content_l_lb {
    float: left;
    width: 203px;
    height: 41px;
    background-color: #fff;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #e9e9e9;
    border-bottom-color: #e9e9e9;
    border-left-color: #e9e9e9;
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #187bca;
    font-family: "Microsoft Yahei";
    padding-left: 40px;
    background: url(../images/jt.gif) 10px 0px no-repeat left;
}

    .content_l_lb a {
        text-align: left;
        font-size: 14px;
        color: #187bca;
        font-family: "Microsoft Yahei";
    }

        .content_l_lb a:hover {
            text-align: left;
            font-size: 14px;
            color: #187bca;
            text-decoration: underline;
            font-family: "Microsoft Yahei";
        }

.content_l_lc {
    float: left;
    width: 203px;
    height: 41px;
    background-color: #fff;
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #e9e9e9;
    border-bottom-color: #e9e9e9;
    border-left-color: #e9e9e9;
    padding-left: 40px;
}

.fenye {
    float: left;
    margin-left: 200px;
}

.thumbnail {
    float: left;
    width: 200px;
    float: left;
    padding-top: 5px;
    margin-left: 40px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.jigou {
    width: 452px;
}

    .jigou li {
        float: left;
        width: 144px;
        list-style-type: none;
        margin-bottom: 5px;
        margin-right: 6px;
    }

.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255,255,255,.6);
    background: #027fe5;
}

    .banner ul {
        list-style: none;
    }

        .banner ul li {
            display: block;
            float: left;
            min-height: 350px;
        }

    .banner h1, .banner h2 {
        font-size: 40px;
        line-height: 52px;
        color: #fff;
    }

    .banner .btn {
        display: inline-block;
        margin: 25px 0 0;
        clear: both;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid rgba(255,255,255,.4);
        border-radius: 5px;
    }

        .banner .btn:hover {
            background: rgba(255,255,255,.05);
        }

        .banner .btn:active {
            -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
            filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
        }

    .banner .btn, .banner .dot {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }

        .banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #fff;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            .banner .dots li.active {
                background: #fff;
                opacity: 1;
            }

    .banner .arrows {
        position: absolute;
        bottom: 20px;
        color: #fff;
    }

    .banner .arrow {
        display: inline;
        cursor: pointer;
    }
/* at(dot)lipeng(at)gmail(dot)com
.col-md-6 {
	margin-top: 10px;
}*/
.thumbnail h3 {
    margin-top: 5px;
}

.jigoubox {
    float: left;
    width: 180px;
    height: 70px;
}
/*注册登录*/
.loginBox {
    width: 520px;
    float: left;
    float: left;
    padding-top: 5px;
    margin-left: 40px;
    padding-bottom: 10px;
    margin-top: 80px;
    display: block;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .loginBox h2 {
        height: 45px;
        font-size: 20px;
        font-weight: normal;
        float: left;
    }

    .loginBox .left {
        float: left;
        border-right: 1px solid #ccc;
        height: 100%;
        padding-left: 20px;
        width: 320px;
        padding-right: 20px;
    }

    .loginBox .right {
        float: left;
        padding-left: 20px;
        width: 180px;
    }

.regBtn {
    margin-top: 21px;
    float: left;
}

.m15px {
    margin-top: 15px;
}
.m35px {
    margin-top: 35px;
}

.m7px {
    margin-top: 7px;
}

.m9px {
    margin-top: 9px;
}

.m20px {
    margin-top: 20px;
}

.m25px {
    margin-top: 25px;
}

.zc_ts {
}


/***************首页banner指示标start****************/
.carousel-indicators {
    position: absolute;
    bottom: 0.625rem;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #EFEFEF;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0.75rem;
}
.carousel-indicators li.active {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #05a0aa;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0.8rem;
}
/***************首页banner指示标end****************/

.huodong_box {
    width: 690px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 5px;
}

.zm_map {
    float: left;
}

.zm_map_box {
    float: left;
}

.btn-group a {
    float: left;
}

.linkbox ul {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
}

.linkbox li {
    width: 20%;
    float: left;
    padding: 7px 0;
    overflow: hidden;
    text-align: left;
}

    .linkbox li a {
        font-size: 14px;
    }

        .linkbox li a:hover {
            border-radius: 3px;
            background: #FF7816;
            color: white;
            text-decoration: none;
            padding-top: 1px;
            padding-right: 5px;
            padding-bottom: 3px;
            padding-left: 5px;
        }

.linkbox h3 {
    float: left;
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

.hd {
    float: left;
    width: 100%;
    border-bottom: 1px #b2b2b2 dotted;
}

.hdtj li {
    float: left;
    margin: 0 5px 10px 5px;
}

.hdrili td {
    width: 14%;
}

    .hdrili td li {
        font-size: 10px;
        line-height: 1.4;
        padding: 3px 0;
        overflow: hidden;
        max-height: 36px;
    }

        .hdrili td li strong {
            font-size: 12px;
        }

        .hdrili td li b {
            font-size: 16px;
        }

.tableul ul {
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.tableul li {
    text-align: left;
}

.h10 {
    height: 10px;
}

.tab-pane h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    background: #6c5f81;
    background: -moz-linear-gradient(top, #716487, #675a7b);
    background: -webkit-linear-gradient(top, #716487, #675a7b);
    background: -o-linear-gradient(top, #716487, #675a7b);
    background: linear-gradient(top, #716487, #675a7b);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-color: #675a7b;
    color: #fff;
}

.time_event {
    margin-top: 20px;
    /* background: url(../images/bg_timeline_tsssssssss.png) 120px 0 no-repeat;*/
    font-size: 12px;
    color: #666;
    line-height: 30px;
    padding-top: 40px;
}

    .time_event ul {
        background: url(../images/bg_timeline_m.png) 120px -10px repeat-y;
    }

    .time_event li {
        list-style-type: none;
        text-align: left;
    }

    .time_event .font16 {
        font-size: 16px;
        font-weight: bold;
        color: #3366cc;
        padding-top: 4px;
    }

    .time_event .last .font16 {
        color: #666;
    }

    .time_event .first .span9 {
        padding-top: 4px;
    }

    .time_event li {
        margin: 0 0 15px;
        overflow: hidden;
    }

        .time_event li.last {
            height: 32px;
            overflow: hidden;
        }

            .time_event li.last .span1, .time_event li.last .span9 {
                padding-top: 4px;
            }

            .time_event li.last .center {
                padding: 0;
            }

    .time_event .time01, .time_event .time02, .time_event .time03, .time_event .time04 {
        display: inline-block;
        background: url(../images/round.png) center 0 no-repeat;
        overflow: hidden;
        max-width: 100%;
    }

    .time_event .time01 {
        width: 32px;
        height: 32px;
        background-position: center 0;
    }

    .time_event .time02 {
        width: 16px;
        height: 16px;
        background-position: center -38px;
    }

    .time_event .time03 {
        width: 12px;
        height: 12px;
        background-position: center -69px;
    }

    .time_event .time04 {
        width: 32px;
        height: 32px;
        background-position: center -89px;
    }

    .time_event .span1 {
        text-align: right;
        max-width: 82px;
    }

    .time_event .span1 {
        width: 82px;
    }

    .time_event .center {
        text-align: center;
        margin: 0 0 0 65px;
        width: 32px;
    }

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.127659574468085%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
        width: 6.9%;
        *width: 6.9%;
    }

    .row-fluid .offset12 {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.12765957446808%;
            *margin-left: 102.02127659574467%;
        }

    .row-fluid .offset11 {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 93.61702127659574%;
            *margin-left: 93.51063829787232%;
        }

    .row-fluid .offset10 {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.1063829787234%;
            *margin-left: 84.99999999999999%;
        }

    .row-fluid .offset9 {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.59574468085106%;
            *margin-left: 76.48936170212764%;
        }

    .row-fluid .offset8 {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.08510638297872%;
            *margin-left: 67.9787234042553%;
        }

    .row-fluid .offset7 {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.574468085106375%;
            *margin-left: 59.46808510638297%;
        }

    .row-fluid .offset6 {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.063829787234035%;
            *margin-left: 50.95744680851063%;
        }

    .row-fluid .offset5 {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.5531914893617%;
            *margin-left: 42.4468085106383%;
        }

    .row-fluid .offset4 {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.04255319148936%;
            *margin-left: 33.93617021276596%;
        }

    .row-fluid .offset3 {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.53191489361702%;
            *margin-left: 25.425531914893618%;
        }

    .row-fluid .offset2 {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.02127659574468%;
            *margin-left: 16.914893617021278%;
        }

    .row-fluid .offset1 {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.51063829787234%;
            *margin-left: 8.404255319148938%;
        }

    [class*="span"].hide, .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
        float: right;
    }

.content_css table tr td p {
    text-indent: 0;
    margin: 0;
}

.map-content {
    padding-top: 15px;
}

.map-sidenav {
    width: 228px;
    margin: 0px 0 0;
    float: left;
}

    .map-sidenav.affix {
        top: 0px;
    }

    .map-sidenav.affix-bottom {
        position: absolute;
        bottom: 20px;
    }

    .map-sidenav > li {
        margin: 3px 0;
    }

        .map-sidenav > li a {
            border: solid 1px #3498db;
            width: 160px;
            height: 20px;
            line-height: 20px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 16px;
            vertical: middle;
            font-weight: bold;
            text-shadow: none;
            color: #3498db;
        }

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: none;
    background-color: #3498db;
}


/* at(dot)lipeng(at)gmail(dot)com
@media (min-width: 1200px) {
.container {
	width: 980px;
}
}
 @media (min-width: 768px) {
.container {
	width: 980px;
}
}
 @media (min-width: 992px) {
.container {
	width: 980px;
}
}*/

.container_new {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.link_img {
    float: left;
    margin-left: 15px;
}

    .link_img img {
        float: left;
        margin-left: 5px;
    }

#currdate {
    background: #FFFFCC !important;
}
/* at(dot)lipeng(at)gmail(dot)com
 .col-md-6, {
width: 980px;
 float: left;
}*/
.bgdddd {
    border-radius: 5px;
    background-color: rgb( 56, 58, 76 );
    position: absolute;
    left: 99px;
    top: 99px;
    width: 914px;
    height: 61px;
    z-index: 787;
}

.Ellipse_1 {
    border-style: solid;
    border-width: 3px;
    border-color: rgb( 66, 68, 88 );
    border-radius: 50%;
    background-color: rgb( 255, 255, 255 );
    position: absolute;
    left: 845px;
    top: 106px;
    width: 41px;
    height: 41px;
    z-index: 790;
}

.logo {
    float: left;
    /*margin-top: 5px;*/
}

.zm_nav li.btnb {
    float: left;
    height: 68px;
    background-color: #62C3D0;
    padding-top: 20px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #4E9CA6;
}

.f_box {
    width: 980px;
    margin: 0 auto;
    background-color: #096;
}

    .f_box ul {
        float: left;
        list-style-type: none;
        padding: 0;
    }

    .f_box li {
        float: left;
        width: 195px;
        text-align: left;
        padding-left: 40px;
        line-height: 24px;
    }

h2 {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 24px;
    line-height: 36px;
}

/*.media-body {
    line-height: 20px;
    width:350px;
}*/

.media {
    margin-top: 5px;
}

.hd_r {
    float: left;
}

    .hd_r ul {
        float: left;
        list-style-type: none;
        padding: 0;
    }

    .hd_r li {
        float: left;
    }

.mleft10px {
    margin-left: 10px;
}

.mleft9px {
    margin-left: 9px;
}

.mleft5px {
    margin-left: 5px;
}
/* at(dot)lipeng(at)gmail(dot)com
.col-md-5 {
	padding: 0;
}*/
.topbg {
    height: 68px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
/* at(dot)lipeng(at)gmail(dot)com
.col-md-7 {
	width: 56%;
}
.col-md-8 {
	width: 65%;
}*/

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #ffffff;
    float: left;
    /*height: 50px;*/ 
    background-color: #62C3D0;
    padding-top: 15px; 
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #4E9CA6;
}

.open > a {
    color: #ffffff;
}

#slides {
    display: none;
    position: relative;
}

.slidesjs-navigation {
    position: absolute;
    top: 50%;
    z-index: 9999999;
    width: 100%;
}

    .slidesjs-navigation a {
        text-decoration: none;
        color: #fff;
        font-family: 'Glyphicons Halflings';
    }

.slidesjs-previous {
    position: absolute;
    left: 10%;
    font-size: 24px;
    color: #F00;
}

.slidesjs-next {
    position: absolute;
    right: 10%;
    font-size: 24px;
    color: #F00;
}

.slidesjs-navigation a:hover {
    color: #C00
}

.slidesjs-pagination {
    position: absolute;
    top: -999999px;
    left: 45%;
    right: 0;
    z-index: 9999999;
}

    .slidesjs-pagination li {
        float: left;
        padding: 0 3px;
    }

        .slidesjs-pagination li a {
            display: block;
            width: 13px;
            height: 0;
            padding-top: 13px;
            background: url(images/pagination.png) 0 0;
            overflow: hidden;
        }

            .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
                background-position: 0 -13px
            }

            .slidesjs-pagination li a:hover {
                background-position: 0 -26px
            }

/* at(dot)lipeng(at)gmail(dot)com
.col-md-5 {
	width: 35%;
}*/
.indexhuodong .col-md-7 .bigbox {
    width: 527px;
    height: 352px;
    overflow: hidden;
    position: relative;
    background-color: #e1e1e1;
}

    .indexhuodong .col-md-7 .bigbox img {
        position: absolute;
        top: 0;
        left: 0;
        width: 527px;
        height: 352px;
    }

    .indexhuodong .col-md-7 .bigbox a {
        display: block;
        width: 527px;
        height: 352px;
        text-decoration: none;
    }

.hd_box {
    width: 100%;
    text-align: center;
    background-color: #333333;
}

    .hd_box a {
        width: 100%;
        text-align: center;
        padding-top: 100px;
        color: #999;
    }

    .hd_box h2 {
        color: #fff;
    }

.hd_boxs {
    width: 100%;
    text-align: center;
}

    .hd_boxs h4 {
        margin-top: 10px;
        margin-bottom: 2px;
        color: #fff;
    }

    .hd_boxs a {
        width: 100%;
        padding-top: 60px;
        text-align: center;
        color: #999;
    }

.hd_boxss {
    width: 100%;
    text-align: center;
    text-align: center;
    color: #999;
}

    .hd_boxss h4 {
        margin-top: 10px;
        margin-bottom: 2px;
        color: #fff;
    }

    .hd_boxss a {
        width: 100%;
        padding-top: 50px;
        text-align: center;
        color: #999;
    }

.hd_r_a {
    width: 444px;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #333333;
    color: #999;
}

    .hd_r_a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 444px;
        height: 200px;
    }

    .hd_r_a a {
        display: block;
        width: 444px;
        height: 200px;
        text-decoration: none;
        color: #999;
    }

.hd_r_b {
    width: 217px;
    height: 145px;
    overflow: hidden;
    position: relative;
    background-color: #333333;
}

    .hd_r_b img {
        position: absolute;
        top: 0;
        left: 0;
        width: 217px;
        height: 145px;
    }

    .hd_r_b a {
        display: block;
        width: 217px;
        height: 145px;
        padding: 10px;
        text-decoration: none;
    }

.qianming {
    width: 520px;
    float: right;
}





/**************************火箭样式start**************************/
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 56px;
}

#rocket-to-top .level-2 {
    background: url("../images/rocket_button_up.png") no-repeat scroll -56px 0 transparent;
    display: none;
    height: 86px;
    opacity: 0;
    z-index: 1;
    display: block;
}

#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 86px;
    z-index: 2;
}

#rocket-to-top {
    background: url("../Images/Index/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 86px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 2%;
    top: 90%;
    width: 56px;
    z-index: 999999;
    display: none;
}
/**************************火箭样式end**************************/

.zm_banners {
    width: 100%;
    height: 240px;
    /*background: url(../images/liebiao_02.jpg) center no-repeat;*/
    text-align: center;
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: #CCC;
}


.tab {
    display: table;
    height: 100%;
    width: 100%;
}

.tab-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.content-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/***********************关于我们start***********************/
/*便签位置共用样式*/
.arrow {
    position: absolute;
    right: 5px;
    top: 0px;
    transform: rotateZ(270deg);
}

.collapse{
    margin-top: -6px;
}

.group:hover .arrow {
    transform: rotateZ(0deg);
}

.group{
    position: relative;
    margin-bottom: 6px;
}

.sidebar {
    margin-left: 0;
    margin-right: auto;
    border: none;
    /*width: 14.5625rem;*/
    width: 15rem;
}
.sidebar-title {
    padding: 1rem;
    height: 72px;
    width: 235px;
    text-align: center;
    background-color: #05a0aa;
    margin-bottom: 0.4rem;
}
.sidebar-title a {
    color: white;
}
.sidebar-title a {
    color: white;
    text-decoration:none;
}

.sub-list {
    margin-top: -6px;
}

.title-top {
    margin-top:6%;
    width: 100%;
    height: 47%;
    font-size: 1.5rem;
    font-family: 'Microsoft YaHei';
    color: white;
}

.title-down {
    width: 100%;
    height: 50%;
    margin-top: 0.1rem;
    font-size: 0.625rem;
    font-family: 'Microsoft YaHei';
}

.sub-title {
    /*height: 3.875rem;*/
    height: 60px;
    width: 235px;
    line-height: 2.5rem;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 0.15rem;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #373737;
}
    .sub-title:hover {
        /*height: 3.875rem;*/
        height: 60px;
        width: 235px;
        line-height: 2.5rem;
        text-align: center;
        background-color: #b4e3e4;
        margin-bottom: 0.15rem;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        font-weight:bold;
        color: #05a0aa;
    }
    .sub-title > a {
        text-decoration: none;
        color: gray;
        font-size: 16px;
        position: absolute;
        transform: translate(-50%, 10px);
    }
.sub-title:hover a{
    text-decoration:none;
    color:#05a0aa;
}

.sub-active {
    /*height: 3.875rem;*/
    height: 60px;
    width: 235px;
    line-height: 2.5rem;
    text-align: center;
    background-color: #e6f5f6;
    margin-bottom: 0.15rem;
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    position: relative;
    font-weight: bold;
}
.sub-active a{
    text-decoration:none;
    color: #05a0aa;
}

.section-box {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    width: 100%;
}

.section-nav {
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.section-body {
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    /*color: #7E7E7E;*/
    color: #262626;
    margin-left: 1.3rem;
}

.section-body a{
    text-decoration:none;
}


.section-body p{
    width: 97%;
}

.section-info {
    text-align: center;
}

.content_c_title {
    border-bottom: 4px solid #05a0aa;
    padding-bottom: 2px;
    font-size: 19px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    color: #05a0aa;
}

#pagelabel {
    position: absolute;
    top: 5px;
    left: 0;
}
/*产品中心便签位置不同样式*/
.sub-title-pd {
    height: 60px;
    width: 235px;
    line-height: 1.25rem;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 0.15rem;
    font-size: 0.85rem;
    font-family: 'lthj';
    color: #373737;
    padding: 8px;
}
    .sub-title-pd:hover {
        height: 60px;
        width: 235px;
        line-height: 1.25rem;
        text-align: center;
        margin-bottom: 0.15rem;
        font-size: 0.85rem;
        font-family: 'lthj';
        color: #05a0aa;
        background-color: #e6f5f6;
    }
    .sub-title-pd > a {
        text-decoration: none;
        color: gray;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
    }
    .sub-title-pd:hover a {
        text-decoration: none;
        color: #05a0aa;
        background-color: #e6f5f6;
    }

.sub-active-pd {
    height: 60px;
    width: 235px;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 0.15rem;
    font-size: 0.85rem;
    font-family: 'lthj';
    background-color: #e6f5f6;
    position: relative;
    /*font-weight: bold;*/
}
.sub-active-pd a{
    text-decoration:none;
    color: #05a0aa;
}

#kbt_fyqd{
    padding: 20px;
}
/***********************关于我们end***********************/
/***********************第三方咨询start***********************/
.consulant-div {
    margin: 1.25rem 0 0.625rem 0;
}

.consulant-box {
    width: 97%;
    padding-top: 1rem;
    border: 1px solid #f8f8f8;
    border-radius: 0.75rem;
    box-shadow: 0.3125rem 0.3125rem 0.625rem grey;
}

.grey10 {
    color: #343434;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    font-weight:bold;
    line-height:2;
    /*margin-bottom: 1rem;*/
}

.grey11 {
    color: #808080;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    line-height: 2;
}

.consulant-left {
    float: left;
    margin-top: 1rem;
    margin-left: 2.2rem;
    margin-bottom: 1rem;
    border: 1px solid #afafaf;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    padding: 0 0.3125rem;
}

.consulant-left a:hover {
    text-decoration:none;
}
.consulant-right {
    float: right;
    margin-top: 1rem;
    margin-right: 2.2rem;
    margin-bottom: 1rem;
    border: 1px solid #afafaf;
    border-radius: 0.3125rem;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    padding: 0 0.3125rem;
}
.consulant-right a:hover{
    text-decoration:none;
}
/***********************第三方咨询end***********************/
.apply-box {
    padding: 20px 15px;
}

/***********新闻列表、服务案例列表start***********/
.list-box {
    width: 98%;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.list-title {
    color: #343434;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight:bold;
    text-decoration: none;
}

.list-title a {
    color: #343434;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight:bold;
    text-decoration: none;
}

.list-title a:focus, .list-title a:hover {
    color: #05a0aa;
    font-family: "Microsoft Yahei";
    font-size:18px;
    text-decoration: none;
}

.list-img {
    margin: 0 10px 3px 0;
}

.list-body {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

.list-link {
    color: #D58A4F;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

.list-link:focus, .list-link:hover {
    color:#05a0aa;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

/*简介*/
.grey16-888 {
    color: #717171;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: normal;
}

/*日期*/
.grey16-999 {
    color: #999;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight:normal;
}

/*公用样式*/
.text-overflow {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.justify {
    text-align: justify;
    text-justify: auto;
    text-justify: distribute;
    text-justify: inter-cluster;
    text-justify: inter-word;
    text-justify: inter-ideograph;
}

.tip-title {
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #343434;
    line-height: 3.125rem;
    float: right;
    /*margin-right: 1rem;*/
}

.tip-title a{
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #343434;
    text-decoration:none;
}

.tip-title a:hover{
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #05a0aa;
    text-decoration:none;
}

.link-box {
    margin: 0 20px;
}

.link-body {
    padding: 0 20px;
}

.link-title h3 {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

.link-margin {
    margin-bottom: 20px;
}

.link-name {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .link-name a {
    }

        .link-name a:hover, .link-name a:focus {
            border-radius: 3px;
            background: #FF7816;
            color: white;
            text-decoration: none;
            padding: 2px 4px;
        }

.active-info {
    color: #0066cc;
    font-size: 14px;
    line-height: 30px;
    padding: 20px;
    padding-bottom: 0;
}

.timeline {
    border-bottom: solid 1px #e9e9e9;
    padding: 20px;
}

.timeline-activity {
    padding: 20px;
}

.label {
    white-space: normal;
}

.department {
    padding: 10px 20px;
    padding-bottom: 0;
}

.in-thumbnail {
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.in-thumbnail-title {
    color: #000;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

    .in-thumbnail-title a {
        color: #000;
        font-family: "Microsoft Yahei";
        font-size: 14px;
        font-weight: bold;
    }

.in-thumbnail-img {
    width: 120px;
    height: 120px;
}

.in-thumbnail-text {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    height: 90px;
    overflow: hidden;
    width: 100%;
}

.time_event {
    margin-top: 0;
}

    .time_event ul {
        margin: 0;
        padding: 0;
    }

    .time_event ul {
        background: url(../images/bg_timeline_m.png) 69px 0px repeat-y;
        background-size: 2px auto;
    }

.timeline-left {
    width: 60px;
}

.timeline-right {
    width: 100%;
    padding-left: 20px;
}

.timeline-icon-sm {
    width: 20px;
    height: 10px;
    margin-top: 10px;
    background: url(../images/round2.png) center 0 no-repeat;
    background-size: 10px 10px;
}

.timeline-icon-lg {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background: url(../images/round2.png) center 0 no-repeat;
    background-size: 20px 20px;
}

.ver-top tr td {
    vertical-align: top;
}
/*-----------------------------------------*/

.kffont {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grey18s {
    color: #ccc;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    margin-top:5px;
}

.grey18s a {
        color: #ccc;
        font-family: "Microsoft Yahei";
        font-size: 16px;
        text-decoration: none;
}

 .grey18s a:hover {
            color: #ccc;
            font-family: "Microsoft Yahei";
            font-size: 16px;
            text-decoration: underline;
}
.white18s {
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    margin-bottom:10px;
}
.icon_morelink {
    float: right;
    font-size: 14px;
    
    line-height:36px;
}
.icon_morelink  a{
    
    color: #62C3D0;
}
.customerimg{
    margin:15px;
}

/**********联系我们star**********/
.grey200 {

}
/**********联系我们end**********/
/**********小屏导航栏样式star**********/
.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}
/*logo图*/
.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}
/*按钮*/
.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    /*background: #c9141e;*/
    background-color:#05a0aa;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}
/*内容*/
.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #efefef;
    width: 100%;
    /*height: calc(100% - 104px);*/
    height: auto;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 50px
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px);
}

.sjj_nav > ul > li:first-child .language {
    /*float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px*/
}

.sjj_nav > ul > li:first-child .language a {
    /*width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;*/
}

/*箭头*/
.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);  /*旋转*/
    transition: all ease 0.35s; /*过渡*/
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}
/*外层菜单超链接*/
.sjj_nav ul li a {
    /*color: #666;*/
    color: #606b67;
    width: 80%
}
/*内层菜单超链接*/
.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}
/*箭头向下时的颜色*/
.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #05a0aa;
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}
/**********小屏导航栏样式star**********/