/* =========================================================
   app3go skin - structure from app3go, look from yiyajianzhan
   primary: #00c1de  dark: #17212b  text: #27323a
   ========================================================= */
body {
    background: #f5f7f8;
    color: #27323a;
    font: 14px/1.7 "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

a {
    color: #27323a;
    text-decoration: none;
}

a:hover {
    color: #00c1de;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.main {
    width: 1300px;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.tr_blank20 {
    height: 20px;
}

.tr_blank40 {
    height: 40px;
}

/* ---------------- head ---------------- */
#head {
    background: #fff;
}

.head_bg {
    position: relative;
    padding: 24px 0 20px;
}

#sub_menu {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 12px;
}

#sub_menu ul li {
    display: inline-block;
    color: #9aa7ad;
}

#sub_menu ul li em {
    margin: 0 8px;
    color: #dde4e7;
    font-style: normal;
}

#sub_menu ul li a {
    color: #6d7b82;
}

#sub_menu ul li a:hover {
    color: #00c1de;
}

#logo {
    display: flex;
    align-items: center;
}

#logo .logo-img img {
    max-height: 68px;
    width: auto;
    vertical-align: middle;
}

#logo .logo-slogan {
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid #e8eef0;
    color: #6d7b82;
    font-size: 13px;
    line-height: 1.8;
}

#logo .logo-slogan:hover {
    color: #00c1de;
}

#logo .head-tel {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

#logo .head-tel .tel-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00c1de;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    animation: tel-pulse 2s infinite;
}

@keyframes tel-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 193, 222, .45); }
    50% { box-shadow: 0 0 0 10px rgba(0, 193, 222, 0); }
}

#logo .head-tel .tel-info .tel-num {
    color: #17212b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

#logo .head-tel .tel-info .tel-sub {
    color: #909399;
    font-size: 11px;
    margin-top: 1px;
}

/* ---------------- nav ---------------- */
#main_nav {
    background: #17212b;
}

#menu_button_wrapper {
    display: none;
}

#menu_list {
    display: flex;
}

#menu_list li {
    flex: 1;
    text-align: center;
    position: relative;
}

#menu_list li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}

#menu_list li:hover a,
#menu_list li.on a {
    background: #00c1de;
    color: #fff;
}

#hamburger {
    width: 26px;
    padding: 4px 0;
    cursor: pointer;
}

#hamburger span {
    display: block;
    height: 3px;
    margin: 5px 0;
    background: #fff;
    border-radius: 2px;
}

/* ---------------- home banner ---------------- */
#banner {
    position: relative;
    overflow: hidden;
}

#banner .focusBox {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

#banner .focusBox .pic li {
    position: relative;
    width: 100%;
    height: 460px;
}

#banner .focusBox .pic li img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

#banner .focusBox .pic li .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1300px;
    max-width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

#banner .focusBox .pic li .banner-text h2 {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1.25;
}

#banner .focusBox .pic li .banner-text p {
    max-width: 560px;
    font-size: 16px;
}

#banner .focusBox .hd {
    position: absolute;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    bottom: 16px;
    z-index: 5;
    display: flex;
    gap: 6px;
}

#banner .focusBox .hd li {
    display: inline-block;
    width: 34px;
    height: 4px;
    margin: 0 4px;
    background: rgba(255, 255, 255, .45);
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

#banner .focusBox .hd li.on {
    background: #00c1de;
}

#banner .focusBox .prev,
#banner .focusBox .next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 62px;
    margin-top: -31px;
    background: rgba(0, 0, 0, .28);
    color: #fff;
    font: 28px/62px "Microsoft YaHei";
    text-align: center;
}

#banner .focusBox .prev {
    left: 0;
}

#banner .focusBox .next {
    right: 0;
}

#banner .focusBox .prev:before {
    content: "\2039";
}

#banner .focusBox .next:before {
    content: "\203A";
}

