/* 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: content-box;
}

th,
td {
    vertical-align: middle;
}

html {
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
}

html,
body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

input,
select,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

body {
    font-family: "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
    background: #fff;
    min-width: 1200px;
}

img {
    border: none;
    -webkit-appearance: none;
}

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
}

/*360下字体*/
html.cye-enabled.cye-lm body {
    font-family: "微软雅黑";
}

/* common */
.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.aCur {
    color: #fff;
    padding: 0 5px;
    background: #2c73ac;
    line-height: 23px;
    font-size: 13px;
    margin-top: 8px;
}

/* 选中状态 */
/* 清除浮动 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;
}

.pb40 {
    padding-bottom: 40px;
}

.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;
}

.body_bg {
    background: #f7f7f7;
}

.write_bg {
    background: #fff;
}

.w1120 {
    width: 1120px;
}

/* header */
.header_banner {
    width: 100%;
    height: 252px;
    background: url(../images/banner.png) center top no-repeat;
    background-size: cover;
}

.header_type {
    width: 100%;
    height: 42px;
    /* background: rgba(255, 255, 255, 0.5); */
    line-height: 42px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

#timer {
    font-size: 14px;
    color: #333;
}

.vx_img img {
    height: 18px;
    margin-right: 5px;
}

.header_typeb {
    font-size: 14px;
    color: #0F5293;
    width: 62%;
}

.header_typeb a {
    color: #0F5293;
}

.header_typeb form {
    width: 188px;
    height: 28px;
    margin-top: 7px;
    border: 1px solid #0F5293;
    border-radius: 4px;
}

.input_txt {
    height: 28px;
    outline: none;
    background: none;
    width: 145px;
    border: none;
    padding-left: 10px;
}

.input_btn {
    width: 28px;
    height: 20px;
    background: url(../images/search_btn.png) center no-repeat;
    background-size: contain;
    font-size: 0;
    border: none;
    margin-top: 4px;
}

.banner_log {
    height: 210px;
    position: relative;
}

.banner_log .logo {
    position: absolute;
    left: 0;
    top: 50px;
    height: 99px;
}

.banner_log .logo_box {
    position: absolute;
    right: 0;
    bottom: 24px;
    height: 96px;
}

.banner_log .logo_box img {
    height: 96px;
}

.banner_log .zhzx {
    width: 138px;
    height: 54px;
    background: #C3E4FC;
    border: 1px solid rgba(15, 82, 147, 0.44);
    border-radius: 2px;
    margin-top: 13px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    color: #0F5293;
    font-weight: 600;
}

.header_nav {
    width: 100%;
    height: 60px;
    background: url(../images/nav_bg.png) center repeat;
}

.header_nav ul {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.header_nav ul li {
    width: 106px;
    font-size: 20px;
    float: left;
    text-align: center;
    line-height: 60px;
    /* position: relative; */
}

.header_nav ul li a {
    display: block;
    color: #fff;
    position: relative;
}

.header_nav ul li.down a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 100%, 0);
    width: 0;
    height: 0;
    z-index: 9999;
    border: 8px solid #0F5293;
    border-color: #0F5293 transparent transparent transparent;
}

.menuBox a::after {
    display: none !important;
}

.menuBox {
    display: none;
    background: #f4f4f4;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 666;
    width: 1280px;
    padding: 20px 0;
}

.menuBox ul {
    width: 100%;
    margin: 0 auto 0;
}

.menuBox ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    width: auto;
}

.menuBox ul li a {
    color: #09447D;
}

