@charset "UTF-8";
/*åˆå§‹åŒ–css*/
body {
  font-family: å¾®è½¯é›…é»‘;
  color: #333;
} /*min-widthçš„å®½åº¦æ ¹æ®é¡¹ç›®é¡µé¢å®½åº¦å†³å®š*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
} /*é¢œè‰²æ ¹æ®é€šç”¨ä¿¡æ¯åˆ—è¡¨çš„æ–‡å­—é¢œè‰²å†³å®š*/
.more a {
  color: #999;
} /*é¢œè‰²æ ¹æ®é€šç”¨æ›´å¤šçš„æ–‡å­—é¢œè‰²å†³å®š*/
a:hover {
  color: #3163a4;
} /*é¢œè‰²æ ¹æ®psdä¸»è‰²è°ƒå†³å®šï¼Œæ¯”å¦‚å¾ˆå¤šéƒ½æ˜¯è“è‰²*/
.more a:hover {
  color: #3163a4;
} /*é¢œè‰²æ ¹æ®psdä¸»è‰²è°ƒå†³å®šï¼Œæ¯”å¦‚å¾ˆå¤šéƒ½æ˜¯è“è‰²*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

textarea,
input {
  font-family: å¾®è½¯é›…é»‘;
}

/* é€šç”¨å…ƒä»¶å¼€å§‹ */
.w1100 {
  width: 1100px;
  margin: 0 auto;
}

/* é€šç”¨å…ƒä»¶ç»“æŸ */
/* æ”¿åºœä¿¡æ¯å…¬å¼€å¤´éƒ¨å¼€å§‹ */
/* bodyè®¾ç½®èƒŒæ™¯---é…è‰²æ–¹æ¡ˆå’ŒèƒŒæ™¯å›¾ç‰‡ï¼Œå¯æ ¹æ®ç½‘ç«™å’Œç‰¹ç‚¹ï¼Œè‡ªè¡Œè°ƒæ•´ï¼Œé€‰é… */
body {
  background: url(bodyBg.png) no-repeat center top;
}

.header {
  height: 365px;
  padding-top: 45px;
}

.header .logo {
  background: url(logoGuohui.png) no-repeat left center;
  height: 76px;
  padding-left: 90px;
}

.header .logo a {
  font-size: 35px !important;
  color: #ffffff;
  line-height: 76px;
}

.header .zfxxgk-font {
  font-size: 100px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.253);
  margin-top: 35px;
}

.header .zfxxgk-font {
  position: relative;
  height: 132px;
  line-height: 132px;
}

.header .zfxxgk-font:before {
  width: 488px;
  background: #fff;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -95px;
}

/* æ”¿åºœä¿¡æ¯å…¬å¼€å¤´éƒ¨ç»“æŸ */
/* ä¸­é—´å†…å®¹å¼€å§‹ */
.wrap {
  background: rgb(242, 242, 242);
  padding: 0 36px 30px;
}

/* æ£€ç´¢å¼€å§‹ */
.search {
  height: 218px;
  padding-top: 84px;
}

.search form {
  height: 50px;
  width: 510px;
  margin: 0 auto;
  border: 1px solid rgb(45, 102, 165);
  border-radius: 9px;
  background-color: #ffffff;
}

.search input {
  border: 0;
  display: block;
  float: left;
  height: 48px;
  line-height: 48px;
}

.search input[type=text] {
  width: 400px;
  margin-left: 5px;
}
.search input[type=text].tbl {
  position: relative;
  z-index: 0;
}

.search input[type=submit] {
  width: 88px;
  margin-right: 5px;
  background: #ffffff url(searchBtn.png) no-repeat center right;
}

.search {
  position: relative;
}

.search:before,
.search:after {
  height: 1px;
  background-color: #dddddd;
  width: 240px;
  content: "";
  position: absolute;
  top: 108px;
}

.search:before {
  left: 0;
}

.search:after {
  right: 0;
}

/* æ£€ç´¢ç»“æŸ */
/* å·¦ä¾§å†…å®¹å¼€å§‹ */
.main-content-left {
  width: 240px;
}

