﻿.slideBox {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ddd*/
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 26px;
    z-index: 1
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #dce0e3;
    cursor: pointer
}

.slideBox .hd ul li.on {
    background: #800040;
    color: #fff
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle
}

.slideBox .bd img {
    width: 100%;
    height: 600px;
    display: block
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: .5
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.slideBox .prevStop {
    display: none
}

.slideBox .nextStop {
    display: none
}

.ideaBox {
    background: url('../images/linianbg.png') no-repeat left center;
    margin-top: 30px;
    overflow: hidden;
    height: 566px
}

#idea .sec_rt {
    width: 670px
}

#idea dt {
    font-size: 24px;
    color: #4c4850;
    background: url('../images/leaf.png') no-repeat left center;
    height: 46px;
    padding-left: 40px
}

#idea dd {
    font-size: 13px;
    padding-left: 40px
}

#idea p {
    height: 28px;
    line-height: 28px
}

#idea .p2 {
    padding-left: 16px
}

#idea .p3 {
    padding-left: 28px
}

#idea .sec_1 {
    margin: 25px 0 0 28px
}

#idea .sec_2 {
    margin: 10px 0 0 110px
}

#idea .sec_3 {
    margin: 10px 0 0 84px
}

#idea .sec_4 {
    margin: 30px 0 0 0
}

#idea .tel {
    height: 132px;
    background: url('../images/line2.png') no-repeat bottom
}

#idea .telBox {
    margin: 30px 0 0 186px;
    color: #868177
}

#idea .telBox h5 {
    background: url('../images/telbg.png') no-repeat left;
    padding-left: 30px;
    font-size: 20px;
    height: 25px;
    line-height: 25px
}

#idea .telBox p {
    font-size: 30px;
    margin-top: 10px
}

#proShow {
    margin-top: 44px
}

.proTitle {
    background: url('../images/protitlebg.jpg') no-repeat center;
    width: 220px;
    height: 62px;
    margin-top: 18px
}

.proTitle h2 {
    padding: 7px 0 0 26px;
    font-size: 18px;
    color: #fff
}

.sideMenu {
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 218px
}

.sideMenu h3 {
    height: 50px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #e3e3e3;
    background: #800040;
    cursor: pointer;
    font: normal 14px/32px "Microsoft YaHei";
    color: #fff
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/arrowdown.png) 16px 12px no-repeat;
    cursor: pointer
}

.sideMenu h3.on em {
    background-position: 16px -57px;
    background: url(../images/arrowdown.png) 16px 12px no-repeat
}

.sideMenu ul {
    color: #999;
    /* display: none; */
}

.sideMenu ul li {
    height: 34px;
    line-height: 34px;
    background: #f7f7f7;
    border-bottom: 1px dashed #e4e4e4;
    padding: 0 0 0 18px
}

.sideMenu ul em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/arrowright.png) 16px 12px no-repeat;
    cursor: pointer
}

.sideMenu .over {
    background: #fff
}

.sideMenu .over em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/arrowhover.png) 16px 12px no-repeat;
    cursor: pointer
}

#proShow .show {
    width: 970px
}

#proShow .cate ul {
    overflow: hidden;
    margin-bottom: 16px
}

#proShow .cate li {
    float: left;
    background: url(../images/leaf2.png) no-repeat left;
    padding-left: 40px;
    margin-left: 24px;
    height: 42px;
    line-height: 48px;
    font-size: 18px
}

#proShow .more {
    display: block;
    background: #800040;
    color: #fff;
    text-align: center;
    width: 62px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 16px;
    font-size: 12px
}

.proBox {
    overflow: hidden;
    margin-right: -10px
}

.proList {
    float: left;
    margin-left: 12px;
    margin-bottom: 14px;
    width: 311px
}

.proList a {
    display: block
}

.proList img {
    border: 1px solid #95416b;
    width: 300px;
    height: 247px;
    margin-bottom: 14px
}

.proList p {
    text-align: center
}

.advTop {
    height: 240px;
    margin-top: 55px
}

#adv .sort {
    font-size: 65px;
    color: #8f8d91
}

#adv .p1 {
    font-size: 36px;
    color: #800040
;
    margin-top: 6px
}

#adv .p2 {
    font-size: 18px;
    background: #ce6398;
    color: #fff;
    width: 272px;
    margin-left: 4px
}

