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;
  -webkit-text-size-adjust: none
}

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

body {
  min-width: 1360px;
  max-width: 1920px;
  background: #fff;
  font-family: Arial, 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, sans-serif !important;
  position: relative;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0 auto;
}

img,
input,
button,
textarea {
  border: none;
  -webkit-appearance: none
}

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

img {
  vertical-align: middle;
}

/* common */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 清除浮动 cl 、clearfix  */
.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.cl,
.clearfix {
  zoom: 1
}

/* 外填充 */
.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

/*实线分割线*/
.bd-grey {
  border: 1px solid #D6D6D6;
}

.bb-grey {
  border-bottom: 1px solid #D6D6D6;
}

.bt-grey {
  border-top: 1px solid #D6D6D6;
}

.br-grey {
  border-right: 1px solid #D6D6D6;
}

.bl-grey {
  border-left: 1px solid #D6D6D6;
}

.bb-grey-bord {
  border-bottom: 1px solid #000
}

/*虚线分割线*/
.dashed-bd-grey {
  border: 1px dashed #DEDEDE;
}

.dashed-bb-grey {
  border-bottom: 1px dashed #DEDEDE;
}

.dashed-bt-grey {
  border-top: 1px dashed #DEDEDE;
}

.dashed-br-grey {
  border-right: 1px dashed #DEDEDE;
}

.dashed-bl-grey {
  border-left: 1px dashed #DEDEDE;
}

.w1360 {
  width: 1360px;
  position: relative;
  margin: 0 auto;
}

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

/* .w1360 ::after {
  content: "";
  display: block;
  clear: both;
} */

/* header */
.header {
  width: 100%;
  height: 293px;
  /* background: url('../img/banner-top@2x.png')center top no-repeat; */
  background: url('../img/banner-top0415.png')center top no-repeat;
  background-size: auto 100%;
}

.logo {
  width: 454px;

}

.logo_a {
  position: absolute;
  display: block;
  top: 81px;
  left: 10px;
}

.header .w1360 {
  height: 100%;
}

.searchBoxMain {
  width: 526px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #cee0f7;
  position: absolute;
  right: 0;
  bottom: 120px;
  overflow: hidden;

}

.searchBoxMain .fl {
  font-size: 21px;
  line-height: 46px;
  text-indent: 1em;
  width: 475px;
}

.searchBoxMain .fr {
  display: block;
  width: 25px;
  height: 25px;
  background: url('../img/searchicon.png');
  background-size: 100% 100%;
  margin: 10px 10px 0 0;
}

.navBox {
  width: 100%;
  height: 68px;
  /* line-height: 68px; */
  background: #0062C7;
}

.navBox .w1360 {
  display: flex;
  justify-content: space-between;
}

.navBox li {
  display: inline-block;
  text-align: center;
  line-height: 68px;
  width: 170px;
}

.navBox li a {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
}

