html {
}

ul,
li {
    list-style-type: none;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #666;
}

a {
    text-decoration: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;

}

.els-container {

    margin: 0 auto;
}


.els-header {
    height: 100px;
}

.els-nav {

    height: 55px;
    background-color: #0175d8;
}

.els-menu {
    width: 1200px;
    margin: 0px auto;
    padding: 0 100px;
    box-sizing: border-box;
}

.els-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.els-menu li {
    float: left;
    height: 55px;
    width: 120px;
    text-align: center;
}

.els-menu a,
.els-menu a:link,
.els-menu a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
}

.els-menu a:hover,
.els-menu a:active {
    background-color: #085597;
}

.els-section,
.els-nav,
.els-banner,
.els-header {
    margin: 0 auto;
    width: 1200px;
}

.panel-head {
    height: 45px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f7f7f7;

}


.panel-title {
    float: left;
    line-height: 42px;
    padding: 0px 20px 0 10px;
    color: #01428e;
    font-size: 16px;
    border-bottom: 3px solid #0272c3;
}

.panel-more {
    float: right;
    font-size: 16px;
    color: #01428e;
    line-height: 45px;
    cursor: pointer;
    margin-right: 10px;
}

.panel-body {
    padding: 5px 10px 5px 10px;
    background-color: white;
    box-sizing: border-box;
}

.tzgg .panel-body,
.login .panel-body {
    height: 315px;
}

.msg-item {
    line-height: 38px;
    overflow: hidden;
}

