ul li{
    line-height: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

#wenhua img{
    display: block;
}

.vivid img{
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

#banner, .lamp {
    min-width: 1200px;
    overflow: hidden;
}

.lamp{
    padding-bottom: 112px;
    padding-top: 40px;
}

.wh-banner img {
    max-width: 100%;
    overflow: hidden;
}

.fc {
    clear: both;
    margin-top: 5px;
}

.fc img {

    transition: 0.5s ease all;
    display: inline-block;
}

.fc-list img:hover {
    transform: scale(1.2);
    opacity: 0.6;
    cursor: pointer;
}

.fc-list li {
    overflow: hidden;
    background: #000;
    margin-bottom: 9px;
    margin-right: 9px;
}

.fc-list-01 li{
    height: 196px;
}

.fc_wrap2 div {
    height: 233px;
}

.fc-list-02 li{
    height: 312px;
}

.fc-list-03 li{
    height: 228px;
}

.fc-list-04 li{
    height: 466px;
}

.fc-list-01 li:last-child,.fc-list-02 li:last-child,.fc-list-04 li{
    margin-right: 0;
}

/*文化理念*/

.wh-title{
    text-align: center;
    padding: 80px 0 24px;
}

.title-underline{
    width: 59px;
    height: 5px;
    background-color: #f08519;
    margin: 0 auto 50px;
}

.lamp-box{
    display: flex;
    justify-content: space-between;
}

.lamp-box li{
    position: relative;
    overflow: hidden;
}

.lamp-box li:hover{
    cursor: pointer;
}

.lamp-box li:hover .mask-box{
    transform: translateY(-317px);
}

.lamp-box li h2{
    height: 80px;
    background-color: #eeeeee;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 24px;
}

.lamp-box li .mask-box{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.58);
    height: 237px;
    text-align: center;
    z-index: 1;
    transform: translateY(0px);
    transition: all .5s ease-out;
}

#wenhua .mask-box img {
    display: inline-block;
}

.lamp-box li .mask-box img{
    margin-top: 30px;
}

.lamp-box li .mask-box p{
    font-size: 16px;
    line-height: 30px;
    width: 270px;
    text-align: center;
    margin: 0 auto;
}

.lamp-box li .mask-box .underline{
    width: 302px;
    height: 1px;
    background-color: #999999;
    margin: 36px auto 28px;
}

.wh-idea{
    height: 446px;
    background: url("/public/images/about/wh_idea_bg.jpg") no-repeat top center;
    color: #ffffff;
}

.wh-idea .wh-title{
    text-align: left;
    letter-spacing: 4px;
}

.wh-idea .title-underline{
    margin: 0;
}

.wh-idea .idea-ititle{
    margin: 48px 0 36px;
    letter-spacing: 1px;
}

.wh-idea .idea-text li span{
    font-size: 18px;
    vertical-align: middle;
    margin-right: 30px;
    line-height: 48px;
    letter-spacing: 2px;
}

.talent{
    background-color: #eeeeee;
    padding-bottom: 100px;

}

.talent-box{
    display: flex;
}

.talent-box>div{
    float: left;
}

.talent-left{
    background: #fff;
}

.talent-right{
    background: #fff;
    flex: 1;
    padding-top: 60px;
    padding-left: 20px;
}

.talent-right-title{
    margin: 24px 0 16px;
}

.talent-right-text{
    color: #666;
    width: 390px;
    letter-spacing: 1px;
}


.vivid .wh-ititle{
    color: #002063;
    font-size: 46px;
    padding: 55px 0 30px;
}

.vivid .fc{
    margin: 0 0 100px;
}

.vivid  .fc-list{
    display: flex;
    justify-content: space-between;
}
