* {
    padding: 0;
    margin: 0
}

html, body {
    height: 100%;
    font-size: 16px;
}

.pagination {
    margin: 20px auto;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination span.current {
    background: #005B87 none repeat scroll 0 0 !important;
    border-color: #005B87;
    color: #ffffff !important;
    display: block;
    float: left;
    cursor: pointer;
}

.menu_title {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.menu_title span {
    color: #025F8B;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 420px;
    overflow: hidden;
}

.detail_title {
    width: 100%;
    min-width: 1200px;
    background-color: #F6F6F6;
}

.main_info {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 180px 0;
    overflow: hidden;
}

/**
    关于国晋
 */
.left_nav {
    width: 30%;
    float: left;
}

.left_nav span {
    font-size: 28px;
}

.left_nav ul {
    width: 300px;
    /*padding-top: 18px;*/
    font-size: 18px;
    line-height: 50px;
}

.left_nav li {

    padding: 20px 0;
    background: #05416e;
}

.left_nav a {
    color: #fff;
    padding: 0;
    text-align: center;
}
.left_nav a:hover{
    color: #c4a77b;
}
.li_active {
    /*border-left: 2px;*/
    /*border-right: 2px;*/
    /*border-style: solid;*/
    /*border-color: #5091AD;*/
    color: #c4a77b !important;
}
.detail_info {
    width: 70%;
    float: left;
}

.detail_info p {
    line-height: 30px;
    letter-spacing: 1px;.

}

.main_info .detail_info .menu1 .tab {
    display: none;
}

.main_info .detail_info .menu1 .active {
    display: block;
}

.left_line {
    display: inline-block;
    width: 100px;
    height: 5px;
    background-color: #015F8B;
}

.right_line {
    display: inline-block;
    width: 130px;
    height: 2px;
    background-color: #015F8B;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.customer_box {
    width: 100%;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #bdbdbd;
}

.customer_type {
    float: left;
    font-size: 16px;
    vertical-align: middle;
}

.icon_add {
    float: right;
}

.icon_add img {
    vertical-align: middle;
}

.customer_ul {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
}

.customer_ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customer_ul li {
    float: left;
    width: 33.33%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.customer_ul li span {
    line-height: 50px;
    display: block;
}

.add_color {
    background-color: #F6F6F6;
}
/**
    组织机构
 */
.tab_line{
    width: 350px;
    height: 35px;
    line-height: 33px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #015f8b;
}
.tab_left{
    float: left;
    width: 50%;
    height: 33px;
}
.tab_left.active{
    float: left;
    height: 33px;
    background-color: #015f8b;
    color: #ffffff;
}
/**
    历史沿革
 */
.time_line {
    height: 50px;
}

.time_line .selected {
    color: #015f8b;
}

.time_line .selected span {
    border-bottom: 2px solid #015f8b;
    color: #015f8b;
    padding-bottom: 3px;
}

.time_line a span:hover {
    border-bottom: 2px solid #015f8b;
    color: #015f8b;
    padding-bottom: 3px;
}

.news_list ul {
    color: #015f8b;
    font-size: 16px;
}

.news_list ul li p {
    letter-spacing: 1px;
    color: #242c33;
    margin-bottom: 25px;
}

.news_list li {
    padding: 10px 0;
}

.news_list span {
    letter-spacing: 2px;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

/**
    专业团队
 */
.all_ping {
    height: 142px;
    border: 1px solid #e4e4e4;
    margin-bottom: 45px;
}

.all_result {
    width: 100%;
}

.result_box {
    width: 49%;
    height: 217px;
    float: left;
    border: 1px solid #e4e4e4;
    border-left: unset;
    margin-bottom: 24px;
}

.result_box.to_left {
    margin-left: 1%;
}

.result_box.to_right {
    margin-right: 1%;
}

.ping_box {
    height: 100%;
    padding: 22px;
}

.ping_text {
    display: block;
    padding-bottom: 25px;
}

.ping_btn {
    height: 35px;
}

.all {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}

.radius-small {
    margin-right: 4px;
    cursor: pointer;
}

.radius-small.active {
    background-color: #005B87;
    color: #FFFFFF;
    cursor: pointer;
}

.txt {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #F1F1F1;
}

.search_little {
    display: inline-block;
    border: 2px solid #e4e4e4;
    width: 11%;
    height: 31px;
    float: right;
}

.search_little input {
    width: 70%;
    height: 100%;
    border-width: 0;
    padding: 10px;
    background-color: unset;
}

.search_little .search_btn {
    float: right;
    border: 0px;
    background-color: transparent;
    background: url(/Public/home/images/search.png) no-repeat;
    background-position: center;
    background-size: 40%;
    width: 30%;
    height: 100%;
}

.head_img {
    width: 45%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.head_img img {
    width: 100%;
}

.desc {
    width: 55%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.desc_content {
    padding: 35px 30px;
    font-size: 16px;
}

.desc_content .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.desc_content .name_type {
    display: inline-block;
    border-bottom: 1px solid #015f8b;
    margin-bottom: 30px;
}

/**
    专业团队（专业人员）
 */
.person_info {
    width: 100%;
    height: 394px;
    margin-bottom: 24px;
}

.person_info .head_img {
    width: 40%;
    height: 100%;
    float: left;
}

.person_info .head_img img {
    width: 100%;
}

.person_info .desc {
    width: 60%;
    height: 100%;
    float: left;
}

.person_info .desc_content {
    padding: 0 0 0 30px;
    position: relative;
    height: 100%;
}

.person_info .desc_content .name {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.person_info .desc_content .name_type {
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: none;
}

.fen_line {
    background: url(../images/line.png) no-repeat;
    background-size: 40%;
    height: 10px;
    margin-bottom: 50px;
}

.contact_info {
    width: 33.3%;
    height: 100px;
    /*border: 1px solid #000;*/
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.v_card {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 30%;
    height: 69px;
    background: url(../images/vCard.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.pdf {
    position: absolute;
    left: 270px;
    bottom: 0;
    width: 30%;
    height: 69px;
    background: url(../images/print.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.person_switch {
    position: relative;
    width: 50%;
    height: 100px;
    border-bottom: 1px solid #bdbdbd;
    float: left;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 18px;
}

.person_switch p {
    position: absolute;
    bottom: 1px;
    padding: 0px;
}

.person_switch.active p {
    position: absolute;
    bottom: 0px;
    padding: 0px;
}

.person_switch.active {
    position: relative;
    width: 50%;
    height: 100px;
    border-bottom: 2px solid #015f8b;
    color: #015f8b;
    float: left;
}

.person_detail {
    width: 100%;
    float: left;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.person_title {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    padding: 40px 0 20px;
}

.tab-content .show {
    display: block;
}

.tab-content div {
    display: none;
}

.year {
    width: 15%;
    height: 20px;
    float: left;
    margin-top: 30px;
}

.person_position {
    width: 85%;
    height: 20px;
    float: left;
    margin-top: 30px;
}

.shou {
    display: inline-block;
    background: url(../images/shou.png) no-repeat;
    background-position: center;
    background-size: 100%;
    height: 30px;
    width: 30px;
    margin-top: 60px;
    float: right;
}

/**
    专业领域(详情页)
 */
.left_menu {
    width: 30%;
    float: left;
}

.left_menu span {
    font-size: 28px;
}

.left_menu ul {
    padding-top: 18px;
    font-size: 16px;
}

.left_menu li {
    padding: 5px 0;
}

.person_detail .news_list ul li p {
    letter-spacing: 1px;
    color: #242c33;
    margin-bottom: 0;
}

.person_detail .news_list li {
    padding: 3px 0;
}

.detail_info .person_switch {
    height: 50px;
    font-size: 22px;
    font-weight: normal;
}

.detail_info .person_switch.active {
    height: 50px;
    font-size: 22px;
    font-weight: normal;
}

/**
    专业领域
 */
.field_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}

.field_search {
    border: 1px solid #4F4E54;
    width: 28%;
    height: 40px;
    margin: 40px auto;
}

.field_search input {
    width: 90%;
    height: 100%;
    border-width: 0;
    padding: 10px;
    background-color: unset;
}

.field_name {
    width: 46%;
    height: 65px;
    line-height: 65px;
    vertical-align: middle;
    float: left;
    margin: 0 2%;
    border-bottom: 1px solid #bdbdbd;




    color: #9c89f7;
    background: none;
    font: inherit;
    letter-spacing: inherit;
    padding: 1em 2em;
    text-transform: inherit;
    -webkit-transition: color 1s;
    transition: color 1s;

}
.field_name:hover {
    -webkit-animation: halftone 0.2s forwards;
    animation: halftone 0.2s forwards;
    background: -webkit-radial-gradient(circle, #224d6e 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, -webkit-radial-gradient(circle, #224d6e 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;
    background: radial-gradient(circle, #224d6e 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, radial-gradient(circle, #224d6e 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;
    color: #fff;
}
.field_name:hover a{
    color:#fff !important;
}
@-webkit-keyframes halftone {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

@keyframes halftone {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}
/**
    新闻中心
 */
.zx_list ul {
    color: #222328;
    font-size: 16px;
}

.zx_list ul li p {
    letter-spacing: 1px;
    color: #8c8f94;
    margin-bottom: 25px;
}

.zx_list li {
    padding: 10px 0;
}

.zx_list span {
    letter-spacing: 2px;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.zx_title {
    font-size: 22px;
    color: #025F8B;
}

.zx_main p {
    margin: 30px 0;
    color: #8c8f94;
    font-size: 14px;
}

.zx_content {
    clear: both;
    margin-top: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #bdbdbd;
}

.zx_content img{
    width: 100%;
}

.btn_group {
    width: 371px;
    margin: 9px auto;
}

.btn_group a {
    color: grey;
}

.btn_group a:hover {
    color: #025F8B;
}

.btn_group .icon-btn:first-child {
    border-left: 1px solid #e2e3e4;
}

.btn_group .icon-btn {
    padding: 0 79px;
    border-right: 1px solid #e2e3e4;
}

/**
    国晋文化
 */
.gjqk_list ul {
    padding-left: 0;
    width: 100%;
}

.gjqk_list li {
    float: left;
    width: 245px;
    height: 325px;
    margin: 0 20px 70px 0;
    list-style-type: none;
}

.gjqk_list li .pdf_img {
    padding: 15px;
    background: #f2f2f2;
}

.gjqk_list li .pdf_txt {
    height: 58px;
    line-height: 58px;
    color: #454545;
    transform: translate(0);
    font-size: 16px;
    text-align: center;
    background: #FBFBFB;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

/**
    国晋招聘
 */
.gzjh_box {
    clear: both;
    overflow: hidden;
}

.gzjh_box .tet_1 {
    width: 60%;
    float: left;
    height: 407px;
    line-height: 24px;
    border: 1px solid #bdbdbd;
    border-right: 0;
}

.gzjh_box .tet_2 {
    width: 40%;
    float: left;
    line-height: 0;
    height: 408px;
}

.gzjh_box .tet_1_box {
    padding: 40px;
    height: 325px;
}

.zw_box {
    padding: 30px 0 60px 0;
    min-height: 100px;
    clear: both;
    overflow: hidden;
}

.zw_left {
    width: 49%;
    float: left;
}

.zw_right {
    width: 49%;
    float: right;
}

.out_box {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zw_name_box {
    background: #bdbdbd;
    width: 100%;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #bdbdbd;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.zw_name {
    float: left;
    font-size: 16px;
    vertical-align: middle;
}

.zwyq_box {
    width: 100%;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    border-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.zwyq_box.to_left {
    width: 99%;
    margin-left: 1%;
}

.zwyq_box.to_right {
    margin-right: 1%;
}

.zwyq_box .tet_box {
    padding: 27px 0;
}

.zwyq_box .tet_box span {
    padding-bottom: 25px;
    display: block;
}

.zwyq_box .tet_box b {
    color: #025F8B;
    display: block;
    padding-bottom: 10px;
}

.zwyq_box .tet_box i {
    color: #545152;
    line-height: 24px;
}

.zwyq_box .tet_box .p {
    padding-bottom: 0;
    color: #025F8B;
}

/**
    联系我们
 */
.lx {
    width: 100%;
    height: 100px;
    padding-top: 40px;
    text-align: center;
}

.lx h2 {
    margin-bottom: 10px;
    font-size: 25px;
}

.lx p {
   font-size: 25px;
    color: #f0f0f0;
}

.lxwm {
    padding: 40px;
    height: 400px;
}
.lxwm ul {
    list-style-type:none;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.lxwm_li {
    width: 260px;
    height: 300px;
    float: left;
    margin: 6px;
    text-align: center;
}
.lxwm_li img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.lxwm_xq {
    width: 100%;
    height: 70px;
}
.lxwm_xq h4 {
    margin-bottom: 10px;
 }
.lxwm_xq p {
    font-size: 10px;
}
.lxwm_dt  {
    width: 100%;
    height: 600px;
    margin-top: -40px;
    /*margin-bottom: -100px;*/
}


/**
    搜索
 */
.search_result ul {
    list-style-type: none;
    color: #222328;
    font-size: 16px;
}

.search_result li {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.search_result span {
    letter-spacing: 2px;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.search_result ul li p {
    letter-spacing: 1px;
    color: #8c8f94;
    margin-bottom: 0;
}

.search_result .result_box {
    width: 100%;
    border: 0;
    float: none;
    height: 130px;
    margin-bottom: 0;
}

.search_result .head_img {
    width: 145px;
    height: 100%;
}

.search_result .desc_content {
    height: 100%;
    padding: 0;
    padding-left: 15px;
}

.search_result .desc_content .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.search_result .desc_content .name_type {
    margin-bottom: 52px;
}

.search_result .desc_content p {
    color: unset;
    font-size: 14px;
}

.search_result .head_img img {
    height: 100%;
}
.serch_inp{
    margin: 0 0 0 0.5rem;
    border: none;
}