﻿@charset"UTF-8";

/*
	姚丽娟
	2020-09-11
 */


/*--- 通用样式-----*/

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
span,
a,
img,
em,
ins,
strong,
b,
i,
form,
input,
button,
label {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

ul,
li,
ol,
dt,
dd,
dl {
    list-style: none;
}

input,
button,
select,
textarea {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

ins {
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link,
a:visited {
    color: #333;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.show {
    display: block !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wordbk {
    word-break: break-word;
    word-wrap: break-word;
}

.elips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flx {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.grey {
    color: #999;
}

.dark_grey {
    color: #666;
}

.hidden {
    display: none;
}


/*--- 布局---*/

.web_page {
    width: 100%;
    min-height: 100%;
    padding-bottom: 340px;
    box-sizing: border-box;
    position: relative;
}

.home_layer {
    background-color: #f9f9fa;
}

.the_footer {
    width: 100%;
    height: 340px;
    background-color: #27282f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.the_wrapper {
    width: 1200px;
    margin: 0 auto;
}


/*----通用顶部------*/

.the_top {
    width: 100%;
    height: 30px;
    background-color: #2f3034;
}

.the_top .links {
    height: 30px;
    font-size: 0;
}

.login {
    float: right;
}

.the_top .links .login-btn-login {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.zjzp a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
}

.zjzp a:visited {
    color: #fff;
}

.the_top .links .lgoutbtn {
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.the_top .links a:hover {
    text-decoration: underline;
    color: #fff;
}

.the_top .links .login-btn-reg {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    margin-left: 20px;
    float: right;
}

.the_top .links .guide-btn {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-left: 20px;
    /*float: right;*/
}

.links .login-btn-reg:before {
    display: block;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -6px;
}

.mod-login .login-btn-reg,
.mod-login .login-link-forget {
    background-color: transparent;
    margin-right: 6px;
}

.mod-login-horizontal-s1 li {
    float: left;
}


/*----通用头部------*/

.the_header {
    width: 100%;
    height: 120px;
    background-color: #f5f5f5;
}

.the_header .logo {
    height: 40px;
    padding-top: 40px;
    box-sizing: border-box;
    margin-right: 55px;
}

.the_header .title {
    line-height: 120px;
    font-size: 36px;
    color: #222;
}

.the_header .search_box {
    width: 400px;
    height: 38px;
    border: 1px solid #666;
    border-radius: 3px;
    position: relative;
    margin-top: 40px;
    margin-right: 82px;
}



.the_header .item {
    width: 70px;
    line-height: 38px;
    color: #555;
    position: relative;
}

.the_header .item:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #9f9f9f transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
}

.the_header .item:after {
    display: block;
    content: "";
    width: 2px;
    height: 18px;
    background-color: #aaa;
    position: absolute;
    right: 0;
    top: 10px;
}

.the_header .item .chosed {
    width: 100%;
    padding: 0px 15px 0 12px;
    box-sizing: border-box;
}

.the_header .item .list {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 39px;
    left: 0;
    background-color: #fff;
    border-radius: 0px 0px 2px 2px;
    display: none;
    z-index: 10;
}

.the_header .item:hover .list {
    display: block;
}

.the_header .item .list li {
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
    line-height: 38px;
}

.the_header .item .list li:hover {
    color: #ba0001;
    text-decoration: underline;
}

/*---- 通用导航----*/
.the_nav {
    width: 100%;
    height: 50px;
    background-color: #2f3034;
}

.the_nav .flx {
    justify-content: space-between;
}

.the_nav .flx li {
    width: 200px;
}

.the_nav .flx a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.the_nav .flx li:hover a,
.the_nav .flx li.active a {
    background-color: #ba0001;
    font-weight: bold;
}

/*---- 通用banner（兼容轮播图）----*/
.the_banner {
    width: 100%;
    height: 200px;
    background-color: #fff;
}

.the_banner_file {
    height: 300px;
}

.the_banner .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.the_banner .list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.the_banner .scroll {
    width: 100%;
    height: 100%;
    position: relative;
}

.the_banner .scroll .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.the_banner .scroll .pic1 {
    background: url("../images/banner1.png")no-repeat center top;
}

.the_banner .scroll .pic2 {
    background: url("../images/banner2.png")no-repeat center top;
}

.the_banner .scroll .pic3 {
    background: url("../images/banner3.png")no-repeat center top;
}

.the_banner .scroll .picWjzq {
    background: url("../images/file.jpg")no-repeat center top;
}

.the_banner .scroll .pic4 {
    background: url("../images/banner4.png")no-repeat center top;
}

.the_banner .scroll .pic5 {
    background: url("../images/banner5.png")no-repeat center top;
}

.the_banner .scroll .pic6 {
    background: url("../images/banner6.png")no-repeat center top;
}

.the_banner .scroll .pic7 {
    background: url("../images/banner7.png")no-repeat center top;
}

.the_banner .scroll .pic8 {
    background: url("../images/banner8.png")no-repeat center top;
}

.the_banner .scroll .pic9 {
    background: url("../images/banner9.png")no-repeat center top;
}

.the_banner .scroll .file {
    background: url("../images/file.jpg")no-repeat center top;
}

.the_banner .scroll .filemin {
    background: url("../images/filemin.png")no-repeat center top;
}

/*----通用底部------*/
.the_footer .the_wrapper {
    padding-top: 35px;
    box-sizing: border-box;
}

.the_footer .line_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #4a4b4d;
    margin-bottom: 30px;
}

.the_footer .title {
    font-size: 20px;
    color: #adaeb2;
    margin-bottom: 8px;
}

.the_footer .title img {
    display: inline-block;
    margin-right: 20px;
}

.the_footer p {
    line-height: 22px;
}

.the_footer .line_top p {
    margin-left: 52px;
}

.the_footer a {
    display: inline-block;
    vertical-align: middle;
    color: #7c7c80;
    margin-left: 20px;
}

.the_footer a:first-child {
    margin-left: 0;
}

.the_footer a:hover {
    color: #adaeb2;
}

.the_footer .line_down p {
    color: #7c7c80;
}

.the_footer .left {
    margin-right: 100px;
}

.the_footer .left p {
    margin-left: 52px;
}

.the_footer .mid {
    box-sizing: border-box;
    position: relative;
    /*padding-left: 95px;*/
    margin-right: 95px;
}
.the_footer .mid a {
    margin-left: 0;
}
.the_footer .special-link {
    vertical-align: baseline;
}

.the_footer .mid:before {
    /*display: block;*/
    /*content: "";*/
    /*width: 1px;*/
    /*height: 125px;*/
    /*background-color: #4a4b4d;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.the_footer .right {
    padding-top: 5px;
}

.the_footer .right .fl {
    margin-right: 20px;
}

.the_footer .pic {
    padding-top: 18px;
}

/*----- 分页-------*/
.the_page {
    margin: 20px auto;
}

.the_page .page_item li {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #777;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-left: 8px;
}

.the_page .page_item li:hover {
    color: #ba0001;
}

.the_page .page_item .active {
    background: #ba0001;
    color: #fff;
    font-weight: bold;
}

.the_page .page_item .active:hover {
    color: #fff;
}

/* 通用检索 f*/
.mod-search-singlebox-s2 {
    position: relative;
    z-index: 99;
    height: 38px;
    padding-left: 100px;
}

.mod-search-singlebox-s2 .keylist {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100px;
}

.mod-search-singlebox-s2 .keylist .active {
    position: relative;
    z-index: 2;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}

.mod-search-singlebox-s2 .keylist .active i {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 0;
    margin-left: 4px;
    height: 0;
    border-width: 5px;
    border-color: #000 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}

.mod-search-singlebox-s2 .keylist .list {
    position: relative;
    left: 0px;
    top: 2px;
    z-index: 3;
    margin-top: -1px;
    min-width: 98px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #f5f5f5;
    overflow: hidden;
    display: none;
    font-size: 14px;
}

.mod-search-singlebox-s2 .keylist .list li {
    border-top: 1px dashed #ddd;
    margin-top: -1px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
}

.mod-search-singlebox-s2 .keylist .list li:hover {
    color: #ba0001;
}

.mod-search-singlebox-s2 .keylist .list .current {
    color: #ba0001;
}

.mod-search-singlebox-s2 .keylist:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 100px;
    height: 20px;
    width: 1px;
    vertical-align: middle;
    background-color: #ddd;
}

.mod-search-singlebox-s2 .keylist-hover .list {
    display: block;
}

.mod-search-singlebox-s2 .secx {
    position: relative;
    height: 38px;
    overflow: hidden;
}

.mod-search-singlebox-s2 .secx .inputtext {
    display: block;
    padding-left: 10px;
    height: 38px;
    width: 250px;
    border: none;
    background-color: #f5f5f5;
}

.mod-search-singlebox-s2 .secx .pholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 38px;
    line-height: 38px;
    color: #979797;
    font-size: 14px;
}

.mod-search-singlebox-s2 .secbtn {
    position: absolute;
    right: 0px;
    top: 0;
    background: url("../images/icon_search.png")no-repeat 10px;
    border-width: 0;
    cursor: pointer;
    height: 38px;
    width: 38px;
    overflow: hidden;
}

.mod-search {
    position: relative;
}

.sea_g {
    position: absolute;
    width: 60px;
    line-height: 30px;
    text-align: center;
    right: -70px;
    top: 0;
}

.sea_g a {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.sea_g a:hover {
    color: #ba0001;
}

.login span {
    color: #fff;
    display: block;
}

.login a {
    color: #fff;
}

.login.delll {
    display: inline-block !important;
    line-height: 20px;
}

.login #showuser {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
}

.show {
    display: block !important;
}

/* 通用检索 e*/

/*--- loading---*/
.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    opacity: 0.5;
    z-index: 1000;
}

.layout {
    position: absolute;
    z-index: 1001;
    text-align: center;
    left: 50%;
    top: 700px;
    transform: translateX(-50%);
}

.wjzqBtn {
    font-size: 36px;
    float: right;
    color: #ba0001 !important;
    display: inline-block;
    padding-top: 76px;
    padding-right: 205px;
    letter-spacing: 5px;
    text-decoration: underline;
    font-weight: 400;
}

.wjzqBtn:hover {
    color: #fff !important;
}

.unit_tit .tit {
    position: relative;
}

.unit_tit .search_box {
    width: 380px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 30px;

}

.unit_tit .search_box input {
    width: 380px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    border: 1px solid #aaaaaa;
    outline: 0;
    padding-left: 14px;
    box-sizing: border-box;
    padding-right: 50px;
}

.unit_tit .search_box button {
    width: 14px;
    height: 17px;
    background: url(../images/icon_search.png)no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 73px;
}

.noContent img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.dis_flex {
    height: 100px;
    color: #777;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* 顶部广告 */
.advertise {
    height: 80px;
    background: url(../images/pszjk.jpg) no-repeat center;
    width: 100%;
    cursor: pointer;
    background-size: cover;
}
.closeAd {
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 9;
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}