/* 搜索 */
.header .navbar-action {
    float: right !important;
    position: relative;
    height: 30px;
    font-size: 0;
    padding: 26px 0;
    margin-left: 30px;
    line-height: 30px;
    transition: all .3s ease-out 0s;
    box-sizing: content-box;
    margin-top: 4px;
}
.header .navbar-action .search-index {
    font-size: 14px;
    position: relative;
    line-height: 30px;
    transition: all .3s ease-out 0s;
    float: left !important;
    margin-top: 0;
}
.search-icon {
    color: #666;
    display: block;
}
.search-index .search-form {
    background-color: #FFF;
    position: absolute;
    right: -11px;
    top: -6px;
    z-index: 99;
    width: 0;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}
.search-form input {
    background: none;
    border: 0;
    line-height: 20px;
    padding: 4px;
    display: block;
    float: left;
    outline: 0;
}
.search-form input.word {
    width: 80%;
    height: 20px;
    padding: 4px 6px;
    font-size: 12px;
    color: #333;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.search-form input.submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 30px;
    height: 30px;
    padding: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff; 
    cursor: pointer;
    background: url("../img/n-icon-search-white.png") no-repeat center;
    background-color: #08c;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* banner */
.swiper-button-prev {
    opacity: .3;
    transition: all .5s;
    transform: translateX(-44px);
}
.swiper-button-next {
    opacity: .3;
    transition: all .5s;
    transform: translateX(44px);
}
.banner {
    position: relative;
}
.banner:hover .swiper-button-prev {
    transform: translateX(0);
}
.banner:hover .swiper-button-next {
    transform: translateX(0);
}
.banner .swiper-container {
    width: 100%;
    max-height: 450px; 
    /* position: relative;
    overflow: hidden;
    z-index: 1; */
}
.banner .swiper-wrapper {
    max-height: 450px;
    /* position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    display: flex;
    list-style: none;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box; */
}
.slide-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto; 
}
.slide-img img {
    border-radius: 2px;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.banner-cont {
    z-index: 1;
    width: 1105px;
    height: 340px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: calc(50% - 1105px/2);
}
/* banner-标题 */
.btitle {
    width: 100%;
    /* display: block; */
    color: #FFF;
    position: absolute;
    left: 0;
    top: 18%;
    margin: auto;
    text-align: center;
    font-family: 'KaiTi';
}
.btitle h1 {
    font-size: 38px;
    font-family: 'KaiTi';
    /* color: #FFF; */
}
/* 检索表单 */
.search_box {
    /* background: rgba(0, 0, 0, .3); */
    padding: 20px;
    border-radius: 6px; 
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    z-index: 3;
}
.search_box form {
    display: inline-block;
    vertical-align: top;
}
.search-input {
    display: inline-block;
    float: left;
}
.search-input input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; 
    height: 50px;
    line-height: 50px;
    width: 640px;
    outline: none;
    border: 0;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 25px;
    text-indent: 15px;
    position: relative;
    background: rgba(255,255,255,.9) !important;
}
.search-submit{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    border: none;
    /* background: #1198a9 !important; */
    background: #0c5170 !important;
    color: #FFF;
    text-align: center;
}
.search-submit img {
    width: 26px;
    height: 26px;
    margin: 10px auto 0 auto;
}
.moreTypes {
    display: inline-block;
    font-size: 14px;
    height: 42px;
    margin-left: 6px;
}
.moreTypes a {
    display: block; 
    /* height: 50px; */
    color: #fff;
    /* background: #1198a9; */
    background: #0c5170;
    padding: 4px 6px;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    font-size: 16px;
}
.search-area {
    /* margin-left: -40px; */
}
.search-area ul {
    display: block;
    margin-bottom: 0;
    width: 100%;
    float: left;
}
.search-area ul>li {
    /* text-shadow: 1px 1px 3px #000; */
    text-shadow: 1px 1px 5px #000, 2px 2px 5px #000;
    list-style: none;
    font-size: 16px;
    margin: 0;
    margin-right: 30px;
    float: left;
    line-height: 16px;
    padding: 5px 8px;
    color: #FFF;
    cursor: pointer;
    height: 40px;
}
.search-area ul>li.active {
    background: url("../img/type-active.png") center bottom no-repeat;
}
.update_d {
    line-height: 30px;
    margin-top: 0;
    padding-top: 10px;
}
.update_d:first-of-type {
    padding-top: 0;
}
.update_d label {
    font-weight: normal; 
    width: 80px;
}
.update_d input {
    width: 84%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 10px;
    outline: none;
    color: #000;
}
.update_d input::-webkit-input-placeholder {
    color: #bbb;
}