/* ---------------- inner banner ---------------- */
.inner_bg {
    background: linear-gradient(120deg, #17212b 0%, #1a3a6e 55%, #00c1de 130%);
}

.h5_bg_pic {
    padding: 58px 0;
    color: #fff;
}

.h5_bg_pic h2 {
    font-size: 34px;
    line-height: 1.3;
}

.h5_bg_pic p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
}

.h5_bg_pic .inner-consult {
    display: inline-block;
    margin-top: 22px;
    padding: 9px 28px;
    background: #00c1de;
    color: #fff;
    border-radius: 3px;
}

.h5_bg_pic .inner-consult:hover {
    background: #00a9c3;
}

/* ---------------- common title ---------------- */
.main_title {
    padding: 42px 0 26px;
    text-align: center;
}

.main_title h3 {
    font-size: 28px;
    color: #17212b;
}

.main_title h3 em {
    color: #00c1de;
    font-style: normal;
}

.main_title p {
    max-width: 720px;
    margin: 10px auto 0;
    color: #8a969c;
}

.title-more {
    display: inline-block;
    margin-top: 14px;
    padding: 6px 22px;
    border: 1px solid #00c1de;
    color: #00c1de;
    border-radius: 30px;
    font-size: 13px;
}

.title-more:hover {
    background: #00c1de;
    color: #fff;
}

/* ---------------- taocan cards (index) ---------------- */
.index_img ul {
    display: flex;
    gap: 20px;
}

.index_img li {
    flex: 1;
    background: #fff;
    border: 1px solid #edf1f2;
    transition: all .25s;
}

.index_img li:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .09);
    border-color: #00c1de;
}

.index_img li > a {
    display: block;
    padding: 26px 22px;
    text-align: center;
}

.index_img li .tc-hd h3 {
    font-size: 19px;
    color: #17212b;
}

.index_img li .tc-hd i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 16px 0 6px;
    background: #f1fbfd;
    color: #00c1de;
    font-size: 25px;
    border-radius: 16px;
}

.index_img li .tc-tag {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 10px;
    background: #f1fbfd;
    color: #00a9c3;
    font-size: 12px;
    border-radius: 20px;
}

.index_img li span.tc-price {
    display: block;
    margin: 14px 0 10px;
    color: #ff7b48;
    font-size: 30px;
    font-weight: 700;
}

.index_img li span.tc-price font {
    font-size: 14px;
    font-weight: 400;
}

.index_img li p {
    color: #8a969c;
    font-size: 13px;
    min-height: 66px;
}

.index_img li .tc-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 7px 26px;
    background: #ff7b48;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

.index_img li:hover .tc-btn {
    background: #00c1de;
}

/* ---------------- service (index) ---------------- */
#service {
    padding: 54px 0 50px;
    border-top: 1px solid #edf1f2;
}

#service_panel {
    padding: 44px 48px 40px;
    background: #fff;
    border: 1px solid #edf1f2;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.025);
}

#service_title {
    text-align: center;
    margin-bottom: 38px;
}

#service_title h3 {
    font-size: 28px;
    color: #17212b;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

#service_title h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 46px;
    height: 3px;
    margin-left: -23px;
    background: #00c1de;
    border-radius: 2px;
}

#service_title p {
    margin-top: 10px;
    color: #8a969c;
    font-size: 13px;
    letter-spacing: 2px;
}

#service_list .sv-row {
    display: flex;
    gap: 40px;
}

#service_list .sv-row + .sv-row {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px dashed #e8eef0;
}

#service_list .sv-item {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#service_list .sv-item .sv-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f8fb, #d0f2f9);
    color: #00c1de;
    font-size: 24px;
    border-radius: 14px;
    transition: all .3s;
}

#service_list .sv-item:hover .sv-icon {
    background: linear-gradient(135deg, #00c1de, #00a9c3);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 193, 222, .25);
}

#service_list .sv-item .sv-txt {
    flex: 1;
    min-width: 0;
}

#service_list .sv-item .sv-txt strong {
    display: block;
    margin-bottom: 8px;
    color: #17212b;
    font-size: 16px;
}

