html {
    box-sizing: border-box;
    overflow-y: scroll;
    scroll-behavior: smooth;
    min-height: 100%;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    color: #333;
    word-wrap: break-word;
}

body {
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-size: inherit;
    font-weight: normal;
}

p {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

select,
input,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif
}

textarea {
    resize: none;
}

:focus {
    outline: none
}

a {
    text-decoration: none;
    color: inherit;
}
::-moz-selection {
    background: rgba(4, 83, 155, .6);
    /* background: rgba(44, 92, 196, .6); */
    color: #fff
}
::selection {
    background: rgba(4, 83, 155, .6);
    /* background: rgba(44, 92, 196, .6); */
    color: #fff
}

img {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    box-sizing: inherit
}

em {
    font-style: normal;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clf {
    zoom: 1
}
.clf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0
}
.btn {
    display: inline-block;
    text-align: center;
}
.primary-btn {
    /* background-color: #eb6101;
    color: #fff; */
    background: #fff;
    color: #eb6101;
    border: 0.01rem solid #eb6101;
}
.minor-btn {
    background-color: #eb6101;
    color: #fff;
}
.white-btn {
    background-color: #fff;
    color: #eb6101;
}
.outline-btn {
    border: 1px solid rgba(235,97,1,.4);
    background: #e9eef9;
    color: #eb6101;
}
.outline-btn:hover {
    border-color: #eb6101;
    background: #eb6101;
    color: #fff;
}

/* header */
.header {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #fff;
}
.top-menu {
    float: right;
}
.top-menu .menu-item {
    position: relative;
    float: left;
    color: #eaeaea
}
.top-menu .menu-item:last-child {
    padding-right: 0;
}
.top-menu .menu-item a:hover {
    color: #fff;
}
.top-sub-menu {
    display: none;
    position: absolute;
    right: 0;
    z-index: 11;
}
.top-menu .menu-item:hover .top-sub-menu {
    display: block;
}
/* end header */

/* footer */
.footer {
    color: #999;
    background: rgba(0, 0, 0, .8);
}
.footer-menu,
.footer-contact {
    float: left;
}
.footer-qrcode {
    float: right;
    text-align: center;
}

.footer-tel-tit,
.footer-tel {
    color: #fff;
}
.footer-address {
    color: #999;
}
/* end footer */

/* tool bar */
.tool-bar {
    position: fixed;
}
.tool-item-cap {
    background: rgba(0, 0, 0, .45);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.tool-item-cap .fa {
    line-height: 1;
}
.tool-item-cap.active {
    background: #eb6101;
}
.tool-bar .back-top {
    cursor: pointer;
}
.tool-qrcode {
    position: absolute;
    background: #fff;
    text-align: center;
}
.tool-tel {
    position: absolute;
    left: 0;
    background: #eb6101;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.tool-tel a {
    display: block;
}
.tool-item-sub {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s
}
.tool-item:hover .tool-item-sub {
    visibility: visible;
    opacity: 1
}
/* end tool bar */

/* banner */
.banner {
    position: relative;
    overflow: hidden;
}
.banner img {
    width: 100%;
}
.banner .container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.product-swiper {
    position: relative;
    overflow: hidden;
}
.product-pagination,
.banner .banner-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.swiper-pagination-bullet {
    border-radius: 0;
    background-color: #fff;
    opacity: 0.6;
}
.product-swiper .swiper-pagination-bullet {
    background-color: #ccc;
}
.product-swiper .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
    background-color: #eb6101;
    opacity: 1;
}
/* end banner */

/* crumbs */
.bread-crumbs {
    position: relative;
    color: rgba(255,255,255,.85);
}
.crumbs-local {
    float: left;
}
.crumbs {
    float: left;
}
.crumbs a:hover {
    color: #fff;
}
.no-banner-bg + .bread-crumbs .crumbs-local .fa {
    color: #999;
}
.no-banner-bg + .bread-crumbs a {
    color: #999;
}
/* end crumbs */

/* column nav */
.column-nav a.active {
    color: #eb6101;
    font-weight: 600;
}
/* end column nav */

