@charset "utf-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
button,
textarea,
table,
tbody,
tfoot,
thead,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}

.top_main .fwl {
  color: #7b7b7b;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 arial;
  font-family: "Microsoft YaHei", "SimHei";
}

body {
  background: #f4f4f4 url("../images/public/banner.png") no-repeat;
  background-size:100%;
  max-width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol,
li {
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
}

a {
  outline: thin none;
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #c50001;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}


/*header*/

.header {
  width: 1200px;
  margin: 0 auto;
}

.header_top {
  width: 100%;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  padding: 10px 0;
}

.header_top p {
  float: left;
  margin-right: 20px;
}

.header_top p:first-child {
  margin-top: 1px;
}

.header_top div {
  float: right;
}

.header_top div a {
  color: #fff;
}

#toolbarSwitch{margin-right:3px;}

.header_top div a:hover {
  color: red;
}

.header_logo {
  width: 100%;
  text-align: center;
  padding: 20px 0 30px;
}

.header_seek {
  width: 673px;
  height: 48px;
  /* background: url("../images/public/header_seek.png") no-repeat; */
  background-size: 100% 100%;
  margin: 0 auto 40px;
  /* padding: 15px 0; */
}

.seek_main {
  width: 95%;
  height: 50px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.seek_main input {
  float: left;
  width: 84%;
  height: 50px;
  line-height: 50px;
  color: #999999;
  text-indent: 15px;
  border: none;
  outline: 0;
}

.seek_main button {
  float: left;
  width: 16%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border: none;
  outline: 0;
  border-radius: 5px;
  background-color: #2153a6;
  cursor: pointer;
}

.seek_main button img {
  display: inline-block;
  margin: 0 7px -6px 0;
}

.seek_list {
  display: none;
  width: 95%;
  font-size: 16px;
  color: #fff;
  margin: 10px auto 0;
}

.seek_list p {
  display: inline-block;
  margin-left: 15px;
}

.seek_list a {
  display: inline-block;
  color: #002e79;
  margin-left: 15px;
}

.seek_list a:hover {
  color: red;
}

.header_nav {
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #2153a6;
}

.header_nav ul {
  width: 100%;
  overflow: hidden;
}

.header_nav ul li {
  float: left;
  width: 16.6%;
}

.header_nav ul li a {
  display: block;
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
}

.header_nav ul li a img {
  display: inline-block;
  margin: 0 10px -3px 0;
}

.header_nav ul li a span {
  display: block;
  width: 1px;
  height: 76%;
  position: absolute;
  top: 12%;
  left: 0;
  background-color: #487bcf;
}

.header_nav ul li:first-child a span {
  display: none;
}


/*header*/

.main {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}


/*fixed*/

.fixed {
  width: 52px;
  background-color: #ffffff;
  border: 1px solid #2f6699;
  position: fixed;
  top: 33%;
  right: 0;
  z-index: 20;
}

.fixed ul {
  width: 100%;
  padding: 10px 0;
}

.fixed ul li {
  text-align: center;
  padding: 10px 0;
}

.fixed ul li a p {
  color: #000;
}

.fixed div {
  text-align: center;
  padding: 5px 0;
  background-color: #2f6699;
  cursor: pointer;
}


/*fixed*/


/*footer*/


/*-----------------------------footer页脚-----------------------------*/

.footer {
  width: 100%;
}

.footer_top {
  width: 100%;
  height: 44px;
  background-color: #0168c5;
  overflow: hidden;
  transition: all 0.4s linear;
}

.f_t {
  width: 1200px;
  margin: 0 auto;
}

.f_t_top {
  text-align: center;
  padding: 20px 0;
}

.footer_top ul li {
  float: left;
  color: #fff;
  font-size: 13px;
  height: 100%;
  text-align: center;
  width: 15%;
  line-height: 44px;
}

.footer_top ul li a {
  color: #ffff;
  font-size: 14px;
  height: 100%;
  display: inline-block;
  line-height: 44px;
  width: 100%;
}

.footer_top ul {
  height: 100%;
  display: block;
}

.footer_top .f_b {
  height: 100%;
}

.f_t_top img {
  cursor: pointer;
  transition: all 0.4s linear;
  transform: rotate(180deg);
}

.f_t_bottom {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}

.f_t_bottom p {
  float: left;
  font-size: 16px;
  margin: 0 15px;
}

.f_t_bottom ul {
  float: left;
  width: 90%;
  overflow: hidden;
}

.f_t_bottom ul li {
  float: left;
  width: 20%;
}

.f_t_bottom ul li span {
  display: block;
  font-size: 16px;
  text-align: center;
}

.f_t_bottom ul li div {
  width: 80%;
  height: 120px;
  overflow-y: scroll;
  margin: 20px auto 0;
}

.f_t_bottom ul li div a {
  display: block;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer_bottom {
  width: 100%;
  padding: 20px 0;
  background-color: #065c9e;
}

.f_b {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.f_b_left {
  float: left;
  font-size: 14px;
  color: #fff;
}

.f_b_left p {
  line-height: 28px;
}

.f_b_left p a {
  color: #fff;
}

.f_b_left p a:hover {
  color: red;
}

.f_b_left p a img {
  display: inline-block;
  margin: 0 5px -4px 0;
}

.f_b_right {
  float: right;
  overflow: hidden;
  margin: 15px 0 0;
}

.f_b_right ul {
  float: left;
  overflow: hidden;
}

.f_b_right ul li {
  float: left;
  padding: 0 5px;
}

.f_b_right ul li a {
  display: block;
  width: 70px;
  height: 50px;
  color: #fff;
  text-align: center;
  position: relative;
}

.f_b_right ul li a img {
  transition: all 0.4s linear;
}

.f_b_right ul li a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.f_b_right ul li a:hover img {
  transform: rotateY(360deg);
}

.f_b_right div {
  float: right;
}

.f_b_right div a {
  display: inline-block;
  padding: 0 10px;
}

.f_b_right div a:first-child img {
  margin: 0 0 -5px;
}


/*footer*/


/*当前位置*/

.crumbs {
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  padding: 16px 0 6px;
  border-bottom: 1px solid #cecece;
}

.crumbs img {
  display: inline-block;
  margin-bottom: -1px;
}

.crumbs span {
  display: inline-block;
  margin-left: 5px;
}

.crumbs a {
  display: inline-block;
  margin-left: 5px;
}


/*分页样式*/


/*-------------------------------------------------------------------*/

#page_div {
  width: 80%;
  margin: 1em auto;
  text-align: center;
}

.pagination-index,
.pagination-num {
  display: inline-block;
  color: #000;
  margin: 0.2em;
  padding: 4px 8px;
  border: 1px solid #bfbfbf;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
  background: #1a4d99;
  color: white;
}

.pagination-last {
  margin-left: 0;
}

.pagination-last>input {
  width: 2em;
  height: 22px;
  text-align: center;
}

.pagination-last>a {
  display: inline-block;
  color: #000;
  margin: 0.2em;
  padding: 4px 8px;
  border: 1px solid #bfbfbf;
}

.pagination-last>a:hover {
  background: #1a4d99;
  color: white;
}

#_span_jiucuo img {
  height: 41px;
}


/* ios */

@media (max-width: 1200px) and (min-width: 992px) {
  .header,
  .container,
  .f_t,
  .f_b {
    width: 100%;
  }
  .fixed {
    display: none;
  }
  .header_top {
    width: 40%;
    text-align: center;
    margin: 0 auto;
  }
  .header_top p {
    width: 100%;
    margin: 0 auto;
  }
  .header_top p:nth-child(2) {
    display: none;
  }
  .header_top div {
    display: none;
  }
  .header_seek,
  .footer_top,
  .f_b_right {
    display: none;
  }
  .f_b_left {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) and (min-width: 760px) {
  .header,
  .container,
  .f_t,
  .f_b {
    width: 100%;
  }
  .fixed {
    display: none;
  }
  .header_top {
    width: 40%;
    text-align: center;
    margin: 0 auto;
  }
  .header_top p {
    width: 100%;
    margin: 0 auto;
  }
  .header_top p:nth-child(2) {
    display: none;
  }
  .header_top div {
    display: none;
  }
  .header_seek,
  .footer_top,
  .f_b_right {
    display: none;
  }
  .f_b_left {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .header,
  .container,
  .f_t,
  .f_b {
    width: 100%;
  }
  .fixed {
    display: none;
  }
  .header_top {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .header_top p {
    width: 100%;
    margin: 0 auto;
  }
  .header_top p:nth-child(2) {
    display: none;
  }
  .header_top div {
    display: none;
  }
  .header_logo {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header_logo a img {
    width: 100%;
  }
  .header_nav ul li {
    width: 50%;
    padding: 5px 0;
  }
  .header_nav ul li:first-child {
    width: 100%;
  }
  .header_nav ul li a {
    font-size: 18px;
  }
  .header_nav ul li:nth-child(2n) a span {
    display: none;
  }
  .header_seek,
  .footer_top,
  .f_b_right {
    display: none;
  }
  .f_b_left {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.h_login {
  height: 23px;
}

.h_login ul {
  position: absolute;
  background: #708BB8;
  width: 80px;
  text-align: center;
  top: 34px;
  display: none;
}

.h_login:hover ul {
  display: block;
  padding-bottom: 10px;
}

.h_login b {
  font-size: 0;
  line-height: 0;
  border-width: 6px;
  border-color: #fff;
  border-bottom-width: 0;
  border-style: dashed;
  border-top-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: pointer;
  margin-left: 8px;
}
/* 领导之窗 */
.leader_index_list{}
.leader_index_list .title p{background-color: #d9e1ec;color: #0067b0;}
.leader_index_list .title {font-size:18px;}
.leader_index_list ul{margin-top:20px;height: 530px;}

.leader_index_list_f li:first-child{width:100%;}

.leader_index_list ul li{width:25%;height: 275px;float:left;}
.leader_index_list ul li a img{width: 71%;display: block;text-align: center;margin: 0 auto;height: 200px;width: 136px;height: 167px;}
.leader_index_list ul li a span{
    display: block;
    float: right;
    color: #8c8c8c;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    outline: thin none;
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 10px;
}
.leader_index_list ul li a p{
    display:
    block;
    width: 80%;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

@media (max-width:768px){
  .leader_index_list ul li{width:50%;/* height: auto; */}

.leader_index_list ul li a p {
    width: 90%;
    font-size: 15px;
}
}
