html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

button {
    cursor: pointer;
}

ul, ol {
    list-style: none;
}

select, input {
    font-size: 14px;
    font-family: inherit;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    overflow: auto;
    -webkit-appearance: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "Microsoft YaHei", Arial, SimSun, tahoma, Verdana, "\5b8b\4f53";
    color: #666;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

b {
    font-weight: normal;
}

input, button {
    display: inline-block;
    font-family: inherit;
    border: 0 none;
    outline: none;
    background: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.w {
    width: 1000px;
    margin: 0 auto;
}

.hide {
    display: none;
}

/*字体颜色*/
.redFont {
    color: #ad1309;
}

.lightRedFont {
    color: #ffaeae;
}

.blackFont {
    color: #333333;
}

.deepGrayFont {
    color: #666666;
}

.grayFont {
    color: #999;
}

.lightGrayFont {
    color: #cccccc;
}

.grayBorder {
    border: 1px solid #f5f5f5;
}

/*背景颜色*/
.redBg {
    background: #ad1309;
}

.lightGrayBg {
    background: #f5f5f5;
}

.whiteBg {
    background: #fff;
}

/*顶部*/
.topWrap {
    height: 160px;
    background-image: url("../images/home_top_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.topWrap .w {
    overflow: hidden;
}

.otherTip li {
    float: left;
    cursor: pointer;
}

.otherTip .collect i {
    margin-top: -3px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/collect.png");
    width: 11px;
    height: 10px;
}

.otherTip li:hover {
    color: #ad1309;
}

.otherTip .collect:hover i {
    background: url("../images/collect_red.png");
}

.otherTip .line {
    color: #cccccc;
    cursor: default;
}

.logo {
    margin-top: 34px;
    width: 406px;
    height: 92px;
    background-image: url("../images/logo.png");
}

.otherOne {
    font-size: 12px;
    line-height: 12px;
}

.dateTime {
    text-align: right;
    margin-top: 92px;
}

.dateTime * {
    margin-left: 10px;
}

.dateTime .time {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.otherTip {
    margin-top: 12px;
}

.otherTip li {
    margin-left: 12px;
}

.navBar {
    height: 40px;
    position: relative;
}

.navBar li {
    font-size: 16px;
    float: left;
    height: 40px;
    margin: 0 8px;
    cursor: pointer;
}

.navBar li a {
    display: block;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    border-radius: 30px;
}

.navBar li:hover a {
    color: #fff;
}

.navBar .index:hover a {
    color: inherit;
}

.navBar .on a {
    background: #fff;
}

.navBar .index span {
    margin-right: 4px;
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url("../images/icon_home_on.png");
}

/*子菜单*/
.navBar .subMenu {
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    padding: 14px 0;
    background: #fff;
    box-shadow:0 1px 4px #ccc;
    border-bottom: 1px solid #eee;
}
.navBar .subMenu a {
    font-size: 14px;
    padding: 0 12px;
    text-align: center;
    margin: 10px 9px;
    display: inline-block;
    width: 102px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    border: 1px solid #f5f5f5;
    color: #666;
}
.navBar li:hover .subMenu a {
    color: #666;
}
.navBar li:hover .subMenu a:hover {
    color: #ad1309;
    border-color: #ad1309;
}

/*公告*/
.noticeBox {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 34px;
    line-height: 34px;
}

.noticeBox .notice {
    width: 86px;
    text-align: center;
}

.noticeBox .notice * {
    display: inline-block;
    vertical-align: middle;
}

.noticeBox .notice i {
    margin-left: 2px;
    width: 18px;
    height: 12px;
    background: url(../images/notice.png) no-repeat;
}

.noticeBox .scrollTextWrap {
    width: 590px;
    padding: 0 16px;
    margin-top: 1px;
    font-size: 12px;
}

.noticeBox .textBox {
    height: 32px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.noticeBox .scrollWrap {
    width: 800%;
}

.noticeBox dd {
    float: left;
    padding: 0 18px;
    cursor: pointer;
}

.noticeBox b {
    font-size: 16px;
    font-weight: bold;
}

.noticeBox a {
    float: left;
    cursor: pointer;
}

.noticeBox a:hover {
    text-decoration: underline;
}

.noticeBox .searchBox {
    width: 290px;
    height: 100%;
}

.noticeBox .searchBox input {
    font-size: 12px;
    padding: 0 14px;
    width: 180px;
    height: 32px;
    margin-top: 1px;
    background: #fff;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    color: #666;
}
.noticeBox .searchBox ::-moz-placeholder {
    color: #cfcfcf;opacity:1;
    font-size: 12px;
}

.noticeBox .searchBox input:-ms-input-placeholder{
    color: #cfcfcf;opacity:1;
    font-size: 12px;
}

.noticeBox .searchBox input::-webkit-input-placeholder{
    color: #cfcfcf;opacity:1;
    font-size: 12px;
}

.noticeBox .searchBox button {
    vertical-align: middle;
    background: #ad1309;
    width: 80px;
    height: 34px;
    line-height: 34px;
    color: #fff;
}

.noticeBox .searchBox i {
    background: url(../images/search.png) no-repeat center center / 13px 13px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-right: 4px;
}

/*页面两侧布局*/
.mainLeft {
    width: 756px;
}

.mainRight {
    width: 224px;
}

/*banner轮播*/
.mainLeft .bannerBox {
    float: left;
    width: 340px;
    height: 244px;
    background: #e6e6e6;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.mainLeft .bannerBox ul {
    width: 1000%;
    height: 244px;
    position: absolute;
    left: 0;
    top: 0;
}

.mainLeft .bannerBox li {
    width: 340px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.mainLeft .bannerBox p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 26px;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.mainLeft .bannerBox p span {
    display: inline-block;
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mainLeft .bannerBox li img {
    width: 100%;
    height: 100%;
}

.mainLeft .bannerBox li img {
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.mainLeft .bannerBox li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mainLeft .bannerBox .dotted {
    width: 100%;
    position: absolute;
    bottom: 7px;
    left: 0;
}

.mainLeft .bannerBox dl {
    float: right;
    margin-right: 20px;
}

.mainLeft .bannerBox dd {
    float: left;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    cursor: pointer;
    background: url("../images/dotted.png");
}

.mainLeft .bannerBox dd.on {
    background: url("../images/dotted_red.png");
}

/*新闻列表*/
.newsCon li {
    cursor: pointer;
}

.newsCon li i {
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #666;
}
.newsCon li {
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    font-size: 12px;
}

.newsCon li:hover {
    background: #f5f5f5;
    color: #ad1309;
}

.newsCon li:hover i {
    background: #ad1309;
}

.newsCon li a:visited i {
    background: #333;
}
.newsCon a {
    display: block;
}
.newsCon a:link {
    color: #333;
}
.newsCon a:visited {
    color: #333;
}
.newsCon a:hover {
    color: #ad1309;
}
.newsCon a:active {
    color: #ad1309;
}

.newsCon .text {
    display: inline-block;
    vertical-align: middle;
    width: 341px;
    height: 100%;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsCon .textNew {
    width: 500px;
}

.tabMore {
    margin-right: 22px;
}

.tabMore i {
    margin-left: 5px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url("../images/more.png");
}

.tabMore:hover {
    color: #ad1309;
}

.tabMore:hover i {
    background-image: url("../images/more_red.png");
}

.tabTitle {
    margin-top: 20px;
    padding-left: 22px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.tabTitle .bigger {
    font-size: 28px;
}

.tabTitle .redFont {
    margin-left: 5px;
    font-weight: bold;
}

.newIcon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 14px;
    background-image: url("../images/icon_new.png");
}

/*工作动态*/
.workNewsWrap {
    width: 396px;
}

.workNewsWrap .tabTitle {
    margin-top: 0;
    width: 374px;
}

.workNewsWrap .tabTitle b {
    font-weight: bold;
}

.workNewsWrap .newsCon {
    width: 394px;
    height: 172px;
    padding: 10px 0;
    border: 1px solid #f5f5f5;
}

.workNewsWrap .newsCon ul {
    height: 172px;
    overflow: hidden;
}

/*新闻*/
.newsWrap {
    width: 100%;
    padding-bottom: 1px;
}

.newsWrap .tabList {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.newsWrap .tabList li {
    float: left;
    padding: 0 22px;
    cursor: pointer;
}

.newsWrap .tabList .on {
    font-weight: bold;
    position: relative;
}

.newsWrap .tabList .on i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    margin-left: -20px;
    background: #ad1309;
}

.newsConWrap {
    width: 754px;
    height: 174px;
    margin-left: 1px;
    padding: 10px 0;
    border: 1px solid #f5f5f5;
}

.newsConWrap .newsCon {
    height: 172px;
    padding: 10px;
    overflow: hidden;
}

.newsConWrap .newsCon .text {
    width: 701px;
}

.newsConWrap .newsCon .textNew {
    width: 666px;
}

/*通知公告*/
.notification {
    padding-bottom: 1px;
}

.notification .tabTitle {
    margin-top: 0;
}

.notification .newsCon {
    margin-left: 1px;
    width: 182px;
    height: 153px;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
}

.notification .newsCon dd {
    margin-bottom: 10px;
}
.notification .newsCon h3 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notification .newsCon span {
    line-height: 26px;
}

.notification .newsCon p {
    width: 100%;
    height: 106px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

/*右边菜单*/
.menuList {
    width: 224px;
    margin-top: 20px;
}

.menuList li {
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.menuList a {
    vertical-align: middle;
    display: inline-block;
    width: 204px;
    height: 34px;
    line-height: 34px;
    border-radius: 18px;
    border: 1px solid #ad1309;
    color: #ad1309;
    cursor: pointer;
}

.menuList li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.menuList .on a {
    color: #fff;
    background: #ad1309;
}

.menuList .downLoad i {
    background: url("../images/m_down_load_red.png");
    width: 16px;
    height: 16px;
}

.menuList .psychology i {
    background: url("../images/m_heart_red.png");
    width: 16px;
    height: 14px;
}

.menuList .law i {
    background: url("../images/m_law_red.png");
    width: 18px;
    height: 14px;
}

.menuList .questionnaire i {
    background: url("../images/m_question_red.png");
    width: 10px;
    height: 16px;
}

.menuList .downLoad.on i {
    background: url("../images/m_down_load.png");
}

.menuList .psychology.on i {
    background: url("../images/m_heart.png");
}

.menuList .law.on i {
    background: url("../images/m_law.png");
}

.menuList .questionnaire.on i {
    background: url("../images/m_question.png");
}

.menuList .downLoad a:hover i {
    background: url("../images/m_down_load.png");
}

.menuList .psychology a:hover i {
    background: url("../images/m_heart.png");
}

.menuList .law a:hover i {
    background: url("../images/m_law.png");
}

.menuList .questionnaire a:hover i {
    background: url("../images/m_question.png");
}

.menuList li a:hover {
    background: #ad1309;
    color: #fff;
}

/*底部*/
.scrollNews {
    width: 100%;
    height: 232px;
    padding-bottom: 1px;
}

.scrollNews .slideBoxWrap {
    width: 998px;
    height: 151px;
    margin-left: 1px;
    padding: 15px 0;
}

.scrollNews .slideBox {
    width: 966px;
    margin: 0 15px;
}

.scrollNews .wrap {
    width: 800%;
}

.scrollNews .wrap li {
    float: left;
    width: 230px;
    height: 142px;
    overflow: hidden;
    margin: 0 6px;
    cursor: pointer;
}

.scrollNews .wrap li img {
    width: 100%;
    height: 100%;
}

/*友情链接*/
.otherLinks {
    padding-bottom: 1px;
}

.linksWrap {
    width: 978px;
    padding-right: 20px;
    margin-left: 1px;
}

.links {
    padding: 38px 0;
}

.links a {
    margin: 0 27px;
    float: left;
    line-height: 1.8;
    font-size: 16px;
    cursor: pointer;
}

.links a:link {
    color: #666;
}
.links a:visited {
    color: #ccc;
}
.links a:hover {
    color: #ad1309;
}
.links a:active {
    color: #ad1309;
}

/*底部*/
.footerWrap {
    margin-top: 20px;
    height: 200px;
    color: #fff;
    background: url("../images/foot_bg.png") no-repeat center center #ad1309;
}

.footer {
    width: 944px;
    margin: 0 auto;
}

.footer ul {
    padding: 38px 0 30px;
}

.footer li {
    float: left;
    margin: 0 18px;
    font-size: 14px;
}

.footer li:hover a {
    text-decoration: underline;
}

.footer .contactWay {
    font-size: 12px;
}

.footer .copyRight b {
    float: left;
}

.footer span {
    display: block;
    line-height: 22px;
    margin-left: 18px;
}