/* layout */
.section-bg {
    background-color: #f9f9f9;
}
.section-primary {
    /* background-color: #1867AF; */
    background: url(../picture/section-bg.jpg) no-repeat center;
    background-size: cover;
}
.section-tit {
    float: left;
    font-weight: 600;
}
.section-more {
    float: right;
    color: #666;
}
.section-artical-title {
    text-align: center;
    font-weight: bold;
}
.section-artical-slogan {
    text-align: center;
}
.section-primary .section-artical-title,
.section-primary .section-artical-slogan {
    color: #fff;
}
.no-banner-bg {
    background-color: #eb6101;
    background-image: linear-gradient(180deg, #eb6101 0%, #d06216 100%);
}
/* end layout */

/* list */
.list-img img {
    width: 100%;
    transition: transform .3s;
}
.list-img:hover img {
    transform: scale(1.1);
}

.list-pt3 .list-title,
.list-pt6 .list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-pt5 .list-title a,
.list-pt5 .list-attr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.list-pt6 .list-img a {
    position: relative;
    display: block;
}
.list-pt6 .list-img a::after {
    content: '\f01d';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    color: #fff;
}
.list-pt6 .list-time {
    float: left;
}
.list-pt6 .list-auth {
    float: right;
}
.list-tt1 {
    background-color: rgba(4,83,155,.06);
}
.list-tt1 .list-item:last-child {
    border-bottom: 0 none;
}
.section-bg .list-tt1 {
    background-color: #fff;
}
.list-tt1 .list-title {
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-tt1 .list-title a:hover {
    color: #eb6101;
}
.list-tt1 .list-time {
    float: right;
    color: #666;
}

.list-tt2 .list-desc {
    background-color: #f2f2f2;
    color: #666;
}
.list-tt2 .list-desc p {
    display: -webkit-box;
    overflow: hidden;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.list-tt2 .list-desc a {
    color: #eb6101;
}
/* end list */

/* pagenavi */
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    position: relative;
    color: transparent;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #333;
    text-align: center;
}
.wp-pagenavi .previouspostslink::after {
    content: '\f104';
}
.wp-pagenavi .nextpostslink::after {
    content: '\f105';
}
/* end pagenavi */

/* detail */
.article-content table th {
    background: #eb6101;
    text-align: center;
    color: #fff;
}
.article-content table p{
    margin: 0;
}
.detail-message-form,
.detail-message-call,
.detail-message-email,
.detail-message-qrcode {
    float: left;
}
/* end detail */

/* index */
.index-tit em {
    color: #eb6101;
}
.section-primary .index-tit,
.section-primary .index-tit em,
.section-primary .index-tit-intro {
    color: #fff;
}
.index-product-cate + .btn {
    display: block;
    margin: 0 auto;
}
.index-pdc-item {
    position: relative;
    overflow: hidden;
}
.index-pdc-item img {
    width: 100%;
}
.index-pdc-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.industry-tab {
    background-color: #fff;
}
.industry-tab-ctrl a i {
    text-align: center;
}
.index-technology-item img,
.industry-con-img img,
.industry-case-img img {
    width: 100%;
    transition: transform .3s;
}
.index-technology-item:hover img,
.industry-con-img:hover img,
.industry-case-img:hover img {
    transform: scale(1.1);
}
.industry-case-title {
    background-color: rgba(4,83,155,.04);
    font-weight: bold;
}
.industry-case-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* end index */

/* product */
.product-cate-cover img {
    width: 100%;
}
.product-cate {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
}
.product-dtl-attr-item span {
    color: #666;
}

.product-dtl-nav-item {
    float: left;
}
.server-process-wrap {
    background-color: rgba(4,83,155,.04);
}
.server-process-item {
    position: relative;
    float: left;
    width: 25%;
}
.server-process-item:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 100%;
    border-top: 1px dashed #dbdbdb;
}
.server-process-item i {
    position: relative;
    z-index: 2;
    display: block;
    margin:  0 auto;
    border-radius: 50%;
    background-color: #fff;
    color: #eb6101;
    text-align: center;
}
.server-process-tit {
    text-align: center;
    font-weight: bold;
}
/* end product */
/* news and case */
.server-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, .5);
}
.server-list-item {
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.server-list-item:last-child {
    border-right: 0 none;
}
.server-list-item .fa {
    display: block;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    text-align: center;    
}
.server-list-tit {
    text-align: center;
    color: #fff;
}
.server-list-desc {
    color: rgba(255, 255, 255, .7);
}
.case-nav{
    text-align: center;
    margin: 30px 0;
}
.case-nav-a{
    display: inline-block;
    padding: 10px 20px;
    background: #f6f6f6;
    margin: 5px;
}
.case-nav-a:hover{
    background: #eb6101;
    color: #fff;
}
/* end news and case */

/* contact */
.contact-form,
.contact-channel,
.contact-qrcode {
    background-color: rgba(4,83,155,.04);
}
.contact-channel-item {
    border-top: 1px solid #ccc;
}
.contact-channel-item .fa {
    float: left;
    border: 1px solid #eb6101;
    border-radius: 50%;
    background-color: rgba(4,83,155,.1);
    color: #eb6101;
    text-align: center;
}
.contact-channel-tit em {
    color: #eb6101;
}
.contact-channel .btn {
    width: 100%;
}
.contact-qrcode .wechat-qrcode img {
    width: 100%;
    height: 100%;
}
/* end contact */

/* about */
.about-title {
    position: relative;
}
.about-title::after {
    content: '';
    position: absolute;
    left: 0;
    background: #2c5cc4;
}
.about-tit-sub {
    color: #666;
}
.about-advantage-item {
    float: left;
    background-color: #f0f5f9;
}
.about-advantage-item .fa {
    display: inline-block;
    border-radius: 50%;
    background-color: #eb6101;
    color: #fff;
    text-align: center;
}

.about-datas {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.about-datas-item {
    flex-grow: 1;
    position: relative;
    text-align: center;
}
/* end about */

/* join */
.join-channel-inexperienced,
.join-channel-experienced {
    overflow: hidden;
    background-color: #f2f2f2;
}
.join-channel-title {
    color: #fff;
    text-align: center;
}
.join-channel-title .fa,
.join-channel-title span {
    display: block;
}
.join-channel-inexperienced .join-channel-title {
    background-color: rgba(235,97,1,1);
}
.join-channel-experienced .join-channel-title {
    background-color: rgba(4, 83, 155, .8);
}
.join-channel-info {
    display: flex;
    justify-content: space-between;
    color: #666;
}
.join-channel-list + a {
    display: block;
    background-color: rgba(4,83,155,.1);
    color: #eb6101;
    text-align: center;
}
/* end join */

.link-img {
    overflow: hidden
}

.link-img img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .3s
}

@supports((-o-object-fit: cover) or (object-fit: cover)) {
    .link-img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }
}

