@charset "UTF-8";
/* 禁止选择复制 */
* { -webkit-user-select: none; }

html, body {
    width: 100%;
}

img {
    border: none;
    /* H5禁止微信内保存图片 */
    pointer-events: none;
}

.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

/*----------------------- 字体包 --------------------------*/
@font-face {
    font-family: D-DIN;
    src: url('/ofcms-admin/resource/default/static/assets/css/fonts/D-DIN/d-din.woff2') format('woff2'),
    url('/ofcms-admin/resource/default/static/assets/css/fonts/D-DIN/d-din.woff') format('woff'),
    url('/ofcms-admin/resource/default/static/assets/css/fonts/D-DIN/D-DIN.otf'),
    url('/ofcms-admin/resource/default/static/assets/css/fonts/D-DIN/D-DIN.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}

.digital-number-font {
    font-family: D-DIN;
}

.digital-number-font-bold {
    font-family: D-DIN;
    font-weight: bolder;
}


@font-face {
    font-family: PangMenZhengDaoBiaoTiHei;
    src: url('/ofcms-admin/resource/default/static/assets/css/fonts/PangMenZhengDaoBiaoTiHei/PangMenZhengDaoBiaoTiHei.woff2') format('woff2'),
    url('/ofcms-admin/resource/default/static/assets/css/fonts/PangMenZhengDaoBiaoTiHei/PangMenZhengDaoBiaoTiHei.woff') format('woff'),
    url('/ofcms-admin/resource/default/static/assets/css/fonts/PangMenZhengDaoBiaoTiHei/PangMenZhengDaoBiaoTiHei.otf'),
    url('/ofcms-admin/resource/default/static/assets/css/fonts/PangMenZhengDaoBiaoTiHei/PangMenZhengDaoBiaoTiHei.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}


/*---------------------------- begin:: layui原本style更改 分割线 ----------------------------*/
/* nav */
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #0084ee !important;
    height: 3px !important;
}

/* layui tab */
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #0084ee !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0084ee !important;
}


.layui-nav .layui-nav-more {
    display: none;
}

/* 媒体查询部分 */
@media screen and (min-width:768px) and (max-width: 992px) {
    .layui-nav .layui-nav-more {
        display: block;
    }

    /* 移动端无返回顶部按钮 */
    .GoTop-box {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .layui-nav .layui-nav-more {
        display: block;
    }

    /* 移动端无返回顶部按钮 */
    .GoTop-box {
        display: none !important;
    }

}

/*---------------------------- end:: layui原本style更改 分割线 ----------------------------*/
/* 主题色定义 */
.of-theme-color {
    color: #0084ee;
}
.of-theme-bg {
    background: #0084ee;
    color: #ffffff;
}


/*图片*/
.body-img-full img,
.img-full img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* 元素显示或者隐藏 */
.animate-dom-invisible {
    visibility: hidden;
}

.animate-dom-visible {
    visibility: visible;
}

/* header */
.of-head{
    width:100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.of-head .of-login{
    z-index: 1000;
    position: relative;
    width:200px;
    height: 60px;
    line-height: 60px;
    float: left;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-right: 60px;
}

.of-head .of-login .of-login-logo {
    margin-top: 8px;
    display: inline-block;
    width: 150px;
    height: 44px;
    background: url("/ofcms-admin/resource/default/static/assets/image/gz-logo1.png") no-repeat;
    background-size: cover;
}

.of-head .of-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
}

.of-head .of-nav .layui-nav-child {
    text-align: left;
}

/* 首页-不显示after 横线选中样式 */
.of-head .of-nav .layui-this:after {
    background-color: transparent !important;
    height: 3px !important;
}

.of-head .of-nav .layui-this a {
    font-weight: 700;
}

/* 产品导航分2列 */
.of-head .of-nav li.layui-nav-item:nth-child(3) .layui-nav-child {
    width: 400px;
}

.of-head .of-nav li.layui-nav-item:nth-child(3) .layui-nav-child dd {
    float: left;
    width: 50%;
}

.of-head .of-nav li.layui-nav-item:nth-child(3) .layui-nav-child dd:last-child {
    text-align: center;
    width: 100%;
    border-top: 1px solid #eee;
}


.of-head .of-nav .layui-nav-item a {
    font-size: 16px;
    color: #fff;
}

.of-head .of-nav .layui-nav-item a:hover,
.of-head .of-nav .layui-this a {
    color: #fff;
}

.of-head .of-nav .layui-nav-child a {
    color: #333;
    font-weight: normal;
}

.of-head .of-nav .layui-nav-child a:hover {
    background-color: #0084ee;
    color: #fff;
}


.of-head .of-nav  .layui-nav-child dd.layui-this a,
.of-head .of-nav .layui-nav-child dd.layui-this {
    background-color: #0084ee;
    color: #fff;
    font-weight: 700;
}



.of-head .of-phone {
    position: absolute;
    top: 13px;
    right: 50px;
    z-index: 1000;
}

.of-head .of-phone .of-phone-wrp .wrp-left {
    float: left;
    padding: 10px;
}

.of-head .of-phone .of-phone-wrp .phone-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("/ofcms-admin/resource/default/static/assets/image/phone.png") no-repeat;
}



.of-head .of-phone .of-phone-wrp .wrp-right {
    float: right;
}

.of-head .of-phone .of-phone-wrp .phone-text {
    font-size: 16px;
    color: #fff;
}

/* 头部导航菜单样式的滚动效果 */
.ofheader--layui-bg {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.7s ease-in-out;
}

.ofheader--layui-bgcolor {
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.7s ease-in-out;
}



/* begin::首页-轮播图 */
.of-banner {
    position: relative;
    width: 100%;
    height: 700px;
}

.of-banner-wrp {
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.of-banner-wrp .inner-titles {
    position: absolute;
    top: 58%;
    left: 22%;
    z-index: 5;
    text-align: left;
}

.of-banner-wrp .inner-titles h1 {
    font-size: 32px;
    color: #ffffff;
}

.of-banner-wrp .inner-titles h3 {
    font-size: 18px;
    color: #f7f7f9;
    margin-top: 4%;
}

.of-banner-wrp .inner-titles .links-more {
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.ofheader--layui-bgcolor .of-login-logo {
    background: url("/ofcms-admin/resource/default/static/assets/image/gz-logo.png") no-repeat !important;
    background-size: cover !important;
}

.ofheader--layui-bgcolor .phone-icon {
    background: url("/ofcms-admin/resource/default/static/assets/image/phone-down.png") no-repeat !important;
    background-size: cover !important;
}

.ofheader--layui-bgcolor .of-phone-wrp .phone-text {
    color: #0084ee !important;
}

.ofheader--layui-bgcolor .of-nav .layui-nav-item a {
    color: #333 !important;
}

.ofheader--layui-bgcolor .of-nav .layui-nav-item .layui-nav-child a:hover,
.ofheader--layui-bgcolor .of-nav .layui-nav-item .layui-nav-child .layui-this a {
    background: #0084ee !important;
    color: #fff !important;
}



/* 图片 */
.of-banner-wrp .of-banner-wrp--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    /* css3 object-fit属性 cover:保持原有尺寸比例缩放。宽度和高度至少有一个和容器一致（尺寸小的一致）。因此，此参数可能会让图片部分区域不可见。 */
    object-fit: cover;
    /* object-position属性  */
    object-position: center;
    z-index: 0;
}

/* 全屏滚动时，提示箭头 */
.of-banner--tips-arrow {
    position: absolute;
    margin-left: -20px;
    bottom: 40px;
    left: 50%;
    color: #ffffff;
    z-index: 999;
}


/* 媒体查询部分 */
@media screen and (min-width:768px) and (max-width: 992px) {
    .of-banner-wrp .inner-titles h1 {
        font-size: 28px;
    }

    .of-banner-wrp .inner-titles h3 {
        font-size: 18px;
    }

    .of-banner {
        height: 350px;
    }

    .of-banner-wrp {
        height: 350px;
    }

    .of-banner-wrp .of-banner-wrp--img {
        height: 350px;
    }

    .of-head .of-phone {
        display: none;
    }

    .of-banner-wrp .inner-titles {
        top: 60%;
        left: 17%;
    }

    .of-banner-wrp .inner-titles .links-more {
        padding: 4px 8px;
        font-size: 12px;
    }

    .home-plan__item .home-plan__item-content .title {
        font-size: 16px;
    }
}


@media screen and (max-width:768px) {
    .of-banner-wrp .inner-titles h1 {
        font-size: 14px;
    }

    .of-banner-wrp .inner-titles h3 {
        font-size: 12px;
    }

    .of-head .of-login{
        width: 120px;
        margin-right: 0;
    }

    .of-banner {
        height: 220px;
    }

    .of-banner-wrp {
        height: 220px;
    }

    .of-banner-wrp .of-banner-wrp--img {
        height: 220px;
    }

    .of-head .of-phone {
        display: none;
    }

    .of-banner-wrp .inner-titles {
        top: 60%;
        left: 7%;
    }

    .of-banner-wrp .inner-titles .links-more {
        padding: 4px 8px;
        font-size: 12px;
    }

    .of-head .of-login .of-login-logo {
        margin-top: 20px;
        width: 106px;
        height: 31px;
        background-size: cover;
    }


}

/* end::首页-轮播图 */


/* begin::栏目模块页面 */
/* 页面上方banner图 */
.column-banner {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.column-banner-simple {
    position: relative;
    background: linear-gradient(-45deg, #0084ee, #27cdcd);
    height: 500px;
    box-sizing: border-box;
}


.column-banner-simple-article {
    position: relative;
    width: 1170px;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
}

/* 装饰元素 */
.column-banner-simple .decorated-element {
    position: absolute;
    right: 70px;
    top: 0;
    width: 460px;
    z-index: 100;
}

.column-banner-simple .decorated-element .element-img {
    width: 100%;
}

.banner-article-cont {
    padding: 200px 50px 0;
    width: 100%;
    box-sizing: border-box;
}

section.column-banner-simple .banner-title{
    width: 100%;
    margin: 0 auto;
    font-family: PangMenZhengDaoBiaoTiHei;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.46;
    color: #FFF;
    box-sizing: border-box;
}

section.column-banner-simple .banner-desc {
    width: 100%;
    margin: 19px auto 19px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.75;
    color: #FFF;
    box-sizing: border-box;
}

/* 媒体查询部分 */
@media screen and (min-width:768px) and (max-width: 992px) {
    .column-banner-simple {
        height: 350px;
    }

    .column-banner-simple-article {
        width: 100%;
    }

    .column-banner-simple .decorated-element {
        display: none;
    }

    .banner-article-cont {
        padding: 145px 0 0;
        text-align: center;
    }

    section.column-banner-simple .banner-title{
        font-size: 24px;
        font-weight: 500;
    }

    section.column-banner-simple .banner-desc {
        font-size: 14px;
        font-weight: 100;
    }

}


@media screen and (max-width:768px){
    .column-banner-simple {
        height: 220px;
    }

    .column-banner-simple-article {
        width: 100%;
    }

    .column-banner-simple .decorated-element {
        display: none;
    }

    .banner-article-cont {
        padding: 90px 0 0;
        text-align: center;
    }

    section.column-banner-simple .banner-title{
        font-size: 24px;
        font-weight: 500;
    }

    section.column-banner-simple .banner-desc {
        font-size: 14px;
        font-weight: 100;
        margin: 0px auto 10px;
    }
}


/* 页面内容content-text */
.column-content-text {
    padding: 0;
}

.column-content-text p {
    text-align: justify;
}


.column-content-text .p-desc {
    color: #606266;
    text-indent: 2em;
    line-height: 2;
}

.column-content-text .p-text{
    color: #303133;
}

.column-content-text .h4 {
    font-size: 16px !important;
}

.column-content-text .content-text-row:nth-child(n+2) {
    margin-top: 32px;
}

/* 媒体查询部分 */
@media screen and (max-width:768px) {
    .column-content-text .h4 {
        font-size: 14px !important;
    }
}

/* 序号列表组件 */
.number-list-widget {
    margin-bottom: 40px;
    text-align: justify;
    color: #303133;
}
.number-list-widget .li_item {
    position: relative;
    line-height: 28px;
    padding-left: 33px;
}

.number-list-widget .li_item::before {
    position: absolute;
    left: 0;
    top: 2.5px;
    background: #0084ee;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-right: 11px;
    line-height: 22px;
}

.number-list-widget .li_item:nth-of-type(1)::before {
    content: '1';
}
.number-list-widget .li_item:nth-of-type(2)::before {
    content: '2';
}
.number-list-widget .li_item:nth-of-type(3)::before {
    content: '3';
}
.number-list-widget .li_item:nth-of-type(4)::before {
    content: '4';
}
.number-list-widget .li_item:nth-of-type(5)::before {
    content: '5';
}
.number-list-widget .li_item:nth-of-type(6)::before {
    content: '6';
}
.number-list-widget .li_item:nth-of-type(7)::before {
    content: '7';
}
.number-list-widget .li_item:nth-of-type(8)::before {
    content: '8';
}
.number-list-widget .li_item:nth-of-type(9)::before {
    content: '9';
}
.number-list-widget .li_item:nth-of-type(10)::before {
    content: '10';
}
.number-list-widget .li_item:nth-of-type(11)::before {
    content: '11';
}
.number-list-widget .li_item:nth-of-type(12)::before {
    content: '12';
}


/* 愿景组件 */
.mission{
    background: #FBFBFB;
    height: 312px;
    width: 100%;
    position: relative;
    margin-top: 38px;
    /*padding: 60px 96px;*/
    box-sizing: border-box;
}
.mission .text-bg{
    width: 65%;
    position: absolute;
    left: 5%;
    bottom: 5%;
}
.mission .l-mess{
    float: left;
    margin: 10% 0 0 10%;
}
.mission .l-mess .label{
    font-size: 28px;
    color: #303133;
    letter-spacing: 0;
    /*font-family: 'TencentSansw7';*/
}
.mission .r-mess{
    float: right;
    width: 100%;
    height: 190px;
    position: relative;
    margin: 10% 0 0 10%;
}
.mission .r-mess:before{
    content: ' ';
    width: 1px;
    position: absolute;
    left: -60px;
    top: 0;
    display: block;
    bottom: 0;
    background: #D8D9DC;
    z-index: 1;
}
.mission .r-mess .label{
    font-size: 20px;
    color: #303133;
    letter-spacing: 0;
    line-height: 36px;
}
.mission .r-mess .desc{
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 16px;
}

/* 媒体查询部分 */
@media screen and (max-width:768px){
    .mission .l-mess .label {
        font-size: 20px;
    }

    .mission .r-mess .label {
        font-size: 16px;
        line-height: 24px;
    }

    .mission .r-mess::before {
        left: -30px;
    }

}


/* 企业文化 */
.culture-list-items {
    width: 100%;
    padding-left: 4px;
    list-style: none;
    text-align: center;
}
.culture-list-items .li-item {
    text-align: center;
}
.culture-list-items .li-item h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.6em;
    color: #303133;
}
.culture-list-items .li-item h3:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background: #dcdfe6;
    left: 50%;
    bottom: -14px;
    margin-left: -40px;
}
.culture-list-items .li-item p {
    font-size: 16px;
    color: #606266;
}

/* begin::企业文化-轮播图 */
.culture-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.culture-banner-wrp {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.culture-banner-wrp .inner-titles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
}

.culture-banner-wrp .inner-titles h1 {
    font-size: 32px;
    color: #ffffff;
}

.culture-banner-wrp .inner-titles h3 {
    font-size: 22px;
    color: #f7f7f9;
    margin-top: 5%;
}


/* 媒体查询部分 */
@media screen and (min-width:768px) and (max-width: 992px) {
    .culture-banner-wrp .inner-titles h1 {
        font-size: 28px;
    }

    .culture-banner-wrp .inner-titles h3 {
        font-size: 18px;
    }
}


@media screen and (max-width:768px) {
    .culture-banner-wrp .inner-titles h1 {
        font-size: 14px;
    }

    .culture-banner-wrp .inner-titles h3 {
        font-size: 12px;
    }
}


/* 图片 */
.culture-banner-wrp .of-banner-wrp--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* css3 object-fit属性 cover:保持原有尺寸比例缩放。宽度和高度至少有一个和容器一致（尺寸小的一致）。因此，此参数可能会让图片部分区域不可见。 */
    object-fit: cover;
    /* object-position属性  */
    object-position: center;
    z-index: 0;
}

/* end::企业文化-轮播图 */

/* 资质荣誉列表 */
.honor-list-items .li-item {
    border: 1px solid #eaecf1;
    box-shadow: 0 6px 12px 0 #f4f5f9;
    padding: 30px 10px;
    text-align: center;
}

.honor-list-items .li-item:hover {
    box-shadow: 0 6px 12px 0 #e6e6e6;
}

.honor-list-items .li-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 110px;
}


.honor-list-items .li-item .title {
    font-size: 14px;
    font-weight: 400;
    color: #606266;
    line-height: 28px;
    text-align: center;
    width: 100%;
    letter-spacing: 0;
    overflow: hidden;
    margin-top: 8px;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 地址信息列表 */
.address-list-items li {
    margin-bottom: 40px;
}

.address-list-items li:first-child {
    margin-top: 20px;
}

.address-list-items li .label {
    display: inline;
    padding: 2px 6px 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #606266;
}

.address-list-items li .content {
    color: #303133;
    margin-bottom: 4px;
    font-size: 18px;
}

/* 轮播图 */
.content-inner-banner {
    width: 100%;
    margin-top: 30px;
}

/* 地图 */
.content-map-container {
    width: 100%;
    height: 300px;
    background: #f3f3f3;
}

/* 地图信息窗体 */
.content-window-card {
    position: relative;
    width: 360px;
    padding: 10px 0 0 10px;
    box-shadow: none;
    bottom: 0;
    left: 0;
    color: #303133;
}

.content-window-card p {
    line-height: 24px;
}


.content-window-card  .text-title {
    font-size: 18px;
    font-weight: 600;
    color: #303133;
}

.content-window-card  .text-desc {
    font-size: 14px;
    color: #606266;
}

/* 媒体查询部分 */
@media screen and (max-width:768px){
    .content-window-card {
        width: 180px;
    }
}


/* end::栏目模块页面 */


/* begin:: 单页content section */
.of-section .section-column-content {
    padding: 20px 0 60px 0;
}

.of-section .section-column-content .editor-content {
    font-size: 16px;
    /*text-indent:2em;*/
    line-height: 2;
    color: #565758;
}

/* 图片 */
.of-section .section-column-content .editor-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* 标题 */
.editor-cont-title {
    display: block;
    width: 100%;
    text-indent: 0;
}

.editor-cont-title span{
    font-size: 24px;
    color: #303133;
    display: block;
}

.editor-cont-title span:before{
    content: '';
    width: 3px;
    height: 24px;
    border-radius: 4px;
    background-color: #0084ee;
    float: left;
    margin-top: 12px;
    margin-right: 12px;
}

/* end:: 单页content section */

/* begin:: of-crad */
.of-crad{
    position: relative;
    clear: both;
}
.of-crad-content{
    margin: 0 auto;
}
.of-crad-title{
    text-align: center;
    font-size: 28px;
    color: #303133;
    font-weight:300;
    padding:30px;
}

.of-crad-title::after {
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 4px;
    background-color: #0084ee;
    display: block;
    margin: 20px auto 0;
}

.of-crad-body{
    font-size: 16px;
    /*text-indent:2em;*/
    line-height: 2;
    color: #303133;
}

@media (max-width:768px){
    .of-crad-title {
        font-size: 24px;
    }
}

/* end:: of-crad */


/* begin:: announce */
.of-content .announce{
    width: 500px;
    height: 150px;
}

.announce{
    float: right;
}
.announce p.title {
    border-bottom: solid 1px #cccccc;
    border-bottom-color: #EEEEEE;
}

.announce p.title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #565758;
    width: 100%;
}

.announce ul {
    width: 98%;
}
.announce li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.announce li span {
    float: right;
    font-size: 12px;
}
.announce a {
    color: #666666;
    cursor: pointer;
}

/* end:: announce */


/* begin:: 页面导航标签breadcrumb */
.breadcrumb-container {
    background: #f7f7f7;
    padding: 10px 15px;
}

.breadcrumb-content {
    text-align: right;
}

.breadcrumb-container .pos-span {
    color: #303133;
}

/* end:: 页面导航标签breadcrumb */

/* begin::footer */
#foot{
    background:#242424;
    margin-top:0px;
}
#foot a:hover{
    color:#fff;
}
.of-footer{
    padding:80px 0 60px 0;
}
.of-footer dl{
    display: block;
}