#service_list .sv-item .sv-txt p {
    color: #8a969c;
    font-size: 13px;
    line-height: 1.9;
}

/* ---------------- 5 points (index) ---------------- */
.wzjs_jzc {
    position: relative;
    background: linear-gradient(160deg, #0f1a2a 0%, #17212b 40%, #1a3359 100%);
    padding: 64px 0 70px;
    color: #fff;
    overflow: hidden;
}

.wzjs_jzc:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0,193,222,.08) 0%, transparent 70%);
    pointer-events: none;
}

.wzjs_jzc:after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -100px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(0,193,222,.06) 0%, transparent 70%);
    pointer-events: none;
}

.wzjs_jzc .vtop {
    text-align: center;
    margin-bottom: 46px;
    position: relative;
    z-index: 1;
}

.wzjs_jzc .vtop i {
    display: block;
    color: #00c1de;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
}

.wzjs_jzc .vtop span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
}

.wzjs_jzc .vtop em {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .38);
    font-size: 13px;
    font-style: normal;
    letter-spacing: 1px;
}

.jsc_cont {
    position: relative;
    z-index: 1;
}

.jsc_cont ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.jsc_cont li {
    position: relative;
    padding: 42px 22px 30px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    text-align: center;
    transition: all .35s;
    overflow: hidden;
}

.jsc_cont li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(0,193,222,.4), transparent);
    opacity: 0;
}

.jsc_cont li:hover:before {
    opacity: 1;
}

.jsc_cont li .jsc-num {
    position: absolute;
    left: 16px;
    top: 14px;
    color: rgba(0, 193, 222, .25);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.jsc_cont li .jsc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    background: rgba(0, 193, 222, .12);
    color: #00c1de;
    font-size: 24px;
    border-radius: 16px;
    transition: all .35s;
}

.jsc_cont li:hover {
    background: rgba(0, 193, 222, .1);
    border-color: rgba(0, 193, 222, .35);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .3);
}

.jsc_cont li:hover .jsc-icon {
    background: #00c1de;
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 193, 222, .3);
}

.jsc_cont li h5 {
    color: #fff;
    font-size: 17px;
}

.jsc_cont li h5 span {
    display: block;
    margin: 5px 0 14px;
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
    font-weight: 400;
}

.jsc_cont li .intr p {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.9;
}

.jsc_cont li em {
    display: block;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    font-style: normal;
}

/* ---------------- product filter ---------------- */
.product-filter {
    margin-bottom: 22px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #edf1f2;
}

.product-filter .filter-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 6px 0;
}

.product-filter .filter-row dt {
    flex: 0 0 auto;
    min-width: 60px;
    padding: 5px 0;
    color: #17212b;
    font-size: 13px;
    font-weight: 700;
}

.product-filter .filter-row dd {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-filter .filter-row dd a {
    display: inline-block;
    padding: 4px 14px;
    background: #f6f8f9;
    color: #5a686f;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.product-filter .filter-row dd a:hover,
.product-filter .filter-row dd a.on {
    background: #f1fbfd;
    border-color: #00c1de;
    color: #00c1de;
}

/* ---------------- product list (2 columns) ---------------- */
.product-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product-list li {
    background: #fff;
    border: 1px solid #edf1f2;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s;
}

.product-list li:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
}

.product-list .pl-pic {
    display: block;
    height: 320px;
    overflow: hidden;
    background: #f6f8f9;
}

.product-list .pl-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .5s;
}

.product-list li:hover .pl-pic img {
    transform: scale(1.06);
}

.product-list .pl-body {
    padding: 26px 28px 30px;
}

.product-list .pl-body h3 {
    margin-bottom: 14px;
    font-size: 19px;
    line-height: 1.4;
}

.product-list .pl-body h3 a {
    color: #17212b;
}

.product-list .pl-body h3 a:hover {
    color: #00c1de;
}

.product-list .pl-body p {
    color: #8a969c;
    font-size: 14px;
    line-height: 1.9;
    min-height: 54px;
}

