@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;}

img{border:none;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
li{ list-style:none;}


a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}
textarea{resize:none;} 
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; border:0
}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}

@font-face {
    font-family: 'FZYANSJW';
    src: url('../font/FZYANSJW.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body::-webkit-scrollbar{
    width: 1px;/*竖向滚动条的宽度*/
    height: 15px;/*横向滚动条的高度*/
}
body::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
    background: #177fea;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body::-webkit-scrollbar-track{/*滚动条轨道的样式*/
    background: #ccc;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fl {
    float: left;
}

.w1400{
    width: 1400px;margin: 0 auto;position: relative;
}


/* 首页开始 */
.top{
    background: url(../images/top_bg.png) no-repeat;background-size: 100% 100%;
}
.top_link{
    height: 30px;line-height: 30px;display: flex;align-items: center;justify-content: flex-end;
}
.top_link a,.top_link span{
    font-size: 14px;
}
#wuzhangai{
    cursor: pointer;
}
.nav_pc{
    border-bottom: 1px solid #1b54b8;padding-bottom: 15px;
}
.nav_bar{
    display: flex;justify-content: space-between;align-items: flex-end;width: 1400px;margin: 0 auto;
}
.nav_bar .logo{
    width: 430px;
}
.nav_bar ul{
    display: flex;justify-content: space-between;width: calc(100% - 600px);
}
.nav_bar ul li a span{
    cursor: pointer;
    display: inline-block;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.nav_bar ul li a span.active::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav_bar ul li a span.active{
    font-weight: 700;color: #1b54b8;
}
.nav_bar ul li a span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 5px;
    background-color: #1b54b8;
    transform: translateX(-50%);
    transition: all .3s;
    width: 0;
}
.nav_bar ul li a span:hover::before {
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav_bar ul li a span:hover{
    font-weight: 700;color: #1b54b8;
}
.top_search{
    padding: 30px 0 20px 0;
}
.search_box{
    position: relative;width: 600px;
}
.search_box input{
    height: 45px;width: 500px;
    border: none;
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
}
.search_box input::placeholder{
    color: #666;
}
.search_box a.go-search{
    position: absolute;
    top: 0;right: 5px;
    border-radius: 5px;
    font-size: 16px;width: 105px;
    color: #fff;background-color: #1b54b8;
    height: 45px;line-height: 45px;display: flex;align-items: center;justify-content: center;
}
#lxc {
    position: absolute;
    background: #ffffff;
   
    width: 490px;
    top: 40px;

    z-index: 999;
}
#lxc li {
    padding: 4px 10px;
    border-bottom: 1px solid #eeeeee;
    width: 90%;
    margin: 0 5%;
}
.keywors{
    display: flex;align-items: center;margin-top: 15px;
}
.keywors span img{
    height: 14px;display: inline-block;vertical-align: -2px;margin-right: 3px;
}
.keywors span,.keywors a{
    font-size: 14px;margin-right: 7px;
}

        #weibo{
position: relative;
}
#weibo .show-item{
width:200px;
 display: none;
      position: absolute;
      top: 26px;
      left: -40px;
      z-index:99999;
}
#weibo:hover .show-item{
 display: block;
}

#wx{
position: relative;
}
#wx .show-item{
      width:200px;
      display: none;
      position: absolute;
      top: 26px;
      left: -40px;
      z-index:99999;
}
#wx:hover .show-item{
 display: block;
}
 .show-item img{width:150px;}



/* 底部通用 */
.footer-wrap {
    width: 100%;
    border-top: 5px solid #2c6aa4;
    background: #f3f3f3;
    padding: 20px 0;
}

.footer-wrap .footer-box .webs-box {
    font-size: 0;
    position: relative;
}

.footer-wrap .footer-box .webs-box .webs-tit {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    float: left;
}

