.textAlignRight {
    text-align: right !important;
}

.width-1200 {
    width: 1200px;
    margin: 0 auto;
}

.multi-div {
    word-wrap: break-word;
    word-break: break-word;
}

.right-button {
    position: fixed;
    bottom: 30%;
    right: 10px;
    z-index: 2;
}

.right-button > ul {
    padding-left: 20px;
    width: 80px;
    text-align: right;
}

.right-button > ul > li > .second {
    background-color: #fff;
    width: 110px;
    height: 65px;
    position: absolute;
    left: -90px;
    bottom: -5px;
    display: none;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
}

.right-button > ul > li > .second .tools-one {
    margin-top: 3px;
    color: #49cee2;
    font-size: 8px;
}

.publicButton {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background: #0078dd;
    /*font-family: "微软雅黑";*/
    font-size: 15px;
    color: #fff !important;
    padding: 0;
    transition: .3s;
}

.publicButton:hover {
    background: #fff;
    color: #0078dd !important;
}

.myEStyle {
    margin-top: 20px;
}

.toolsPanel {
    margin-top: 20px;
}

/*header*/

.navbar-brand {
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 13px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 13px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 13px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 13px;
}

/*body*/

.g-mainnav {
}

.cg-mainnav .cg-boxed {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.cg-mainnav .cg-boxed > div {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.cg-boxed > div > ol {
    font-size: 18px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    height: 26px;
    line-height: 26px;
}

.cg-boxed > div > ol > li > a {
    font-size: 13px !important;
    color: #9e9e9e;
    height: 100%;
}

.cg-content {
    width: 1200px;
    margin: 0 auto;
    min-height: 524px;
}

.cg-panel {
    background: #FFF;
    padding: 0;
    margin-bottom: 20px;
}

.cg-panel .panel-title {
    width: 1160px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 20px;
    padding-left: 0px;
    overflow: hidden;
}

.panel-title > p {
    font-size: 16px;
    color: #666;
    border-left: 3px solid #009dda;
    line-height: 18px;
    padding-left: 10px;
    float: left;
    margin-top: 4px;
}

/*=====================没有内容白色有高度=======================*/

/*=====================超出表格长度显示省略号=======================*/

@media (min-width: 1367px) {
    .cg-table-box {
        width: 100%;
        padding: 0 20px;
    }

    .cg-table-box .table-fixed {
        table-layout: fixed;
        width: 100%;
    }

    .table-fixed thead th {
        background-color: #F5F6FA;
        color: #777;
        height: 40px;
    }

    .table-fixed tbody tr td {
        text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 13px;
    }

    .table-fixed tbody tr td > a {
        color: #06c;
        text-decoration: underline;
    }

    .table-fixed tbody tr td > a:hover {
        color: #06c;
    }

    .table-fixed tbody tr td > input {
        font-size: 13px;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #e9e9e9;
        transition-duration: .5s;
    }

    .table-fixed tbody tr td > input:focus {
        border-color: rgb(169, 218, 234);
    }
}

@media (max-width: 1367px) {
    .cg-table-box {
        width: 100%;
        padding: 0 20px;
    }

    .cg-table-box .table-fixed {
        table-layout: fixed;
        width: 100%;
    }

    .table-fixed thead th {
        background-color: #F5F6FA;
        color: #777;
    }

    .table-fixed tbody tr td {
        text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /*text-align: left;*/
        padding: 0px 2px;
        font-size: 13px;
    }

    .table-fixed tbody tr td > a {
        color: #06c;
        text-decoration: underline;
    }

    .table-fixed tbody tr td > a:hover {
        color: #06c;
    }

    .table-fixed tbody tr td > input {
        font-size: 13px;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #e9e9e9;
        transition-duration: .5s;
    }

    .table-fixed tbody tr td > input:focus {
        border-color: rgb(169, 218, 234);
    }
}

/*====================搜索框======================*/

.cg-searchBar {
    color: #000;
    padding-left: 20px;
    margin: 15px 0px;
}

.cg-searchBar input[type=text],
.cg-searchBar select {
    width: 140px;
    height: 28px;
}

/*====================选项卡=====================*/

.cg-tab {
    width: 100%;
    list-style: none;
}

.cg-tab > li {
    height: 43px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px 15px 0px;
    height: 56px;
    width: 99%;
}

.cg-tab > li input {
    float: left;
    width: 14.1%;
    height: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
}

.cg-tab .active {
    color: #333;
    box-shadow: 0 3px 0 #09c;
    -moz-box-shadow: 0 3px 0 #09c;
    -webkit-box-shadow: 0 3px 0 #09c;
}

/*=====================分页=======================*/

.cg-page {
    height: 55px;
    margin-right: 20px;
    margin-top: 20px;
}

.cg-page ul {
    display: inline-block;
    float: right;
}

.cg-page ul > li span > input {
    height: 20px;
    width: 66px;
    border: 1px solid #ccc;
}

.cg-page ul > li {
    padding-top: 2px;
    padding: 5px 0px;
    float: left;
}

.cg-page ul > li > span,
.cg-page ul > li > a {
    float: left;
    padding: 5.5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: inherit;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 32px;
}

.cg-page ul span {
    height: 32px !important;
}

/*布局样式  居中*/

.cg-center {
    margin: 0 auto;
}

/*字体靠左*/

.cg-text-left {
    text-align: left;
}

/*字体居中*/

.cg-text-center {
    text-align: center;
}

/*字体靠右*/

.cg-text-right {
    text-align: right;
}

/*设置a标签 变成蓝色并且变小手*/

.cg-a-pointer {
    font-size: 13px;
    color: #06c !important;
    cursor: pointer !important;
}

.jump-to-input {
    height: 20px;
    width: 50px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 10px;
}

/*======================按钮=========================*/

.cg-btn-default {
    cursor: pointer;
    text-align: center;
    width: 80px;
    height: 28px;
    font-size: 12px;
}

.cg-btn-min {
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 28px;
    font-size: 12px;
}

.cg-btn-max {
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 28px;
    font-size: 12px;
}

/*=======================上传附件样式=======================*/

.cg-file {
    position: relative;
    display: inline-block;
    background: #46B9D8;
    border: 1px solid #46B9D8;
    #border-radius: 4px;
    padding: 6px 20px;
    overflow: hidden;
    color: #FFF !important;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.cg-file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

/*========================页面头部===========================*/

#bg_color:focus,
#bg_color:hover,
#bg_color:visited,
#bg_color:active {
    background: #023e80;
}

hover:hover {
    background: #000000;
}

.navCaiDan {
    float: left;
    margin: 0;
    height: 56px;
    list-style: none;
}

.navCaiDan > li {
    float: left;
    margin: 0;
    height: 56px;
    list-style: none;
}

.navCaiDan a {
    display: block;
    color: #fff;
    width: 85px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    /*font-family: "微软雅黑";*/
    font-size: 14px;
}

.navCaiDan a:hover {
    color: #fff;
    border-bottom: 3px solid #f90;
    height: 57px;
    background: #00438A;
}

.right-text {
    height: 56px;
}

.right-text > li {
    height: 56px;
}

.right-text > li > a {
    height: 56px;
    padding-top: 18px;
}

.fenGeX {
    float: left;
    width: 1px;
    height: 14px;
    background: #7FA6D0;
    margin-top: 21px;
}

#tankuang {
    position: absolute;
    width: 180px;
    left: -20px;
    top: 47px;
    z-index: 1000;
}

#tankuang > span {
    display: block;
    width: 13px;
    height: 10px;
    margin: 0 auto;
    padding: 0;
}