.product-list .pl-body .pl-link {
    display: inline-block;
    margin-top: 18px;
    color: #00c1de;
    font-size: 14px;
}

.product-list .pl-body .pl-link:hover {
    color: #00a9c3;
    text-decoration: none;
}

/* ---------------- case (index & list) ---------------- */
.case_class {
    margin-bottom: 22px;
    text-align: center;
}

.case_class a {
    display: inline-block;
    margin: 0 6px 8px;
    padding: 7px 22px;
    background: #fff;
    border: 1px solid #e4ebee;
    color: #5a686f;
    border-radius: 30px;
    font-size: 13px;
}

.case_class a:hover,
.case_class a.on {
    background: #00c1de;
    border-color: #00c1de;
    color: #fff;
}

.caseList_main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.caseList_main li {
    width: calc((100% - 40px) / 3);
    background: #fff;
    border: 1px solid #edf1f2;
    transition: all .25s;
    box-sizing: border-box;
}

.caseList_main li:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .09);
}

.caseList_main li .case-pic {
    display: block;
    height: 250px;
    overflow: hidden;
    background: #f6f8f9;
}

.caseList_main li .case-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .4s;
}

.caseList_main li:hover .case-pic img {
    transform: scale(1.04);
}

.caseList_main li .case-txt {
    padding: 16px 18px 18px;
}

.caseList_main li .case-txt h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caseList_main li .case-txt p {
    margin-top: 8px;
    color: #8a969c;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}

.caseList_main li .case-txt .case-meta {
    margin-top: 10px;
    color: #b3bfc5;
    font-size: 12px;
}

.caseList_main li .case-txt .case-meta em {
    float: right;
    color: #00c1de;
    font-style: normal;
}

/* ---------------- responsive strip (index) ---------------- */
#txt_nav {
    padding: 44px 0;
    background: linear-gradient(120deg, #1a3a6e, #00c1de);
    color: #fff;
    text-align: center;
}

#txt_nav h3 {
    font-size: 26px;
}

#txt_nav p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .85);
}

#txt_nav .inner-consult {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 30px;
    background: #fff;
    color: #00a9c3;
    border-radius: 30px;
}

#youshi_nav ul {
    display: flex;
    gap: 20px;
}

#youshi_nav li {
    flex: 1;
    display: flex;
    gap: 18px;
    padding: 26px;
    background: #fff;
    border: 1px solid #edf1f2;
}

#youshi_nav li i {
    flex: 0 0 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f1fbfd;
    color: #00c1de;
    font-size: 24px;
    border-radius: 14px;
}

#youshi_nav li h4 {
    font-size: 17px;
    margin-bottom: 8px;
}

#youshi_nav li p {
    color: #8a969c;
    font-size: 13px;
}

/* ---------------- index news cards ---------------- */
.indexnews_nav4 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.indexnews_nav4 li {
    width: calc((100% - 60px) / 4);
    background: #fff;
    border: 1px solid #edf1f2;
    transition: all .25s;
    box-sizing: border-box;
}

.indexnews_nav4 li:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .09);
}

.indexnews_nav4 li .n-pic {
    display: block;
    height: 190px;
    overflow: hidden;
    background: #f6f8f9;
}

.indexnews_nav4 li .n-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexnews_nav4 li .n-txt {
    padding: 16px 18px 18px;
}

.indexnews_nav4 li .n-txt h3 {
    font-size: 15px;
    height: 44px;
    overflow: hidden;
}

.indexnews_nav4 li .n-txt .n-date {
    margin: 8px 0;
    color: #b3bfc5;
    font-size: 12px;
}

.indexnews_nav4 li .n-txt p {
    color: #8a969c;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}

/* ---------------- tab news (index) ---------------- */
#tab5 {
    background: #fff;
    border: 1px solid #edf1f2;
    padding: 24px 28px 28px;
}

#tab5 .tab-hd {
    border-bottom: 2px solid #eef3f5;
    margin-bottom: 18px;
}