#adv .title {
    width: 578px
}

#adv dl {
    width: 660px;
    margin-bottom: 28px
}

#adv dd {
    width: 460px;
    margin-left: 80px;
    background: url(../images/square.png) no-repeat 0 6px;
    line-height: 24px;
    padding-left: 16px;
    font-size: 14px
}

.adv1 {
    background: url(../images/advbg1.png) no-repeat right center;
    height: 600px
}

.adv1 .first {
    padding-top: 57px
}

.adv2 {
    background: url(../images/advbg2.png) no-repeat left center;
    height: 400px
}

.advBox2 {
    width: 630px
}

.adv3 {
    background: url(../images/advbg3.png) no-repeat right center;
    height: 540px
}

.adv3 .tel {
    width: 250px;
    margin: 0 auto
}

.adv3 .tel h5 {
    font-size: 20px;
    color: #868177
}

.adv3 .tel p {
    font-size: 30px;
    color: #868177;
    padding-left: 10px
}

.proPicBox {
    border: 1px solid #ce6398;
    margin-bottom: 10px
}

#proPic .top {
    height: 34px;
    line-height: 34px;
    background: #800040;
    color: #fff
}

#proPic .p1 {
    margin-left: 15px;
    padding-left: 40px;
    background: url(../images/light.png) no-repeat left center
}

#proPic .p2 {
    margin-right: 34px
}

#proPic .bPic {
    idth: 1158px;
    height: 500px;
    padding: 20px 0 20px 18px
}

#proPic .bPic img {
    width: 1158px;
    height: 500px
}

#proPic .sPic {
    overflow: hidden;
    padding: 0 0 0 18px
}

#proPic .sPic li {
    float: left;
    padding: 5px;
    border: 1px solid #ce6398;
    margin: 0 23px 0 0;
    position: relative;
    cursor: pointer
}

#proPic .sPic img {
    width: 357px;
    height: 155px
}

#proPic .sPic .picBox {
    height: 40px;
    width: 356px;
    position: absolute;
    top: 120px;
    left: 5px;
    background: black;
    opacity: .5
}

#proPic .sPic p {
    height: 40px;
    line-height: 40px;
    width: 356px;
    position: absolute;
    top: 120px;
    left: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

#proPic2 {
    overflow: hidden
}

#proPic2 .leftSide {
    padding: 20px 0 20px 18px;
    position: relative
}

#proPic2 .leftSide .picBox {
    width: 366px;
    height: 684px;
    padding: 3px;
    border: 1px solid #ce6398
}

#proPic2 .leftSide img {
    width: 366px;
    height: 684px
}

#proPic2 .leftSide .title {
    position: absolute;
    top: 24px;
    left: 22px;
    background: #c49232;
    color: #fff;
    width: 366px;
    height: 106px;
    padding: 10px 0 0 0
}

#proPic2 .leftSide .title h5 {
    font-size: 36px;
    padding-left: 12px
}

#proPic2 .leftSide .en {
    font-size: 32px;
    color: #a46c00
}

#proPic2 .leftSide .descBox,
#proPic2 .leftSide .desc {
    width: 366px;
    height: 40px;
    position: absolute;
    top: 667px;
    left: 22px
}

#proPic2 .leftSide .descBox {
    background: black;
    opacity: .5
}

#proPic2 .leftSide .desc {
    text-align: center;
    line-height: 40px;
    color: #fff
}

#proPic2 .rightSide .bPic {
    padding: 20px 24px 0 0
}

#proPic2 .rightSide .bPic img {
    width: 764px;
    height: 500px
}

#proPic2 .sPic {
    padding: 17px 0 0 0
}

#proPic2 .sPic li {
    float: left;
    padding: 5px;
    border: 1px solid #ce6398;
    margin: 0 23px 0 0;
    position: relative;
    cursor: pointer
}

#proPic2 .sPic .picBox {
    height: 40px;
    width: 358px;
    position: absolute;
    top: 120px;
    left: 5px;
    background: black;
    opacity: .5
}

#proPic2 .sPic p {
    height: 40px;
    line-height: 40px;
    width: 356px;
    position: absolute;
    top: 120px;
    left: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

#proPic2 .sPic img {
    width: 357px;
    height: 155px
}

.soluction {
    overflow: hidden;
    border: 1px solid #ce6398
}

