.swiper-container{
    width: 100%;
    height: calc(100vh - 160px);

}
.swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide video{
    width: 100%;
    height: 140%;
    transform: translateY(-10%);
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 36px!important;
    height: 3px!important;
    background: #fff!important;
    border-radius: 0!important;
    margin-right: 8px;
    opacity: .4;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-container .banner-text {
    position: absolute;
    z-index: 10;
    top: -moz-calc(50% - 200px);
    top: calc(50% - 200px);
    left: 120px;
    opacity: .85;
}
.swiper-addArea{
    position: absolute;
    bottom: calc(50% - 6vw)!important;
    left: 120px!important;
    z-index: 10;
    width: 300px;
}
.swiper-meng{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.swiper-container .banner-text .banner-title {
    font-size: 3.33vw;
    line-height: 4.37vw;
    letter-spacing: .1vw;
    color: #fff;
    font-weight: bold;
}
.swiper-container .banner-text .banner-line {
    width: 41.67vw;
    height: 1px;
    background: #fff;
    opacity: .25;
    margin-top: 20px;
    margin-bottom: 24px;
}
.swiper-container .banner-text .banner-desc {
    width: 41.67vw;
    font-size: 1.11vw;
    line-height: 1.67vw;
    text-align: justify;
    letter-spacing: .1vw;
    color: #fff;
}
.swiper-register{
    width: 150px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
}
.swiper-register:hover{
    background: #ffffff61;
}
.videoContent{
    width: 60vw;
    display: none;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -30vw;
    z-index: 100;
}
.video-my{
    width: 100%;
    height: 100%;
}
.videoClose{
    position: absolute;
    top: -40px;
    width: 40px;
    right: -40px;
    cursor: pointer;
}
.swiper-arrow{
    width: 18px;
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: -9px;
    bottom: 35px;
    animation:slide 1s linear .8s infinite alternate;
    -moz-animation:slide 1s linear .8s infinite alternate;
    -webkit-animation:slide 1s linear .8s infinite alternate;
    -o-animation:slide 1s linear .8s infinite alternate;
}
@keyframes  slide {
    from {bottom:35px;}
    to {bottom:20px;}
}

.bio-container.bg {
    background: #fff;
}
.bio-container .bio-wrap {
    width: 1200px;
    margin: 0 auto;
}
.bio-wrap > h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin-bottom: 72px;
}
.bio-wrap > h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    width: 48px;
    height: 4px;
    background-color: #e22027;
    border-radius: 2px;
}
.bio-category-box {
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
}
.left-tab {
    width: 322px;
    height: 232px;
    position: sticky;
    top: 80px;
}
.left-tab .active {
    background: #f7e6e6;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
}
.left-tab .tab-item img {
    width: 28px;
    height: 28px;
    margin: 0 10px;
}
.left-tab .tab-item {
    width: 322px;
    height: 46px;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.right-content {
    margin-left: 16px;
}
.bio-search {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    line-height: 48px;
    font-size: 20px;
    color: #e22027;
    font-weight: 500;
}
.bio-search .el-input {
    width: 996px;
    height: 46px;
    border: 1px solid rgba(86, 190, 178, 0.3);
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    padding-left: 30px;
}
.el-input__prefix {
    left: 5px;
    transition: all .3s;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #C0C4CC;
    text-align: center;
}
.bio-search .el-input__icon {
    color: #e22027;
}
.bio-search .el-input__inner {
    border: none;
}

.second-item {
    padding: 24px 0;
    width: 986px;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.second-item .second-item-name {
    font-size: 19px;
    font-family: PingFangSC-Bold, PingFang SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    line-height: 28px;
}
.second-item .second-item-name:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #e22027;
    margin-right: 8px;
}
.second-item .third-item {
    display: flex;
    flex-wrap: wrap;
}
.second-item .third-item-name {
    font-size: 17px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 26px;
    cursor: pointer;
    margin: 16px 16px 0 16px;
}
.bio-container {
    padding: 80px 0 120px;
    /* position: relative; */
}
.bio-container .bio-wrap {
    width: 1200px;
    margin: 0 auto;
}
.bio-wrap > h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin-bottom: 72px;
}
.bio-wrap > h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    width: 48px;
    height: 4px;
    background-color: #e22027;
    border-radius: 2px;
}
.bio-process .el-col>div {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 1px rgba(130, 130, 130, 0.11);
    border-radius: 4px;
    text-align: center;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}