#tab5 .tab-hd li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -2px;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    color: #5a686f;
    font-size: 15px;
    cursor: pointer;
}

#tab5 .tab-hd li.on {
    border-color: #00c1de;
    color: #00c1de;
    font-weight: 700;
}

#tab5 .tab-bd ul {
    display: flex;
    flex-wrap: wrap;
}

#tab5 .tab-bd ul li {
    width: 50%;
    padding: 7px 24px 7px 0;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

#tab5 .tab-bd ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    vertical-align: 3px;
    background: #00c1de;
    border-radius: 50%;
}

#tab5 .tab-bd ul li span {
    float: right;
    color: #b3bfc5;
    font-size: 12px;
}

/* ---------------- inner layout / breadcrumb ---------------- */
.inner-main {
    padding: 26px 0 40px;
}

.breadcrumb {
    margin-bottom: 20px;
    color: #8a969c;
    font-size: 13px;
}

.breadcrumb a {
    color: #8a969c;
}

.breadcrumb a:hover {
    color: #00c1de;
}

/* ---------------- news list ---------------- */
#inner_newslist .news-item {
    display: flex;
    gap: 22px;
    margin-bottom: 18px;
    padding: 22px;
    background: #fff;
    border: 1px solid #edf1f2;
    transition: all .25s;
}

#inner_newslist .news-item:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
}

#inner_newslist .news-item .news-pic {
    flex: 0 0 220px;
    height: 140px;
    overflow: hidden;
    background: #f6f8f9;
}

#inner_newslist .news-item .news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#inner_newslist .news-item .news-txt {
    flex: 1;
    min-width: 0;
}

#inner_newslist .news-item h3 {
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#inner_newslist .news-item p {
    margin: 10px 0;
    color: #8a969c;
    font-size: 13px;
    max-height: 60px;
    overflow: hidden;
}

#inner_newslist .news-item .news-meta {
    color: #b3bfc5;
    font-size: 12px;
}

#inner_newslist .news-item .news-meta .more-link {
    float: right;
    color: #00c1de;
}

/* ---------------- pagination ---------------- */
#page {
    margin-top: 46px;
    margin-bottom: 30px;
}

#page .table {
    display: table;
    margin: 0 auto;
}

#page .table .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

#page .table .pagination li {
    display: inline-block;
}

#page .table .pagination li a,
#page .table .pagination li span {
    display: inline-block;
    min-width: 18px;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #e4ebee;
    color: #5a686f;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}

#page .table .pagination li a:hover {
    border-color: #00c1de;
    color: #00c1de;
}

#page .table .pagination li.active span {
    background: #00c1de;
    border-color: #00c1de;
    color: #fff;
}

#page .table .pagination li.disabled span {
    color: #c3cdd2;
    background: #f6f8f9;
}

.page_total {
    margin-top: 8px;
    color: #8a969c;
    font-size: 12px;
    text-align: center;
}

.page_link .pagination {
    display: inline-block;
}

.page_link .pagination li {
    display: inline-block;
    margin: 0 3px;
}

.page_link .pagination li a,
.page_link .pagination li span {
    display: inline-block;
    min-width: 20px;
    padding: 7px 13px;
    background: #fff;
    border: 1px solid #e4ebee;
    color: #5a686f;
    font-size: 13px;
}

.page_link .pagination li a:hover {
    border-color: #00c1de;
    color: #00c1de;
}

.page_link .pagination li.active span {
    background: #00c1de;
    border-color: #00c1de;
    color: #fff;
}

.page_link .pagination li.disabled span {
    color: #c3cdd2;
}

.page_total {
    margin-top: 10px;
    color: #8a969c;
    font-size: 12px;
}

/* ---------------- detail ---------------- */
.detail-box {
    padding: 30px 34px 36px;
    background: #fff;
    border: 1px solid #edf1f2;
}