.main-content-left > ul > li {
  margin-top: 15px;
  font-size: 23px;
}

.main-content-left > ul > li:first-of-type {
  margin-top: 0;
}

.main-content-left > ul > li > a {
  display: block;
  border: 1px solid #dddddd;
  height: 70px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 30px center;
  color: rgb(45, 102, 165);
  padding: 4px 50px 0 90px;
}

.zfxxgkzn > a {
  background-image: url(zfxxgkzn.png);
}

.zfxxgkzd > a {
  background-image: url(zfxxgkzd.png);
}

.fdzdgknr > a {
  background-image: url(fdzdgknr.png);
}

.zfxxgknb > a {
  background-image: url(zfxxgknb.png);
}

.sqgkzfxx > a {
  background-image: url(zwxxgk_bnt05.png);
}

.qzbmxzyq > a {
  background-image: url(qzbmxzyq.png);
}

.main-content-left > ul > li.side-col-hover > a {
  background-color: rgb(45, 102, 165);
  color: #ffffff;
}

.zfxxgkzn.side-col-hover > a {
  background-image: url(zfxxgkznHover.png);
}

.zfxxgkzd.side-col-hover > a {
  background-image: url(zfxxgkzdHover.png);
}

.fdzdgknr.side-col-hover > a {
  background-image: url(fdzdgknrHover.png);
}

.zfxxgknb.side-col-hover > a {
  background-image: url(zfxxgknbHover.png);
}

.qzbmxzyq.side-col-hover > a {
  background-image: url(qzbmxzyqHover.png);
}

.sqgkzfxx > a:hover {
  background-image: url(zwxxgk_bnt05b.png);
  background-color: rgb(45, 102, 165);
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .main-content-left > ul > li > a:hover {
    background-color: rgb(45, 102, 165);
    color: #ffffff;
  }
  .zfxxgkzn > a:hover {
    background-image: url(zfxxgkznHover.png);
  }
  .zfxxgkzd > a:hover {
    background-image: url(zfxxgkzdHover.png);
  }
  .fdzdgknr > a:hover {
    background-image: url(fdzdgknrHover.png);
  }
  .zfxxgknb > a:hover {
    background-image: url(zfxxgknbHover.png);
  }
  .qzbmxzyq > a:hover {
    background-image: url(qzbmxzyqHover.png);
  }
}
.fdzdgknr > a,
.zfxxgknb > a {
  position: relative;
}

