body {
    background-color: #fcfcfe !important;
}

/* banner */
.banner {
    width: 100%;
    height: 220px;
    background: #6a9ee7 url(banner.png) center top no-repeat;
}

.banner .w1200 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    padding-top: 72px;
}

/* 在线提取流程 */
.zxtqlc {
    height: 335px;
}

.title {
    height: 135px;
    background: url(titleBg.png) center 50px no-repeat;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 135px;
}

.zxtqList {
    height: 200px;
}

.zxtqList > div {
    float: left;
    width: 278px;
    height: 200px;
    margin-left: 29px;
    box-shadow: 0 0 20px #f4f6fb;
    background: url(zxtqlcBg.png) center top no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.zxtqList > div:first-child {
    margin-left: 0;
}

.zxtqList img {
    margin-top: 30px;
}

.zxtqList .word {
    margin-top: 40px;
}

.zxtqList > div:hover .mark {
    transform-style: preserve-3d;
    animation: rotate 1s;
    -webkit-animation: rotate 1s;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(360deg)
    }
}

/* 公积金提取 */
.gjjtqListBox {
    height: 300px;
    box-shadow: 0 0 20px #f4f6fb;
}

.gjjtqMark {
    width: 240px;
    height: 300px;
    float: left;
    background: url(gjjtq.png) center top no-repeat;
}

.gjjtqList {
    width: 960px;
    height: 300px;
    float: left;
    background-color: #fff;
    padding: 20px;
}

.gjjtqList a {
    float: left;
    width: 293px;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gjjtqList a{
    margin-right: 20px;
    margin-bottom: 20px;
}

.gjjtqList a:nth-child(3n){
    margin-right: 0px;
}
.gjjtqList a:hover {
    color: #488cf0;
}

.new div {
    width: 24px;
    height: 22px;
    background: url(new.png) center top no-repeat;
    position: absolute;
    right: 0;
    top: -4px;
}

/* 公积金贷款 */
.gjjdkListBox {
    height: 160px;
    box-shadow: 0 0 20px #f4f6fb;
}

.gjjdkMark {
    width: 240px;
    height: 160px;
    float: left;
    background: url(gjjdk.png) center top no-repeat;
}

.gjjdkList {
    width: 960px;
    height: 160px;
    float: left;
    background-color: #fff;
    padding: 20px;
}

.gjjdkList a {
    float: left;
    width: 293px;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gjjdkList a:hover {
    color: #488cf0;
}
.gjjdkList a{
    margin-right: 20px;
    margin-bottom: 20px;
}

.gjjdkList a:nth-child(3n){
    margin-right: 0px;
}

/* 公积金查询打印 */
.gjjcxListBox {
    height: 300px;
    box-shadow: 0 0 20px #f4f6fb;
    margin-bottom: 40px;
}

.gjjcxMark {
    width: 240px;
    height: 300px;
    float: left;
    background: url(gjjcx.png) center top no-repeat;
}

.gjjcxList {
    width: 960px;
    height: 300px;
    float: left;
    background-color: #fff;
    padding: 20px;
}

.gjjcxList a {
    float: left;
    width: 293px;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gjjcxList a:hover {
    color: #488cf0;
}

.gjjcxList a{
    margin-right: 20px;
    margin-bottom: 20px;
}

.gjjcxList a:nth-child(3n){
    margin-right: 0px;
}
.box {
    display: none;
}

.btn {
    margin-top: 18px;
    display: inline-block;
}

.btn li {
    width: 26px;
    height: 5px;
    border-radius: 0;
    background: #dfe1e2;
    opacity: 1;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

.btn ul {
    display: flex;
    width: 960px;
    justify-content: center;
}

.btn .active {
    background-color: #488CF0;
}