.detail-box h1 {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.detail-meta {
    margin: 14px 0 22px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e4ebee;
    color: #b3bfc5;
    font-size: 12px;
    text-align: center;
}

.detail-meta span {
    margin: 0 10px;
}

.detail-content {
    font-size: 15px;
    line-height: 2;
    color: #3d4a52;
}

.detail-content img {
    display: block;
    margin: 12px auto;
}

.detail-tags {
    margin-top: 22px;
}

.detail-tags a {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 12px;
    background: #f1fbfd;
    color: #00a9c3;
    font-size: 12px;
    border-radius: 20px;
}

.prev-next {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px dashed #e4ebee;
    font-size: 13px;
    color: #8a969c;
}

.prev-next p {
    margin: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* related list */
.related-box {
    margin-top: 24px;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid #edf1f2;
}

.related-box .rb-title {
    margin-bottom: 14px;
    padding-left: 10px;
    border-left: 3px solid #00c1de;
    font-size: 17px;
    font-weight: 700;
}

.related-box ul li {
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.related-box ul li span {
    float: right;
    color: #b3bfc5;
    font-size: 12px;
}

/* ---------------- taocan detail ---------------- */
#tc_pj {
    margin-bottom: 24px;
    text-align: center;
}

#tc_pj a {
    display: inline-block;
    margin: 0 6px 8px;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #e4ebee;
    color: #5a686f;
    border-radius: 3px;
    font-size: 15px;
}

#tc_pj a em {
    margin-left: 6px;
    color: #ff7b48;
    font-style: normal;
    font-weight: 700;
}

#tc_pj a.tclink_hot,
#tc_pj a:hover {
    background: #00c1de;
    border-color: #00c1de;
    color: #fff;
}

#tc_pj a.tclink_hot em,
#tc_pj a:hover em {
    color: #fff;
}

.tc-table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}

.tc-table th,
.tc-table td {
    padding: 13px 18px;
    border: 1px solid #e8eef0;
    font-size: 14px;
    text-align: left;
}

.tc-table th {
    width: 160px;
    background: #f4fafc;
    color: #17212b;
    font-weight: 700;
}

.tc-table .tc-price-cell {
    color: #ff7b48;
    font-size: 22px;
    font-weight: 700;
}

.kf_btn {
    display: block;
    width: 240px;
    margin: 28px auto 0;
    padding: 12px 0;
    background: #ff7b48;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

.kf_btn:hover {
    background: #f2662f;
    color: #fff;
}

/* ---------------- contact cards ---------------- */
.a-contactus ul {
    display: flex;
    gap: 20px;
}

.a-contactus li {
    flex: 1;
    padding: 34px 22px;
    background: #fff;
    border: 1px solid #edf1f2;
    text-align: center;
    transition: all .25s;
}

.a-contactus li:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .09);
    transform: translateY(-4px);
}

.a-contactus li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    background: #f1fbfd;
    color: #00c1de;
    font-size: 26px;
    border-radius: 50%;
}

.a-contactus li h3 {
    margin-bottom: 12px;
    font-size: 17px;
}

.a-contactus li p {
    color: #8a969c;
    font-size: 13px;
    line-height: 2;
    word-break: break-all;
}

/* ---------------- about page ---------------- */
.about-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.about-grid .about-txt {
    flex: 1.2;
    padding: 30px 32px;
    background: #fff;
    border: 1px solid #edf1f2;
}

.about-grid .about-pic {
    flex: 0.8;
    overflow: hidden;
    background: #f6f8f9;
    border: 1px solid #edf1f2;
}

.about-grid .about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-grid h2 {
    margin-bottom: 14px;
    font-size: 22px;
}

.zhili ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.zhili li {
    flex: 1 1 calc((100% - 42px) / 4);
    min-width: 200px;
    padding: 18px;
    background: #fff;
    border: 1px solid #edf1f2;
    font-size: 13px;
    color: #5a686f;
}

.zhili li i {
    margin-right: 8px;
    color: #00c1de;
}

