@charset 'utf-8';
* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}
a {
    text-decoration: none;
    color:rgba(51,51,51,1);
}

a:last-of-type {
    display: none;
}
.footer_last > a {
    display:block!important;
}
li {
  list-style: none;  
  cursor: pointer;
}
.home {
    display: none;
}
.header {
    width: 1200px;
    height: 89px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.header_left {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header_left > img {
    width: 56px;
    height: 56px;
    margin-right: 16px;
}
.header_left > font {
    font-size: 24px;
    color: rgba(16,157,201,1);
    line-height: 18px;
}
.header_right > ul {
    display: flex;
    width: 480px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-size: 20px;
}
.header_video {
    width: 100%;
    height:800px;
}
.services {
    text-align: center;
    margin-top: 150px;
}
.services > h2 {
    font-size:40px;
    color:rgba(51,51,51,1);
    line-height:56px;
}
.services > font{
    font-size:22px;
    color:rgba(119,119,119,1);
    line-height:30px;
}
.services_content {
    display: flex;
    justify-content: space-between;
    margin-top: 97px;
    align-items: center;
}
.services_content_img {
    width: 417px;
    height: 491px;
}
.services_content_left_top {
    font-size: 32px;
    color: rgba(102,102,102,1);
    margin-bottom: 32px;
}
.services_content_left_text {
    font-size: 20px;
    color: rgba(102,102,102,1);
    width: 510px;
    line-height: 33px;
}
.services_content_personalImg {
    width: 570px;
    height: 320px;

}
.services_content_right_top {
    display: flex;
    justify-content: flex-end;
}
.voice_item {
    width: 580px;
    height: 270px;
    background: rgba(250,250,250,1);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.voice_flex {
    position: relative;
    overflow: hidden;
    width: 674px;
    margin: auto;
}
.voice_two{
    margin-top: initial;
    position: absolute;
    top: 0%;
    right: -103%;
}
.voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 100px;
}
.voice_item_left {
    margin-left: 20px;
}
.voice_item_left > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.voice_item_left > div {
    font-size: 20px;
    color: rgba(51,51,51,1);
    line-height: 30px;
    text-align: center;
    margin-top: 8px;
}
.voice_item_center {
    width: 1px;
    height: 160px;
    background: rgba(221,221,221,1);
}
.voice_item_right {
    width: 358px;
    font-size: 16px;
    color: rgba(119,119,119,1);
    line-height: 28px;
    margin-right: 14px;
}
/* 加入我们 */
.joinUs_brief {
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-top: 150px;
    align-items: center;
}
.joinUs_htstory {
    width: 1200px;
    margin: 56px auto 0;
    position: relative;
}
.joinUs_htstory_solid {
    margin: 100px auto 0;
    width: 1px;
    height: 780px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: rgba(216,216,216,1);
}
.joinUs_htstory_list {
    width: 9px;
    height: 9px;
    background: rgba(221,221,221,1);
    border-radius: 50%;
    margin-bottom: 88px;
    margin-left: -3.7px;
}
.joinUs_times {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.joinUs_times_bottom {
    margin-bottom: 120px;
}
.joinUs_times_bottom_time {
    font-size: 30px;
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 42px
}
.joinUs_times_bottom_content {
    font-size: 24px;
    color: rgba(119,119,119,1);
    line-height: 33px;
}
.join_member_item_img {
    width: 600px;
    height: 550px;
}
.join_member_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.join_member_item_name {
    font-size: 28px;
    color: rgba(0,0,0,0.85);
}
.join_member_item_status {
    font-size: 24px;
    color: rgba(119,119,119,1);
    line-height: 38px;

}
.join_member_item_content {
    font-size: 20px;
    color: rgba(119,119,119,1);
    line-height: 30px;
}
.video_box {
    height: 800px;
    width: 100%;
    object-fit: fill;
}
/* 关于我们 */
.aboutUs_img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}
.aboutUs_content_img {
    width: 112px;
    height: 112px;
}
.aboutUs_content_text {
    font-size: 20px;
    color: rgba(51,51,51,1);
}
.aboutUs_content {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    margin-top: 100px;
}
.aboutUs_positions {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 66px auto 200px;
}
.aboutUs_positions_top {
    width: 380px;
    height: 130px;
    background: rgba(51,51,51,1);
    overflow: hidden;
}
.aboutUs_positions_bottom {
    width: 378px;
    height: 660px;
    border: 1px solid rgba(221,221,221,1);
}
.aboutUs_positions_top_text {
    font-size: 24px;
    color: rgba(255,255,255,1);
    line-height: 130px;
    margin-left: 32px;
}
.aboutUs_positions_button {
    width:152px;
    height:48px;
    border:1px solid rgb(114, 92, 92); 
    font-size:20px;
    color:rgba(51,51,51,1);
    line-height:48px;
    margin: 67px auto 0;
    text-align: center;
    cursor: pointer;
}
.aboutUs_work {
    padding: 0 30px 0;
    margin-top: 20px;
    height: 473px;
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
}
.aboutUs_work::-webkit-scrollbar {
    display: none;
    width: 0px;
}
.aboutUs_work_text {
    margin-bottom: 16px;
    font-size: 22px;
    color: rgba(51,51,51,1);
    line-height: 30px;
}
.aboutUs_work_content {
    margin-bottom: 23px;
    font-size: 20px;
    color: rgba(102,102,102,1);
    line-height: 28px;
}
.arrows {
    display: flex;
    width: 300px;
    margin: 40px auto 200px;
    justify-content: space-between;
    position: relative;
}
.arrows_img{
    width: 63px;
    height: 18px;
    margin-top: 5px
}
.arrows_border {
    border-top: 1px solid #AAAAAA;
    width: 34px;
    margin-top: 10px;
}
.arrows_pages {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
}
/* 下载 */

.download_content {
    width: 100%;
    text-align: center;
    margin: 260px auto;
}
.download_content_img {
    width: 280px;
    height: 280px; 
}
.download_content_text {
    font-size: 32px;
    color: rgba(51,51,51,1);
    margin-top: 16px;
}
.download_content_model {
    margin-top: 16px;
}
.download_content_model > img {
    width: 24px;
    height: 24px;
}
.download_content_model > font {
    font-size: 24px;
    color: rgba(153,153,153,1);
}
.download_solid {
    height: 1px;
    background: rgba(216,216,216,1);
}
/* 大春精英 */
.elite {

}
.container .main{
    min-width: 1200px;
    margin: auto;
}
.introduce .left {
    width: 40%;
}
.introduce .right {
    position: relative;
}
.introduce .right .boxs {
    position: absolute;
    top: 268px;
    left: 360px;
}
.introduce .right .boxs .headline {
    font-size: 110px;
    color: #fff;
    margin-bottom: 32px;
}
.introduce .right .boxs .tip {
    color: #fff;
    font-size: 56px;
}
.introduce .right img {
    width: 100%;
}
.container .main .introduce{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .main .elite_title {
    box-sizing: border-box;
    display: block;
    padding: 150px 20% 5%;
}
.container .main .elite_title .staff{
    text-align: center;
    
}
.tabbars{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E1E7EF;
}
.container .main .elite_title #years {
    padding-top: 48px;
    position: relative;
    /* border-bottom: 1px solid #E1E7EF; */

}
.container .main .elite_title .content {
    padding-top: 30px;
}
.container .main .elite_title #boxs .current {
    border-bottom: 3px solid #17A2B8;
    color: #17A2B8;
}
.container .main .elite_title .swipers {

}

.container .main .elite_title .swipers .years{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
}
.container .main .elite_title .swipers .years::-webkit-scrollbar {
    display: none;
}
.container .main .elite_title .swipers .years >div {
    padding: 0 100px;
    text-align: center;
}
.container .main .elite_title .staff img{
    width: 24px;
    height: auto;
}

.container .main .elite_title .staff >div:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #3C4254;
}
.container .main .elite_title .staff >div:last-child {
    padding-top: 4px;
    font-size: 22px;
    color: #777777;
}
#boxs {
    /* justify-content: center; */
}
.swiper-slide {
    width: 20% !important;
    /* padding-bottom: 12px; */
    text-align: center;
}
.swiper-slide .baseline {
    display: inline-block;
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid transparent;

}

