@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: content-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;
  }
}
/*底部*/
*{margin: 0;padding: 0;list-style: none;text-decoration: none;}
a{cursor: pointer;}
.clear{clear: both;}
.footsj{display: none;}
.footpc{width: 100%;border-top: 8px solid #5C8DC0;padding: 20px 0;background-color: #fff;}
.footcont{width: 1200px;margin: 0 auto;}
.foot_logo{float: left;}
.footcont-left{width: 60%;float: left;}
.foot-head {border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
.foot-icon {vertical: middle;margin-top: -5px;margin-right: 5px;}
.foot-head .footcont-left p a {margin-right: 20px;}
.foot-bottom {margin-top: 23px;}
.footcont-left p{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 29px;margin-left: 16px;}
.footcont-left p a{color: #666666;cursor:pointer;}
.footer_xiao{width: 18px;}
.footcont-right{float: right;width: 30%;}
.foot-bottom .footcont-right p {float: right;line-height: 68px;}
.foot_logo{float: right;margin-left: 22px;}
#_ideConac{float: right;margin-left: 22px;}
#_span_jiucuo {float: right;}
.k105{width: 154px;
height: 29px;
border: 1px solid #5C8DC0;
opacity: 0.5;
border-radius: 2px;float: left;vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
   -moz-appearance:none;
   -webkit-appearance:none;
padding:5px 0\0;
appearance:none; /*去掉下拉箭头*/
/*在选择框的最右侧中间显示小箭头图片*/
background: url(../images/public/footer_jiantou.png) no-repeat scroll 132px center transparent;
padding-left: 10px;}
.k105::-ms-expand { display: none; }
.qtlj{margin-left: 20px;}
/**/
@media screen and (max-width: 1200px) {
.footcont{width:100%;}
.footcont-right{width:35%;}
}
@media screen and (max-width: 991px) {
	.footpc{display: none;}
	.footsj{width: 100%;text-align: center;display: block;background: #5C8DC0;padding: 10px 0;}
	.footsj p{line-height: 29px;font-size: 14px;font-family: Microsoft YaHei;color: #FFFFFF;}
	}