.bio-process .index {
    position: absolute;
    z-index: 1;
    font-size: 200px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #F2F5F4;
    opacity: 0.75;
    left: -30px;
    top: 34px;
    height: 144px;
    line-height: 144px;
}
.bio-process .el-col:nth-of-type(1) img {
    width: 39px;
    height: 41px;
    margin-bottom: 19px;
}
.bio-process .el-col:nth-of-type(2) img {
    width: 46px;
    height: 45px;
    margin-bottom: 15px;
}

.bio-process .el-col:nth-of-type(3) img {
    width: 42px;
    height: 41px;
    margin-bottom: 19px;
}

.bio-process .el-col:nth-of-type(4) img {
    width: 44px;
    height: 40px;
    margin-bottom: 20px;
}

.bio-process .el-col:nth-of-type(3) .index {
    left: -35px;
}

.bio-process .el-col:nth-of-type(4) .index {
    left: -35px;
}
.bio-process .el-col:nth-of-type(1) h3 {
    margin-bottom: 32px;
}
.bio-process .el-col h3 {
    font-size: 20px;
    font-weight: bold;
    color: #e22027;
    line-height: 20px;
    margin-bottom: 46px;
}
.bio-process .el-col:nth-of-type(1) .tip {
    margin-bottom: 39px;
}
.bio-process .el-col .tip {
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    line-height: 24px;
    margin-bottom: 49px;
    position: relative;
    z-index: 2;
}
.bio-process .el-col .bottom {
    width: 100%;
    height: 17px;
    background: #e22027;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bio-submit .tip {
    width: 100%;
    background: #f7e7e7;
    border-radius: 2px;
    padding: 19px 59px;
    color: #e22027;
    margin-bottom: 50px;
    font-size: 14px;
}

.el-form {
    padding-left: 60px;
}
.el-form-item {
    margin-bottom: 40px;
}
.el-form .el-form-item:nth-of-type(1) label {
    padding-top: 0;
}
.el-form label {
    font-size: 16px;
    color: #262626;
    padding-top: 34px;
}
.el-input__inner {
    line-height: normal;
}
.el-form .detail {
    margin-left: 27px;
}
.el-form a {
    color: #e22027;
    cursor: pointer;
}
.el-form-item {
    margin-bottom: 40px;
}
.el-form a {
     color: #e22027;
     cursor: pointer;
 }
.bio-link-btn {
    display: block;
    width: 254px;
    height: 70px;
    line-height: 70px;
    background: #f9dfe0;
    font-size: 16px;
    color: #e22027;
    text-align: center;
    border-radius: 3px;
}

.about-us .el-tabs__nav-scroll {
    display: flex;
    justify-content: center;
}
.about-us .el-tabs__active-bar {
    background-color: #e22027;
}
.about-us .el-tabs__item {
    padding: 0 95px;
    line-height: 22px;
    font-size: 16px;
}
.video-my {
    width: 1000px;
    height: 100%;
    margin: 25px auto 0 auto;
    display: flex;
    border-radius: 8px;
}
.about-us .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.about-us .banner-text .about-us-banner-vr {
    width: 71px;
    height: 65px;
    margin: 0 auto;
    display: flex;
}
.about-us .banner-text .about-us-banner-title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: 8px;
}
.about-us .banner-text .about-us-banner-desc {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin: 12px 0 36px 0;
}
.about-us-banner-btn {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    width: 216px;
    height: 52px;
    border-radius: 31px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.about-us-bio-video {
    width: 720px;
    height: 405px;
    display: flex;
    margin-left: 23px;
    position: absolute;
    margin-top: 111px;
    border-radius: 8px;
    z-index: 2;
}
.about-us-bio-about-video-bg {
    width: 889px;
    height: 575px;
    position: relative;
    left: -61px;
    z-index: 1;
    margin-top: 19px;
}
.about-us-bio-about p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
    line-height: 28px;
    text-indent: 24px;
}
.bio-wrap > h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    width: 48px;
    height: 4px;
    background-color: #e22027;
    border-radius: 2px;
}

.about-us .el-tabs__item:hover {
    color: #e22027;
}
.about-us .el-tabs__item.is-active {
    color: #e22027;
}
.about-us-bio-about>div:nth-child(2) {
    padding-top: 209px;
}
.banner {
    position: relative;
    width: 100%!important;
}
.banner-img {
    width: 100%;
    height: 350px!important;
}
#bannerList .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}
#bannerList .dots li {
    width: 36px;
    height: 3px;
    background: #CACACA;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}