.link-img .img {
    transition: transform .3s
}

.link-img:hover .img,
.link-img:hover img {
    transform: scale(1.1)
}

.middle-img {
    text-align: center;
    font-size: 0
}

.middle-img:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.middle-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.link-arrow .fa {
    transition: transform .3s;
    transform: translate3d(0, 0, 0)
}

.link-arrow:hover .fa {
    transform: translate3d(3px, 0, 0)
}

.u-col-4 .col {
    float: left;
    width: 280px;
    margin-right: 20px
}

.u-col-4 .col:last-child {
    margin-right: 0
}

.u-col-3 .col {
    float: left;
    width: 380px;
    margin-right: 20px
}

.u-col-3 .col:last-child {
    margin-right: 0
}

.lay-main {
    width: 880px
}

.lay-side {
    width: 280px;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.u-icon {
    height: 72px;
    width: 72px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 2px solid rgba(44, 92, 196, .5);
    border-radius: 50%;
    background: rgba(44, 92, 196, .1);
    line-height: 68px;
    color: #2c5cc4
}

.u-icon .fa {
    font-size: 40px
}

.u-icon.small {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-width: 1px
}

.u-icon.small .fa {
    font-size: 24px
}

.u-popup {
    padding: 36px 0;
    width: 160px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -78px;
    margin-top: -85px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    z-index: 19999
}

.u-popup .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-bottom: 6px
}

.u-popup .i-success {
    background: url(../images/mkd1ubk8na.png) no-repeat center center
}

.u-popup .i-failed {
    background: url(../images/ccp2w6glnp.png) no-repeat center center
}

.u-popup .tit {
    margin-bottom: 3px;
    font-size: 14px
}

.u-popup .con {
    font-size: 12px;
    color: #999
}

@font-face {
    font-family: bananaslip;
    src: url(../file/bananaslip.otf)
}

.ft-tit {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-align: center
}

.ft-tit.mb-40 {
    margin-bottom: 40px
}

.ft-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ft-con {
    font-size: 14px;
    line-height: 1.72
}

.ft-link {
    color: #333
}

.ft-link:hover {
    color: #2c5cc4;
}

.ft-num {
    font-family: bananaslip
}

.ft-26 {
    font-size: 26px;
    line-height: 32px
}

.ft-18 {
    font-size: 18px;
    line-height: 24px
}

.ft-center {
    text-align: center
}
