.box_container {}

.banner {
    position: relative;
    width   : 100%;
    height  : 45rem;
    overflow: hidden;
}

.banner>img {
    width : 100%;
    height: 100%;

}

.banner_txt {
    position         : absolute;
    top              : 0;
    left             : 50%;
    transform        : translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    -o-transform     : translateX(-50%);
    -moz-transform   : translateX(-50%);

}

.banner_txt h1 {
    margin-top    : 140px;
    font-size     : 34px;
    color         : #485263;
    font-family   : PingFang SC;
    font-weight   : 400;
    letter-spacing: 3px;
}

.banner_txt h3 {
    margin-top    : 20px;
    font-size     : 20px;
    font-family   : PingFang SC;
    font-weight   : 400;
    color         : rgba(72, 82, 99, .7);
    opacity       : 0.7;
    letter-spacing: 14px;
    
}
.intro {
    margin-top     : 10px;
    padding-bottom:30px;
    display        : flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro>li {
    display   : flex;
    margin-top: 36px;
    width     : 580px;
    height: 231px;
    border    : 1px solid #EEEEEE;
}

.intro_con {
    padding: 25px 18px 26px 29px;
}

.name {
    font-size  : 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color      : #333333;
}

.position {
    margin-top : 9px;
    font-size  : 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color      : #666666;
}

.intro_txt {
    margin-top:20px;
    font-size  : 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color      : #666666;
    line-height: 22px;
}
.intro_img{
    width: 223px;
    height: 231px;
}
.more,.less{
    cursor: pointer;
    margin-top:50px;
    margin-bottom: 50px;
    font-size:18px;
    text-align: center;
    color:#999;
}
.h_s{
    height: 1060px;
    overflow: hidden;
}
.hide{
    display: none;
}