.elite_list{
}
.title{
    position:relative;
    font-size: 18px;
    font-weight:bold
}
.line{
    z-index: -1;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 5px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 162, 184, 0.75) 100%);
}
.teamer{
    display:flex;
    background:#FBFBFC;
    padding:15px 14px 15px 20px;
    align-items:center;
    margin-top:30px;
}
.imgs{
    width:100px;
    height:120px;
    padding-right:30px;
}
.eli_bgc{
    display:flex;
    justify-content:flex-end;
    align-items: center;
    width:96px;
    height:120px;
    background-image: url('../img/elite_img.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.teamer_img{
    width:85px;
    height:85px;
    border-radius:100%;
}
.team_right{
    border-left:.008rem solid #17A2B8;
    display:flex;
}
.team_title{
    padding:10px 0 10px 15px;
    display: flex;
    align-items: center;
}

.nickName{
    display:flex;
    justify-content:flex-starty;
    align-items:flex-end;
    padding-bottom:12px;
}
.name{
    font-size:15px;
    margin-right:6px;
    color:#3C4254;
    font-weight:600;
}
.flowerName{
    color:#595C5F;
    font-size:12px;
}
.team_desc{
    color:#595C5F;
    font-size:12px;
}

.substance{
    margin:30px 0 70px;
}



/* 底部 */
.footer {
    width: 100%;
    background: rgba(245,245,245,1);
    overflow: hidden;
}
.footer_content {
    width: 1200px;
    margin: auto;
    /* background: #ccc; */
    margin-top: 100px;

}
.footer_content_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px
}