.msg-item-title {
    width: 85%;
    float: left;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-item-date {
    width: 15%;
    float: right;
    text-align: right;
    color: #cdcfdb;
    font-size: 12px;
}

.tzgg {
    float: left;
    width: 800px;
}

.login {
    float: right;
    width: 365px;
    border: 1px solid #dfdfdf;
    background-color: white;
}

/* .els-loginbox {
    float: right;
    position: relative;
    z-index: 999;
    margin-right: 25px;
    width: 270px;
    height: 245px;
    border: 1px solid #dfdfdf;
} */

.els-login-inputArea {
    width: 100%;
}

.els-login-tab {
    margin: 20px 20px 0 20px;
    overflow-y: hidden;
}

.els-login-tab li {
    float: left;
    width: 50%;
}

.els-login-tab li a {
    color: #666;
    border-bottom: 3px solid #cecece;
    padding: 5px 31px;
    cursor: pointer;
    display: block;
    text-align: center;

}

.els-login-tab a:hover {
    border-bottom: 3px solid #0175d8;
}

.els-login-tab a.active {
    border-bottom: 3px solid #0175d8;
}

.els-login-inputArea-input {
    margin: 0 20px;
}

.els-login-inputArea-input input {
    width: 100%;
    height: 45px;
    border: 0;
    margin-top: 15px;
    padding-left: 5px;
    background-color: #fbfbfb;
    border: 1px solid #dfdfdf;
}


.els-login-caContent {
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.els-login-caContent ul {
    padding: 0;
    margin: 0;
}

.els-login-caContent li {
    color: #666;
    line-height: 22px;
    font-size: 12px;
}

.els-login-inputArea-notice {
    margin: 14px 20px 14px 20px;
}

.els-login-inputArea-notice a {
    font-size: 12px;
}

.els-login-inputArea-button {
    margin: 0 20px;
}

.els-login-inputArea-button a {
    float: left;
    display: block;
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.loadButton,
.loadButton:link,
.loadButton:visited {
    background-color: #0175d8;
}

.loadButton:hover,
.loadButton:active {
    background-color: #085597;
}

.els-boxTitle {
    height: 40px;
    background-color: #f1f1f1;
    line-height: 40px;
}

.els-boxTitle span {
    float: left;
    width: 3px;
    height: 20px;
    background-color: #0175d8;
    margin-top: 10px;
    margin-left: 10px;
}

.els-boxTitle label {
    float: left;
    font-size: 16px;
    color: #444;
    font-weight: 900;
    margin-left: 10px;
}

.els-boxTitle .moreButton {
    margin-top: 6px;
}

.els-banner {
    font-size: 0;
    margin-top: 25px;
}

.els-banner img {
    width: 100%;
}

.jggs {
    float: left;
    width: 588px;
}

.zcfg {
    float: right;
    width: 588px;
}

.jggs .panel-body,
.zcfg .panel-body {
    height: 325px;
}

.fwzn .panel-body {
    padding: 0;
}

.fw-item {
    height: 90px;
    width: 220px;
    float: left;
    margin: 20px 0 20px 16px;
}

.fw-item-icon {
    width: 90px;
    height: 90px;
    float: left;
    background-color: #cee4f3;
}

.fw-item-content {
    width: 85px;
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
    background-color: #e5f1f9;
}
.fw-item-content1 {
    width: 85px;
    height: 90px;
    line-height: 90px;
    padding-left: 0px;
    box-sizing: border-box;
    float: left;
    background-color: #e5f1f9;
}
/* .fw-item:hover .fw-item-icon {
    background-color: #0175d8;
} */

.czsz {
    background-image: url('../../img/f1.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.cybg {
    background-image: url('../../img/f2.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.bszn {
    background-image: url('../../img/f3.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.qt {
    background-image: url('../../img/f4.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.cjwt {
    background-image: url('../../img/f5.png');
    background-repeat: no-repeat;
    background-position: center center;
}


.els-linkAll {
    border-top: 1px solid #46b0ca;
    width: 100%;
    background-color: #fff;
    height: 110px;
    margin-top: 50px;
}

.els-linkBox {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.els-linkSub {
    width: 140px;
    height: 41px;
    background: url(../../img/linkAll.png);
    margin-top: -8px;
}

.els-linkCon {
    /* float: left; */
    width: 100%;
    margin-top: 10px;
}

.els-linkCon li {
    float: left;
    margin: 5px 0;
}

.els-linkCon li a {
    display: block;
    width: 300px;
    font-size: 14px;
    color: #2263a3
}


.footerCon {
    width: 100%;
    background-color: #0066cc;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    line-height: 30px;
    position: relative;
}

.els-banner-big {
    width: 100%;
    max-width: 1920px;
}

.els-header-logo {
    float: left;
    margin-top: 22px;
}

.els-header-right {
    float: right;
    margin-top: 19px;
    font-size: 14px;
}

.els-date {
    text-align: right;
}

.els-date i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    width: 23px;
    height: 22px;
    background: url(../../img/rili.png);
}

.els-systemSearch {
    margin-top: 10px;
}

.els-date label {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
}


.els-systemSearch label {
    float: left;
    line-height: 30px;
}

.els-systemSearch input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background-color: #fafafa;
    float: left;
    outline: none;
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.els-searchButton {
    float: left;
    height: 30px;
    padding: 0 21px;
    line-height: 30px;
    background-color: #0175d8;
    border: 0;
    color: #fff;
    outline: none;
}

.els-menu a.active {
    background-color: #085597;
}

.els-navigation {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    background-color: #f1f1f1;
    color: #666;
    line-height: 40px;
}

.els-navigation i {
    width: 26px;
    height: 21px;
    background: url(../../img/homeIcon.png);
    float: left;
    margin: 9px 10px 0 10px;
}

.els-navigation span {
    float: left;
}

.els-contactTable {
    width: 1200px;
    margin: 0 auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.els-contactTable td {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.els-contactTable th {
    width: 150px;
    text-align: right;
    font-weight: 400;
    background-color: #ebeff6;
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.els-detail-content {
    width: 1200px;
    margin: 0 auto;
}

.els-detail-title {
    font-size: 24px;
    color: #af0505;
    margin: 15px;
    text-align: center;
    font-weight: normal;
}

.els-detail-info {
    text-align: center;
}

.els-detail-info span {
    /* line-height: 45px; */
    margin: 20px 30px;
}

.els-detail-line {
    width: 100%;
    height: 0px;
    border-top: 1px solid #dfdfdf;
    margin: 15px 0px;
}

.els-detail-body {
    padding: 10px 20px;
}

.els-messagelist {
    width: 1200px;
    margin: 0 auto;
}

.els-messagelist li {
    padding: 13px 0;
    width: 97%;
    list-style: disc;
    margin-left: 20px;
    border-bottom: 1px dashed #dfdfdf;
}

.els-messagelist li a {
    width: 70%;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.els-messagelist li span {
    float: right;
    font-size: 12px;
}

.tishi{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}
.qq{
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    text-align: center;
}
/*.els-menu li{*/
/*    width:130px;*/
/*}*/