.of-footer dl dd{
    color:#999;
    line-height:30px;
    font-size:14px;
}
.of-footer dl dd.riqi{
    color:#999;
    font-size:14px;
    line-height:18px;
    padding-bottom:20px;
}
.of-footer dl dd a{
    color:#999;
    font-size:14px;
}
.of-footer dl dd.bt{
    color:#fff;
    padding-bottom:6px;
    font-size: 16px;
}
.of-footer dl dd.btc{
    padding-bottom:0;
}
.of-footer dl dd.font{
    font-size: 16px;
    color:#fff;
    line-height:20px;
    padding-bottom:6px;
    display:block;
}

.of-footer dl.rexian{
    padding-left:32px;
    border-left:1px #707070 solid;
    padding-bottom:8px;
}


.of-footer dl.w_x .wxtu {
    float: right;
    width: 120px;
    text-align: center;
    color: #fff;
}

/* 媒体查询部分 */
/* 媒体查询部分 */
@media screen and (min-width:768px) and (max-width: 992px) {
    #foot {
        padding-bottom: 300px;
    }

    .of-footer {
        padding: 40px 0 0 0;
    }

    .of-footer dl.rexian {
        padding-top: 20px;
        padding-left: 0;
        border-left: none;
    }

    .of-footer .friend-link-urls {
        padding-top: 10px !important;
    }

    .of-footer .w_x .wxtu {
        margin-top: 20px;
    }

}