/* ---------------- h5 (responsive topic) ---------------- */
.rp-what {
    padding: 34px 36px;
    background: #fff;
    border: 1px solid #edf1f2;
    text-align: center;
}

.rp-what h2 {
    font-size: 26px;
}

.rp-what h2:after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 12px auto 0;
    background: #00c1de;
}

.rp-what .rp-desc {
    max-width: 760px;
    margin: 18px auto;
    color: #5a686f;
    font-size: 15px;
}

.rp-what .rp-formula {
    margin: 12px 0 6px;
    color: #00a9c3;
    font-size: 19px;
    font-weight: 700;
}

.rp-advantage ul {
    display: flex;
    gap: 16px;
}

.rp-advantage li {
    flex: 1;
    padding: 28px 16px;
    background: #fff;
    border: 1px solid #edf1f2;
    text-align: center;
    transition: all .25s;
}

.rp-advantage li:hover {
    border-color: #00c1de;
    transform: translateY(-4px);
}

.rp-advantage li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    background: #f1fbfd;
    color: #00c1de;
    font-size: 24px;
    border-radius: 14px;
}

.rp-advantage li h4 {
    margin-bottom: 8px;
    font-size: 16px;
}

.rp-advantage li p {
    color: #8a969c;
    font-size: 13px;
}

/* ---------------- footer ---------------- */
.app_foot {
    margin-top: 46px;
    background: #17212b;
    color: rgba(255, 255, 255, .65);
}

.foot-cta {
    padding: 30px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
}

.foot-cta h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.foot-cta h3 em {
    color: #00c1de;
    font-style: normal;
    font-weight: 700;
}

.kefu_bottom {
    margin-top: 16px;
}

.kefu_bottom a {
    display: inline-block;
    margin: 0 8px 8px;
    padding: 8px 22px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
}

.kefu_bottom a:hover {
    background: #00c1de;
    border-color: #00c1de;
    color: #fff;
}

.app_address {
    display: flex;
    gap: 40px;
    padding: 32px 0;
}

.app_address .address-left {
    flex: 0 0 150px;
    text-align: center;
    font-size: 12px;
}

.app_address .address-left img {
    width: 130px;
    height: 130px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}

.app_address .address-left p {
    margin-top: 8px;
}

.app_address .address-mid {
    flex: 1;
    font-size: 13px;
    line-height: 2.2;
}

.app_address .address-right {
    flex: 0 0 300px;
}

.app_address .address-right dt {
    margin-bottom: 12px;
    color: #fff;
    font-size: 15px;
}

.app_address .address-right dd a {
    display: inline-block;
    width: 48%;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.app_address .address-right dd a:hover {
    color: #00c1de;
}

.txt_link {
    padding: 14px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
}

.txt_link a {
    margin-right: 14px;
    color: rgba(255, 255, 255, .4);
}

.txt_link a:hover {
    color: #00c1de;
}

.h5_bottom {
    display: none;
    padding: 20px 14px 70px;
    background: #17212b;
    color: rgba(255, 255, 255, .65);
    text-align: center;
    font-size: 13px;
}

.h5_bottom .hb-slogan {
    color: #00c1de;
    font-size: 15px;
    margin-bottom: 4px;
}

/* ---------------- side kefu ---------------- */
#side_kefu {
    position: fixed;
    right: 12px;
    bottom: 120px;
    z-index: 999;
    width: 56px;
}

#side_kefu .sk-item {
    position: relative;
    display: block;
    margin-bottom: 6px;
    padding: 8px 0 6px;
    background: #fff;
    border: 1px solid #e4ebee;
    color: #5a686f;
    text-align: center;
    border-radius: 4px;
}

#side_kefu .sk-item i {
    display: block;
    font-size: 20px;
    color: #00c1de;
}

#side_kefu .sk-item span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    transform: scale(.92);
}

#side_kefu .sk-item:hover {
    background: #00c1de;
    border-color: #00c1de;
    color: #fff;
}

#side_kefu .sk-item:hover i {
    color: #fff;
}

