html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

a:hover {
    color: #c5292a;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

textarea {
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

table {
    width: 100%;
    border-collapse: collapse
}

.els-box {
    background-color: #fff;
}

.els-box-body {
    padding: 10px 0;
}

.els-all {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.els-row {
    width: 100%;
    margin-top: 20px;
    overflow-y: hidden;
}

.els-margin-right {
    margin-right: 30px;
}

.els-float-left {
    float: left;
}

.els-float-right {
    float: right;
}

input.els-blueBtn,
.els-blueBtn {
    height: 30px;
    padding: 0 15px !important;
    background-color: #0272c3;
    border: 1px solid #0272c3 !important;
    cursor: pointer;
    color: #fff;
}

.els-blueOrange {
    height: 30px;
    padding: 0 15px;
    background-color: #e9861b;
    border: 1px solid #e9861b;
    ;
    cursor: pointer;
    color: #fff;
}

.els-title {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #dfdfdf;
}

.els-title label {
    display: block;
    float: left;
    margin-top: 10px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 900;
    color: #2971b0;
}

.els-title a {
    display: block;
    float: right;
    margin-right: 10px;
    line-height: 42px;
    font-size: 16px;
}

.els-infoContent li {
    padding: 8px 0;
    float: left;
    width: 100%;
}

.els-infoContent a {
    display: block;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

.els-infoContent label {
    display: block;
    float: left;
    width: 80%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

.els-infoContent label:hover {
    color: #c5292a;
}

.els-infoContent span {
    float: right;
    font-size: 14px;
    width: 17%;
    text-align: right;
    color: #999;
    margin-right: 10px;
}

.els-tab {
    float: right;
    margin-right: 15px;
}

.els-tab li {
    float: left;
    margin-bottom: 8px;

}

.els-tab li a {
    display: block;
    padding: 0 35px;
    text-align: center;
    line-height: 42px;
    color: #666;
    margin: 0;
}

.els-tab li:last-child a {
    margin-right: 0;
}

.els-tab li a:hover,
.els-tab li a.active {
    border-bottom: 3px solid #0a90d6;
}

.els-tab2 {
    float: left;
    margin-top: 10px;
}



.els-tab2 li a {
    display: block;
    padding: 0 50px;
    text-align: center;
    line-height: 54px;
    color: #666;
    margin: 0;
    background-color: #edf6ff
}

.els-tab2 li a:hover,
.els-tab2 li a.active {
    background-color: #71badb;
    color: #fff;
}

.els-oper {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.els-systemName {
    float: left;
}
.els-systemName img{
    display: block;
    float: left;
    /*margin-top:5px;*/
}
.els-systemName label{
    display: block;
    float: left;
    margin-left: 10px;
    color: #1369b8;
    font-size: 28px;
    font-weight: 900;
    line-height:80px;
}

.systemSearch {
    float: right;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 10px;
}

.systemSearch input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #e6e7e8;
    background-color: #fff;
    float: left;
}

.systemSearch .searchIcon {
    height: 40px;
    padding: 0 30px;
    background-color: #f6b000;
    border: 1px solid #f6b000;
    float: left;
    cursor: pointer;
    color: #fff;
}

.els-header {
    width: 100%;
    height: 200px;
    background: url(images/banner1.jpg) center;
    background-size: cover;
}

.els-header p {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.els-header p span {
    display: block;
    width: 1093px;
    height: 61px;
    margin: 0 auto;
    background: url(images/els-header-title.png)
}


.els-mainmenu {
    height: 65px;
    background-color: #0a90d6;
    width: 100%;
    min-width: 1200px;
}

.els-menu {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

.els-menu ul {
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.els-menu li {
    float: left;
    height: 65px;
    width: 16.666%;
}

.els-menu a,
.els-menu a:link,
.els-menu a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 65px;
    text-align: center;
    font-size: 18px;
    line-height: 62px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.els-menu a:hover,
.els-menu a:active,
.els-menu a.active {
    line-height: 62px;
    border-bottom: 4px solid #f6b000;
}

.els-login-inputArea {
    float: left;
    width: 320px;
    height: 280px;
    /*background-color: #edf6ff;*/
}

.els-login-inputArea-user {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #dfdfdf;
}

.els-login-inputArea-user label {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 900;
    color: #2971b0;
}

.els-login-inputArea-input {
    margin: 20px 30px 0;
}

.els-login-inputArea-input input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 17px;
    border-radius: 3px;
    padding-left: 5px;
    border: 1px solid #dfdfdf;
    color: #999;
}

.els-login-inputArea-button {
    margin: 0 30px;
}

.els-login-inputArea-button a {
    display: block;
    float: left;
    width: 125px;
    height: 34px;
    line-height: 34px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.loadButton,
.loadButton:link,
.loadButton:visited {
    background-color: #3378cf;
}

.loadButton:hover,
.loadButton:active {
    background-color: #3773bb;
}

.resButton,
.resButton:link,
.resButton:visited {
    background-color: #e75d0a;
    margin-left: 10px;
}

.resButton:hover,
.resButton:active {
    background-color: #da5809;
}


.els-login-inputArea-input img {
    position: absolute;
    margin-left: 10px;
    height: 34px;
    width: 80px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.els-link a {
    text-align: center;
    margin: 4px;
}

.els-footer {
    width: 100%;
    padding: 10px 0;
    background: url(images/footerBg.png) center no-repeat;
    background-color: #3378cf;
    text-align: center;
}

.els-footer p {
    color: #fff;
    line-height: 35px;
}

.els-contact {
    margin-bottom: 30px;
    overflow: hidden;
}

.els-contact1 {
    float: left;
    width: 380px;
    height: 110px;
    background-color: #edf6ff;
}

.els-contact1-left {
    float: left;
    width: 100px;
    height: 100px;
    padding:20px;
    background:url(images/contactBg.png) no-repeat right bottom;
    background-color: #1ebcba;
}

.els-contact1-left i {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(images/contactIcon.png)
}

.els-contact1-con {
    margin-left: 120px;
}

.els-contact1-con label {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.els-contact1-con span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}


.els-contact2 {
    float: left;
    width: 340px;
    height: 100px;
    padding-left: 20px;
    margin-right: 20px;
    background-color: #edf6ff;
}

.els-contact2-con label {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.els-contact2-con span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.els-daohang {
    width: 100%;
    height: 40px;
    color: #666;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.els-daohang span {
    width: 26px;
    height: 21px;
    display: block;
    background: url(images/homeIcon.png);
    float: left;
    margin: 8px 10px 5px 10px;
}

.els-daohang a {
    color: #4388b6;
}

.els-leftMenu {
    float: left;
    width: 15%;
}

.els-tabCon li {
    float: left;
    width: 100%;
    height: 52px;
    margin: 8px 0;
}

.els-tabCon li a {
    display: block;
    line-height: 52px;
    font-size: 16px;
    background-color: #edf6ff;
    text-align: center;
    color: #666;
}

.els-tabCon li a:hover,
.els-tabCon li a.active {
    background-color: #71badb;
    color: #fff;
}

.els-rightCon {
    float: left;
    width: 85%;
}

.els-rightCon .els-infoContent {
    margin-left: 20px;
}

.els-rightCon .els-infoContent li {
    border-bottom: 1px dashed #dfdfdf;
    padding: 8px 0;
}

.detailPage {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contentTitle {
    text-align: center;
    font-size: 25px;
    color: #0d4f7f;
    margin-top: 30px;
    font-weight: 700;
}

.content-source {
    text-align: center;
    margin-top: 15px;
}

.content-source span {
    margin-right: 30px;
}

.contentCon {
    padding: 0px 20px 10px 20px;
    font-size: 16px;
    line-height: 25px;
}

.contentCon p {
    text-indent: 2em;
    line-height: 2em;
}

.els-question {
    background-color: #f3f5f7;
    padding: 0 15px 10px 15px;
    margin-bottom: 20px;
}

.els-question-title {
    border-bottom: 1px solid #dfdfdf;
}

.els-question-title label {
    margin-right: 60px;
    line-height: 35px;
}

.els-question-title span {
    display: block;
    float: right;
    line-height: 35px;
    font-size: 12px;
}

.els-question-con {
    margin-top: 15px;
}

.els-question-con h3 {
    font-weight: 900;
}

.els-question-con h3 b {
    display: inline-block;
    width: 20px;
    margin-right: 4px;
    text-align: center;
    height: 20px;
    background-color: #0a90d6;
    color: #fff;
    border-radius: 3px;
}

.els-question-con p {
    margin-top: 5px;
    line-height: 25px;
    font-size: 12px;
    color: #898a8a;
}

.els-question-con-time {
    margin-top: 8px;
    overflow: auto;
}

.els-question-con-time span {
    float: right;
    font-size: 12px;
}

.els-question-button {
    overflow: hidden;
    margin-bottom: 10px;
}

.els-tableStyle th {
    width: 16%;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    padding:18px 10px;
    text-align: right;
    color: #555;
    font-weight: 400;
}

.els-tableStyle td {
    padding: 10px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.els-tableStyle td input,
.els-tableStyle td select,
.els-tableStyle td textarea {
    width: 80%;
    padding-left: 10px;
}


.els-search {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #fff;
}

.els-search th {
    width: 10%;
    text-align: right;
    font-weight: 400;
    min-width: 120px;
    color: #3d3c3c;
}

.els-search td {
    width: 20%;
}

.els-search td input,
.els-search td select {
    width: 90%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border: 1px solid #dfdfdf;
}


.els-static-table th {
    text-align: center;
    background-color: #f2f2f2;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
}

.els-static-table td {
    color: #555;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
}

.els-introduce {
    overflow: auto;
}

.els-introduce img {
    float: left;
    width: 400px;
}

.els-introduce p {
    margin-left: 430px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.searchText {
    background-color: #f3f4f5;
    padding: 5px 10px 5px 5px;
}

.searchText span {
    font-weight: 900;
    color: #0272c3;
    margin: 0 5px;
}

.searchText i {
    display: block;
    float: left;
    width: 12px;
    height: 13px;
    background: url(images/searchIcon.png);
    margin-top: 4px;
    margin-right: 5px;
}

.fujian {
    padding: 0px 20px 10px 20px;
}

.fujian p {
    line-height: 30px;
}

.fujian a {
    display: block;
    margin-bottom: 5px;
}