#tankuang > span > img {
    display: block;
    margin: 0;
    width: 13px;
    height: 10px;
}

#tankuang > div {
    width: 180px;
    height: 150px;
    background: #00C1DE;
    padding: 10px;
}

#tankuang > div > p {
    margin: 0;
    color: #fff;
    line-height: 18px;
    text-indent: 2em;
    max-height: 72px;
    overflow: hidden;
    font-size: 12px;
}

#tankuang .chakan {
    display: block;
    width: 150px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    background: #00c1de;
    color: #fff;
    position: absolute;
    bottom: 40px;
    margin-left: 5px;
}

#tankuang .chakan:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #00C1DE;
}

#tankuang .yiliaojie {
    display: block;
    width: 150px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    background: #00c1de;
    color: #fff;
    position: absolute;
    bottom: 10px;
    margin-left: 5px;
}

#tankuang .yiliaojie:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #00C1DE;
}

#yuandian {
    min-width: 16px;
    height: 16px;
    background: #C93A3A;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    top: 14px;
    left: 24px;
}

/*=========================页面头部============================*/

/*=========================页面尾部============================*/

.foot1 .footCen {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0;
}

.foot1 .footCen span {
    float: left;
    width: 1px;
    height: 150px;
    background: #e5e5e5;
    margin-right: 44px;
}

.foot1 .footCen h1 {
    /*font-family: "微软雅黑";*/
    font-size: 13px;
    color: #666;
    margin: 0 0 25px 0;
}