@media screen and (max-width:768px){
    .of-footer {
        padding: 40px 0 10px 0;
    }

    .of-footer dl{
        margin-bottom: 20px;
        text-align: center;
    }

    .of-footer dl.rexian {
        padding-left: 0;
        border-left: none;
    }


    .of-footer dl.w_x .wxtu {
        text-align: center;
        float: none;
        margin: 0 auto;
    }
}

/*版权信息*/
.y_d .f_g .banquan{
    width:100%;
    text-align:center;
    padding-bottom:15px;
}

.y_d .f_g .banquan span{
    color:#585858;
    line-height:22px;
}

.y_d .f_g .banquan span a{
    color:#fff;
    padding:0 5px;
    font-size:14px;
}

.y_d .f_g .banquan p{
    color:#7e7e7e;
    line-height:20px;
    font-size:14px;
}

/* end::footer */


.bg-light {
    background-color: #f8f9fa!important;
}
.page_head {
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    height: 50px;
}
.nr_title {
    float: left;
    line-height: 1;
}
.nr_position {
    float: right;
    line-height: 1;
    padding-top: 15px;
}
.ResTitle_a1 span {
    font-size: 30px;
    color: #cf0000;
    display: inline-block;
}
a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.ResTitle_a1 em {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}


/* article文章内容 */
.content-title {
    color: #303133;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.content-txt {
    margin-top: 25px;
    color: #202020;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 40px;
}