.navBox li img {
  width: 20px;
  margin-right: 10px;
  line-height: 60px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.link {
  height: auto;
  background: none;
  line-height: 43px;
  margin-top: 50px;
}

.link a:hover {
  color: #275CD9;
}

.link-box {
  width: 1200px;
  margin: 0 auto;
  font-size: 15px;
}

.link-box a {
  color: #4D4D4D;
  padding: 0 60px;
  border-right: 1px solid #D6D6D6;
  cursor: pointer;
}

.link-box ul {
  border: 1px #e3e3e3 solid;
  border-top: none;
  padding: 10px;
  width: 1158px;
  margin: 0 auto;
}

.item-box {
  background-color: #F3F3F3;
}

.item-box {
  display: flex;
  justify-content: space-between;
}

.link-box>.item {
  cursor: pointer;
  background: url(../img/down_icon.png) center right no-repeat;
  background-position: 120px 0;
}

.link-box .item:nth-child(2) {
  background-position: 135px 0;
}

.link-box .item:nth-child(3) {
  background-position: 140px 0;
}

.link-box .item:nth-child(4) {
  background-position: 160px 0;
}

.link-box .item:nth-child(5) {
  background-position: 185px 0;
}

.link-box .item:nth-child(6) {
  background-position: 104px 0;
}

.link ul {
  border: 1px #e3e3e3 solid;
  border-top: none;
  padding: 10px;
  width: 1200px;
  margin: 0 auto;
}

.link table {
  width: 1200px;
}

.link table td {
  height: 28px;
  font: normal 14px/28px microsoft yahei;
  padding: 0px 10px;
}

.footer {
  background: #E8E7E7;
}

.footer .wrap {
  margin-bottom: 20px;
  background: #E8E7E7;
}

.footer .wrap>div {
  display: inline-block;
  width: 33%;
  text-align: center;
  box-sizing: border-box;
}

.sqBox {
  display: inline-block;
  margin: 45px 15px 0;
}

.sqBox p {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}

.sq {
  width: 100.04px;
  height: 99px;
}

.footorInfo {
  margin-top: 40px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  line-height: 2;
}

.footer .other a {
  display: inline-block;
  margin: 60px 20px 0;

}

.juicuoIcon {
  width: 126.32px;
  height: 63.69px;
}

.dzjgIcon {
  width: 57.32px;
  height: 69px;
}

.ipic {
  height: 42px;
  background: #D3D2D2;
  text-align: center;
}

.ipic a {
  display: inline-block;
  line-height: 42px;
  margin: 0 10px;
}

/*crumb*/
.crumb {
  box-sizing: border-box;
  width: 1200px;
  /* height: 45px; */
  background: #f3f3f3;
  padding-left: 35px;
  background: url(../img/crumb_posi.png) left center no-repeat;
  font-size: 16px;
}

.crumb p {
  /* line-height: 45px; */
  font-size: 16px;
  color: #015293;
  text-indent: 15px;
}

.crumb p a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
}

.footorInfo ul li {
  display: inline-block;
}

.footorInfo ul li a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
}

.footorInfo ul li span {
  margin-left: 15px;
  margin-right: 10px;
  color: #666666;
}

.main {
  margin-top: 30px;
}

#_span_jiucuo img {
  margin: 60px 20px 0 !important;
}

.wza-box a {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
  opacity: 1;
}

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

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

.wza-box {
  display: block;
  margin-left: 25px;
  position: absolute;
  right: 0;
  bottom: 40px;
}

/* right-nav */
.right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
}

.right-nav ul li {
  width: 78px;
  padding: 13px 11px;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #00000024;
  border-radius: 2px 0 0 2px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

.right-nav ul li a {
  display: block;
  font-size: 14px;
  color: #575454;
}

.right-nav ul li .iconfont {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.right-nav ul li:nth-child(1) .iconfont {
  background: url(../img/rnav_icon2.png);
}

.right-nav ul li:hover {
  background-color: #1A77FB;
}

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

.right-nav ul li:nth-child(1):hover .iconfont {
  background: url(../img/rnav_icon2_h.png);
}

/* 适老化 */
.oldModel .header .w1360 * {
  font-size: 28px;
  height: auto;
  line-height: 2;
}

.oldModel .searchBoxMain .fr {
  height: 25px !important;
  margin: 17px 10px 0 0;
}

.oldModel .navBox * {
  font-size: 28px;
}


.oldModel .link-box a {
  font-size: 28px;
  height: auto;
  line-height: 2;
  padding: 0 18px;
  background-position: right center !important;
}

.oldModel .link ul * {
  font-size: 28px;
  height: auto;
  line-height: 2;
}

.oldModel .footorInfo * {
  font-size: 28px;
  height: auto;
  line-height: 2;
}

.oldModel .ipic {
  font-size: 28px;
  height: auto;
  line-height: 2;
}

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

.oldModel .crumb * {
  font-size: 28px;
}

.oldModel .print_tool * {
  font-size: 28px;
}

.oldModel {}


/* 20251120 dibu */
.footer .wrap > .w1200{width: 1200px;margin: auto auto;display: block;padding: 60px 50px 30px 70px;}
        .footer .wrap > .w1200 .other{width: auto;float: left;margin-right: 79px;display: inline-block;}
        .footer .other a{margin: 0;}
        .footorInfo{display: inline-block;margin-top: 0;float: left;margin-right: 64px;}
        .footer .wrap > .w1200 .other:nth-last-child(1){margin-right: 0;}
        #_span_jiucuo img{margin-top: 20px!important;}