.footer_content_top_right > img {
    width: 125px;
    height: 125px;
    margin-left: 21px;
}
.footer_content_top_left >div {
    margin-bottom: 24px;
    font-size: 22px;
    color: rgba(51,51,51,1);
    line-height: 30px;
}
.footer_content_top_right > div{
    margin-top: 6px;
    font-size: 18px;
    color: rgba(51,51,51,1);
    line-height: 25px;
}
.footer_content_bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
		width: 1200px;
		margin: 0 auto;
}
.footer_content_bottom > div {
    margin: 0 18px;
    font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 22px;
    margin-bottom: 10px;
		/* width: 25%; */
		/* flex: 1; */
}
.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
.swiper-join {
    width: 1080px;
    margin: auto;
}
.home_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 1200px;
}
@font-face{
    font-family: 'oswald';
    src : url('./font/Alibaba-PuHuiTi-Medium.ttf');
}
.home_text > h1 {
    font-size: 110px;
    color: rgba(255,255,255,1);
    margin-bottom: 32px;
    letter-spacing: 9px;
    font-weight: 100;
}
.home_text > h3 {
    font-size: 56px;
    color: rgba(255,255,255,1);
    line-height: 77px;
    font-weight: 100;
}
.pop_alert {
    width: 630px;
    height: 460px;
    background: rgba(255,255,255,1);
    border-radius: 8px;
    margin: 40% auto 0;
    position: fixed;
    z-index: 200;
    bottom: 23%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    display: none;
}
.pop_alert_img {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5%;
    top: 5%;
}
.pop_alert_text_top {
    font-size: 40px;
    color: rgba(51,51,51,1);
    line-height: 50px;
    margin-top: 131px;
}
.pop_alert_text_center {
    font-size: 40px;
    color: rgba(16,157,201,1);
    line-height: 50px;
    margin: 16px 0;
}
.pop_alert_text_bottom {
    font-size: 28px;
    color: rgba(119,119,119,1);
    line-height: 45px;
}
.layer {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-Index: 100;
}
.arrows_left_grey {
    display: none;
}
.arrows_right_grey {
    display: none;
}

.bullet{
    position: fixed;
    bottom: -300px;
    right: 10px;
    width: 300px;
    background: #ffffff;
    z-index: 100;
	border-left: 1px solid rgba(16,157,201,1);
	border-right: 1px solid rgba(16,157,201,1);
}
.popup{
    bottom: 0;
    animation: up 0.7s linear 0s 1;
}
.popdown{
    bottom: -300px;
    animation: down 0.7s linear 0s 1;
}
.operation{
    display: flex;
    justify-content: space-between;
	align-items: center;
    background-color: rgba(16,157,201,1);
    padding: 10px;
	font-size: 18px;
	color: #FFFFFF;
}
.operation_tips{
	flex: 1;
	text-align: center;
}
.close{
    display: inline-block;
    cursor: pointer;
    width: 15px;
	height: 15px;
	font-size: 12px;
	padding: 2px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
    text-align: center;
    color: #ffffff;
}
.tips{
    padding: 15px;
	font-size: 16px;
	line-height: 36px;
	text-indent: 30px;
}
.report {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(245,245,245,1);
}

.report .bullet-image {
    width: 150px;
    height: 75px;
    display: flex;
    align-items: flex-end;
}

.report a{
    display: inline-block;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.report_Img{
    width: 100px;
    height: 50px;
}
@keyframes up{
    0%{
        bottom: -300px;
    }
    100%{
        bottom: 0px;
    }
}
@keyframes down{
    0%{
        bottom: 0px;
    }
    100%{
        bottom: -300px;
    }
}