.foot1 .footBox1 {
    float: left;
    width: 190px;
    margin-top: 4px;
}

.foot1 .footBox1 a {
    /*font-family: "微软雅黑";*/
    font-size: 12px;
    color: #666;
}

.foot1 .footBox2 {
    float: left;
    width: 680px;
    margin-top: 4px;
}

.foot1 .footBox2 a {
    float: left;
    margin-right: 22px;
    margin-bottom: 24px;
}

.foot1 .footBox3 {
    float: left;
    margin-top: 4px;
}

.foot1 .footBox3 a {
    /*font-family: "微软雅黑";*/
    font-size: 12px;
    color: #666;
}

.foot2 .footCen {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    background: #3e3e3e;
    padding: 40px 0;
}

.foot2 .footCen > span {
    float: left;
    width: 1px;
    height: 165px;
    background: #666;
    margin-right: 41px;
}

.foot2 .footCen > div > h1 {
    /*font-family: "微软雅黑";*/
    font-size: 16px;
    color: #ddd;
    margin: 0 0 30px 0;
    font-weight: normal;
}

.foot2 .footBox1 {
    float: left;
    width: 190px;
    margin-top: 4px;
}

.foot2 .footBox1 a {
    /*font-family: "微软雅黑";*/
    font-size: 12px;
    color: #ddd;
}

.foot2 .footBox1 p {
    margin: 0 0 15px;
}

.foot2 .footBox2 {
    float: left;
    width: 680px;
    margin-top: 4px;
}

.foot2 .footBox2 a {
    float: left;
    line-height: 26px;
    background: #333;
    color: #ddd;
    padding: 0 12px;
    margin-right: 16px;
}

.foot2 .footBox2 p {
    line-height: 30px;
    color: #ddd;
    clear: left;
    margin: 0;
}

.foot2 .footBox3 {
    float: left;
    margin-top: 4px;
}

.foot2 .footBox3 > div {
    height: 70px;
}

.foot2 .footBox3 > div > span {
    float: left;
}

.foot2 .footBox3 > div > div {
    float: left;
    margin-left: 10px;
}

.foot2 .footBox3 > div > div > h1 {
    color: #ddd;
    /*font-family: "微软雅黑";*/
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
}