/* 文章中img尺寸设置 */
.content-txt img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}


.content-inf {
    margin-top: 14px;
    color: #909399;
    font-size: 12px;
    text-align: center;
}


/* =================================首页=============================================== */
/* begin:: 首页-产品中心 */
.product-ani-lists .product-ani-item {
    position: relative;
    display: block;
    padding: 15px 30px;
    text-align: left;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e7e9ed;
    box-shadow: 0 6px 12px 0 #f0f1f5;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.product-ani-lists .product-ani-item .item-icon {
    width: 48px;
    height: 48px;
}

.product-ani-lists .product-ani-item .item-title {
    margin-top: 10px;
    font-size: 20px;
    /*font-family: PingFangSC-Medium,PingFang SC;*/
    font-weight: 500;
    color: #303133;
    line-height: 30px;
}

.product-ani-lists .product-ani-item .item-desc {
    font-size: 14px;
    /*font-family: PingFangSC-Regular,PingFang SC;*/
    font-weight: 400;
    color: #606266;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    letter-spacing: 0;
    overflow: hidden;
    margin-top: 8px;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.product-ani-lists .product-ani-item .split-line-horizontal {
    width: 30%;
    height: 3px;
    margin: 16px 0;
    background: #dcdfe6;
}


.product-ani-lists .product-ani-item:hover {
    box-shadow: 0 6px 12px 0 #c2c2c2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product-ani-lists .product-ani-item:hover .item-title {
    color: #0084ee;
}

/*@media (max-width:768px){*/
/*.product-ani-lists .product-ani-item {*/
/*padding: 10px;*/
/*text-align: center;*/
/*}*/

/*.product-ani-lists .product-ani-item .item-title {*/
/*font-size: 14px;*/
/*}*/

/*.product-ani-lists .product-ani-item .item-desc,*/
/*.product-ani-lists .product-ani-item .split-line-horizontal {*/
/*display: none;*/
/*}*/
/*}*/

/* end:: 首页-产品中心 */

/* begin:: 首页-服务 */
.scene-container .scene-list {
    display: inline-block;
    width: 100%;
    height: 176px;
    overflow: hidden;
    padding: 15px 30px;
    background-color: #F8FBFD;
    text-align: left;
    cursor: pointer;
    border: 1px dashed #E1E8F1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.scene-container .scene-list .animation-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: inherit;
    transition: inherit;
}

.scene-container .scene-list img {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: inherit;
    transition: inherit;
}

.scene-container .scene-list h3 {
    margin-top: 10px;
    font-size: 20px;
    /*font-family: PingFangSC-Medium,PingFang SC;*/
    font-weight: 500;
    color: #303133;
    line-height: 30px;
    -webkit-transition: inherit;
    transition: inherit;
}


.scene-container .scene-list p {
    font-size: 14px;
    /*font-family: PingFangSC-Regular,PingFang SC;*/
    font-weight: 400;
    color: #606266;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    letter-spacing: 0;
    overflow: hidden;
    margin-top: 8px;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scene-container .scene-list .btn-wrap {
    margin-top: 10px;
    position: relative;
    bottom: -15px;
    -webkit-transition: inherit;
    transition: inherit;
    text-align: center;
}


/*悬浮效果*/
.scene-container .scene-list:hover {
    border: 1px dashed #0084ee;
}

.scene-container .scene-list:hover .animation-wrap {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}

.scene-container .scene-list:hover img {
    top: -25px;
}

.scene-container .scene-list:hover h3 {
    margin-top: 0;
}

.scene-container .scene-list:hover .btn-wrap {
    bottom: 0;
}



/* end:: 首页-服务 */

/* begin:: 首页-解决方案 */
.home-plan__item {
    position: relative;
    border: 1px solid #e7e9ed;
    box-shadow: 0 6px 12px 0 #f0f1f5;
    padding: 38px 30px 30px;
    min-height: 280px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}


.home-plan__item .home-plan__item-content .title {
    font-size: 20px;
    font-weight: 500;
    color: #303133;
}

.home-plan__item .home-plan__item-content .desc {
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.home-plan__item .home-plan__item-img img {
    max-width: 100%;
    display:block;
    margin:0 auto;
    height: auto;
    border-radius: 4px;
}

/* 查看详情按钮 */
.home-plan__item .check-detail-wrp {
    padding-top: 24px;
}


.home-plan__item:hover {
    box-shadow: 0 6px 12px 0 #c2c2c2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-plan__item:hover .title {
    color: #0084ee;
}

.home-plan__item:hover .check-detail-wrp a {
    border-color: #0084ee;
    color: #333;
}

/* end:: 首页-解决方案 */


/* begin:: 首页-经典案例 */
.mod-max-con {
    background: #FBFBFB;
}

.mod-max-con .pic{
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.mod-max-con .mess-box{
    padding: 56px 0 0 30px;
}
.mod-max-con .pic img{
    max-width: 100%;
    height: auto;
}
.mod-max-con .b-box{
    width: 100%;
    overflow: hidden;
}
.mod-max-con h3{
    margin-bottom: 40px;
    font-size: 24px;
    color: #303133;
}
.mod-max-con .item-title{
    font-size: 20px;
    color: #0084ee;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 8px;
    font-weight: 400;
}
.mod-max-con .desc-text{
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
    line-height: 29px;
    width: 85%;
}
.mod-max-con .min-desc-text{
    text-align: left;
}

.mod-max-con .b-box{
    padding-top: 0px;
}
.mod-max-con .boxx{
    width: 100%;
}
.mod-max-con .boxx .x-item{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mod-max-con .boxx .x-item:last-child{
    margin-bottom: 0;
}
.mod-max-con .boxx .x-item h5{
    font-size: 20px;
    color: #303133;
    letter-spacing: 0;
    /*font-family: 'TencentSansw7';*/
    margin-bottom: 6px;
    font-weight: 400;
}
.mod-max-con .boxx .x-item .p{
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    line-height: 29px;
}


/* end:: 首页-经典案例 */

/* begin:: 首页-新闻中心 */
.dynamics-flx .list-box:hover .mess .title {
    color: #0084ee;
}

.dynamics-flx .list-box {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.dynamics-flx .list-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.dynamics-flx .list-box:last-child {
    margin: 0 !important;
}

.dynamics-flx .list-box a {
    display: block;
    /* 防止里面img溢出 */
    overflow: hidden;
}

.dynamics-flx .list-box img {
    min-width: 366px;
    height: 210px;
    width: 100%;
    margin-bottom: 24px;
    /* css3 object-fit属性 cover:保持原有尺寸比例缩放。宽度和高度至少有一个和容器一致（尺寸小的一致）。因此，此参数可能会让图片部分区域不可见。 */
    object-fit: cover;
    /* object-position属性  */
    object-position: center;
}

/* 媒体查询部分 */
@media screen and (max-width:768px) {
    .dynamics-flx .list-box a {
        text-align: center;
    }

    .dynamics-flx .list-box img {
        min-width: 80%;
        height: 160px;
        max-width: 80%;
    }
}


.dynamics-flx .list-box .mess {
    padding: 0 16px;
}

.dynamics-flx .list-box .mess .title {
    font-size: 16px;
    color: #303133;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.dynamics-flx .list-box .mess .desc {
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 24px;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamics-flx .list-box .mess .date {
    font-size: 14px;
    color: #909399;
    letter-spacing: 0;
    line-height: 28.8px;
    width: 100%;
    overflow: hidden;
}

/* end:: 首页-新闻中心 */


/* begin:: 首页-关于我们 */
.of-wrap--us {
    width:100%;
    background:url("/ofcms-admin/resource/default/static/assets/image/decoration/banner-bg-14@1920.jpg") no-repeat center;
    min-height:478px;
    background-size:cover;
    text-align:center;
}

.of-wrap--us dl{
    width:100%;
    padding-top:70px;
    text-align:center;
}

.of-wrap--us dl dt{
    font-size:36px;
    color:#fff;
    margin-bottom:30px;
}

.of-wrap--us dl dd{
    font-size:16px;
    color:#fff;
}

.of-wrap--us dl dd p{
    line-height:28px;
}

/* 媒体查询部分 */
@media screen and (max-width:768px) {
    .of-wrap--us dl dt{
        font-size: 24px;
    }

    .of-wrap--us dl dd{
        font-size: 14px;
    }
}

.of-wrap--us ul{
    width:100%;
    text-align:center;
    margin-top:60px;
}
.of-wrap--us ul li{
    display:inline-block;
    color: #fff;
}
.of-wrap--us ul li i{
    display:block;
    color:#e0e0e1;
}

.of-wrap--us ul li p strong{
    font-size:45px;
    font-family:Arial;
    color:#fff;
    margin-right:6px;
}

.of-wrap--us .of-wrap--us-content {
    margin: 0 auto;
    text-align:center;
}

.of-wrap--us .of-wrap--us-content>p{
    width:100%;
}

.of-wrap--us .of-wrap--us-content>p a{
    color:#fff;
    margin: 75px 0 10px 0;
    display:inline-block;
}

.of-wrap--us .of-wrap--us-content>p a:after{
    content:url("/ofcms-admin/resource/default/static/assets/image/inico7.png");
    margin-left:8px;
}

.of-wrap--us .of-wrap--us-content .count-dom-desc {
    font-size: 14px;
    font-style: normal;
}

.of-wrap--us .of-wrap--us-content .link-text {
    font-size: 16px;
    color: #fff;
    transition: all ease .5s;
}

.of-wrap--us .of-wrap--us-content .link-text:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* end:: 首页-关于我们 */




/* begin:: 查看更多按钮 */
.check-more-wrp {
    margin: 40px auto;
    text-align: center;
}

.check-more-button {
    position: relative;
    height: 38px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    outline: none;
    opacity: .9;
    background: #0084ee;
    padding: 0 33px;
    color: #ffffff;
    box-sizing: border-box;
    /*兼容代码*/
    /*兼容IE浏览器*/
    -ms-box-sizing: border-box;
    /*兼容Safari和Chrome浏览器*/
    -webkit-box-sizing: border-box;
    /*兼容火狐浏览器*/
    -moz-box-sizing: border-box;
    /*添加过度效果*/
    transition: all 0.3s linear;
}

.check-more-button .style--icon--arrow {
    fill: #ffffff;
}

.check-more-button:hover {
    border: 2px solid #0084ee;
    background-position: 140px center;
    color: #ffffff;
}
/*添加四条线的样式*/

.check-more-button:hover .line {
    background: #0084ee;
}
/*是四条闪现过来的线 ，很多重复的部分*/

.check-more-button .line {
    display: block;
    position: absolute;
    background: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
/*顶端的线标注*/
/*1.高度 不变
2.盒子宽度不变
3.位置左右位置移动*/

.check-more-button .line_top {
    height: 2px;
    width: 0;
    left: -110%;
    top: -2px;
}

.check-more-button:hover .line_top {
    width: 100%;
    left: -2px;
}

.check-more-button .line_bottom {
    height: 2px;
    width: 0;
    right: -110%;
    bottom: -2px;
}

.check-more-button:hover .line_bottom {
    width: 100%;
    right: -2px;
}

.check-more-button .line_right {
    height: 0;
    width: 2px;
    right: -2px;
    top: -110%;
}

.check-more-button:hover .line_right {
    height: 100%;
    top: -2px;
}

.check-more-button .line_left {
    height: 0;
    width: 2px;
    left: -2px;
    bottom: -110%;
}

.check-more-button:hover .line_left {
    height: 100%;
    bottom: -2px;
}

/* end:: 查看更多按钮 */


/* begin:: 按钮 */
.check-demo-button {
    position: relative;
    height: 38px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    outline: none;
    opacity: .9;
    background: #0084ee;
    padding: 0 33px;
    color: #ffffff;
    box-sizing: border-box;
}

.check-demo-button .style--icon--arrow {
    fill: #ffffff;
}

.check-demo-button:hover {
    opacity: 0.98;
    color: #ffffff;
}

/* end:: 按钮 */


/* begin:: 首页-装饰背景 */
.bg_img_left img, .bg_img_right img {
    width: 100%;
}

.bg_img_left {
    background-position: 142% center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0;
    position: absolute;
    right: -45%;
    z-index: -1;
}

.bg_img_right {
    background-position: 142% center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0;
    position: absolute;
    left: -45%;
    z-index: -1;
}

@media (max-width:768px){
    .bg_img_left {
        right: 0;
    }

}

/* end:: 首页-装饰背景 */

/* begin:: footer效果 */
.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.marquee {
    width: 8000%;
    height: 60px
}
.wave-list-box {
    float: left
}
.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1
}
.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none
}
.wave-box {
    margin-top: -30px;
    position: relative;
    height: 60px;
    background: transparent;
}
/* end:: footer效果 */

/* begin:: 关于我们 */
.i-process .list {
    background: #fff url("/ofcms-admin/resource/default/static/assets/image/service-icons/line.png") no-repeat center ;
    margin: 0 auto;
    width: 1200px;
    height: 333px;
}

.i-process {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.i-process .hold {
    width: 1106px;
    height: 352px;
    margin: 0 auto;
}

.i-process .btn {
    width: 68px;
    height: 150px;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
}

.i-process .btn.cur {
    color: #43cdab;
}

.i-process .btn:nth-child(1) {
    left: 33px;
    top: 165px;
}

.i-process .btn:nth-child(2) {
    left: 151px;
    top: 61px;
}

.i-process .btn:nth-child(3) {
    left: 294px;
    top: 117px;
}

.i-process .btn:nth-child(4) {
    left: 439px;
    top: 46px;
}

.i-process .btn:nth-child(5) {
    left: 618px;
    top: 54px;
}

.i-process .btn:nth-child(6) {
    left: 776px;
    top: 46px;
}

.i-process .btn:nth-child(7) {
    left: 957px;
    top: 148px;
}

.i-process .btn:nth-child(8) {
    left: 1087px;
    top: 58px;
}

.i-process .btn .light {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 12px 29px;
}

.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #43cdab;
    opacity: 0.3;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn .circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #edeff1;
    margin: 12px 0;
}

.i-process .btn.cur .circle {
    background: #43cdab;
}

.i-process .btn .circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign06.png") no-repeat;
}

.i-process .btn.cur .circle:after {
    background-position: 0 -68px;
}

.i-process .btn:nth-child(2) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign07.png");
}

.i-process .btn:nth-child(3) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign08.png");
}

.i-process .btn:nth-child(4) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign09.png");
}

.i-process .btn:nth-child(5) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign10.png");
}

.i-process .btn:nth-child(6) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign11.png");
}

