@charset "utf-8";
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;
}
.nav-lv a:hover {
  color: #008dc9;
}
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.main {
  max-width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2% 2.224%;
}
.BreadcrumbNav {
  font-size: 14px;
  color: #666;
  padding: 1.15% 2.224%;
}
.BreadcrumbNav span {
  color: #0055A5;
}
/* 头部样式 */
.top {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #008dc9;
  text-align: center;
}
.top-box {
  width: 1250px;
  margin: 0 auto;
}
.toggle-nav {
 float:right;
}
.toggle-nav li {
  float: left;
  width: 76px;
  text-align: center;
  cursor: pointer;
}
.toggle-nav li.active {
  background-color: #0074a5;
}
.toggle-nav li a {
  color: #fff;
}
.toggle-nav .search-icon {
  width: 40px;
  text-align: right;
}
/* banner切换 */
.nav {
  width: 1250px;
  margin: 0 auto;
}
.logo-img img:first-child {
  width: 320px;
  height: 73px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.menu-m {display: none;}
.nav-lv {
  float: right;
  margin-top: 30px;
}
.nav-lv.nav_m{display: none;position:absolute;top: 40px;left: 0;width:100%;background-color: #fff;z-index:9999;}
.nav-lv.nav_m > li{float: none;position: relative;padding: 20px 25px;border-bottom: 1px solid #ccc;}
/*.nav-lv.nav_m > li a{display: inline-block;width: 100%;}*/
.nav-lv.nav_m > li .add{position:absolute;right:25px;top: 10px;font-weight: bold;color: #428eda;font-size: 30px;}
.nav-lv2_m {display: none;text-indent: 25px;padding: 15px 0;}
.nav-lv2_m li {height: 30px;line-height: 30px;}
.nav-lv > li {
  float: left;
  position: relative;
  padding: 30px 25px;
}
.nav-lv > li a{
  font-size: 16px;
}
.nav-lv .djqt {
  padding-right: 0;
}
.nav-lv2 {
  display: none;
  position: absolute;
  top: 75px;
  left: -35%;
  width: 190px;
  text-align: center;
  padding: 15px 0;
  background: url(/zryh/xhtml/images/public/xl_b.png) no-repeat;
  background-size: 100% 100%;
  /*background-color: #fff;
  box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);*/
  z-index: 1100;
}
.nav-lv2 li {
  height: 30px;
  line-height: 30px;
}
.nav-lv2 li:hover a{
  color: #0074a5;
}
/*.nav-lv2 li:hover a {
  color: #fff;
}*/
/* 右侧悬浮导航 */
.right-nav {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 22;
}
.right-nav li {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
}
.right-nav li:hover .til {
  /*opacity: 1;*/
  display: block;
}
.right-nav .til {
 display:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #822330;
  line-height: 20px;
  border-radius: 6px;
  /*opacity: 0;*/
  transition: opacity 0.4s ease;
}
.right-nav .middle {
  width: 100%;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
.middle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.til img {
    position: absolute;
    top: 50px;
    left: -130px;
    width: 120px;
    height: 120px;
}
/* 面包屑样式 */
.location {
  border-top: 1px solid #dddddd;
  background-color: #f7f7f7;
}
.main_con .location {background-color: transparent;}
.location div{
  width: 1250px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
}
.location a {
  color: #000;
}
/* 底部样式 */
.foot {
  background-color: #393939;
}
.foot-head {
  width: 1250px;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
}
.foot-head p {
  height: 25px;
  line-height: 25px;
}
.foot-head .fww {
  padding-left: 70px;
}
.foot-head,
.foot-head a,
.foot-bottom,
.foot-bottom a {
  color: #d1d1d1;
}
.foot-head li:first-child {
  float: left;
  padding: 30px 0;
}
.foot-head .img-box {
  float: right;
  padding: 15px 0;
  margin-top: 15px;
}
.img-box  img {
  width: 73px;
  height: 73px;
  margin-top: -15px;
}
.img-box a:first-child,.img-box a:nth-child(2) {
  margin-right: 45px;
}
.img-box a {
  padding-top: 1px;
}
.img-box span {
  display: inline-block;
  width: 60px;
}
.foot-bottom {
  width: 1250px;
  margin: 0 auto;
}
.foot-bottom li {
  padding: 25px 0;
}
.foot-bottom li p {
  height: 25px;
  line-height: 25px;
  font-size:12px;
}
.foot-bottom li:first-child{
  float: left;
}
.foot-bottom .last {
  float: right;
}
.last .last-p {
  text-align: right;
}
/* 底部导航样式 */
.dbdh {
  width: 100%;
  height: 276px;
  background: url(/zryh/xhtml/images/yygk/jzbg.png) center no-repeat;
  background-size: 100% 100%;
  padding-top: 1px;
}
.dbdh ul{
  width: 1180px;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #dddddd;
}
.dbdh li {
  float: left;
  width: 168px;
  text-align: center;
  padding: 40px 0 35px 0;
  border-right: 1px solid #dddddd;
}
.dbdh li img {
  width: 47px;
  height: 46px;
}
.dbdh li.last {
  border-right: none;
}
.dbdh li span {
  display: block;
  color: #5c6278;
  margin-top: 20px;
  font-size: 18px;
}
/* 分页 */

.page_num{
    text-align: center; padding: 25px 0;
}
.page_num li{
    display: inline-block; font-size: 14px;box-sizing: border-box; margin: 0 4px 5px;
}
.page_num a, .page_num .prev_page span, .page_num .next_page span{
    display: inline-block; padding: 3px 10px; line-height: 22px; box-sizing: border-box; border: 1px solid #e8e8e8; color: #333;
}
.page_num a:hover,.page_num a.current{
    background-color: #1a5284; color: #fff;
}
#page_input{
    display: inline-block; width: 34px; height: 30px; line-height: 30px; padding: 0 1px; border: 1px solid #e8e8e8; margin:0 2px; box-sizing: border-box; vertical-align: middle;
}
.page_jump a{
    margin-left: 5px;
}
/*移动端底部*/

.foot_m {
    display: none;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 18px;
    background: #393939;
}
.foot_m p {
    color: #d1d1d1;
    margin-bottom: 8px;
}
/* 网站建设的样式 */
.main-box {
  width: 100%;
  height: 100%;
  background: url(/zryh/xhtml/images/public/wzjs.jpg) center center no-repeat;
  background-size: cover;
}
/*适配移动端*/
@media screen and (max-width: 1200px){
.right-nav,.toggle-nav .search-icon{display: none;}
.top-box,.location div{width: 100%;} 
.location{padding: 0 15px;}
.logo-img img:first-child{width: 178px;height: 40px;}
.menu-m {position:absolute;top:25px;right:25px;display: block;height: 40px;}
.logo-img:after{content: '';display:block;clear: both;}
.toggle-nav{float: none;}
.toggle-nav li{width: 15.5%;}
.toggle-nav li:nth-child(3){width: 18.5%;}
.nav{position:relative;width: 100%;padding: 0 15px;}
.nav-lv,.dbdh {display: none;}
.logo-img{float:none;}
.nav-lv.nav_m{float: none;}
}

@media screen and (max-width: 767px){
  .foot{display:none}
  .foot_m{display:block}
}
@media screen and (max-width: 414px){
.nav {height: 85px;}
.logo-img {position:absolute;left: 10px;}
.nav{position:relative;width: 100%;padding: 0 9px;}
}
@media screen and (max-width: 361px) {
.toggle-nav li {font-size: 12px;}
}
@media screen and (max-width: 321px){
.location div {font-size: 12px;line-height: 20px;}
.location {padding: 0 7px;}
.toggle-nav li:nth-child(3) { width: 19.5%;}
.foot_m{font-size: 12px;}
}