/** reset **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 'Microsoft Yahei', tahoma, Srial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* top */
.top_main {
  overflow: hidden;
}

.header_bg {
  height: 40px;
  background: #f3f3f3;
  border-bottom: 1px solid #dadada;
  box-shadow: 0px 1px 10px 1px #ddd;
  position: absolute;
  width: 100%;
}

.header {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header .top {
  font-size: 14px;
  float: right;
}

.header .top > div {
  float: left;
  padding: 0 30px;
  /* border-right: 1px solid #8E8E8E; */
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  /* overflow: hidden; */
}

.header .top > div:last-child {
  border: none;
}

.header .top > div img {
  margin-right: 5px;
}

.header .top > div:last-child img {
  margin-top: 3px;
}

.code_hover {
  position: relative;
}

.code_hover .top_code {
  position: absolute;
  border: 1px solid;
  top: 40px;
  left: 0;
  height: 200px;
  width: 200px;
  display: none;
}

.code_hover:hover .top_code {
  display: inline-block;
}

/* top_bg_img */

.top_bg_img {
  margin-top: 40px;
  height: 400px;
  background: url(../images/top_bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.top_bg_img_con {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.bg_logo {
  position: absolute;
  left: 380px;
  top: 70px;
}

.bg_search {
  /*position: absolute;*/
  right: 120px;
  top: -5px;
}

/* logo */
.logo_bg {
  height: 200px;
  background: url(../images/header_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.logo {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}

.logo .img {
  margin-top: 75px;
}

.scarch {
  width: 330px;
  border: 1px solid #0e55b6;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.scarch span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/fdj_icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 6px;
  left: 10px;
}

.scarch .search_input {
  width: 200px;
  position: absolute;
  left: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-left: 2px;
  border: none;
  outline: none;
}

.scarch .submit {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  right: 0px;
  height: 30px;
  line-height: 30px;
  width: 60px;
  background: #0b53b6;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

/* nav */
.nav_bg {
  height: 53px;
  background: #0b53b6;
}

.nav {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}

.nav ul li a {
  float: left;
  color: #fff;
  width: 171px;
  text-align: center;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
}

.nav .nav_bor {
  display: inline-block;
  height: 46px;
}

.nav ul li a:hover > .nav_bor {
  border-bottom: 2px solid #ddd;
}

.nav ul li .nav_font {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.nav ul li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/sy_icon.png) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  /* padding-right: 10px; */
}

/* mbx */

.con_mbx {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.con_mbx img {
  margin-right: 5px;
  vertical-align: middle;
}

.con_mbx a {
  vertical-align: middle;
  color: #666;
}

.con_mbx span {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  color: #666;
}

/* hr */
.con_mbx_hr {
  height: 10px;
  background: url(../images/header_hr.png) no-repeat center;
  background-size: 100% 100%;
}

/* cc_page */

#cc_page {
  text-align: center;
  margin-top: 30px;
}

#cc_page ul {
  display: inline-block;
}

#cc_page ul > li {
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  user-select: none;
}

#cc_page ul .normal_page {
  padding: 3px 12px;
  border: 1px solid #ddd;
  margin-right: 10px;
  border-radius: 5px;
}

#cc_page ul .link_page {
  position: relative;
  width: 100px;
  /* border: 1px solid; */
}

#cc_page ul li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#cc_page ul .link_page > span {
  position: absolute;
  top: 3px;
  left: 0px;
}

#cc_page ul .link_page > input {
  position: absolute;
  width: 50px;
  height: 32px;
  top: 2px;
  left: 40px;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 5px;
}

#cc_page .dis_page {
  background: #eee;
}

#cc_page .dis_page a {
  color: #999;
}

#cc_page .sele_page {
  background: #0b53b5;
}

#cc_page .sele_page a {
  color: #fff;
}

#cc_page .left_font_page {
  height: 38px;
  line-height: 38px;
  margin-right: 15px;
}

#cc_page .right_font_page {
  height: 38px;
  line-height: 38px;
  margin-left: 6px;
}

/* 默认分页居中 */
.center_page {
  margin-top: 30px;
}

.center_page table {
  margin: 0 auto;
}
body {
  min-width: 1200px;
}
.mobile_top {
  display: none;
}
.footer_bg {
  display: none;
}