.i-process .btn:nth-child(7) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign12.png");
}

.i-process .btn:nth-child(8) .circle:after {
    background-image: url("/ofcms-admin/resource/default/static/assets/image/service-icons/bg_sign13.png");
}


.i-process .fl {
    float: left;
    display: inline;
}

.i-process .fr {
    float: right;
    display: inline;
}

.i-process .por {
    position: relative;
}

.i-process .poa {
    position: absolute;
}

.i-process .w-f {
    width: 100%;
}

.i-process .h-f {
    height: 100%;
}

.i-process .fwn {
    font-weight: normal;
}

.i-process .tac {
    text-align: center;
}

.i-process .t-f {
    transition: all 0.5s;
}

.i-process .t-c {
    transition: color 0.5s;
}

.i-process .t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

.join-img-wrp {
    margin: 0 auto 20px;
    text-align: center;
}

.join-img-wrp .mid-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* 媒体查询部分 */
@media screen and (max-width:768px) {
    .join-img-wrp .mid-img {
        width: 100%;
    }
}


/* end:: 关于我们 */

/* begin:: 联系我们 */
.pricing_area {
    position: relative;
    z-index: 1
}

.pricing_area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    background: #f6f6f6;
    background-image: url("/ofcms-admin/resource/default/static/assets/image/elements/pattern2.png");
    background-repeat: repeat-y;
    z-index: 0;
    left: 0;
    top: 0
}

