html,
body,
p {
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif;
}
body {
    font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif;
    color: #333;
    background: white;
    position: relative;
}

header,
footer {
    display: block;
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 顶部样式 */
.headerStyle {
    width: 100%;
    margin-bottom: 15px;
    height: 245px;
}

/* 顶部样式 */
.navBackground {
    width: 100%;
    /* width: 1200px; */
    margin: 0 auto;
    background-color: #c7161e;
    position: relative;
}

.navBackground .navLogo {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    background-color: #c7161e;
    position: relative;
}

.navBackground .navLogo li {
    float: left;
    margin-left: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    height: 100px;
    margin-top: 35px;
}

.navBackground .navLogo li img {
    width: 50px;
    display: block;
    margin: 0 auto 16px;
}

.navBackground .navlogoFl {
    float: left;
    width: 440px;
}

/* 顶部搜索框 */
.navBackground .navsearch {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5px;
    text-align: center;
    position: relative;
    background-color: #f0a204;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 6px;
}

.navBackground .navsearchImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.searchInput {
    width: 235px;
    height: 34px;
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 20px;
    z-index: 99;
    background-color: #ffffff;
    right: 55px;
    margin-top: 8px;
    box-sizing: content-box !important;
}

.searchInput input {
    width: 180px;
    height: 28px;
    border: 0px;
    outline: none;
    position: absolute;
    top: 4px;
    padding: 0;
    padding-left: 5px;
    left: 12px;
    font-size: 14px;
}

.searchInput span {
    position: absolute;
    right: 14px;
    top: 4px;
    font-weight: normal;
    cursor: default;
    font-family: "Micsoft-YaHei";
    font-size: 20px;
    height: 26px;
    cursor: pointer;
}

/* 顶部导航图标 */
.navcontent {
    width: 1200px;
    border-radius: 4px;
    border: 1px solid #ededed;
    border: 1px solid #ddd;
    margin: 15px auto;
}

.navcontent .isUl li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

.navcontent .isUl li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 60%;
    background: radial-gradient(circle at center, #c3c3c3 1%, #fff 100%);
}

.navcontent .isUl .lastnavli::after {
    width: 0;
}

.navcontent .isUl li:hover .ico img {
    transition: opacity ease 0.3s;
}

.navcontent .isUl li .ico img {
    width: 60px;
}

.navcontent .isUl li:hover p {
    /* color:#FFFF00; */
    color: #d80a09 !important;
}

.navcontent .isUl li .ico {
    margin-bottom: 12px;
    position: relative;
    transition: 0.3s ease-in;
    top: 8px;
    margin-top: 4px;
}


.navcontent .isUl li a {
    color: #ffffff;
}

.navcontent .isUl li p {
    font-size: 16px;
    margin-bottom: 8px;
    color: #000000;
     font-weight: 700;
    font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif;
}

.navcontent .isUl li .clickUrl {
    display: inline-block;
}

.navcontent .isUl li .ico {
    margin-bottom: 12px;
    position: relative;
    transition: 0.3s ease-in;
    top: 12px;
    margin-top: 4px;
}

.navcontent .isUl li .icon {
    top: 6px !important;
}

/* e支部登录 */
.navLogin {
    position: absolute;
    height: 50px;
    line-height: 50px;
    min-width: 70px;
    right: 5px;
}
.navLogin img {
    float: left;
    width: 32px;
    margin-top: 8px;
}
.navLogin a{
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 2px;
    vertical-align: middle;
}
.navLoginBlock {
    display: block;
}
.navLoginNone {
    display: none;
}


/* 个人信息 */
#personal {
    display: none;
    position: absolute;
    right: 310px;
    top: 40px;
    width: 100px;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    vertical-align: middle;
}
#personal img,
#personal a {
    display: inline-block;
    vertical-align: middle;
}
#personal a {
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    vertical-align: middle;
}