﻿.subnav {
    position: relative;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

    .subnav li {
        display: inline-block;
    }
    .subnav .layui-clear {
        margin: 0 auto;
        text-align: center;
    }
.subnav li a {
    display: block;
    width: 160px;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    color: #030303;
    text-align: center;
}
.subnav li a.action, .subnav li a:hover {
    color: #fff;
    background-color: #cc5d66;
}

.sign {
    padding-top: 65px;
    padding-bottom:65px;
    background-color: #fcfdfd;
}

.sign .items {
    margin: 0 auto;
    width: 1340px;
}

.sign .items .layui-row {
    margin-left: -40px
}

.sign li {
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    width: 417px;
    height: 335px;
}

.sign dd {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 30px;
    height: 110px;
    width: 417px;
    text-align: center;
    background: url(../images/sign_bg_2.png) center no-repeat;
    z-index: 9;
}

.sign dd span {
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fefefe;
}

.sign dd p {
    padding-top: 28px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}

.sign a:hover dd {
    background: url(../images/sign_bg_1.png) center no-repeat;
}

.sign a:hover span, .sign a:hover p {
    color: #fff;
}

#demo2-1 {
    padding-top: 64px;
    text-align: center;
}

.layui-laypage a, .layui-laypage span {
    padding: 0px 40px;
    height: 52px;
    line-height: 52px;
}