.pricing_area .layui-col-lg6:nth-child(2) .single-pricing .pricing-icon:after {
    background: #0084ee
}

.pricing_area .layui-col-lg6:nth-child(3) .single-pricing .pricing-icon:after {
    background: #97d0ee
}

.single-pricing {
    height: 310px;
    text-align: left;
    background: #fff;
    border: 1px solid #edf1f6;
    padding: 40px 30px;
    transition: all 300ms linear 0s;
    background-image: url("/ofcms-admin/resource/default/static/assets/image/elements/single_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.single-pricing .pricing-icon {
    width: 150px;
    height: 95px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    line-height: 112px
}

.single-pricing .pricing-icon:after {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background: #fcefed;
    border-radius: 100%;
    left: 0;
    z-index: -1;
    top: 0
}

.single-pricing .pricing-icon1:after {
    background: #97D0EE;
}
.single-pricing .pricing-icon2:after {
    background: #c1e9cc;
}
.single-pricing .pricing-icon3:after {
    background: #fcefed;
}

.single-pricing .pricing-icon i {
    font-size: 40px;
    color: #303133
}

.single-pricing .single-pricing-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #303133;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf1f6;
    padding-bottom: 12px
}

.single-pricing .single-pricing-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #303133;
    /*margin-bottom: 46px*/
}