.foot2 .footBox3 > div > div > p {
    color: #ccc;
    /*font-family: "微软雅黑";*/
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/*=========================页面尾部============================*/

.add-on {
    display: none;
}

.hearTitle {
    width: 1160px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-top: 20px;
    overflow: hidden;
}

.hearTitle > p {
    /*font-family: '微软雅黑';*/
    font-size: 18px;
    color: #666;
    border-left: 3px solid #009dda;
    line-height: 20px;
    padding-left: 10px;
    float: left;
    margin: 0;
    margin-top: 4px;
}

.mail-attach-label {
    padding-top: 6px;
}
.required{
	display: inline-block;
	margin-right: 4px;
	/*font-family: SimSun;*/
	line-height: 1;
	font-size: 12px;
	color: #f04134;
}

.logOutBtn {
    color: #fff !important;
    line-height: 56px;
    text-align: right;
}

.moda-btn1 {
    width: 268px;
    height: 40px;
    font-size: 16px;
}

.moda-btn2 {
    margin-top: 15px;
    width: 268px;
    height: 40px;
    font-size: 16px;
}

@media (max-width: 1366px) {
    .navbar-inner {
        min-height: 35px;
        height: 35px;
        line-height: 35px;
        min-width: 1200px;
    }

    .navCaiDan, .navCaiDan > li, .right-text, .right-text > li, .right-text > li > a {
        height: 33px;
    }

    .navCaiDan > li > a {
        height: 34px;
        line-height: 34px;
    }

    .navbar-nav > li > a {
        padding: 5px 15px 0 15px;
    }

    .fenGeX {
        margin-top: 12px;
    }

    .logOutBtn {
        line-height: 35px;
        padding: 5px 0 0 10px !important;
    }

    .navbar-header > a {
        background-size: 93px 40px;
        background-position: 0px -3px;
        background-repeat: no-repeat;
        height: 33px;
    }

    .navCaiDan a:hover {
        color: #fff;
        border-bottom: 3px solid #f90;
        height: 34px;
        background: #00438A;
    }

    .navCaiDan .activeG {
        height: 34px !important;
        line-height: 34px;
    }

    .cg-boxed > div > ol {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    .hearTitle {
        height: 45px;
        margin-bottom: 5px;
        padding-top: 10px;
    }

    #tankuang {
        position: absolute;
        top: 34px;
        z-index: 1000000;
    }

    .panel .panel-body .form-inline {
        margin-bottom: 10px;
    }

    .bgC {
        min-height: 280px;
        margin: 0 20px;
    }

    .cg-mainnav .cg-boxed {
        margin-bottom: 10px;
    }

    .panel-heading {
        padding: 0;
    }

    .panel-body {
        padding: 15px 20px;
    }

    .form-inline.single-tab {
        margin: 0 0 10px 20px;
    }
}

@media (min-width: 1367px) {
    .bgC {
        /*min-height: 400px;*/
        margin: 0 20px;
    }

    .panel .panel-body .form-inline {
        margin-bottom: 20px;
    }

    .form-inline.single-tab {
        margin: 0 0 15px 30px;
    }
}

/*业务联系人*/
.link-service {
    width: 1200px;
    background-color: #fff;
    line-height: 20px;
    font-size: 18px;
    padding: 15px 0 15px 20px;
    font-weight: 500;
    border-top: 1px solid #f1f1f1;
}

.icon-left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.person-name {
    clear: both;
    display: inline-block;
    padding-left: 10px;
}

/*** 上传附件 **********************/
.enclosure {
    overflow: hidden;
}

.enclosure .enclosure-name {
    float: left;
}

.enclosure .enclosure-btn {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.enclosure .enclosure-btn > span {
    width: 80px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    text-align: center;
}

.enclosure .enclosure-name > span {
    float: left;
    padding: 1px 4px;
    background: #005fdb;
    /*font-family: "微软雅黑";*/
    font-size: 13px;
    color: #fff;
}

.enclosure .enclosure-name > div {
    float: left;
    margin-left: 14px;
}

.enclosure .enclosure-name > div > p {
    float: left;
    font-weight: bold;
    /*font-family: "微软雅黑";*/
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    min-width: 100px;
    max-width: 250px;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.enclosure .enclosure-name > div > span {
    float: left;
    line-height: 24px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #4F99D9;
}

@-webkit-keyframes imageAnimation {
    0% {
        -less-vendorify: auto;
        -o-animation-timing-function: ease-in;
        -ms-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    8% {
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -less-vendorify: auto;
        -o-animation-timing-function: ease-out;
        -ms-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    17%, 25% {
        -less-vendorify: auto;
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-moz-keyframes imageAnimation {
    0% {
        -less-vendorify: auto;
        -o-animation-timing-function: ease-in;
        -ms-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    8% {
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -less-vendorify: auto;
        -o-animation-timing-function: ease-out;
        -ms-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    17%, 25% {
        -less-vendorify: auto;
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-o-keyframes imageAnimation {
    0% {
        -less-vendorify: auto;
        -o-animation-timing-function: ease-in;
        -ms-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    8% {
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -less-vendorify: auto;
        -o-animation-timing-function: ease-out;
        -ms-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    17%, 25% {
        -less-vendorify: auto;
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes imageAnimation {
    0% {
        -less-vendorify: auto;
        -o-animation-timing-function: ease-in;
        -ms-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    8% {
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -less-vendorify: auto;
        -o-animation-timing-function: ease-out;
        -ms-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    17%, 25% {
        -less-vendorify: auto;
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.slides-banner > li {
    cursor: pointer;
}

.single-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#calculatorModal .compute-div {
    padding: 15px 0 15px 80px;
}

#calculatorModal .modal-body .form-group-cal {
    margin-bottom: 15px;
}

#calculatorModal .modal-body .form-group-cal label {
    width: 100px;
    text-align: center;
    height: 17px !important;
}

#calculatorModal .modal-body .form-group-cal > input, select {
    padding: 3px 6px;
    border-radius: 5px;
    margin-right: 5px;
    width: 150px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #00a0e9;
}

#calculatorModal .modal-body .button-group > a {
    width: 100px;
    background-color: #00a0e9;
    color: #fff;
    border-radius: 5px;
    margin-left: 30px;
}

#calculatorModal .result-div {

}

#calculatorModal .result-div .result-show-div {
    border-radius: 10px;
    background-color: #b6e6fc;
    padding: 20px 60px 5px 60px;
    margin-top: 10px;
}

#datalistTable_tableColumn {
    border-right: 2px solid #d1e4f7;
}

#datalistTable_tableFix table th {
    background-color: #d1e4f7;
}

#datalistTable_tableFix {
    border-right: 2px solid #d1e4f7;
}

.wordWrap tbody td {
    word-wrap: break-word !important;
    white-space: normal !important;
    line-height: 20px !important;
    vertical-align: middle !important;
}
.cursor-show{
    cursor: pointer;
}