/* 索智按钮 */
.btn-sz {
    display: block;
    /* border: 1px solid #Fff; */
    position: absolute;
    bottom: 15%;
    left: 41%;
}
.btn-sz a {
    display: block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    color: #0c5170;
    font-size: 16px;
    border: 1px solid #0c5170;
    margin-right: 20px;
    border-radius: 3px;
}
.btn-sz a:hover {
    background-color: #0c5170;
    border-color: #0c5170;
    color: #FFF;
}

/* 公司介绍 */
.companyProfile {
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 40px 0 65px;
}
.s-title {
    margin: 35px 0;
    text-align: center;
    color: #333333
}
.s-title-wrap {
    position: relative;
    padding: 0 50px;
    display: inline-block;
}
.s-title-wrap h2 {
    margin: 0;
    font-family: 'Noto Serif', 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ' Source Han Serif ' , source-han-serif-sc, serif;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 34px;
}
.s-title-wrap span {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .5px;
    font-family: Noto Sans SC,sans-serif;
    font-weight: 300;
    opacity: .8;
    color: #333;
}
.s-title-wrap:after, .s-title-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 120px;
    height: 1px;
    margin: auto;
    background: #0d1a26;
    opacity: .28;
    content: "";
    background-color: #333333;
}
.s-title-wrap:after {
    right: 0;
    left: 100%;
}
.about-desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-family: lucida Grande,Verdana,Microsoft YaHei,sans-serif;
}
.more-link {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    color: #666;
    border: 1px solid #999;
    border-radius: 30px;
    transition: all .3s ease-out;
    font-size: 14px;
    font-family: lucida Grande,Verdana,Microsoft YaHei,sans-serif;
}
.more-link:hover {
    border-color: #0185ba;
    background-color: #0185ba;
    color: #fff;
    transition: all .3s ease-out;
    text-decoration: none;
    background: #07c;
}
.more-link i {
    font-family: arial;
    margin-left: -8px;
    color: transparent;
    transition: all .3s ease-out;
}
.more-link:hover, .more-link:hover i {
    color: #fff;
    transition: all .3s ease-out;
    margin-left: 5px;
}