.soluction h5 {
    font-size: 36px;
    color: #ce6398;
    text-align: center;
    width: 100px;
    line-height: 100px;
    width: 100%
}

.soluction .left {
    width: 790px;
    padding: 0 0 38px 50px
}

.soluction .left .second {
    width: 512px;
    height: 181px
}

.soluction .left .second img {
    width: 512px;
    height: 181px
}

.soluction .left ul {
    overflow: hidden
}

.soluction .left li {
    width: 250px;
    height: 180px;
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #ce6398
}

.soluction .right {
    width: 288px;
    height: 358px;
    background: url(../images/soluction_bg.png) no-repeat top;
    background-color: #f1f1f1;
    margin: 9px 46px 0 0
}

.soluction .right h2 {
    font-size: 20px;
    width: 162px;
    padding: 12px 0 56px 90px
}

.soluction .right .num {
    font-size: 24px;
    color: #749a33
}

.soluction .right .list {
    height: 45px;
    position: relative
}

.soluction .right .title {
    display: inline-block;
    width: 85px;
    text-align: right;
    font-size: 14px
}

.soluction .right .star {
    color: red
}

.soluction .right .last {
    padding: 0 0 0 91px
}

.soluction .right .verify {
    float: right;
    width: 90px;
    height: 30px;
    margin-right: 18px
}

.soluction .right .tip {
    position: absolute;
    top: -16px;
    left: 90px;
    font-size: 12px;
    color: red
}

#name,
#tel,
#email {
    width: 172px;
    height: 26px
}

#code {
    width: 86px;
    height: 26px
}

#sub2 {
    width: 87px;
    height: 26px;
    border: 0;
    background: #749c29;
    color: #fff;
    font-size: 16px
}

.banner2 {
    position: relative
}

.banner2 img {
    width: 100%;
    height: 122px;
    margin: 20px 0 34px 0
}

.banner2 .tel {
    position: absolute;
    top: 33px;
    right: 42px;
    width: 240px;
    height: 55px;
    background: #ae3673;
    color: #fff;
    border-radius: 10px;
    text-align: center
}

.banner2 .p1 {
    font-size: 18px;
    height: 28px
}

.banner2 .p2 {
    border-top: 1px solid #fff;
    width: 196px;
    margin: 0 auto;
    position: relative;
    top: 12px
}