.single-pricing .single-pricing-content h4 span {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 400
}

.single-pricing .single-pricing-content h4 .currency_line {
    font-size: 24px;
    color: #7f7f7f;
    font-weight: 300
}

.single-pricing .single-pricing-content ul {
    border-bottom: 1px solid #edf1f6;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.single-pricing .single-pricing-content ul li {
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 11px
}

.single-pricing .single-pricing-content a {
    font-size: 24px;
    color: #303133;
    font-weight: 600;
    padding-bottom: 5px
}

.area-heading {
    text-align: left;
    margin-top: 15px
}

.area-heading h4 {
    padding: 30px 0;
    font-size: 28px;
    color: #303133;
    font-weight: 300;
    position: relative
}

.area-heading p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7f7f7f
}

.area-heading .line:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 5px;
    background: #f84b67;
    left: 50%;
    transform: translateX(-50%);
    top: -16px
}

.area-heading .line:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #f84b67;
    left: 50%;
    transform: translateX(-50%);
    top: -14px
}


/* end:: 联系我们 */

/* begin::服务体系 */
.of-section .of-crad:last-child {
    margin-bottom: 60px;
}

.service-imgs-wrp .service-img {
    display: block;
    margin: 20px auto;
}

/* end::服务体系 */


/* begin::news/文章list */
.column-news-wrp {
    margin: 24px 0;
    background-color: #f5f5f5;
    border: 1px solid #f1f1f1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.column-news-wrp .content-right {
    height: 200px;
    background-color: #f5f5f5;
    border: 0px solid #e7e7e7;
    /* 为了防止里面img溢出 */
    overflow: hidden;
}