/* 业务涉及 */
.businessInvolved {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: rgb(236, 243, 255);
    display: block;
}
.bi-list {
    padding: 0;
    /* margin: 0 -8px; */
    font-size: 0;
    list-style: none;
}
.bi-list .bi-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 16px);
    padding: 0 8px;
    margin-bottom: 15px;
    height: 239px;
}
.bi-list .bi-item .bi-item-inner {
    position: relative;
    display: block;
    padding: 30px;
    text-align: center;
    background: #08c;
    box-sizing: content-box;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgb(105 123 140 / 20%);
    background-color: #fff;
    color: #314659;
    min-height: 179px;
}
.bi-list .bi-item .bi-item-inner:hover {
    text-decoration: none;
    transition: all .3s ease-out 0s;
    z-index: 1;
    background-color: #249cfa;
    color: #ffffff;
    padding-bottom: 77px;
    transform: translateY(-47px);
    transition-timing-function: cubic-bezier(.7,.3,.1,1);
}
.bi-list .bi-item:nth-of-type(1) .bi-item-inner:hover {background-color: #249cfa;}
.bi-list .bi-item:nth-of-type(2) .bi-item-inner:hover {background-color: #f4b329;}
.bi-list .bi-item:nth-of-type(3) .bi-item-inner:hover {background-color: #3aa38e;}
.bi-list .bi-item:nth-of-type(4) .bi-item-inner:hover {background-color: #bd72d9;}
.bi-list .bi-item:nth-of-type(5) .bi-item-inner:hover {background-color: #2cb663;}
.bi-list .bi-item:nth-of-type(6) .bi-item-inner:hover {background-color: #f96c6c;}

.bi-list .bi-item .bi-item-inner:hover .bi-item-more:hover {border-color: #fff;background: #fff;text-decoration: none;}
.bi-list .bi-item:nth-of-type(1) .bi-item-inner:hover .bi-item-more:hover {color: #249cfa;}
.bi-list .bi-item:nth-of-type(2) .bi-item-inner:hover .bi-item-more:hover {color: #f4b329;}
.bi-list .bi-item:nth-of-type(3) .bi-item-inner:hover .bi-item-more:hover {color: #3aa38e;}
.bi-list .bi-item:nth-of-type(4) .bi-item-inner:hover .bi-item-more:hover {color: #bd72d9;}
.bi-list .bi-item:nth-of-type(5) .bi-item-inner:hover .bi-item-more:hover {color: #2cb663;}
.bi-list .bi-item:nth-of-type(6) .bi-item-inner:hover .bi-item-more:hover {color: #f96c6c;}

.bi-list .bi-item .bi-item-inner:hover .bi-item-more {
    color: #ffffff;
    border-color: #ffffff;
    bottom: 30px;
    opacity: 1;
    transition: all .3s ease-out 0s;
}
/* .bi-list .bi-item .bi-item-inner img {
    width: 58px;
    height: 58px;
    border: 1px solid #ddd;
    line-height: 1.1;
    margin-bottom: 20px;
} */
.bi-list .bi-item .bi-item-inner i {
    font-size: 56px;
    width: 58px;
    height: 58px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.bi-list .bi-item:nth-of-type(1) .bi-item-inner i {color: #249cfa;}
.bi-list .bi-item:nth-of-type(2) .bi-item-inner i {color: #f4b329;}
.bi-list .bi-item:nth-of-type(3) .bi-item-inner i {color: #3aa38e;}
.bi-list .bi-item:nth-of-type(4) .bi-item-inner i {color: #bd72d9;}
.bi-list .bi-item:nth-of-type(5) .bi-item-inner i {color: #2cb663;}
.bi-list .bi-item:nth-of-type(6) .bi-item-inner i {color: #f96c6c;}
.bi-list .bi-item .bi-item-inner:hover i {color: #FFF;}
.bi-list .bi-item .bi-item-inner:hover .bi-item-text {color: #FFF;}
.bi-list .bi-item .bi-item-inner:hover .bi-title {color: #FFF;}
.bi-item-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.bi-item-text p {
    margin: 14px 0 0;
    font-size: 14px;
    opacity: .9;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bi-item-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -37px;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 0;
    transition: all .2s ease-out 0s;
    color: #314659;
    border-color: #314659;
}

/* 信息中心 */
.infoCenter {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f7f8f9;
}
.news-tab {
    margin-bottom: 25px;
    text-align: center;
}
.news-tab-item {
    display: inline-block;
    margin: 0 10px 10px;
    padding: 7px 15px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 20px;
    font-weight: 600;
}
.news-tab-item.active {
    border: 1px solid #ddd;
    background: none;
}
.news-tab-item:hover {
    color: #fff;
    background: #07c;
    border-color: #0185ba;
    cursor: pointer;
}
.news-wrap {
    display: none;
}
.news-wrap.active {
    display: block;
}
.news-wrap>div {
    text-align: center;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.news-list {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}
.news-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0 15px;
    width: calc(50% - 30px);
    float: left;
}
.news-item-time {
    float: left;
    width: 65px;
    text-align: center;
}
.news-item-day {
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    padding-top: 5px;
    margin-bottom: 10px;
    display: block;
}
.news-item-day:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background: #ddd;
}
.news-item-ymonth {
    color: #999;
    font-size: 12px;
}
.news-item-text {
    padding: 5px 5px 5px 75px;
}
.news-list-item:hover .news-item-text {
    box-shadow: 1px 1px 6px 1px hsl(0deg 0% 39% / 10%);
    background: hsla(0,0%,78%,.1);
}
.news-item-title {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.news-item-title:hover {
    color: #0185ba;
    text-decoration: none;
}
.news-item-content {
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item-content p {
    margin: 0 0 10px;
}

/* 客户案例 */
.clientList {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f7f8f9;
    display: block;
}
.client_logo::after {
    clear: both; 
}
.clientList .client_logo li {
    list-style: none;
    float: left;
    margin: 0 11.5px 11.5px 0;
}
.clientList .client_logo li:nth-of-type(10n) {
    margin-right: 0;
}
.clientList .client_logo li a {
    display: block;
    cursor: default;
    /* background: #FFF; */
}
.clientList .client_logo li a img {
    width: 100px;
    height: 60px;
}
.clientList .btn-more {
    clear: both;
    text-align: center;
    padding-top: 20px;
}


/* 为什么选择我们 */
.chooseUs {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
    background: #FFF;
}
.chooseUs .feature-wrap {
    width: 100%;
    font-size: 0;
}
.chooseUs .fea {
    text-align: center;
    width: calc(25% - 30px);
    position: relative;
    top: 10px;
    display: inline-block;
    word-spacing: 0;
    margin-bottom: 30px;
    float: none;
    text-decoration: none;
    vertical-align: top;
    transition: all .8s ease-out 0s;
    -moz-transition: all .8s ease-out 0s;
    -webkit-transition: all .8s ease-out 0s;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.chooseUs .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    transition: all .4s ease;
}
.chooseUs .feature-wrap .fea:nth-of-type(1) .img {
    color: #249cfa;
    border-color: #DAEDFC;
    background-color: #DAEDFC;
}
.chooseUs .feature-wrap .fea:nth-of-type(2) .img {
    color: #f4b329;
    border-color: #FCEFD2;
    background-color: #FCEFD2;
}
.chooseUs .feature-wrap .fea:nth-of-type(3) .img {
    color: #359582;
    border-color: #cfefe9;
    background-color: #cfefe9;
}
.chooseUs .feature-wrap .fea:nth-of-type(4) .img {
    color: #bd72d9;
    border-color: #F3E1FA;
    background-color: #F3E1FA;
}
.chooseUs .feature-wrap .fea:nth-of-type(1):hover .img {background-color: #249cfa;}
.chooseUs .feature-wrap .fea:nth-of-type(2):hover .img {background-color: #f4b329;}
.chooseUs .feature-wrap .fea:nth-of-type(3):hover .img {background-color: #359582;}
.chooseUs .feature-wrap .fea:nth-of-type(4):hover .img {background-color: #bd72d9;}
.chooseUs .fea h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.chooseUs .fea p {
    font-size: 13px;
    color: #999;
}
.chooseUs .fea:hover .fa {
    color: #fff !important;
}


/* 咨询服务 */
.consultingService {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
    background-attachment: fixed;
    backface-visibility: hidden;
    background-image: url("../img/n_banner_2.jpg");
    display: block;
    padding: 120px 0 100px;
}
.consultingService .box {
    text-align: center;
}
.consultingService .text-1 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Noto Serif', 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ' Source Han Serif ' , source-han-serif-sc, serif;
    line-height: 1.5;
}
.consultingService .text-2 {
    color: #333;
    font-size: 20px;
    margin-top: 50px;
    line-height: 1.5;
}
.consultingService .btns {
    padding-top: 20px;
}
.consultingService .btns a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.42857;
    user-select: none;
    margin-bottom: 5px;
    border-radius: 3px;
    text-indent: 0;
    outline: 0;
    color: #fff;
    background: #08c;
    background-color: #0175a0;
    border-color: #0175a0;
}
.consultingService .btns a:hover {
    background-color: #0185ba;
    border-color: #0185ba;
}
.consultingService .btns a:nth-of-type(2) {
    margin-left: 20px;
    color: #fff;
    background-color: #EC971F;
    border-color: #eea236;
}
.consultingService .btns a:nth-of-type(2):hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}


/* page */
.page_box {
    margin: 20px auto;
    text-align: center;
    font-size: 16px !important;
}
.page_cell {
    width: 36px;
    height: 36px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin: 0 5px;
    transition: 0.5s;
    vertical-align: middle;
}
.page_cell svg {
    margin-top: calc(36px/2 - 16px/2);
}
.page_cell.on, .page_cell:hover {
    color: #fff;
    border-color: #2987e6;
    background-color: #2987e6;
}