﻿@charset "utf-8";

html,
body {
    padding: 0;
    font: 14px 'Microsoft YaHei';
    color: #000;
}

/* 常用元素 */
body, div, p,
dl, dt, dd, ul, ol,li,
h1, h2, h3, h4, h5, h6, 
form {
    margin: 0;
    padding: 0;
}
img, abbr, acronym {
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* 浮动 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.fn{
    float:none;
}
/* 清除浮动 */

/* 文字溢出省略 */
.ell,
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*两行文本溢出*/
.ell-two{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 文字对齐方式 */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.clear  {
    clear: both;
    overflow: hidden;
    height: 0;
}
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {
    color: #333;
}
a:hover,
a:focus,
a:active {
    text-decoration: none; 
    outline: none;
}

/*uploadify 插件本身样式隐藏 - begin */
.uploadify-queue {
    display: none;
}
/*uploadify 插件本身样式隐藏 - end */

/*弹框样式 覆盖flyui样式 - begin by rxsong */
.dialog-header {
    height: 60px;
    /*background-color: #fff !important;*/
    border-bottom: 1px solid #ececec !important;
}
.dialog-title {
    font-weight: normal !important;
    font-size: 18px;
    color: #51c7a7;
}
.dialog-footer button.dialog-autofocus {
    background-color: #51c7a7 !important;
    border-color: #51c7a7 !important;
}
.dialog-close {
    font-weight: normal !important;
    font-size: 28px !important;
    color: #c8c8c8 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}
.dialog-footer button:focus {
    outline: none !important;
}
/*弹框样式 - end */

/*文本域样式*/
textarea {
    margin: 0;
    overflow: hidden;
    width: 99.5%;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: .33em;
    font-size: 14px;
    outline: none;
}

/* 当前位置 - begin */
.current-position {
    padding: 13px 0 13px 40px;
    height: 24px;
    background: url(/public/www/0.1.0/cip/images/position-icon.png) 8px center no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #969696;
}
.current-position a {
    color: #51c7a7;
}
/* 当前位置 - end */

.main-width {
    margin: 0 auto;
    width: 1160px;
}
.top-header {
    /*height: 128px;*/
}
.border-t-grey {
    border-top: 3px solid #d2d6d9;
}
.owl-wrapper-outer a img {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.owl-wrapper-outer a img:hover {
    -webkit-transform: matrix(1.04,0,0,1.04,0,0);
    transform: matrix(1.04,0,0,1.04,0,0)
}
.carousel.owl-carousel .owl-buttons div {
    z-index: 10;
    width: 34px;
    height: 94px;
}
.carousel.owl-carousel b {
    height: 42px;
}
.carousel.owl-carousel .owl-prev,
.carousel.owl-carousel .owl-prev:hover {
    background: url(/public/www/0.1.0/cip/images/carousel-direct.png) no-repeat;
}
.carousel.owl-carousel .owl-next,
.carousel.owl-carousel .owl-next:hover {
    background: url(/public/www/0.1.0/cip/images/carousel-direct.png) -34px 0 no-repeat;
}
.carousel.owl-carousel .owl-pagination {
    right: 15px;
    bottom: 6px
}

/*提示 - begin by rxsong*/
.tip-alert {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
}
.alert {
    padding: 8px 10px;
}
/*提示 - end */

/*.empty-data {
    padding: 50px 0;
    margin-top: 1px;
    height: 150px;
    border: 1px solid #e4e4e4;
    text-align: center;
    background: url(../img/common/empty-data.png) center center no-repeat;
}*/
.empty-data {
    background: url(/public/www/0.1.0/cip/images/list-empty-icon.png) center center no-repeat;
}

/* 分页 - begin */
.pagination {
    text-align: center;
}
.pagination .number {
    float: none !important;
    overflow: inherit !important;
}
.pagination .btn {
    height: 18px;
    line-height: 18px;
}
.btn-primary,
.btn-primary:hover {
    background-color: #2170f1;
    border-color: #2170f1;
}
/* 分页 - end */

/* 中间内容头部公用样式 - begin */
.body-warp {
    background-color: #f5f5f5;
}
.message-wrap {
    margin: 0 auto;
    width: 1160px;
}
/* 中间内容头部公用样式 - end */

/* 按钮 - begin */
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover,
.btn-primary.focus, 
.btn-primary:active {
    background-color: #51c7a7;
    border-color: #51c7a7;
}
.btn-wrap {
    margin: 0 auto;
    padding: 40px 0 20px;
    text-align: center;
}
.btn-wrap .bttn {
    display: inline-block;
    width: 255px;
    height: 45px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}
.btn-wrap .save-btn {
    /*background-color: #51c7a7;*/
    color: #fff;
}
.btn-wrap .save-btn:hover {
    /*background-color: #21ae88;*/
}
.btn-wrap .cancel-btn {
    margin-left: 30px;
    border: 1px solid #eaeaea;
    color: #333;
}
.btn-wrap .cancel-btn:hover {
    background-color: #e3e3e3;
}
/* 按钮 - end */

/* 遮罩样式  by yaoding */
.fly-mask {
    top: 0;
    z-index: 9998; 
}
.fly-mask-content {
    position: absolute;
}
.fly-mask-background {
    height: 100%;
    background: #fff; 
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.fly-mask-background iframe {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
.fly-mask-content {
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.fly-mask-content div {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 16px;
}
.fly-mask-content div i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/public/www/0.1.0/cip/images/loading.gif) no-repeat;
    font-style: normal;
    vertical-align: top;
}
.fly-mask-content div em {
    margin-left: 8px;
    font-size: 12px;
    color: #333;
    font-style: normal;
}
.fly-mask-content div em, .fly-mask-content div i {
    height: 15px;
}
.fly-has-mask {
    position: relative;
    min-height: 150px;
}

/* 遮罩样式  end */

/*模块标题样式 - begin by rxsong*/
.model-title-wrap {
    width: 100%;
    height: 100%;
}
.title-font {
    font-size: 26px;
    font-weight: bold;
    color: #444;
}
.pad-left {
    padding-left: 58px;
}
/*模块标题样式 - end */

/*分页跳转样式*/
.page-num-wrap {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.page-num-wrap .pagination {
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page-num-wrap .pagination .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page-num-wrap .page-jump-wrap {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px;
    *position: relative;
    *top: -15px;
}
.page-num-wrap span.jump-in {
    *position: relative;
    *top: 5px;
}
.page-num-wrap .widget .jump-in.input {
    width: 60px;
    height: 30px;
    *height: 20px;
    line-height: 30px;
    *line-height: 20px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    .page-num-wrap .page-jump-wrap {
        [;position: relative;
            top: 4px;
        ]
    }
    .page-num-wrap span.jump-in {
        [;position: relative;
            top: 2px;
        ]
    }
    .service-content-wrap .service-page-sty .page-jump-wrap {
        [;position: relative;
            top: -10px !important;
        ]
    }
}
.jump-page-mar {
    margin: 40px 0;
}
.service-content-wrap .service-page-sty {
    padding: 30px 0;
    clear: both;
}
.life-jump-page-mar {
    margin-bottom: 40px;
}
.tel-jump-page {
    margin-top: 20px;
}
/*分页跳转样式 --end*/
/**
 * @author: rxsong;
 * @time: 2016-08-10;
 * @description: 尾部样式;
 */
.footer-content {
    padding: 45px 0;
    width: 100%;
    min-width: 1210px;
    background-color: #333; 
}
.footer {
    position: relative;
    height: 80px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.footer-icon{
    position: absolute;
    margin-left: 20%;
}
.footer .record-number {
    margin-left: 10px;
}
.footer .record-number label {
    margin-right: 18px;
}
.footer ul {
    text-align: center;
}
.footer a,
.footer a:hover {
    color: #fff;
}
.footer li {
    display: inline-block;
    padding: 0 15px;
    height: 15px;
    border-right: 2px solid #E0E0E0;
    line-height: 15px;
}
.footer-li-last {
    border-right: none !important;
}
.footer p {
    text-align: center;
}
.version {
    margin: 0 65px 0 18px;
}
.technic {
    margin-left: 18px;
}
.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
}
.cnzz-wrap a {
    margin-left: 20px;
}