@charset "utf-8";
body {
  background: #F7F7F7;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
}
body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul,
span,img{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  /* color: #a7190d; */
}
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.img {
  max-width: 100%;
  height: auto;
}
button,
input {
  outline: 0;
  border: none;
  box-sizing: border-box;
}
.row {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: #fff; */
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .main {
    max-width: 100%;
  }
}
/* 头部样式 */
.header {
  width: 100%;
  height: 205px;
  background: url(../images/index/bgh.png);
  border-bottom: 24px solid #5c8dc0;
}
.head-box {
  width: 1200px;
  margin: 0 auto;
}
.tips ul {
  float: right;
}
.tips li {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  cursor: pointer;
}
.tips li a {
  margin-right: 10px;
  color: #0b5db1;
}
.tips li.en {
  margin-right: 50px;
}
.logo img {
  margin-top: 7px;
}
.r-box p{
  width: 240px;
  padding-top: 15px;
  font-size: 24px;
  color: #003182;
  text-align: center;
  font-family: 华文楷体;
}
.search-group {
  position: relative;
  margin-top: 12px;
}
.search-group input {
  width: 285px;
  height: 35px;
  padding-left: 5px;
  border: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  outline: none;
}
.search-group a {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 40px;
  width: 35px;
  height: 34px;
  text-align: center;
  background-color: #0b5db1;
  border-radius: 4px;
}
.search-group span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  color: #003182;
}
/* 头部导航的样式 */
.nav {
  position: relative;
}
.nav > ul {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  margin-top: -56px;
  border-bottom: 5px solid #0b5db1;
}
.nav > ul li{
  float: left;
  width: 148px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav > ul li.ztzl {
  float: right;
}
.nav > ul li > a {
  display: inline-block;
  padding-left: 25px;
}
.nav > ul li.hover {
  background-color: #0b5db1;
}
.nav > ul li.hover > a {
  color:  #fff;
}
.nav > ul li.sy > a {
  background: url(../images/index/home.png) left center no-repeat;
}
.nav > ul li.jggk > a {
  background: url(../images/index/jggk.png) left center no-repeat;
}
.nav > ul li.xwfb > a {
  background: url(../images/index/xwfb.png) left center no-repeat;
}
.nav > ul li.zwxx > a {
  background: url(../images/index/zwxx.png) left center no-repeat;
}
.nav > ul li.bsfw > a {
  background: url(../images/index/bsfw.png) left center no-repeat;
}
.nav > ul li.hdjl > a {
  background: url(../images/index/hdjl.png) left center no-repeat;
}
.nav > ul li.tjxx > a {
  background: url(../images/index/tjxx.png) left center no-repeat;
}
.nav > ul li.ztzl > a {
  background: url(../images/index/ztzl.png) left center no-repeat;
}
.nav > ul li.sy.hover > a {
  background: url(../images/index/home_active.png) left center no-repeat;
}
.nav > ul li.jggk.hover > a {
  background: url(../images/index/jggk_active.png) left center no-repeat;
}
.nav > ul li.xwfb.hover > a {
  background: url(../images/index/xwfb_active.png) left center no-repeat;
}
.nav > ul li.zwxx.hover > a {
  background: url(../images/index/zwxx_active.png) left center no-repeat;
}
.nav > ul li.bsfw.hover > a {
  background: url(../images/index/bsfw_active.png) left center no-repeat;
}
.nav > ul li.hdjl.hover > a {
  background: url(../images/index/hdjl_active.png) left center no-repeat;
}
.nav > ul li.tjxx.hover > a {
  background: url(../images/index/tjxx_active.png) left center no-repeat;
}
.nav > ul li.ztzl.hover > a {
  background: url(../images/index/ztzl_active.png) left center no-repeat;
}
/* 面包屑 */
.BreadcrumbNav {
  width: 1200px;
  margin: 15px auto;
}
@media screen and (max-width: 991px) {
  .nav > ul,.head-box,.BreadcrumbNav {
    width: 100%;
  }
  .tips {
    display: none;
  }
  .r-box > p {
    display: none;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo > img{
    width: 100%;
  }
  .fr.r-box,.search-group span.fr{
    float: none;
  }
  .search-group a {
    right: 68px;
  }
  .nav > ul li{
    width: 25%;
  }
  .nav > ul li > a {
    background: unset !important;
  }
  .nav > ul li.ztzl {
    float: left;
  }
}