.footer-wrap .footer-box .webs-box .webs-tit::after {
    content: "";
    background-image: url(../images/blue/8/zqdh_arrow_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    float: right;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item {
    cursor: pointer;
    padding: 0 14px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {
    padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:first-of-type {
    padding-left: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(6) {
    padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content {
    width: 250px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.clear{
    clear: both;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item .content::after {
    content: "";
    background-image: url(../images/blue/8/skin_arrows_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    width: 10px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 60px;
    left: 0px;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs-inner {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    height: 500px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
    float: left;
    font-size: 20px;
    margin: 0 20px;
    color: #212121;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.about-webs-wrap .close-ico {
    background: url(../images/blue/36-close.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.about-webs-wrap .close-ico:hover {
    background: url(../images/blue/36-close-1.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
    margin-left: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
    border-bottom: 3px solid #2d66a5;
    color: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs {
    height: calc(100% - 100px);
    width: 100%;
    overflow-y: scroll;
    display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs.open {
    display: block;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li {
    float: left;
    width: 310px;
    font-size: 18px;
    background: #e7eff6;
    margin: 10px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    line-height: 18px;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
    background: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
    color: #fff;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs :hover a {
    color: #2d66a5;
}

.about-webs::-webkit-scrollbar {
    width: 10px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-thumb {
    width: 10px;
    background: #2d66a5;
    border-radius: 20px;
}

.about-webs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .about-webs li a {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

/* .footer-wrap .footer-box .webs-box .web-item-box:hover .about-webs-wrap {
    display: block;
  } */

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box li {
    float: left;
    cursor: pointer;
}

.footer-wrap .footer-box .webs-about {
    padding: 20px 0 0;
}

.footer-wrap .footer-box .webs-about li {
    /*   margin-right: 20px; */
    vertical-align: middle;
    float: left;
}

.footer-wrap .footer-box .webs-about li .other a {
    float: left;
    padding-right: 20px;
}

.footer-wrap .footer-box .webs-about li:first-of-type {
    margin-right: 0;
    padding-top: 10px;
}

.footer-wrap .footer-box .webs-about .other a:first-of-type {
    margin-top: 5px;
}

.footer-wrap .footer-box .webs-about li:last-of-type {
    margin-right: 0;
    float: right;
}

.footer-wrap .footer-box .webs-about li .web-q {
    padding-bottom: 10px;
}

.footer-wrap .footer-box .webs-about li .web-q a {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 0 5px;
    border-right: 1px solid #333;
}

.footer-wrap .footer-box .webs-about li .web-q a:first-of-type {
    padding-left: 0;
}

.footer-wrap .footer-box .webs-about li .web-q a:last-of-type {
    border-right: none;
}

.footer-wrap .footer-box .webs-about li .web-beian {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    padding-bottom: 5px;
}

.footer-wrap .footer-box .webs-about li .tec-sup {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
}

.footer-wrap .footer-box .webs-about li .credit-img {
    padding-top: 20px;
}

.footer-wrap .footer-box .webs-about li .credit-img a {
    float: left;
    margin: 0 5px;
    width: 100px;
    height: 33px;
    overflow: hidden;
}

.footer-wrap .footer-box .webs-about li .credit-img a img {
    transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:hover img {
    transform: scale(1.1);
    transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:last-of-type {
    padding-right: 0;
}


/* 长者专区 */
.old_body{
    background-color: #f6fafc;
}
.old_header{
    position: relative;
}
.old_top{
    position: absolute;top: 40px;left: calc((100% - 1400px)/2);
}
.old_container{
    padding: 60px 0 100px;
}
.old_news{
    margin-bottom: 60px;
}
.old_title{
    display: flex;justify-content: center;margin-bottom: 30px;
}
.old_news_list li{
    padding: 20px 0 20px 25px;border-bottom: 1px dashed #ddd;position: relative;
    display: flex;align-items: center;justify-content: space-between;
}
.old_news_list li:before{
    content: "";width: 10px;height: 10px;background-color: #1b54b8;
    position: absolute;top: 35px;left: 0;
}
.old_news_list li a{
    display: block;width: 70%;font-size: 28px;
    overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.old_news_list li span{
    color: #999;font-size: 24px;
}
.old_news_list li:hover a{
    color: #1b54b8;font-weight: 700;
}
.old_data{
    margin-bottom: 60px;
}
.old_data_tabs{
    display: flex;justify-content: center;margin-bottom: 30px;
}
.old_data_tabs span{
    font-size: 28px;padding: 8px 25px;border-radius: 8px;background-color: #edeff0;color: #666;
    cursor: pointer;margin: 0 20px;
}
.old_data_tabs span.active{
    background-color: #1b54b8;color: #fff;
}
.old_policy_slide{
    margin-bottom: 80px;
}
.old_policy_slide .n-wyk-box-r-slide{
    background: none;padding: 0;
}
.old_policy_slide .n-wyk-box-r-slide .swiper-slide a img{
    width: 100%;height: 300px;box-shadow: 0 3px 3px #ddd;
}
.old_policy_slide .n-wyk-box-r-slide .swiper-slide span {
    background: rgba(27, 84, 184, 0.8);
    color: #fff;
    display: block;
    padding: 3px 7px;
    height: 80px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
}
.old_policy_slide .n-wyk-box-r-slide .n-wyk-slide-pagination{
    bottom: -40px;
}
.old_policy_slide .n-wyk-box-r-slide .n-wyk-slide-pagination .swiper-pagination-bullet{
    width: 30px;
}
.old_policy_details .old_news_list li a.uns{
    width: auto;color: #1b54b8;
}