@charset "utf-8";
body {
  background: #F7F7F7;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
  margin: 0;
  padding: 0;
}
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) {
.BreadcrumbNav{width:100% !important;}
  .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;
}
.logoimg1{float: left;}
.logoxian{
		height: 56px;
		width: 1px;
		background: #CCCCCC;
		float: left;
		margin-top: 17px;
		margin-left: 22px;
}
.logo h1{float: left;
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #111111;margin-left: 19px;line-height: 94px;}
.logo img {
  margin-top: 7px;
}
.r-box p,.slideBox li{
  width: 515px;
  padding-top: 0px;
  font-size: 20px;
  color: #003182;
  text-align: center;
  font-family: 'Kaiti';
  margin: 12px 0;
}
.slideBox {
    margin: 12px 0;
}
.search-group {
  float: right;
  position: relative;
  width: 315px;
  margin-top: 5px;
}
.search-group input {
  width: 285px;
  height: 35px;line-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: 0px;
  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;
}
.searth-btn input {
    position: absolute;
    width: 35px;
    height: 34px;
    right: 0;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}
#zy,#hl{display: none;}
/* 头部导航的样式 */
.nav {
  position: relative;
}
.nav > ul {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  margin-top: -56px;
  padding-left: 70px;
  border-bottom: 5px solid #0b5db1;
}
.nav > ul li:first-child {
  width: 135px;
}
.nav > ul li{
  float: left;
  width: 235px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav > ul li > a {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.nav > ul li.hover {
    background-color: #0b5db1;
}
.nav > ul li.hover > a {
    color:  #fff;
}
.nav > ul li.ztzl {
  float: right;
}
.hover{background: #0B5DB1;
color: #FFFFFF;}
.hover>a{color:#FFFFFF ;}
.zwxx .detail-box>ul>li{width:auto;margin:0 10px;}
/*面包屑*/
.BreadcrumbNav {
    width: 1200px;
    margin: 15px auto;
}
.BreadcrumbNav img {margin-right: 5px; margin-top: -5px;}
@media screen and (max-width: 1200px){
.head-box,.nav > ul{width:100%;}
.logo .logoimg1{width: 30%;}
.nav > ul li{width: 12.5%;}
}
@media screen and (max-width: 991px) {
        .slideBox {display: none;}
	.header{height: auto;}
	.logoimg1{width: 60%;}
	.logoxian{display: none;}
	.logo h1{line-height: 40px;}
	.nav > ul{margin-top: 0;}
  .nav > ul,.head-box {
    width: 100%;
  }
  .tips {
    display: none;
  }
  .r-box > p {
    display: none;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  /*.fr.r-box,.search-group span.fr{
    float: none;
  }*/
 .r-box{width: 100%;padding: 2%;}
 .search-group input{width: 70%;float: none;}
  .search-group a {
    right: 15%;
  }
  .search-group span{float: left;width: auto;line-height: 35px;}
  .nav > ul li{
    width: 25%;
  }
  .nav > ul li > a {
    background: unset !important;
font-size:14px;
  }
  .nav > ul li.ztzl {
    float: left;
  }
}
@media screen and (max-width: 320px) {
    .logo h1 {margin-left: 7px;}
}

/*修改20240413*/
.logo .r-box{
  padding-top:36px;
}
@media screen and (max-width: 768px) {
   .logo .r-box{
     padding-top:0;
   }
}
/*修改20240413 end*/