.column-news-wrp .content-right .thumbnail-img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    /* css3 object-fit属性 cover:保持原有尺寸比例缩放。宽度和高度至少有一个和容器一致（尺寸小的一致）。因此，此参数可能会让图片部分区域不可见。 */
    object-fit: cover;
    /* object-position属性  */
    object-position: center;
}

/* 媒体查询部分 */
@media screen and (min-width:768px) and (max-width: 992px) {
    .column-news-wrp .content-right {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .column-news-wrp .content-right {
        height: 160px;
        width: 80%;
        margin: 0 auto 10px;
    }
}

.column-news-wrp .content-left {
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
}

.column-news-wrp .content-left .content-title {
    font-size: 20px;
    font-weight: 400;
    color: #606266;
    line-height: 28px;
    text-align: left;
    width: 100%;
    letter-spacing: 0;
    overflow: hidden;
    height: 58px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.column-news-wrp .content-left .content-body {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #606266;
}

/* 媒体查询部分 */
@media screen and (max-width:768px) {
    .column-news-wrp .content-left .content-title {
        font-size: 14px;
        text-align: center;
    }

    .column-news-wrp .content-left .content-body {
        height: 0;
    }

}

.column-news-wrp:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.column-news-wrp:hover .content-left .content-title {
    color: #0084ee;
}


/* end::news/文章list */

/*---------------------------- begin::共用样式 分割线 ----------------------------*/
/* 滚动条样式美化 */
/*1--默认风格设置*/
/* -webkit-scrollbar 滚动条整体部分*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* -webkit-scrollbar-track 滚动条的轨道（里面装有Thumb） */
::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 4px;
}
/* -webkit-scrollbar-thumb 滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条） */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #747474;
}
/* -webkit-scrollbar-corner 边角，即两个滚动条的交汇处*/
::-webkit-scrollbar-corner {
    background: #f6f6f6;
}
/* -webkit-scrollbar-button 滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
/* -webkit-scrollbar-track-piece 内层轨道，滚动条中间部分（除去）*/
/*::-webkit-resizer 两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/


/*2--dark风格设置*/
/*  滚动条的轨道（里面装有Thumb） */
.scrollbar-style--dark::-webkit-scrollbar-track {
    background: rgba(90, 93, 109, 0.88) !important;
}
/* 滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条） */
.scrollbar-style--dark::-webkit-scrollbar-thumb {
    background: rgba(110, 125, 170, 0.96) !important;
}
.scrollbar-style--dark::-webkit-scrollbar-thumb:hover {
    background: rgba(124, 139, 188, 0.96) !important;
}
/*边角，即两个滚动条的交汇处*/
.scrollbar-style--dark::-webkit-scrollbar-corner {
    background: rgba(90, 93, 109, 0.88) !important;
}


/*3--特定滚动条设置 隐藏水平滚动条+垂直滚动条*/
.scrollbar-style--hide::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.scrollbar-style--hide {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

/* 滚动条方向设置 */
.scrollbar-orient--full {
    overflow: auto;
}
.scrollbar-orient--x {
    overflow-x: auto;
    overflow-y: hidden;
}
.scrollbar-orient--y {
    overflow-x: hidden;
    overflow-y: auto;
}
/*---------------------------- end::共用样式 分割线 ----------------------------*/


/*---------------------------- begin:: 缺省数据、缺省图片等自定义样式 */
/*缺省的默认图wrp*/
.block-default {
    padding: 30px;
}

.block-default-text {
    margin-top: 10px;
    font-size: 14px;
    color: #c0c4cc;
    text-align: center;
}

/*缺省数据*/
.block-default-data {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: url("/ofcms-admin/resource/default/static/assets/image/default/default-data-01.png") no-repeat;
    background-size: 100% 100%;
}

.block-default-data.type2 {
    width: 104px !important;
    background: url("/ofcms-admin/resource/default/static/assets/image/default/default-data-02.png") no-repeat !important;
}

/*缺省新闻*/
.block-default-data--news {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: url("/ofcms-admin/resource/default/static/assets/image/default/default-data-news.png") no-repeat;
    background-size: 100% 100%;
}



/*---------------------------- end:: 缺省数据、缺省图片等自定义样式 */



/*---------------------------- begin:: header menu响应式布局 */

/* 打开按钮 */
.open-mobile-nav {
    float: right;
    margin: 20px 20px 0 0;
    color: #0084ee;
}


/* mobile-nav部分 */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .55);
    z-index: 2000;
}

.mobile-nav-wrp {
    position: relative;
}

.close-mobile-nav {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    z-index: 2001;
}


.mobile-nav .nav-header {
    padding: 10px 0;
}

.mobile-nav .nav-header .logo-img {
    display: block;
    margin: 0 auto;
}

.mobile-nav .nav-body {
    width: 100%;
}

.mobile-nav .nav-body .layui-nav.layui-nav-tree {
    width: 100%;
}

.mobile-nav .layui-nav-tree .layui-nav-child dd.layui-this,
.mobile-nav .layui-nav-tree .layui-nav-child dd.layui-this a,
.mobile-nav .layui-nav-tree .layui-this,
.mobile-nav .layui-nav-tree .layui-this>a,
.mobile-nav .layui-nav-tree .layui-this>a:hover {
    background-color: #0084ee;
    color: #fff;
}

/* nav显示 隐藏 */
.header-nav-hide {
    display: none;
}

.header-nav-show {
    display: block;
}

/*---------------------------- end:: header menu响应式布局 */
