@charset "utf-8";
h1,h2,h3,h4,p{margin:0;padding:0;}
.talent-banner{height:320px;background:url(/uploads/image/ciabout/talent_banner.jpg) no-repeat center;padding-top:90px;color:#fff;background-size:cover}
.introducebanner-nav2{background:#f5f5f5;}
.introducebanner-nav2 li{float: left;width: 150px;height: 50px;text-align: center;line-height: 50px;}
.introducebanner-nav2 li:hover{background: #ffad33;}
.introducebanner-nav2 li:hover a{color: #fff;}
.introducebanner-nav2 li.active{background: #ff9900;}
.introducebanner-nav2 li.active a{color: #fff;}
.introducebanner-nav2 li a{color: #333333;font-size: 16px;display: block;}
/*招聘信息*/
.employee{padding-top:50px;padding-bottom:60px;}
.employee_cont{margin-top:40px;}
.employee_cont span{display:inline-block;height:60px;line-height:60px;vertical-align:middle;}
.employee_cont .item1{padding-left:100px;width:325px;}
.employee_cont .item2{width:430px;}
.employee_cont .item3{width:220px;}
.employee_title{background:#f90;color:#fff;}
.employee_take{padding-left:100px;width:560px;padding-right:50px;}
.employee_requirement{width:630px;padding-right:50px;}
.employee_item dt{cursor:pointer;}
.employee_item dd{padding-top:40px;padding-bottom:40px;display:block;}
.employee_item dd h4{margin-bottom:15px;}
.employee_txt{color:#666;line-height:25px;}

.employee_item dl:hover {
    margin-top: -1px;
    box-shadow: 0 0px 35px 0 rgba(0,0,0,.19);
    -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    -webkit-transform: translate3d(0,-1px,0);
    -ms-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
}
.employee_item dl dt{
    background:#f5f5f5;
}