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;
}