﻿html {
  font-size: 15px;
}

body {
  background: url(http://czj.bjdwwh.com/images/bg.png) no-repeat fixed;
  background-size: cover;
}

.clear-fix {
  zoom: 1;
}

.clear-fix::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.w1200c {
  width: 1200px;
  margin: 0 auto;
}

.pl10 {
  padding-left: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* .header {
  background: url(../images/bg.jpg) bottom center no-repeat;
  background-size: 100%; 
} */

.top-info {
  background: rgba(255, 255, 255, 0.5);
  line-height: 40px;
}

.top-info .tl {
  float: left;
  font-size: 1rem;
}

.top-info .tr {
  float: right;
  font-size: 1rem;
}

.top-info .tr a:hover {
  color: #0f459e;
}

.top-info .tr a::after {
  content: "|";
  margin: 0 10px;
}

.top-info .tr a:last-child::after {
  content: "";
  margin: 0;
}

.top-main {
  height: 220px;
  position: relative;
}

.top-main .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top-main .logo a {
  display: block;
  width: 450px;
}

.top-main a img {
  width: 100%;
  height: auto;
}

.search-wrap {
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 10px;
}

.search {
  background: #fff;
  border: #d1d1d1 solid 1px;
}

.search .text-box,
.search .submit-box {
  height: 40px;
  line-height: 40px;
  float: left;
}

.search .text-box {
  padding: 0 15px;
  width: 300px;
}

.search .submit-box {
  background: url(../images/search.png) center center no-repeat;
  background-size: 20px;
  width: 55px;
}

.hot-words {
  padding: 0 15px;
  margin-top: 10px;
}

.hot-words span {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}

.hot-words a {
  font-size: 1rem;
  padding: 5px;
}

.hot-words a:hover {
  color: #0f459e;
}

.nav {
  background: #0f459e;
  margin-bottom: 15px;
}

.nav-main {
  display: flex;
}

.nav-main li {
  flex: 1;
  line-height: 60px;
}
.nav-main li.acive,
.nav-main li:hover {
  background: #1556c1;
}

.nav-main li a {
  display: block;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.2rem;
}

.main-box>div {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.main-item5 {
  padding-top: 0;
  padding-bottom: 20px;
}

.main-box2 {
  background: #fff;
  padding: 25px;
  margin: 15px auto;
}

.footer {
  background: #f6f6f6;
  border-top: #0f459e solid 5px;
}

.footer>div {
  padding: 30px 0;
}

.site-info p {
  line-height: 30px;
  text-align: center;
}

.site-info p span {
  display: inline-block;
  position: relative;
}

.site-info p span img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.site-img {
  text-align: center;
}

.site-img a {
  display: inline-block;
}

.site-img .bs img {
  width: 80px;
}

.site-img .zc img {
  margin-bottom: 25px;
}

/* 路径样式 */
.path {
  border-bottom: #e3e3e3 solid 1px;
  color: #333;
  font-size: 1rem;
  line-height: 50px;
  padding-left: 10px;
  margin-bottom: 15px;
  text-align: right;
}

.path .head-title {
  display: inline-block;
}

.path a {
  display: inline-block;
  padding: 0 5px;
}

/* .path span {
  padding-left: 10px;
  border-left: #082496 solid 3px;
} */

/* 表格样式 */
.table {
  width: 100%;
  height: auto;
  border: #e3e3e3 solid 1px;
}

.table-row {
  border-bottom: #e3e3e3 solid 1px;
}

.table-row:last-child {
  border-bottom: none;
}

.table-row::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.table-col {
  border-left: #e3e3e3 solid 1px;
  display: block;
  float: left;
  padding: 10px;
}

.table-col:first-child {
  border-left: none;
}

.table-col a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-head {
  background: #f9f9f9;
}

.col10 {
  width: 10%;
}

.col15 {
  width: 15%;
}

.col50 {
  width: 50%;
}

.col75 {
  width: 75%;
}

.col90 {
  width: 90%;
}

.head-title::before {
  content: attr(title);
  display: inline-block;
}