


html{
    min-width: 1400px;
}
.yjk-team-wrapper {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
}
.yjk-team-top{
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yjk-team-boxs {
    width: 95%;
    /* width: 100%; */
    height: inherit;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.yjk-team-header>a {
    font-size: 23px;
    font-weight: 500;
    color: #333333;
}
.yjk-team-nav {
    float: left;
    margin: 0;
}
.yjk-team-nav>li {
    float: left;
}

.yjk-team>li {
    position: relative;
    display: block;
}
.yjk-team>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}
#yjk-team>ul>li.yjk-team-active>.yjk-team-line {
     margin: auto;
    width: 50px;
    height: 4px;
    opacity: 1;
    background: #237BFF;
}
.yjk-team-carousel{
    width: 100%;
    height: inherit;
}
.yjk-team-poster{
    background-image: url('../images/team-img.png');
    width: 100%;
    height: 601px;
    background-repeat: no-repeat;
    background-size: cover;
}

.yjk-list-01{
    background: #FFFFFF;
}
.yjk-team-title {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}
.yjk-team-title>h2 {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}
.yjk-team-title>p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.yjk-team-list {
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.yjk-team-list .yjk-team-box:first-child{
    margin-right: 40px;
}
.yjk-team-list .yjk-team-box {
    cursor: pointer;
    margin-bottom: 100px;
    text-align: center;
    background: #333333;
    border-radius: 0px 0px 0px 0px;
    flex: 1;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    display: flex;
}
.yjk-team-box .yjk-team-img {
    width: 100%;
    height: 380px;
    margin: 0 auto;
}