.foot {
    float: left;
}
/*.menu span{
    color: #fff;
}
.menu i,.menu i::after, .menu i::before{
    background-color: #fff;
}*/

.fzlt{
    font-family: 'fzlt'; 
}

.n-team{
    width: 100%;
    display: block;
}
.team-banenr{
    width: 100%;
    min-height: 950px;
    background: url(../images/Team-banner.jpg) no-repeat center top;
    display: block;
    position: relative;
}
.team-banenr .pic{
    display: none;
}
.boss-img{
    position: absolute;
    top: 106px;
    right: 50%;
    transform: translateX(70px)
}
.boss-list{
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(50%,50%);
    width: 600px;
}

.boss-list b{
    width: 100%;
    float: left;
    letter-spacing: 7px;
    font-weight: normal;
    font-size: .73rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #fff;
    position: relative;
    padding-top: .66rem;
    line-height: .8rem;
    opacity: 0;
}
.boss-list b::before{
    content: "";
    width: 1.62rem;
    height: .1rem;
    background: #ffec00;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.boss-list .boss{
    display: flex; width: auto; align-items: center;justify-content: flex-start;
}

.boss-list h3{
    margin-top: 0rem;
    font-size: .24rem;
    line-height: 1;
    color: #ffec00;
    opacity: 0;
    display: block;
}
.boss-list h4{
    margin-top: 0rem;
    line-height: 1;
    font-size: .24rem;
    opacity: 0;
    color: #ffec00;
    display: block;
    margin-bottom: .05rem;
}
.boss-list h2{
    margin-bottom: 0rem;
    line-height: 1;
    font-size: .6rem;
    color: #ffec00;
    opacity: 0;
    display: inline-block;
    margin-right: .1rem;
}
.boss-list ul{
    width: 100%;
    float: none;
    
}
.boss-list ul .tit{
    font-size: .24rem; font-weight: 600; margin-bottom: .1rem;color: #FFF;
}
.boss-list ul li{
    width: 100%;
    font-size: .15rem;
    color: #d8d8d8;
    line-height: 1.8;
    letter-spacing: 1.3px;
    opacity: 0;
}
.boss-list ul.p23{
    padding-top: .4rem;
    margin-bottom: .4rem;
}


.team-list{
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 2.8rem 0;
}
.team-list ul{
    display: flex;
    flex-wrap: wrap;
}

.team-list li{
    width: 23%;
    text-align: center;
    margin: 0% 1% 3% 1%;
    position: relative;
}
.team-list li .img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-list li .img img{
    width: 100%;
    transition: all ease-in-out .7s;
}
.team-list li .img img.img02{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition-delay: 0s;
}
.team-list li:hover img.img01{
    opacity: 0;
}
.team-list li:hover img.img02{
    opacity: 1;
    transition-delay: .3s;
}
.team-list li h2{
    width: 100%;
    float: left;
    margin-top: .28rem;
    line-height: .36rem;
    font-size: .16rem;
}
.team-list li h3{
    width: 100%;
    float: left;
    line-height: .3rem;
    font-size: .14rem;
}
.team-list li:last-child {
    width: 313px;
    width: calc(23vw - 132px);
    height: 336px;
    height: calc(25vw - 144px);
    background-color: #909090;
    position: relative;
}
.team-list li:last-child:after {
    content: '+';
    width: 4.62vw;
    height: 4.62vw;
    position: absolute;
    top: 4.88vw; left: 50%;
    margin-left: -2.31vw;
    border: 3px solid #464342;
    box-sizing: border-box;
    color: #464342;
    border-radius: 50%;
    line-height: 3.99vw;
    font-size: 2.63vw;
    transition: all .6s ease-in-out;
}
.team-list li:last-child:hover:after {
    color: #fff;
    border-color: #fff;
}
.team-list li:last-child:hover > .en {
    color: #fff;
}
.team-list li:last-child:hover > .ch {
    color: #fff;
}
.team-list li > div {
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    color: #3e3a39;
    font-family: 'fzlt';
    line-height: 0;
}
.team-list li .en {
    top: 214px;
    transition: color .6s ease-in-out;
    transition-delay: .4s;
}
.team-list li .ch {
    top: 246px;
    font-size: 18.5px;
    transition: color .6s ease-in-out;
    transition-delay: .7s;
}
.team-work{
    width: 100%;
    /* height: 403px; */
    box-sizing: border-box;
    padding: .7rem 3.2rem;
    background: #efefef;
    float: left;
}

.team-work ul{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 1.36rem 0 0;
}
.team-work ul li{
    width: 100%;
    float: left;
    height: .54rem;
    padding-left: 1.12rem;
    box-sizing: border-box;
    position: relative;
    margin: .08rem 0;
}
.team-work ul li h4{
    width: 1.12rem;
    float: left;
    line-height: .54rem;
    font-size: .22rem;
    color: #3e3a39;
    position: absolute;
    left: 0;
    top: 0;
}
.team-work ul li span{
    float: left;
    position: relative;
    transition: all 2s ease-in-out;
    width: 0;
    
}
.team-work ul li span::before{
    content: '';
    background: #fff000;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.team-work ul li span i{
    float: right;
    transform: translateX(100%);
    margin-right: -0.17rem;
    line-height: .54rem;
    font-size: .33rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #686767;
}

.team-work .text{
    width: 100%;
    float: left;
    box-sizing: border-box;
    /* padding: 0 1.5rem; */
    padding: 0 1.3rem;
}
.team-work .text p{
    line-height: 1.7;
    font-size: .16rem;
    color: #3e3a39;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.team-join{
    width: 100%;
    box-sizing: border-box;
    padding: 2.46rem 2.5rem;
    float: left;
}
.team-join .join{
    width: 50%;
    float: left;
    margin-right: 1.26rem;
}
.team-join .join img{
    max-width: 100%;
}
.team-join .text{
    width: 5.32rem;
    float: left;
}
.team-join .text .tit{
    width: 100%;
    float: left;
    display: flex;
}
.team-join .text .tit h2{
    font-size: .83rem;
    float: left;
}
.team-join .text .tit h3{
    float: left;
    margin: 10px 0 0 20px;
}
.team-join .text .tit span{
    font-size: .4rem;
    display: block;
}
.team-join .text .tit span.cn {
    display: inline-block;
    margin-bottom: px;
}
.team-join .text .tit span.en{
    font-size: .21rem;
}

.team-join .text input{
    width: 100%;
}
.team-join .text input.none{
    display: none;
}
.team-join .text input, .team-join .text textarea{
    width: 100%;
    border: 2px solid #e3e2e2;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-top: .26rem;
    line-height: .34rem;
    font-size: .13rem;
    color: #8d8d8e;
    font-family: "fzlt"
}
.team-join .text button {
    width: 172px;
    height: 40px;
    background-color: #3f3b3a;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
}