.fdzdgknr > a > span,
.zfxxgknb > a > span {
  width: 20px;
  height: 70px;
  background: url(down.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
}

.fdzdgknr > a:hover > span,
.zfxxgknb > a:hover > span,
.ysqgkzfxx > a:hover > span {
  background: url(up.png) no-repeat;
}

/* ä¸‹æ‹‰å¼€å§‹ */
.left-col-down {
  font-size: 15px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-top: 0;
  padding: 10px 0;
  display: none;
}

.left-col-down a {
  display: block;
  line-height: 32px;
  padding-left: 80px;
  background: url(colPic.jpg) no-repeat 60px center;
}

.left-col-down a:hover {
  background: rgb(230, 245, 255) url(colPic.jpg) no-repeat 60px center;
  color: rgb(45, 102, 165);
  font-weight: bold;
}

/* ä¸‹æ‹‰ç»“æŸ */
/* å·¦ä¾§å†…å®¹ç»“æŸ */
/* å³ä¾§å†…å®¹å¼€å§‹-æ”¿åºœä¿¡æ¯å…¬å¼€æŒ‡å— */
.main-content-right {
  border: 1px solid #dddddd;
  width: 770px;
  background-color: #ffffff;
}

.zfxxgkzn-content h2 {
  font-size: 32px;
  color: rgb(45, 102, 165);
  text-align: center;
  padding: 30px 0 15px;
  line-height: 32px;
}

/* æ»šåŠ¨æ¡å¼€å§‹ */
.out {
  position: relative;
  overflow: hidden;
  padding: 0 35px 0 20px;
  height: 940px;
}

.out-overflow {
  height: 4px;
  background-color: #ffffff;
  width: 740px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.scrollbar {
  width: 10px;
  height: 940px;
  background: rgb(242, 242, 242);
  position: absolute;
  border-radius: 20px;
  right: 15px;
  top: 0px;
}

.scrollbtn {
  width: 100%;
  height: 80px;
  background: rgb(45, 102, 165);
  border-radius: 20px;
  position: absolute;
}

.inner p {
  /*text-indent: 2em;*/
  font-size: 16px;
  line-height: 30px;
}

.inner p * {
  /*font-size: 16px;*/
  line-height: 30px;
}

/* æ»šåŠ¨ç»“æŸ */
/* å³ä¾§å†…å®¹ç»“æŸ-æ”¿åºœä¿¡æ¯å…¬å¼€æŒ‡å— */
/* ä¸­é—´å†…å®¹ç»“æŸ */
/*é€šç”¨å°¾éƒ¨*/
.footer {
  width: 100%;
  height: 156px;
  border-top: 6px solid #1a56a8;
}

.footerMain {
  width: 1100px;
  text-align: center;
  font-size: 25px;
  color: #333;
  line-height: 156px;
  font-weight: bold;
}

.side-col-hover > a > span {
  background: url(up.png) no-repeat;
}

.curCol {
  font-size: 16px;
  background-color: rgb(230, 245, 255);
}

.curCol a {
  color: #2d66a5 !important;
  font-weight: 600;
}

.fathCol {
  padding: 0px 0px 0px 59px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.fathCol a {
  color: #333;
  display: block;
  background: url(colPic.jpg) no-repeat 1px center;
  padding-left: 21px;
  font-size: 15px;
}

.fathCol a:hover {
  color: #333;
  display: block;
  background: url(colPic.jpg) no-repeat 1px center !important;
  padding-left: 21px;
  font-size: 15px;
}

.list ul {
  padding-top: 0px;
}

.list ul li {
  padding-left: 90px;
}

.list ul li a {
  padding-left: 0px;
  background: none;
}

.list ul li a:hover {
  padding-left: 0px;
  background: none;
  font-size: 15px;
}

.list ul li:hover {
  background-color: rgb(230, 245, 255);
}

.list:hover .fathCol a {
  color: #2d66a5;
  display: block;
  font-weight: 600;
  background: url(colPic.jpg) no-repeat 1px center !important;
}

.list li.active a {
  background: rgb(230, 245, 255);
}

.list .active {
  background: rgb(230, 245, 255);
}

.qzbmxzyq {
  font-size: 21px !important;
}

.qzbmxzyq a {
  padding: 4px 15px 0 90px !important;
}

.zfxxgkzn > a {
  background-size: 16%;
}

.zfxxgkzd > a {
  background-size: 16%;
}

.fdzdgknr > a {
  background-size: 16%;
  cursor: default;
}

.zfxxgknb > a {
  background-size: 16%;
  cursor: default;
}

.sqgkzfxx > a {
  background-size: 16%;
}

.msg {
  width: 700px;
  text-align: center;
  border-bottom: 2px solid #f2f2f2;
  padding: 15px 0 20px;
  margin-left: 15px;
}

.msg span {
  font-size: 15px;
  color: #4d4d4d;
}

/* 指南适老化开始 */
.old_type .main-content-right {
  width: 100%;
  border-width: 2px;
}
.old_type .zfxxgkzn-content h2 {
  padding: 60px 0 30px;
  font-size: 64px;
  line-height: 64px;
}
.old_type .msg {
  width: 100%;
  margin: 0;
  padding: 30px 30px 40px;
  border-width: 4px;
}
.old_type .msg span {
  font-size: 30px;
}
.old_type .inner {
  font-size: 32px;
  line-height: 72px !important;
}
.old_type .inner p {
  margin: 14px 0 !important;
  font-size: 32px !important;
  line-height: 72px !important;
  text-indent: 2em !important;
}
.old_type .inner p * {
  font-size: 32px !important;
  line-height: 60px;
}
.old_type .out-overflow {
  display: none;
}

/* 指南适老化结束 */