.nav_leader {
    overflow: hidden;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.nav_leader span,
.nav_leader a {
    display: inline-block;
    float: left;
}

.nav_leader span {
    margin-right: 20px;
    font-size: 18px;
    color: #09447D;
    font-weight: 600;
}

.nav_leader a {
    font-size: 18px;
    color: #09447D !important;
    margin-right: 20px;
}

.link_box {
    width: 100%;
    height: 64px;
    background: #f2f2f2;
    margin-top: 40px;
}

.linkItem {
    width: 162px;
    height: 36px;
    position: relative;
    margin-top: 15px;
    margin-right: 10px;
}

.linkItem:last-child {
    margin-right: 0;
}

.linkItemTitle {
    width: 152px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    padding-left: 10px;
    background: url(../images/gray_down.png) 95% center no-repeat #D4D6D8;
    background-size: 10%;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.linkList {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 162px;
    background: #ffffff;
    z-index: 1;
    height: 160px;
    overflow-y: auto;
    display: none;
}

.linkList li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #808080;
}

.linkList li a {
    color: #808080;
    padding-left: 10px;
    display: block;
}

.linkList li a:hover {
    background: #0F5293;
    color: #F4F9FD;
}

.linkList.show {
    display: block;
}

.footer_box {
    width: 100%;
    height: 192px;
    background: #D4D6D8;
    padding-top: 36px;
    font-size: 17px;
    color: #121212;
    line-height: 1.9;
}

.footer_box p {
    color: #121212;
}

.footer_box span {
    margin-right: 20px;
}

.footer {
    position: relative;
    text-align: center;
}

.footer_box .jiguan {
    position: absolute;
    width: 70px;
    right: 0;
    top: 20px;
}

.w1200 {
    width: 1200px !important;
}

.right-nav {
    position: fixed;
    right: 0;
    top: 31%;
    z-index: 9999;
}

.zhzx {
    width: 88px;
    height: 84px;
    background: url(../images/zhzx_icon.png) center 10px no-repeat #E3241A;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}

.zhzx a {
    display: block;
    color: #fff;
    padding-top: 55px;
}

.right-nav li {
    background: #fff;
    position: relative;
    box-shadow: 0 2px 6px 0 rgba(10, 45, 79, 0.21);
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    background: #F4F9FD;
}

.right-nav li:hover {
    color: #fff;
    background-color: #216FB9;
}

.right-nav li:first-child{
    width: 88px;
    height: 82px;
    color: #fff;
    background-color: #216FB9;
    line-height: normal;
    font-size: 14px;
}
.right-nav li:first-child i {
    background: url("../images/gzcy_icon.png") center 20px no-repeat;
    display: block;
    width: 100%;
    cursor: pointer;
    padding-top: 50px;
}

/* .right-nav li:first-child i {
    background: url("../images/vx_icon.png") center 20px no-repeat;
}

.right-nav li:first-child:hover i {
    background: url("../images/vx_iconhover.png") center 20px no-repeat;
}

.right-nav li:nth-child(2) i {
    background: url("../images/phone_icon.png") center 15px no-repeat;
}

.right-nav li:nth-child(2):hover i {
    background: url("../images/phone_iconhover.png") center 15px no-repeat;
}

.right-nav li:nth-child(3) i {
    background: url("../images/wza_icon.png") center center no-repeat;
}

.right-nav li:nth-child(3):hover i {
    background: url("../images/wza_iconhover.png") center center no-repeat;
}

.right-nav li:nth-child(4) i {
    background: url("../images/hdwd-logo.png") center center no-repeat;
}

.right-nav li:nth-child(4):hover i {
    background: url("../images/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: 135px;
    height: 126px;
    left: -50px;
    display: none;
} */

/* .right-nav li .ewm1 {
    background: url("../images/phpj211.png") no-repeat;
    top: -22px;
    background-size: cover;
}

.right-nav li .ewm1 img {
    width: 105px;
    height: 105px;
    display: block;
    margin-top: 9px;
    margin-left: 11px;
} */

.right-nav li {
    margin-bottom: 2px;
}

.right-nav li a {
    color: #216FB9;
    display: block;
}

.right-nav li:last-child {
    border-bottom: 0;
}

.right-nav li p {
    line-height: 80px;
    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;
}

.scroll_top {
    width: 64px;
    height: 47px;
    cursor: pointer;
    position: fixed;
    bottom: 10%;
    right: 0;
    display: none;
    z-index: 999;
    font-size: 14px;
    color: #216FB9;
    text-align: center;
}

.scroll_top i{
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/scroll_top.png) center center no-repeat #F4F9FD;
    margin-bottom: 6px;
}
.scroll_top:hover i{
    background: url(../images/scroll_tophover.png) center center no-repeat #216FB9;
}

.wechat_code {
    position: relative;
    cursor: pointer;
}

.wechat-code {
    position: absolute;
    top: 42px;
    left: -52px;
    z-index: 1;
    display: none;
    width: 126px;
    height: 136px;
    background: url(../images/wechat_codebox.png) center top no-repeat;
    background-size: cover;
}

.wechat-code img {
    width: 105px;
    height: 105px;
    display: block;
    margin-top: 17px;
    margin-left: 11px;
}

.print_tool a {
    cursor: pointer;
}

.print_tool i {
    cursor: pointer;
    margin: 0 3px;
}

.close_nav {
    width: 88px;
    height: 60px;
    box-shadow: 0 2px 6px 0 rgb(10 45 79 / 21%);
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    color: #216FB9;
    padding-top: 1px;
}

.close_nav i {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center center no-repeat;
    display: block;
    margin: 15px auto 0;
}

.close_nav span {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.close_nav:hover {
    background: #216FB9;
    color: #fff;
}

.close_nav:hover i{
    background: url(../images/close_hover.png) center center no-repeat;
}
/* 适老化 */
.oldModel #timer {
    font-size: 22px;
}

.oldModel .header_typeb {
    font-size: 22px;
    width: 70%;
}

.oldModel .header_nav ul {
    width: max-content;
}

.oldModel .header_nav ul li {
    font-size: 22px;
    width: 112px;
}

.oldModel .menuBox ul {
    width: 100%;
}

.oldModel .menuBox ul li {
    width: auto;
}

.oldModel .nav_leader span,
.oldModel .nav_leader a {
    font-size: 22px;
}

.oldModel .footer_box {
    font-size: 24px;
}

/* 无障碍 */
.wza-box a.oldman {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
}

.wza-box a.wza {
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.wza-box a {
    display: block;
    margin-top: 4px;
    float: right;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    font-size: 17px;
    letter-spacing: 0.32px;
}