/* reset */
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  overflow-y: auto;
  height: 100%;
  background-color: #fff
}

html,
body {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

body {
  background: #fff;
  position: relative;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

input {
  text-align: inherit
}

textarea {
  resize: none
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none
}

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

ol,
ul {
  list-style: none;
}

input {
  background: #fff;
}

button,
input[type='submit'],
input[type='button'] {
  cursor: pointer
}

input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input[type='number'] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999
}

template {
  display: none
}

img {
  vertical-align: middle;
}

em,
i {
  font-style: normal
}

body {
  font-family: "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
  background: #fff;
  min-width: 1200px;
}

/*wrap*/
body {
  color: #000;
  min-width: 1200px;
}

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

.wrap {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  zoom: 1
}

.cl:after {
  display: block;
  clear: both;
  content: "";
}

/* 外填充 */
.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr80 {
  margin-right: 80px;
}

/* 内填充 */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl80 {
  padding-left: 80px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr80 {
  padding-right: 80px;
}

/* 宽度 */
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w900 {
  width: 900px;
}

.w960 {
  width: 960px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

/* 高度 */
.h {
  height: 100%
}

.h50 {
  height: 50px;
}

.h80 {
  height: 80px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

/*对齐方式*/
.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

/*字体大小*/
.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

/*标题*/
.h1 {
  font-size: 26px;
  color: #000;
  line-height: 36px;
}

/*一级标题*/
/*main*/
.main {
  width: 1200px;
  margin: 0 auto 20px;
}

/*top*/
.top {
  width: 100%;
  background: url("../img/headerBg.png") top center no-repeat;
  border-bottom: 4px solid #12579a;
  height: 277px;
}

/*head*/
.head {
  width: 1200px;
  height: 273px;
  margin: 0 auto;
  position: relative;
}

.head .p {
  text-align: right;
  line-height: 36px;
  color: #12579a;
  padding-top: 10px;
}

.head .p a {
  color: #12579a;
  padding: 0 10px;
  line-height: 36px;
}

.logo {
  width: 446px;
  height: 110px;
  margin-top: 30px;
}
/* 
.searchBox {
  width: 520px;
  margin-top: 70px;
  position: relative;
}

.searchBox .wechat-code {
  position: absolute;
  top: 26px;
  left: -36px;
}

.searchBox .anymore {
  width: 100%;
}

.searchBox .anymore a {
  margin: 0 4px;
  color: #2a5ca1;
  font-size: 14px;
  line-height: 18px;
}

.searchBox .anymore span {
  margin-left: 40px;
  color: #2a5ca1;
  font-size: 16px;
  line-height: 18px;
}

.search {
  width: 402px;
  height: 51px;
  line-height: 51px;
  background: url("../img/searchBg.png") top center no-repeat;
  margin-top: 10px;
}

.search span {
  display: block;
  width: 51px;
  height: 51px;
  background: url("../img/searchbtn.png") center center no-repeat;
}

.search #searchInput {
  border: none;
  width: 305px;
  height: 51px;
  line-height: 51px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
}

.search #searchBtn {
  border: none;
  width: 58px;
  height: 51px;
  background: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-left: 15px;
}

::-webkit-input-placeholder {
  color: #999;
} */
 .searchBox{width: 520px;margin-top: 70px;position: relative;}
.searchBox .wechat-code{position: absolute;top: 26px;left: -36px;}
.searchBox .anymore{width: 100%;}
.searchBox .anymore a{margin: 0 4px;color: #2a5ca1;font-size: 14px;line-height: 18px;}
.searchBox .anymore span{margin-left: 40px;color: #2a5ca1;font-size: 16px;line-height: 18px;}
.search{width: 520px;height: 42px;line-height: 42px;border: 1px solid #6eade3;background: #fff;margin-top: 10px;}
.search span{display: block;width: 42px;height: 42px;background: url("../img/searchbtn.png") center center no-repeat;}
.search #searchInput{border: none;width: 370px;height: 40px;line-height: 40px;background: #fff;margin-left: 10px;font-size: 14px;}
.search #searchBtn{border: none;width: 90px;height: 42px;margin-top: -1px;background: #216fb9;cursor: pointer;color: #fff;font-size: 18px;text-align: center;}
::-webkit-input-placeholder{color: #999;}

/*nav*/
.nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.nav ul {
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  overflow: hidden;
}

.nav ul li {
  float: left;
  text-align: center;
  color: #2a5ca1;
  margin-left: 113px;
}

.nav ul li:first-child {
  margin-left: 0;
}

.nav ul li:last-child {
  float: right;
}

.nav ul li a {
  color: #2a5ca1;
}

.nav ul li:hover {
  font-weight: bold;
}

.nav ul li.on {
  font-weight: bold;
}

.nav ul li a:hover {
  font-weight: bold;
}

/*footer*/
.footer {
  width: 100%;
  height: auto;
  background: #E8E7E7;
}

.footer .ftCon {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.footer .ftMain {
  width: 1200px;
  padding-top: 35px;
}

.footer .ftMain p {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.footer .ftMain p a {
  color: #666666;
}

.footer .ftL,
.footer .ftR {
  position: absolute;
  text-align: center;
}

.footer .ftL {
  left: 0;
  top: 35px;
}

/* .footer .ftR{right: -10px;top: 25px;} */
.footer .ftR {
  right: 0;
  top: 45px;
}

.footer .ftBom {
  width: 100%;
  height: 42px;
  margin-top: 30px;
  flex-shrink: 0;
  background: #D3D2D2;
  mix-blend-mode: multiply;
  text-align: center;
}
.footer .ftBom p{
  color: #4d4d4d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.footer .ftBom p a {
  color: #4d4d4d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

/*crumb*/
.crumb {
  width: 1200px;
  height: 44px;
  line-height: 44px;
  /* background: #f3f3f3; */
}

.crumb p {
  line-height: 44px;
  font-size: 16px;
  color: #2a5ca1;
  text-indent: 10px;
}

.crumb p a {
  line-height: 44px;
  color: #015293;
}


/* 侧边栏 */
.right-nav {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9999;
}

.right-nav li {
  margin-bottom: 10px;
  background: #fff;
  width: 60px;
  height: 60px;
  position: relative;
}

.right-nav li:hover {
  color: #fff;
  background-color: #216FB9;
}

.right-nav li i {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.right-nav li:first-child i {
  background: url("../img/wechata.png") center center no-repeat;
}

.right-nav li:first-child:hover i {
  background: url("../img/wechatb.png") center center no-repeat;
}

.right-nav li:nth-child(2) i {
  background: url("../img/wba.png") center center no-repeat;
}

.right-nav li:nth-child(2):hover i {
  background: url("../img/wbb.png") center center no-repeat;
}

.right-nav li:nth-child(3) i {
  background: url("../img/appa.png") center center no-repeat;
}

.right-nav li:nth-child(3):hover i {
  background: url("../img/appb.png") center center no-repeat;
}

.right-nav li:nth-child(4) i {
  background: url("https://file.anyang.gov.cn/4550000372/img/hdwd-logo.png") center center no-repeat;
}

.right-nav li:nth-child(4):hover i {
  background: url("https://file.anyang.gov.cn/4550000372/img/hdwd-logo-hover.png") center center no-repeat;
}

.right-nav li.gbBtn {
  cursor: pointer;
}

.show-ewm {
  position: absolute;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  width: 140px;
  height: 130px;
  left: -50px;
  display: none;
}

.right-nav li .ewm1 {
  background: url("../img/phpj211.png") no-repeat;
  top: -34px;
}

.right-nav li .ewm1 img {
  margin-left: 5px;
  margin-top: 5px;
  width: 119px;
  height: 119px;
}

.right-nav li {
  border: 1px solid #dcdcdc;
}

.right-nav li p {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #216FB9;
}

.right-nav li:hover p {
  color: #fff;
}

.right-nav li:hover a {
  color: #fff;
}

.right-nav li p a {
  color: #216FB9;
}



/*link*/
.link {
  width: 100%;
  margin-top: 30px;
  background: #F3F3F3;
  padding: 6px 0;
  color: #4D4D4D;
}

.linkBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.link p {
  font-size: 20px;
  font-weight: bold;
  color: #2a5ca1;
  width: 120px;
  height: 36px;
  line-height: 36px;
}

.link .fr {
  width: 1080px;
}

.link select {
  width: 120px;
  border: none;
  background: #F3F3F3;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-left: 10px;
}




/* old model */
.oldModel *{
  font-size: 28px;
  line-height: 1.5;
}
.oldModel a{
  font-size: 28px;
}
.oldModel p{
  font-size: 28px;
}
.oldModel span{
  font-size: 28px;
}
.oldModel .right-nav li {
  width: auto;
}

.oldModel .right-nav li p {
  font-size: 28px;
}

.oldModel .head .p {
  font-size: 28px;
  color: #12579a;
}

.oldModel .head .p a {
  font-size: 28px;
}

.oldModel .searchBox .anymore a {
  font-size: 28px;
}

.oldModel .searchBox .anymore span {
  font-size: 28px;
}

.oldModel .search #searchInput {
  font-size: 28px;
}

.oldModel .search #searchBtn {
  font-size: 28px;
}

.oldModel .nav ul {
  font-size: 30px;
}

.oldModel .nav ul li {
  margin-left: 60px;
}

.oldModel .crumb p {
  font-size: 28px !important;
}
.oldModel .crumb p a{
  font-size: 28px !important;
}

.oldModel .footer {
  height: auto !important;
  padding-bottom: 20px;
}

.oldModel .footer .ftMain p {
  font-size: 28px;
}

.oldModel .footer .ftMain p {
  line-height: 1.8;
}

.oldModel .ui-pagination-container .ui-pagination-page-item {
  font-size: 28px;
}
.oldModel .wza-box a{
  font-size: 28px;
}
/* links */
.oldModel .link select {
  font-size: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 207px;
  margin-bottom: 10px;
}

.oldModel .link p {
  font-size: 28px;
  width: auto;
}

.oldModel .link .fr {
  width: 1060px;
}

/* old model entrance */



.wza-box{
  position: absolute;
  top: 70px;
  right: 0;
}

.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;
}

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



