.cnt-banner {
    height: 350px;
    text-align: center;
    background: url("../img/c_banner.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.cnt-banner > h1 {
    padding: 127px 0 12px;
    color: #ffffff;
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
}

.cnt-banner > p {
    font-size: 22px;
    font-family: MicrosoftYaHeiLight;
    color: #ffffff;
}

.cnt-case {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.case-nav {
    text-align: center;
}

.case-nav > p {
    display: inline-block;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    border: solid 1px #dddddd;
    border-radius: 2px;
}

.case-nav a {
    width: 109px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 46px;
    border-right: solid 1px #dddddd;
    cursor: pointer;
}

.case-nav a:last-of-type {
    border-right: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.case-nav .case-item-active {
    color: #fff;
    background-color: #ff7200;
    border: 1px solid #ff7200;
    border-right: none;
    margin-left: -1px;
    margin-top: -1px;
}

.case-item {
    padding-top: 74px;
    padding-bottom: 65px;
    padding-right: 67px;
    border-bottom: 1px solid #f4f4f4;
}

.case-item:last-of-type {
    border-bottom: 0;
}

.case-img {
    width: 400px;
    height: 270px;
}

.case-note {
    width: 659px;
}

.case-note-tit {
    height: 44px;
    margin-bottom: 46px;
    padding-left: 19px;
    font-size: 20px;
    line-height: 44px;
    font-weight: normal;
    color: #333;
    background-color: #f8f8f8;
}

.case-item >a:hover .case-note-tit{
    color: #ff7200;
}
.case-cell {
    padding-left: 18px;
    margin-bottom: 20px;
}

.case-cell-tit {
    float: left;
    display: inline-block;
    width: 65px;
    margin-right: 30px;
    text-align: justify;
    text-align-last: justify;
    font-size: 16px;
    color: #333;
}

.case-cell-tip {
    float: left;
    width: 515px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
}

.laypage_main * {
    font-size: 16px;
}

.laypage_main a,
.laypage_main span {
    line-height: 35px !important;
    background-color: transparent;
}

.laypageskin_molv a,
.laypageskin_molv span {
    width: 35px !important;
    height: 35px !important;
    margin: 0 14px 0 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: transparent;
}

.laypageskin_molv a {
    background-color: transparent !important;
}

.laypageskin_molv .laypage_prev,
.laypageskin_molv .laypage_next {
    width: 22px !important;
    height: 22px !important;
    margin-top: 6px !important;
    background-repeat: no-repeat;
}

.laypageskin_molv .laypage_prev {
    background-image: url(../img/c_left.png);
}

.laypageskin_molv .laypage_next {
    background-image: url(../img/c_right.png);
}

#pageBox{
    vertical-align:top;
}
#pageCount {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    letter-spacing: 11px;
    color: #666;
    vertical-align:top;
}