.banner2 .p3 {
    font-size: 14px;
    background: #ae3673;
    width: 126px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.successCase {
    border: 1px solid #97b55f
}

.successCase .top {
    background-color: #800040
}

.successCase h2 {
    font-size: 18px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 20px;
    padding-left: 32px;
    background: url(../images/case_title_bg.png) no-repeat left center
}

.successCase .middle {
    overflow: hidden;
    padding-left: 23px
}

.successCase .picList {
    width: 560px;
    height: 357px;
    border: 1px solid #ce6398;
    position: relative;
    float: left;
    margin: 20px 0 28px 0
}

.successCase .picList img {
    width: 100%;
    height: 100%
}

.successCase .titleBox,
.successCase .title {
    position: absolute;
    top: 306px;
    left: 2px;
    height: 50px;
    line-height: 50px;
    width: 99%
}

.successCase .titleBox {
    background: black;
    opacity: .5
}

.successCase .title {
    font-size: 22px;
    text-align: center;
    color: #fff
}

.successCase .one {
    margin-right: 26px
}

.successCase .bottom {
    position: relative
}

.successCase .bd {
    overflow: hidden;
    margin: 0 0 32px 64px
}

.successCase .prev {
    position: absolute;
    left: 25px;
    top: 52px;
    font-size: 30px
}

.successCase .next {
    position: absolute;
    right: 25px;
    top: 52px;
    font-size: 30px
}

.successCase .caseList {
    margin-left: 64px;
    overflow: hidden;
    margin-bottom: 33px
}

.successCase .list {
    float: left;
    width: 349px;
    height: 186px;
    border: 1px solid #97b55f;
    margin: 0 10px 0 0;
    position: relative
}

.successCase .list a {
    display: block
}

.successCase .list img {
    width: 349px;
    height: 186px
}

.successCase .nameBox,
.successCase .name {
    width: 99%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 146px;
    left: 1px
}

.successCase .nameBox {
    background: black;
    opacity: .5
}

.successCase .name {
    font-size: 16px;
    color: #fff;
    text-align: center
}

.company {
    border: 1px solid #ce6398;
    margin-top: 40px
}

.company .h1 {
    font-size: 36px;
    color: #ce6398;
    height: 92px;
    line-height: 92px;
    text-align: center
}

.company ul {
    overflow: hidden
}

.company ul li {
    float: left;
    width: 182px;
    padding: 0 10px 0 0
}

.company ul li img {
    width: 184px;
    height: 100px;
    border: 1px solid #ccc
}

.company ul li p {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

.company .witness .top {
    height: 54px;
    line-height: 54px;
    border-bottom: 2px solid #800040;
    margin: 0 20px
}

.company .witness h2 {
    padding-left: 50px;
    background: url(../images/leaf2.png) no-repeat left;
    font-size: 24px;
    color: #800040
}

.company .witness .more {
    width: 60px;
    height: 20px;
    background: #800040;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 5px;
    margin: 24px 0 0 0;
    font-size: 12px
}

.company .witnessBox {
    overflow: hidden;
    padding: 20px 0 0 20px
}

.company .witnessList {
    overflow: hidden;
    float: left;
    width: 580px;
    height: 205px;
    padding: 0 10px 10px 0
}

.company .witnessList .pic {
    border: 1px solid #ccc
}

.company .witnessList .pic img {
    width: 192px;
    height: 186px;
    margin: 2px
}

.company .witnessList .con {
    width: 350px;
    padding-left: 4px
}

.company .witnessList h5 {
    font-size: 16px;
    color: #252525;
    font-weight: bold;
    padding: 0 0 6px 0
}

.company .witnessList p {
    line-height: 28px;
    font-size: 14px
}

.company .witnessList .detail {
    color: #800040;
    font-size: 12px;
    float: right;
    margin: 36px 6px 0 0
}

.aboutOuMy {
    overflow: hidden
}

.aboutOuMy .left {
    width: 700px;
    height: 424px;
    border: 1px solid #ce6398;
    margin: 20px 0
}

.aboutOuMy .left .top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #ce6398
}

.aboutOuMy .left .top h2 {
    font-size: 24px;
    background: url(../images/leaf2.png) no-repeat left;
    padding: 0 0 0 45px;
    margin-left: 20px
}

.aboutOuMy .left .more {
    width: 60px;
    height: 20px;
    background: #800040;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 5px;
    margin: 24px 10px 0 0;
    font-size: 12px
}

.aboutOuMy .left .en {
    color: #909090
}

.aboutOuMy .left .con {
    width: 342px;
    margin: 20px 10px 0 0
}

.aboutOuMy .left .con h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px
}

.aboutOuMy .left .con p {
    font-size: 14px;
    line-height: 28px
}

.aboutOuMy .left .detail {
    color: #800040;
    font-size: 12px;
    float: right;
    margin: 36px 6px 0 0
}

.aboutOuMy .aboutBox .pic {
    border: 1px solid #ccc;
    margin: 20px 0 0 20px
}

.aboutOuMy .aboutBox img {
    width: 310px;
    height: 300px;
    margin: 1px
}

.aboutOuMy .right {
    width: 480px;
    height: 424px;
    border: 1px solid #ce6398;
    margin: 20px 0
}

.aboutOuMy .right .top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #ce6398
}

.aboutOuMy .right .top h2 {
    font-size: 24px;
    background: url(../images/leaf2.png) no-repeat left;
    padding: 0 0 0 45px;
    margin-left: 20px
}

.aboutOuMy .right .more {
    width: 60px;
    height: 20px;
    background: #800040;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 5px;
    margin: 24px 10px 0 0;
    font-size: 12px
}

.aboutOuMy .glory li {
    width: 341px;
    height: 225px;
    background: url(../images/zhengshu_bg.png) no-repeat bottom
}

.aboutOuMy .glory img {
    width: 341px;
    height: 214px
}

.aboutOuMy .gloryBox {
    padding: 24px 0 0 63px
}

.aboutOuMy .link {
    width: 335px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px
}

.aboutOuMy .link a {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px
}

.aboutOuMy .link p {
    font-size: 14px;
    color: #ce6398
}

.strengthShow {
    border: 1px solid #ce6398
}

.strengthShow .top {
    height: 144px
}