#side_kefu .sk-ewm {
    display: none;
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e4ebee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    color: #5a686f;
    font-size: 12px;
    border-radius: 4px;
}

#side_kefu .sk-ewm img {
    width: 120px;
    height: 120px;
}

#side_kefu .sk-wx:hover .sk-ewm {
    display: block;
}

/* ---------------- mobile toolbar ---------------- */
#toolbar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: #17212b;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#toolbar a {
    float: left;
    width: 25%;
    padding: 7px 0 6px;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

#toolbar a i {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    color: #00c1de;
}

/* ---------------- search & tag ---------------- */
.search-bar {
    margin-bottom: 24px;
    text-align: center;
}

.search-bar form {
    display: inline-flex;
    width: 560px;
    max-width: 100%;
}

.search-bar input {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    background: #fff;
    border: 2px solid #00c1de;
    border-right: none;
    font-size: 14px;
    outline: none;
}

.search-bar button {
    flex: 0 0 100px;
    height: 44px;
    background: #00c1de;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

/* ---------------- responsive ---------------- */
@media (max-width: 1260px) {
    .main {
        width: auto;
        margin-left: 18px;
        margin-right: 18px;
    }
}

@media (max-width: 992px) {
    body {
        padding-bottom: 0;
    }

    #sub_menu {
        display: none;
    }

    #logo .logo-slogan,
    #logo .head-tel {
        display: none;
    }

    #main_nav .main {
        margin: 0;
        position: relative;
    }

    #menu_button_wrapper {
        display: block;
        padding: 10px 16px;
    }

    #menu_list {
        display: none;
    }

    .mobile-nav-open #menu_list {
        display: block;
    }

    #menu_list li {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    #menu_list li a {
        padding: 13px 18px;
    }

    #banner .focusBox,
    #banner .focusBox .pic li,
    #banner .focusBox .pic li img {
        height: 240px;
    }

    #banner .focusBox .pic li .banner-text h2 {
        font-size: 24px;
    }

    #banner .focusBox .pic li .banner-text p {
        font-size: 13px;
    }

    .h5_bg_pic {
        padding: 36px 0;
    }

    .h5_bg_pic h2 {
        font-size: 26px;
    }

    .index_img ul,
    #service_list ul,
    .jsc_cont ul,
    #youshi_nav ul,
    .a-contactus ul,
    .rp-advantage ul {
        flex-wrap: wrap;
    }

    .index_img li,
    .a-contactus li {
        flex: 1 1 calc(50% - 10px);
    }

    #service_list li,
    .jsc_cont li,
    #youshi_nav li,
    .rp-advantage li {
        flex: 1 1 100%;
    }

    .caseList_main li,
    .indexnews_nav4 li {
        width: calc(50% - 10px);
    }

    #tab5 .tab-bd ul li {
        width: 100%;
    }

    .about-grid {
        display: block;
    }

    .about-grid .about-pic {
        margin-top: 18px;
    }

    .app_address {
        display: block;
    }

    .app_address .address-right {
        display: none;
    }

    .app_address .address-left {
        margin-bottom: 18px;
    }

    .app_foot {
        margin-top: 30px;
    }

    #side_kefu {
        display: none;
    }

    #toolbar {
        display: block;
    }

    .app_foot .txt_link {
        padding-bottom: 70px;
    }
}

@media (max-width: 640px) {
    .main {
        margin-left: 12px;
        margin-right: 12px;
    }

    .main_title h3 {
        font-size: 22px;
    }

    .index_img li,
    .a-contactus li {
        flex: 1 1 100%;
    }

    .caseList_main li,
    .indexnews_nav4 li {
        width: 100%;
    }

    #inner_newslist .news-item {
        display: block;
    }

    #inner_newslist .news-item .news-pic {
        margin-bottom: 12px;
        height: auto;
    }

    .detail-box {
        padding: 20px 16px 24px;
    }

    .detail-box h1 {
        font-size: 20px;
    }

    .tc-table th {
        width: 90px;
    }
}
