/* galy guo writen 2020-10-20;
   luxinan
  */

@charset "UTF-8";

/* 通用样式设置 */

html,
body,
h1,
h2,
h3,
p,
ul {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a:link {
    text-decoration: none;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, 微软雅黑;
    background: #f8f8f8;
    color: #333;
}

.head {
    height: var(--head);
    background: #fff;
    color: #fff;
    width: 100%;
    z-index: 8;
}

.wt-bg {
    background: #fff;
}

.n-logo {
    margin-left: 5px;
}

.logo img {
    margin-top: 15px;
}

:root {
    --head: 60px;
    --contenter: 1200px
}

.content {
    width: 1200px;
    margin: 0 auto;
}


/* 顶部导航 */

.logo {
    display: inline-block;
    float: left;
}

.el-menu-demo {
    display: inline-block;
    border-bottom: #fff 0px solid;
    float: right;
    font-size: 16px;
}

.el-menu.el-menu--horizontal {
    border-bottom: #fff 0px solid;
}

.el-menu--horizontal>.el-menu-item.is-active {
    color: #008cd7;
    border-bottom: #fff 0px solid;
}

.el-menu--horizontal>.el-menu-item.is-active a::after {
    background: #008cd7;
    width: 20px;
    height: 4px;
    display: block;
}

.el-menu--horizontal>.el-menu-item {
    padding: 0 5px;
    margin-right: 15px;
    margin-left: 15px;
}


/* banner设置 */

.ad-box {
    width: 100%;
    height: 445px;
    background-size: 100% 100%;
    overflow: hidden;
}

.ban1 {
    background-image: url(../img/banner1.png);
}

.ban2 {
    background-image: url(../img/banner2.png);
    height: 359px;
}

.ban3 {
    background-image: url(../img/banner3.png);
    height: 359px;
}

.ban4 {
    background-image: url(../img/banner4.png);
    height: 359px;
}

.ban5 {
    background-image: url(../img/banner5.png);
    height: 359px;
}

.ban6 {
    background-image: url(../img/banner6.png);
    height: 359px;
}

.ban7 {
    background-image: url(../img/banner7.png);
    height: 359px;
}

.ad-box img {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 12%;
}

.ban2 img,
.ban4 img,
.ban6 img {
    position: absolute;
    left: 15%;
    top: 15%;
}

.content {
    position: relative;
}


/* 首页标题 */

.home-title {
    text-align: center;
    margin: 30px auto
}

.home-title .en-text {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.el-submenu__title a {
    color: inherit
}

.home-title .tit-line {
    margin: 20px auto;
    display: block;
    width: 20px;
    height: 4px;
    font-size: 0;
    background-color: #008cd7;
}

.gray-entext {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-normaltext {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.home-title .tit-zh {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.home-title .tit-zh a {
    color: #333;
}

.el-button--primary {
    background: #008cd7;
    border: #008cd7 1px solid
}

.b-title {
    margin-top: 75px;
}

.t-rt {
    text-align: right;
}

.gray-box {
    background: #f8f8f8;
    overflow: hidden;
}

.scope-box {
    background: url(../img/scope-bg.png) no-repeat left center;
    height: 377px;
    background-size: 100% 100%;
}

.scope-info {
    width: 265px;
    color: #fff;
    margin: 15% auto;
}

.scope-info h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-weight: normal;
}

.scope-info .info {
    font-size: 15px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
    white-space: pre-line
}

.info-en {
    font-size: 13px;
}

.scope-info .tit-line1 {
    background: #fff;
    height: 2px;
    width: 50px;
    display: block;
}

.scope-info a.btn {
    color: #fff;
    border: #fff 1px solid;
    font-size: 13px;
    padding: 5px 10px;
    background: rgba(32, 32, 32, 0.8)
}

.business-sub:hover {
    background: #008cd7;
    cursor: pointer;
}

.business-sub:nth-child(1) .scope-info a.btn,
.business-sub:hover .scope-info a.btn {
    background: none;
}

.scope-info a.btn:hover {
    background: #008cd7;
}

.business-sub {
    height: 100%;
}

.mt-blank {
    margin-bottom: 25px;
}

.case-lt {
    width: 278px;
    height: 100%;
    padding: 30px 35px 20px 35px;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    background: #f5f5f5;
    box-sizing: border-box;
    float: left;
    border-right: #ddd 1px solid;
}

.el-tabs__content>div {
    height: 281px;
    border: 1px solid #e5e5e5;
}

.case-rt {
    height: 100%;
    width: calc(100% - 280px);
    float: left;
    box-sizing: border-box;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4px;
}

.case-rt li img {
    width: 296px;
    height: 269px;
}

.el-tabs__item {
    font-size: 16px;
}

.case-rt li {
    float: left;
    position: relative;
    margin-left: 4px;
    margin-right: 3px;
}

.case-rt li p {
    position: absolute;
    width: 100%;
    bottom: 10px;
    background: rgba(51, 51, 51, 0.6);
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.advant-box {
    margin: 25px auto
}

.el-tabs__nav-wrap::after {
    height: 1px;
}

.advant-box li {
    text-align: center;
}

.advant-box p a {
    color: #008cd7;
    font-weight: bold;
}


/* 底部信息 */

.footer {
    background: #28292c;
    padding: 30px 0 15px 0;
    color: #5e6164;
    font-size: 12px;
}

.footer a {
    color: #5e6164;
}

.pull-left {
    float: left;
}

.footer-copyright {
    text-align: center;
    border-top: 1px solid #2e2f32;
    padding-top: 10px;
}

.footer-nav {
    display: inline-block;
    margin-left: 15px;
    margin-top: 25px;
}

.ft-nav {
    padding-bottom: 15px;
}

.ft-lt {
    float: left;
}

.foot-info {
    margin-top: 25px;
}

.qr-box {
    text-align: right;
}


/* 面包屑 */

.crumbs {
    color: #999;
    font-size: 12px;
    margin: 0 auto;
    padding: 15px
}

.el-breadcrumb {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    line-height: auto;
}

.el-breadcrumb__inner a {
    color: #999;
    font-weight: normal;
}

.text-blue {
    color: #008cd7;
}

.sub-text-title {
    text-align: center;
    margin: 35px auto;
}

.sub-text-title h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.en-text {
    color: #999;
    font-size: 18px;
}

.con-box {
    padding: 10px 40px 40px 40px;
    width: 100%;
    box-sizing: border-box;
}

.detail-title {
    margin-bottom: 15px;
}

.detail-title h4 {
    font-size: 20px;
    margin: 0;
}

.con-box p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
}

.con-box h5 {
    font-size: 15px;
    margin: 0;
    color: #008cd7;
}

.detail-picbox {
    margin: 25px auto;
    text-align: center;
}

.is-active em {
    width: 22px;
    display: block;
    background: #008cd7;
    height: 3px;
    margin: 0 auto;
    margin-top: -18px;
}


/* 典型案例 */

.case-list {
    position: relative;
    width: 330px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 303px;
}

.gray-zz {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(32, 32, 32, 0.4);
    z-index: 5;
    display: none
}

.case-list .img {
    position: absolute;
    z-index: 1;
}

.case-list .case-name {
    background: url(../img/case-mb.png) no-repeat center center;
    height: 48px;
    color: #fff;
    line-height: 48px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    z-index: 14;
    top: 35%;
}

.info-hover {
    display: none;
    color: #fff;
    position: absolute;
    z-index: 20;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    height: 80%;
    overflow-y: auto;
}

.info-hover h4 {
    font-size: 16px;
}

.info-hover p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.case-list:hover .info-hover,
.case-list:hover .gray-zz {
    display: block;
    cursor: pointer;
}

.case-list:hover .case-name {
    display: none;
}

.advanlist {
    width: 100%;
}

.advanlist em img {
    width: 30px;
}

.advanlist em {
    vertical-align: -10px;
}

.advanlist h5 {
    color: #008cd7;
}

.advanlist p {
    margin-bottom: 40px;
}

.job-title {
    text-align: center;
    margin: 75px auto
}

.text-red,
a.text-red {
    color: red;
}

.job-title h1 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 15px;
}

.job-info {
    border: #ddd 1px solid;
    padding: 20px;
    margin-bottom: 45px;
    min-height: 165px;
}

.job-info .title {
    position: relative;
    border-bottom: #ddd 1px solid;
    padding: 10px 0;
    margin-bottom: 10px;
}

.job-info h3 {
    font-weight: normal;
}

.jobnums {
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 14px;
    color: #666;
}

.job-info .el-button--primary {
    background: none;
    border: #ddd 1px solid;
    color: #666;
}

.job-info .el-button--primary:hover {
    background: #008cd7;
    color: #fff;
}

.contanct-info h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 15px 0
}

.contanct-info p {
    font-size: 16px;
    line-height: 28px;
}

.contanct-info a {
    color: #008cd7;
}

.el-menu--popup .el-menu-item a {
    color: #666;
}

.el-menu--popup .el-menu-item a:hover {
    color: #008cd7;
}

.soft-box {
    border: #ddd 1px solid;
}

.soft-box h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
}

.soft-box em {
    font-size: 20px;
    margin-right: 5px;
    color: #008cd7;
}

.soft-box p {
    margin-left: 24px;
}


/* 悬浮工具 */

.tool-rt {
    background: #008cd7;
    width: 48px;
    border-radius: 40px;
    color: #fff;
    position: fixed;
    z-index: 200;
    right: 15px;
    top: 68%;
    padding: 10px 0;
    text-align: center;
}

.tool-rt li {
    position: relative;
    cursor: pointer;
}

.tool-rt .t-info1 {
    position: absolute;
    right: 48px;
    color: #333;
    top: 5px;
    border: #efefef 1px solid;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    display: none;
    padding: 10px;
    white-space: nowrap;
}

.tool-rt .t-info1 a {
    color: #008cd7;
}

.tool-rt li:hover .t-info1 {
    display: block;
}

.tool-rt img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.el-tabs__content .el-tab-pane:last-child .case-rt li img,
.el-tabs__content .el-tab-pane:nth-child(6) .case-rt li img {
    width: 907px;
    height: 274px;
}

.el-dropdown-menu a {
    color: #666;
}

.m-head {
    display: none;
}

.el-dropdown-menu__item {
    line-height: 28px;
}

.el-dropdown-menu__item ul {
    margin-left: 15px;
    background: #f8f8f8;
    padding: 10px;
}


/* 手机端适配 */

@media (max-width:1199px) {
    html,
    body {
        width: 100%;
    }
    .case-list {
        width: 100%;
        height: 220px;
    }
    .mt-blank img,
    .con-box img {
        width: 100%;
    }
    .case-list img {
        width: 100%;
        height: 220px;
    }
    .head {
        display: none;
    }
    .ad-box img {
        width: 80%;
        padding-top: 25%;
    }
    .m-head {
        display: block;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8889;
        border-bottom: #ddd 1px solid;
    }
    .info-hover {
        overflow-y: scroll;
    }
    .menu-rt {
        position: absolute;
        right: 5px;
        top: 14px;
    }
    .menu-rt .el-icon--right {
        font-size: 22px;
    }
    .el-dropdown-link img {
        width: 24px;
        height: 24px;
        padding: 8px;
        border: #ddd 1px solid;
        border-radius: 8px;
        opacity: 0.8;
    }
    .ad-box {
        height: 220px;
    }
    .content {
        width: 100%;
        overflow: hidden;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .case-lt {
        width: 100%;
        padding: 5px;
        height: 130px;
    }
    .el-tabs__content>div {
        height: 140px;
    }
    .scope-box {
        height: 100%;
    }
    .case-rt {
        width: 100%;
        margin-top: 10px;
    }
    .case-rt li {
        width: 31.4%;
    }
    .case-rt li img {
        width: 100%;
        height: 170px;
    }
}