.strengthShow .top h2 {
    font-size: 30px;
    color: #ce6398;
    text-align: center;
    padding: 32px 0 0 0;
    font-weight: bold
}

.strengthShow .top p {
    text-align: center;
    font-size: 20px
}

.strengthShow .bd {
    overflow: hidden;
    margin: 0 20px 0 84px
}

.strengthShow .prev {
    position: absolute;
    left: 25px;
    top: 52px;
    font-size: 30px
}

.strengthShow .next {
    position: absolute;
    right: 25px;
    top: 52px;
    font-size: 30px
}

.strengthShow .caseList {
    margin-left: 64px;
    overflow: hidden;
    margin-bottom: 11px
}

.strengthShow .list {
    float: left;
    width: 250px;
    margin: 0 10px 0 0;
    position: relative
}

.strengthShow .list a {
    display: block
}

.strengthShow .list img {
    width: 250px;
    height: 195px
}

.strengthShow .strength {
    position: relative
}

.strengthShow .strength .name {
    text-align: center;
    height: 40px;
    line-height: 40px
}

.news {
    margin-bottom: 30px
}

.newsBox {
    border: 1px solid #ce6398;
    overflow: hidden;
    padding: 20px 0
}

.news .leftside {
    width: 766px;
    padding-left: 20px
}

.news .newsList {
    width: 370px;
    border: 1px solid #ce6398
}

.news .newsList .top {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ce6398;
    padding: 0 14px 0 20px;
    overflow: hidden
}

.news .newsList .top h2 {
    font-size: 18px;
    padding: 0 0 0 38px;
    margin-left：20px;
    background: url(../images/leaf2.png) no-repeat left;
    width: 160px
}

.news .newsList .more {
    display: block;
    width: 63px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #800040;
    border-radius: 4px;
    margin: 24px 10px 0 0
}

.news .newsList h5 {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 14px
}

.news .newsList .first {
    height: 108px;
    width: 100%;
    overflow: hidden;
    margin: 14px 0 0 0
}

.news .newsList .first h5 {
    border: 0;
    height: 20px;
    line-height: 20px;
    color: #800040;
    padding-left: 0
}

.news .newsList .first img {
    width: 160px;
    height: 103px
}

.news .newsList .pic {
    width: 160px;
    padding-left: 10px
}

.news .newsList .con {
    width: 180px;
    padding: 0 10px 0 0
}

.news .newsList .con p {
    font-size: 12px;
    line-height: 20px
}

.news .newsList .con .detail {
    color: #800040;
    font-size: 12px;
    float: right;
    margin: 6px 10px 0 0
}

.news .rightside {
    padding-right: 20px
}

.news .rightside {
    font-size: 12px
}

.news .rightside .qusestion {
    padding: 20px 15px;
    height: 337px;
    overflow: hidden
}

.news .rightside .s1,
.news .rightside .s2 {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 10px
}

.news .rightside .s1 {
    background: #800040;
    position: absolute;
    left: 0
}

.news .rightside .s2 {
    background: #ce6398;
    position: absolute;
    left: 0
}

.news .rightside h6 {
    height: 32px;
    padding-top: 16px;
    position: relative;
    padding-left: 30px
}

.news .rightside p {
    padding: 3px 0 0 0;
    position: relative;
    padding-left: 30px
}

.multipleColumn {
    overflow: hidden;
    position: relative;
    padding-left: 20px
}

.multipleColumn .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px
}

.multipleColumn .hd .prev,
.multipleColumn .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/icoleft.gif") no-repeat
}

.multipleColumn .hd .next {
    background: url("../images/icoright.gif") no-repeat
}

.multipleColumn .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1
}

.multipleColumn .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icocircle.gif") 0 -9px no-repeat
}

.multipleColumn .hd ul li.on {
    background-position: 0 0
}

.multipleColumn .bd {
    padding: 10px;
    overflow: hidden
}

.multipleColumn .bd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    _display: inline;
    width: 580px
}

.multipleColumn .bd ul li {
    _display: inline;
    overflow: hidden;
    text-align: center
}

.multipleColumn .bd ul li .pic {
    text-align: center
}

.multipleColumn .bd ul li .pic img {
    width: 165px;
    height: 100px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc
}

.multipleColumn .bd ul li .pic a:hover img {
    border-color: #999
}

.multipleColumn .bd ul li .title {
    line-height: 40px
}