﻿@charset "utf-8";
.tran03{
    transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}
.joinBanner{
    position:relative;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:499px;
}
.joinBanner .joinTit{
    position:absolute;
    width:100%;
    text-align:center;
    top:180px;
    color:#fff;
}
.joinBanner .joinTit>h1{
    font-size:64px;
    padding:8px 0;
}
.joinBanner .joinTit>h2{
    font-size:48px;
}
.joinBanner .joinTit>h3{
    font-size:36px;
}

.offer{
    position:relative;
    text-align:center;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:800px;
    padding-top:42px;
}
.offer .wid ul{
    width:1220px;
}
.offer .wid ul li{
    position:relative;
    float:left;
    margin:0 20px 20px 0;
    height:317px;
}
.offer .wid ul .bj{
    width:590px;
}
.offer .wid ul .sj{
    width:386px;
}

.offer .wid ul li a{
    display:block;
    height:317px;
}
.offer .wid ul li a>img,.offer .wid ul li a>h5,.offer .wid ul li a>.blackBg{
    position:absolute;
}
.offer .wid ul li a>img{
    top:30px;
    left:30px;
    z-index:1;
}
.offer .wid ul li a>h5{
    font-size:20px;
    color:#fff;
    bottom:30px;
    right:30px;
    z-index:1;
}
.offer .wid ul li a>.blackBg{
    top:50%;
    width:100%;
    height:0;
    background-color:rgba(0,0,0,0);
}
.offer .wid ul li:hover a>img{
    top:122px;
    left:95px;
}
.offer .wid ul li:hover a>h5{
    bottom:134px;
    right:95px;
}
.offer .wid ul li:hover a>.blackBg{
    height:100px;
    margin-top:-50px;
    background-color:rgba(0,0,0,0.6);
}
.offer .wid ul li:hover{
    transform:scale(1.01);
    -webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    -o-transform:scale(1.01);
}

/*02*/
.offer .wid ul li:hover a>.jobIcon02{
    top:85px;
    left:170px;
}
.offer .wid ul li:hover a>.h502{
    bottom:134px;
    right:160px;
}
.offer .wid ul .bj02:hover a>.blackBg{
    height:180px;
    margin-top:-90px;
    background-color:rgba(0,0,0,0.6);
}

/*03*/
.offer .wid ul li:hover a>.jobIcon03{
    top:116px;
}

/*04*/
.offer .wid ul li:hover a>.jobIcon04{
    top:118px;
    left:45px;
}
.offer .wid ul li:hover a>.h504{
    bottom:134px;
    right:45px;
}

/*04*/
.offer .wid ul li:hover a>.jobIcon05{
    top:118px;
    left:65px;
}
.offer .wid ul li:hover a>.h505{
    bottom:134px;
    right:65px;
}

/*诚聘英才*/
.invest{
    position:relative;
    width:1920px;
    padding-bottom:80px;
    text-align:center;
  	left:50%;
  	margin-left:-960px;
}
.invest>h2{
    padding-top:45px;
    background:none;
    color:#fff;
}
.invest>a{
    color:#ddd;
}

.invest .wid>table{
    margin-top:30px;
}
.invest .wid>table>tbody>.tit td{
    line-height:68px;
}
.invest .wid>table>tbody>.line01>td{
    color:#666;
    line-height:1.7;
    padding:20px 40px;
}
.invest .wid>table>tbody>.line01>td>a>p{
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
}
.invest .wid>table>tbody>.line01>td>a>.bold{
    font-weight:bold;
    margin-bottom:0;
    font-size:16px;
}
.invest .wid>table>tbody>tr>td{
    width:264px;
    padding:0 40px;
    font-size:20px;
    color:#333;
    font-weight:bold;
    background-color:rgba(255,255,255,0.8);
    text-align:left;
}

.invest .wid>table>tbody>.line2>td{
    height:130px;
}
td>a:hover{
	color:#247cff;
}

