* {
    box-sizing: border-box;
}

body {
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
    /* background: #f5f6f6; */
}

body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

h1,h2,h3,h4,h5,h6,em,i,b {
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}

input {
    outline: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

img {
    border: none;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom:1; }

input,textarea,select {
    font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    outline: none;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
}

.jdc1 {
    margin-top: 30px;
    background-color: rgba(232, 244, 255, 1);
    padding: 35px 74px;
}

.jdc1-title img {
    float: left;
    line-height: 36px;
}

.jdc1-title i {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-left: 26px;
    margin-right: 40px;
    line-height: 36px;
}

.blcho {
    float: left;
    position: relative;
}

.blcho span {
    width: 159px;
    height: 36px;
    font-size: 17px;
    color: #fff;
    display: block;
    background-color: rgba(22, 155, 213, 1);
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.blcho-show {
    position: absolute;
    border: 1px solid #aaa;
    background-color: #fff;
    width: 100%;
    left: 50%;
    top: 100%;
    padding: 3px 6px 6px;
    display: none;
}

.blcho-show a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    background-color: #eee;
    border-radius: 3px;
    margin: 6px 0;
    text-align: center;
    border: 1px solid #aaa;
}

.blcho:hover .blcho-show {
    display: block;
}

.blcho-show a:hover {
    filter: brightness(1.1);
}

.blcho:hover span {
    filter: brightness(1.1);
}

.jdc1-d1 {
    margin-top: 25px;
}

.jdc1-d1 p {
    font-size: 18px;
    line-height: 40px;
}

.jdc1-d2 {
    margin-top: 16px;
}

.jdc1-d2 p {
    font-weight: 200;
    line-height: 26px;
}

.jdc2 {
    margin-top: 40px;
}

.jdc-title {
    text-align: center;
    position: relative;
}

.jdc-title span {
    font-weight: bold;
    font-size: 20px;
    padding: 0 50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.jdc-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.small-t {
    font-weight: 200;
    margin-top: 20px;
    text-align: center;
}

.jdc-list1 {
    margin-top: 13px;
}

.jdc-list1 li {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.jdc-list1 li span {
    float: left;
    width: 252px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: rgba(232, 244, 255, 1);
}

.jdc-list1 li em {
    float: left;
    width: calc(100% - 252px);
    line-height: 50px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.jdc3 {
    margin-top: 50px;
}

.jdc-list2 {
    text-align: center;
}

.jdc-list2 ul {
    display: inline-block;
    margin-top: 30px;
}

.jdc-list2 ul li {
    display: inline-block;
    margin: 0 18px;
    width: 360px;
    border: 1px solid #ccc;
}

.jdc-list2 ul li span {
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    font-size: 18px;
    background-color: rgba(232, 244, 255, 1);
    display: block;
}

.jdc-list2 ul li em {
    padding: 20px;
    display: block;
    text-align: center;
}

.jdc-list2 ul li em img {
    width: 100%;
    display: block;
    height: 198px;
}

.jdc4 {
    margin-top: 50px;
}

.jdc-list3 {
    text-align: center;
    margin-top: 35px;
}

.jdc-list3 img {
    width: 1015px;
}

.jdc5 {
    margin-top: 50px;
}

.jdc-list4 {
    margin-top: 40px;
}

.jdc-list4 ul {
    margin: 0 -10px;
}

.jdc-list4 ul li {
    float: left;
    padding: 0 10px;
    width: 20%;
}

.jdc-list4 ul li i {
    display: block;
    height: 114px;
    background-color: #f2f2f2;
    position: relative;
}

.jdc-list4 ul li i b {
    position: absolute;
    width:100%;
    text-align:center;
    top: 40%;
    left:0;
    color:#fff;
    text-shadow:0 0 10px #333;
}

.jdc-list4 ul li span {
    font-weight: 200;
    display: block;
    text-align: center;
    margin-top: 14px;
}

.jdc-list4 ul li i img {
    width: 100%;
    height: 100%;
}

.jdc6 {
    margin-top: 50px;
}

.jdc-list5 ul {
    margin: 30px -13px 0;
}

.jdc-list5 ul li {
    float: left;
    width: calc((100% - 78px)/4);
    margin-right: 26px;
    border: 1px solid #ccc;
}

.jdc-list5 ul li:last-child {
    margin-right: 0;
}

.jdc-list5 ul li h6 {
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    background-color: rgba(242, 242, 242, 1);
}

.lbul {
    height: 240px;
    padding: 10px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.lbul p {
    text-align: center;
}

.jdc7 {
    overflow: hidden;
    margin: 50px -13px;
}

.jdc7-l {
    /* float: left;
    padding: 0 13px;
    width: 50%; */
}

.jdc7-ul {
    padding-top: 11px;
}

.jdc7-ul li {
    margin-top: 15px;
    padding-left: 16px;
    position: relative;
}

.jdc7-ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ccc;
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    border-radius: 50%;
}

.jdc7-ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.jdc7-ul li a:hover {
    color: rgba(22, 155, 213, 1);
}

.jdc7-ul li:hover:before {
    background-color: rgba(22, 155, 213, 1);
}

.bgcc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(47, 79, 79);
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 8;
    display: none;
}

.tanbox {
    width: 752px;
    position: fixed;
    left: 50%;
    margin-left: -377px;
    top: 50%;
    height: 558px;
    margin-top: -279px;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.tant {
    line-height: 52px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    overflow: hidden;
}

.tant span {
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.tant em {
    float: right;
    width: 24px;
    height: 24px;
    background: url(/hnzwfw/public/2020/rxyjs/images/u144.png) no-repeat;
    margin-top: 14px;
    cursor: pointer;
    transition: .2s;
}

.tant em:hover {
    transform: rotate(180deg);
}

.tanc {
    padding: 30px;
    height: 444px;
}

.tanc-1 p {
    color: #7F7F7F;
    margin-bottom: 19px;
}

.tanc-2 p {
    margin-top: 18px;
    line-height: 18px;
}

.tanc-2 p span {
    display: inline-block;
    width: 54px;
    height: 18px;
    background-color: rgba(22, 155, 213, 1);
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 30px;
}

.tanc-2 p em {
    margin-left: 18px;
}

.tanf {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.tanf a {
    display: inline-block;
    width: 191px;
    height: 38px;
    background-color: rgba(232, 244, 255, 1);
    text-align: center;
    line-height: 38px;
    margin: 0 18px;
    color: #10568A;
}

.tanf a:hover {
    background-color: #10568A;
    color: #fff;
}

.tips {
    margin-top: 30px;
}

.tips span {
    display: inline-block;
    padding-left: 28px;
    background: url(/Other/zwfw-new/hnzwfw/public/2020/rxyjs/images/u154.svg) no-repeat left center;
    font-size: 13px;
    color: #169BD5;
}

.xsetop{
    height: 240px;
    background: url(/hnzwfw/public/2020/rxyjs/images/topxse.png) no-repeat center top;
}
.xse1{
    padding: 55px 0px 43px;
}
.xsrjddesc{
    width: 876px;
    padding-right: 200px;
    font-size: 16px;
    margin-top: 26px;
    color: #33261C;
    line-height: 30px;
}
.xsetop2{
    height: 598px;
    margin-bottom: 50px;
    background: url(/hnzwfw/public/2020/rxyjs/images/xsebg2.png) no-repeat center top;
}
.xse2{
    padding: 50px 0px;
}
.amountDesc{
    margin-bottom: 30px;
}
.frontDesc{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 31px;
}
.behindDesc{
    background: #ECE9E3;
    border-radius: 5px;
    padding: 5px 16px;
    margin: 0 9px;
}
.behindDesc img{
    margin-right:9px;
}
.behindDesc em{
    font-size: 14px;
    font-weight: bold;
    color: #3F9CFD;
    line-height: 19px;
    padding: 0 6px;
}
.xsebox{
    height: 438px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 5px;
}
.xsetitle{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 31px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.xsedescBox{
    /*display: -webkit-box;*/
}
.xsetop7{
    margin-top: 20px;
}
.xse_left{
    float: left;
    width: 578px;
    margin-top: 29px;
    margin-bottom: 40px;
    border-right: 1px dashed #f5f5f5;
}
.xse_left h2 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    margin-bottom: 30px;
}
.xse_left ul li {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.xse_left ul li:last-child{
    margin-bottom: 0;
}
.xse_left ul li a {
    display: inline-block;
    width: 90%;
    font-size: 16px;
    color: #353B50;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.xse_left ul li img {
    width: 18px;
    margin-right: 9px;
}

.xse_left ul li a:hover {
    color: #006EAB;
}
.xsebtn{
    margin-top: 49px;
}
.xsebtn a{
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    width: 120px;
    height: 46px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
}
.xsebtn a:nth-child(1){
    background: #409EFF;
    color: #fff;
}
.xsebtn a:nth-child(2){
    background: #E5F2FF;
    color: rgba(0,0,0,0.85);
}
.xse_right{
    float: left;
    width: 542px;
    padding-left: 40px;
    padding-top: 29px;
}
.sma_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sma_title span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.sma_title div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sma_title div > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000000;
    margin-left: 16px;
}

.sma_title div > span.past {
    color: #C0C4CC;
}

.sma_title div > span.past em {
    background: #D8DEED;
}

.sma_title div em {
    width: 8px;
    height: 8px;
    background: #0a6cd6;
    border: 2px;
    margin-right: 5px;
}

.timestay li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 39px;
}
.timestay li:last-child{
    margin-bottom: 0;
}
.timeicon {

    width: 20px;
}

.timedesc {
    margin: 0 8px;
}

.timecompare {
    margin: 0 12px;
    flex: 1;
}

.allneed {
    display: flex;
    align-items: center;
}

.pastneed {
    font-size: 12px;
}

.allneed span:nth-child(2n+1) {
    display: inline-block;
    background: #e5e5e5;
    height:12px;
    margin-right: 5px;
}
.pastneed span:nth-child(2n+1) {
    background: #D8DEED;
    width: 85%;
}
.pastneed span:nth-child(2n+2) {
    flex: 1;
    color: #000000;
    text-decoration: line-through;
}

.nowneed span:nth-child(2n+1) {
    background: #3F9CFD;
    height: 12px;
    width: 12%;
}

.nowneed span:nth-child(2n+2) {
    color: #3F9CFD;
    font-weight: bold;
}
.lessuse {
    color: #C2C6CE;
    font-size: 14px;
}
.lessuse em{
    margin: 0 5px;
    color: #000;
    font-weight: bold;
}
.xse-title{
    text-align: center;
    position: relative;
}

.xse-title span {
    font-weight: bold;
    font-size: 24px;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

.xse-title span:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.xse-title span:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.small_xseT{
    font-weight: 200;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #C5C5C5;
    line-height: 21px;
}

.xse-list1 ul li {
    float: left;
    height: 310px;
    position: relative;
    width: calc((100% + 75px)/4);
    background: url("/Other/zwfw-new/hnzwfw/public/2020/rxyjs/images/libg1.svg") center center no-repeat;
    background-size: 100% 100%;
    margin-left: -25px;
}

.xse-list1 ul li:first-child {
    margin-left: 0;
}
.ranknum{
    position: absolute;
    top: 50px;
    left: 45px;
}
.xse-list1 ul li h6{
    height: 120px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    padding-top: 45px;
    width: calc(100% - 50px);
    padding-left: 132px;
}
.xse-list1 ul li div.descul{
    width: calc(100% - 70px);
    margin: 0 auto;
    font-size: 16px;
    color: #717171;
    padding-top: 10px;
    line-height: 30px;
    border-top: 1px dashed #e5e5e5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}
.newtabxse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 408px;
    height: 64px;
    margin: 25px auto 0;
    background: #E5F2FF;
    border-radius: 32px;
}
.newtabxse span{
    display: inline-block;
    width: 204px;
    height: 64px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #409EFF;
    line-height: 64px;
    border-radius: 32px;
    cursor: pointer;
}
.newtabxse span.active{
    background: #409EFF;
    color: #fff;
}
.xse-list2 ul li {
    float: left;
    height: 264px;
    position: relative;
    width: calc((100% + 75px)/4);
    background-size: 100% 100%;
    margin-left: -25px;
}
.xse-list2 ul.imglist1 li:nth-child(1){
    background: url("/hnzwfw/public/2020/rxyjs/images/li2bg1.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist1 li:nth-child(2){
    background: url("/hnzwfw/public/2020/rxyjs/images/li2bg2.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist1 li:nth-child(3){
    background: url("/hnzwfw/public/2020/rxyjs/images/li2bg3.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist1 li:nth-child(4){
    background: url("/hnzwfw/public/2020/rxyjs/images/li2bg4.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul li:first-child {
    margin-left: 0;
}
.xse-list2 ul.imglist2 li:nth-child(1){
    background: url("/hnzwfw/public/2020/rxyjs/images/li1bg1.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist2 li:nth-child(2){
    background: url("/hnzwfw/public/2020/rxyjs/images/li1bg2.png") center center no-repeat;
    background-size: 100% 100%;
}
.xse-list2 ul.imglist2 li:nth-child(3){
    background: url("/hnzwfw/public/2020/rxyjs/images/li1bg3.png") center center no-repeat;
    background-size: 100% 100%;
}
.imglist2{
    text-align: center;
}
.xse-list2 ul.imglist2 li{
    display: inline-block;
    float: none;
    position: relative;
}
.xse-list2 ul.imglist2 li span{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    text-shadow: 0px 1px 0px rgba(92,115,184,0.5);
}
.lcpic{
    height: 654px;
    padding: 40px 0;
}
.lcpic img{
    width: 100%;
    margin: 0 auto;
}
.xsetop4{
    padding-top: 30px;
    height: 1088px;
    background: #F7F9FC;
}
.wxts_box{
    display: flex;
    margin-right: -20px;
}
.dzsbk {
    flex: 1;
    background: #fff;
    margin-top: 40px;
    margin-right: 20px;
    padding: 20px;
}

.dzsbk_left {
    float: left;
    width: 220px;
}

.dzsbk_right {
    float: right;
    width: calc(100% - 257px);
    color: #333;
    position: relative;
    cursor: pointer;
}

.para_title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
}

.para {
    line-height:30px;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.codeimg {
    display: block;
    width: 100%;
}
.xsetop5{
    padding-top: 66px;
}
.xse-list4 {
    margin-top: 40px;
}

.xse-list4 ul li {
    float: left;
    width:calc((100% - 160px)/5);
    margin-right: 40px;
    height: 208px;
}
.xse-list4 ul li a{
    display: block;
    height: 100%;
    padding: 15px 0;
}
.xse-list4 ul li:nth-child(odd) a{
    background: url("/hnzwfw/public/2020/rxyjs/images/odd.png") center center no-repeat;
}
.xse-list4 ul li:nth-child(even) a{
    background: url("/hnzwfw/public/2020/rxyjs/images/even.png") center center no-repeat;
}
.xse-list4 ul li:last-child{
    margin-right: 0;
}
.xse-list4 ul li span {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 15px;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xse-list4 ul li a img {
    display: block;
    margin: 0 auto;
    width: 119px;
}
.xsetop6{
    margin-top: 30px;
}
.xse-list5{
    margin: 30px 0;
}
.list5_title{
    height: 50px;
    padding: 15px 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 19px;
    background: #F3F6F9;

}
.list5_title em{
    font-size: 14px;
    font-weight: bold;
    color: #3F9CFD;
    line-height: 19px;
    padding: 0 6px;
}
.list5_item{
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E4E3E4;
}
.list5_item:last-child{
    margin-bottom: 0;
}
.iline_left {
    float: left;
    width: 80%;
}
.iline_left h1 {
    margin-bottom: 12px;
}
.iline_left h1 span.tags{
    float: left;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 4px;
    background: #E5F2FF;
    color: #4a9cdb;
    font-size: 14px;
    text-align: center;
}
.iline_left h1 a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.iline_left p {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    color: rgba(102,102,102,0.85);
    align-items: center;
}
.iline_left p span{
    margin-right: 10px;
}
.iline_right {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.iline_right a {
    display: inline-block;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    color: #9F9F9F;
    padding: 0 10px;
    line-height: 36px;
    margin-left: 16px;
}
.iline_right a.full {
    background: #409EFF;
    color: #fff;
}
.iline_right a.deep {
    border: 1px solid #409EFF;
    color: #409EFF;
}
.xse-list6{
    margin: 30px 0;
}
.list6_item{
    margin-bottom: 10px;
    padding: 20px 20px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E4E3E4;
}
.first_title{
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.first_title:hover{color: #409EFF;}
.second_title{
    font-size: 14px;
    color: rgba(102,102,102,0.85);
    line-height: 30px;
    margin: 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.third_tags span{
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3885D4;
    line-height: 19px;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}

.zxblbox {
    width: 380px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px;
    z-index: 1999999999999999;
    top: 45%;
    /*margin-left: -190px;*/
    display: none;
}
.contact-close{
    width: 17px;
    height: 16px;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    top: 20px;
    right: 20px;
}
.contact-close:hover {
    transform: rotate(180deg);
}
.contact-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #0d1c28;
    line-height: 40px;
    margin-bottom: 10px;
}
.contact-ft{
    height: 40px;
    width: 120px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    text-align:center;
}
.contact-ft a{
    padding: 0 20px;
    color: #4293f4;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #ebf4fb;
}
.xse-title-sub{text-align: center; margin: 30px auto;}
.xse-title-sub a{display: inline-block; padding: 0 24px; line-height: 48px; background: #F3F4F4;font-size: 18px;font-weight: bold; color: #333;}
.xse-title-sub a.active{background-color: #E5F2FF; color: #409EFF;}

/*特殊群体*/
.tsqttop1 {
    height: 240px;
    background: url(/hnzwfw/public/2020/rxyjs/images/tsqttop1.png) no-repeat center top;
}
.tsqt-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tsqt-title i {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-left: 26px;
    margin-right: 10px;
    line-height: 36px;
}
.tsqttop2{
    min-height: 786px;
    background: url(/hnzwfw/public/2020/rxyjs/images/tsqttop2.png) #f7f9fb no-repeat center top;
}
.tsqtddesc{
    width: 915px;
    padding-right: 175px;
    font-size: 16px;
    margin-top: 26px;
    color: #33261C;
    line-height: 30px;
}
.tsqtTab{
    display: flex;
    flex-wrap: wrap;
}
.tsqtTab li{
    width: calc((100% - 48px)/3);
    margin-right: 24px;
    height: 60px;
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 0 20px;
    position: relative;
}
.tsqtTab li.active{
    background: #209DE2;
}
.tsqtTab li.active:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    border-top: 6px solid #209DE2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;;
}
.tsqtTab li:nth-child(3n+3){
    margin-right: 0;
}
.tsqtTab li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
}
.tsqtTab li.active a{
    color: #FFFFFF;
}
.onetsqz{
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.onetsqz h1{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    margin-bottom: 12px;
}
.sl_title{
    font-size: 16px;
    color: #353B50;
    line-height: 31px;
}
.tsqtBox{
    margin-top: 20px;
    min-height: 525px;
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 2px rgba(224,226,228,0.68);
    border-radius: 5px;
    display: none;
}
.tsqz_item {
    margin-bottom: 10px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #E4E3E4;
}
.tsqz_item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.tsqz_iteml {
    float: left;
    width: 80%;
}
.tsqz_iteml h1 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #353B50;
    line-height: 24px;
}
.iteml_desc{
    font-size: 16px;
    color: #9F9F9F;
    line-height: 26px;
}
.tsqz_itemr {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.tsqz_itemr a {
    display: inline-block;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    color: #9F9F9F;
    padding: 0 10px;
    line-height: 36px;
    margin-left: 16px;
}
.tsqz_itemr a.full {
    background: #409EFF;
    color: #fff;
}
.tsqz_itemr a.deep {
    border: 1px solid #409EFF;
    color: #409EFF;
}
.clickbtn{
    cursor: pointer;
    color:#209DE2;
    padding-left: 10px;
}
/*婚育*/
.hytop{
    height: 240px;
    background: url(/hnzwfw/public/2020/rxyjs/images/top_43TC1102600Y.png) no-repeat center top;
}
.hy-list2{text-align: center;}
.hy-list2 ul.imglist1 li{display: inline-block;float: none;position: relative;}
.hy-list2 ul.imglist1 li:nth-child(1){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/hybg1.png");
}
.hy-list2 ul.imglist1 li:nth-child(2){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/hybg2.png");
}
.hy-list2 ul.imglist1 li:nth-child(3){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/hybg3.png");
}

.die-slick-items{width: 100%;height: 264px; position: relative;}
.die-slick-items .info{
    color: #fff;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 256px;
    height: 193px;
    background: rgba(103,178,255,.78);
    padding: 20px 15px 15px;
    border-radius: 7px;
    display: none;
}
.die-slick-items:hover .info {
    display: block;
}
.die-slick-items .info h2{font-size: 16px; font-weight: bold; text-align: center;}
.die-slick-items .info p{font-size: 14px;line-height: 24px; text-align: left;}
.die-slick .slick-next {
    top: 45%;
    right: -25px;
    border-radius: 100%;
    background: url(/hnzwfw/public/2020/rxyjs/images/icon-right21.png) left top no-repeat;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 0.15rem 1rem 0 rgb(9 41 77 / 20%);
}

.die-slick .slick-prev {
    top: 45%;
    left: -25px;
    border-radius: 100%;
    background: url(/hnzwfw/public/2020/rxyjs/images/icon-left21.png) left top no-repeat;
    transition: background-color .3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 0.15rem 1rem 0 rgb(9 41 77 / 20%);
}

.die-slick .slick-next:hover,.die-slick .slick-prev:hover{background-position: left -42px; background-color: #006eab;}
.die-slick .slick-prev.slick-disabled {
    opacity: 0.5;
}
.die-slick .slick-next.slick-disabled {
    opacity: 0.5;
}
/*身后*/
.dietop{
    height: 240px;
    background: url(/hnzwfw/public/2020/rxyjs/images/top_43TC1102700Y.png) no-repeat center top;
}
.die-condition-con{width: 100%; height: 90px; margin: 25px auto; padding: 20px; background: url("/hnzwfw/public/2020/rxyjs/images/die_flow_bg.png") no-repeat center top; box-shadow: 0px 0px 23px 2px rgb(224 226 228 / 68%);border-radius: 5px;display: flex; align-items: center; justify-content: flex-start;}
.die-condition-con .num{ margin-left: 10px;}
.die-condition-con h2{padding: 0 25px; font-size: 16px;line-height: 26px; color: #333; font-weight: bold;}

.die-list2 ul.imglist1 li:nth-child(1){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/die2bg1.png");
}
.die-list2 ul.imglist1 li:nth-child(2){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/die2bg2.png");
}
.die-list2 ul.imglist1 li:nth-child(3){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/die2bg3.png");
}
.die-list2 ul.imglist1 li:nth-child(4){
    background-image: url("/hnzwfw/public/2020/rxyjs/images/die2bg4.png");
}

/*社会保险*/
.shbxtop1 {
    height: 240px;
    background: url(/hnzwfw/public/2020/rxyjs/images/shbxtop1.jpg) no-repeat center top;
}
.shbx-tab .hd{text-align: center; margin-bottom: 20px;}
.shbx-tab .hd span{display: inline-block; width: 310px; height: 60px; line-height: 60px; text-align: center; background: #fff; font-weight: bold;font-size: 18px;color: rgba(0,0,0,0.85); cursor: pointer;}
.shbx-tab .hd span.active{background: #006EAA; color: #fff}
.shbx-tab .hd span:first-child{border-radius: 10px 0 0 10px;}
.shbx-tab .hd span:last-child{border-radius: 0 10px 10px 0;}

.yclb{margin: 30px auto; display: flex; justify-content: space-between; align-items: center;}
.yclb .tipsImg{width: 36px;}
.yclb .info{flex: 1; margin-left: 16px;}
.yclb .info h2{font-size: 14px; font-weight: bold;color: rgba(0,0,0,0.85);}
.yclb .info h2 em {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 0 6px;
}
.yclb .info p{font-size: 14px; color: #9F9F9F;}
.yclb .btn{color: #fff; font-size: 16px; height: 46px; line-height: 46px; background: #409EFF;border-radius: 5px;}

/*退休*/
.txtop1 {
    height: 240px;
    background: url(/hnzwfw/public/2020/rxyjs/images/txzttop1.png) no-repeat center top;
}
/*地区选择之后的提示*/
.newtc-con{
    padding: 20px 20px 0 20px;
}
.xsblsxTitle{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #EAF6FF;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.sxitemnew{
    padding-bottom: 20px;

}
.sxitemnew:last-child{
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 24px;
}
.sxitemnew_t{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom: 9px;
}
.sxitemnew_b{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}
.sxitemnew_b img{
    margin-right: 16px;

}
.xstitle2{
    height: 26px;
    background: #FFF5F4;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #FF2A00;
    padding: 0 10px;
    margin-bottom: 20px;
}
#rightsHandleMsg2{
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDDDDD;
}
.askgoon{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}
#express_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}
.addsx-btn{
    text-align: center;
    padding: 15px 0;
}
.addsx-btn a{
    display: inline-block;
    margin-left:10px;
    margin-right: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #409EFF;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
}
.addsx-btn a:hover{
    opacity: .85;
}

.addsx-btn a.btn-border{
    background: #fff;
    border-radius: 5px;
    font-weight: normal;
    border: 1px solid #dadada;
    color: #999;
}
.addsx-btn a.btn-border:hover{
    background: #409EFF;
    border: 1px solid #409EFF;
    color: #fff;
}
.sxitemnew_t2{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-bottom:15px;
}

