body{
 background-color: #fff;
}

.main{
    position: relative;
}

.hide{
    display: none!important;
}

.show{
    display: block;
}

/* 头部swiper开始 */
.swiper_nav_container{
    position: fixed;
    top: 100px;
    z-index: 3;
    width: 100%;
}

.header_swiper{
    height: 70px;
    padding: 0 64px;
    box-sizing: border-box;
    position: relative;
    background-color: #e3e3e3;
}

.swiper-slide>a{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #5d5d5d;
    font-size: 22px;
}

.swiper-slide-active>a{
    width: 170px;
    height: 70px;
    background-color: #d7000f;
    color: #fff;
    border-radius: 10px;
}
/* 头部swiper结束 */

/* 集团介绍开始 */
.center{
    /* margin-top: 242px; */
    padding-top: 182px;
}

.introduce{
    padding: 0 30px;
    box-sizing: border-box;
}

.title{
    font-size: 36px;
    font-weight: bold;
    color: #003893;
    text-align: center;
    margin-top: 72px;
    line-height: 36px;
    margin-bottom: 46px;
}

.text{
    font-size: 22px;
    color: #999999;
    line-height: 38px;
    text-align: justify;
}

.video-first{
    margin: 48px 0 30px;
    width: 580px;
    height: 370px;
    position: relative;
    background: url(/enphone/public/images/video-covery.png) no-repeat center;
}

.mask_video_play{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 233;
  background-color: rgba(0,0,0,0.9);
}

.mask_video_play>video{
  position: absolute;
  width: 580px;
  height: 370px;
  top: 300px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}

.mask_video_close1, .mask_video_close2{
  width: 37px;
  height: 37px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/enphone/public/images/video-all-close.png) no-repeat center;
}

/* .video{
    width: 100%;
    height: 100%;
} */

.video-play{
    position:  absolute;
    width: 74px;
    height: 74px;
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    background: url(/enphone/public/images/video-play.png) no-repeat center;
}

.video_all_covery{
    width: 580px;
    height: 68px;
    margin-bottom: 28px;
    background: url(/enphone/public/images/video-all-covery.png) no-repeat center;
}

.video_all_mask{
    position: fixed;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    animation: AniAlpha 0.6s ease-out 0.5s forwards;
    -webkit-animation: AniAlpha 0.6s ease-out 0.5s forwards;
}


.mask_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.mask_top{
  position: fixed;
  left: 50%;
  width: 100%;
  padding-bottom: 30px;
  transform: translateX(-50%);
}

.video_title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}

.video_close{
    width: 37px;
    height: 37px;
    position: absolute;
    right: 30px;
    margin-top: -30px;
    display: inline-block;
    background: url(/enphone/public/images/video-all-close.png) no-repeat center;
}

.video_list{
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 34px;
}

.video_item{
    width: 580px;
    margin-bottom: 22px;
    background: url(/enphone/public/images/video-all-covery.png) no-repeat center;
}

.video_item>video{
    width: 580px;
    height: 370px;
}

.video_item>h3{
    width: 580px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    color: #555555;
    font-size: 22px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
/* 集团介绍结束 */

/* 团队介绍开始 */
.team{
    margin-top: 72px;
}

.leader_mian_img{
    width: 100%;
    height: 556px;
    margin-bottom: 28px;
    background: url(/enphone/public/images/leader-main.png) no-repeat center;
}

.leader_main_intro{
    padding: 0 30px;
    box-sizing: border-box;
}

.leader_swiper{
    margin-top: 70px;
}

.swiper_pagination_change{
        /* position: unset!important; */
    /* width: 100%; */
    height: 78px;
    line-height: 78px;
    /* background-color: #f2f5fa; */
    font-size: 24px;
    font-weight: bold;
    color: #0153cd;
    bottom: 346px!important;
    left: 230px!important;
    width: 100%;
}

.swiper_text_wrapper{
    width: 100%;
    height: 470px;
    /* background: url(/enphone/public/images/leader1_02.jpg) no-repeat center; */
    padding: 70px 30px 0;
    box-sizing: border-box;
    background-color: #d5dadf;
}

.swiper_text_wrapper>h1{
    font-size: 30px;
    color: #0153cd;
    line-height: 34px;
    font-weight: bold;
}
.swiper_text_wrapper>h1>span{
    font-size: 22px;
    color: #0153cd;
    display: inline;
    margin-left: 22px;
    line-height: 34px;
}

.swiper_text_wrapper>p{
    font-size: 22px;
    color: #7b7b7b;
    line-height: 34px;
}
/* 团队介绍结束 */

/* 大事记开始 */
.event{
    text-align: center;
    position: relative;
    margin-bottom: 9px;
}

.event{
    margin-top: 90px;
}

.event-img{
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    min-height: 500px;
}

.event_img_item{
    width: 580px;
    /* height: 343px; */
    text-align: justify;
    border-radius: 15px;
    background-color: #fff;
    padding: 45px 32px 40px;
    box-sizing: border-box;
    box-shadow: 1px 2px 15px 1px #eee;
    -webkit-box-shadow: 1px 1px 15px 1px #eee;
}

.event_item_text{
    font-size: 22px;
    color: #999999;
    line-height: 38px;
    text-align: justify;
}

.event_bg{
    width: 100%;
    min-height: 764px;
    overflow: hidden;
    margin-top: 338px;
    padding-top: 10px;
    position: relative;
    background: url(/enphone/public/images/event-bg.jpg) no-repeat center;
}

.event_bg_margin{
    margin-top: 196px!important;
}

.event_bg_margin1{
    margin-top: 100px!important;
}

.event_bg_wrapper{
    position: absolute;
    left: 0;
    top: 163px;
    overflow-x: scroll;
    z-index: 2;
}

.year_all{
    width: 100%;
    height: 100%;
}

.year>span{
    font-size: 45px;
    color: #809cca;
}

.year>img{
    font-size: 45px;
    color: #809cca;
}

.year_2019>span{
    position: absolute;
    top: 80px;
    left: 137px;
}

.year_2019>img{
    position: absolute;
    top: 142px;
    left: 157px;
}

.year_2018>span{
    position: absolute;
    top: 460px;
    left: 269px;
}

.year_2018>img{
    position: absolute;
    top: 389px;
    left: 297px;
}

.year_2017>span{
    position: absolute;
    top: 170px;
    left: 469px;
}

.year_2017>img{
    position: absolute;
    top: 233px;
    left: 494px;
}

.year_2016>span{
    position: absolute;
    top: 460px;
    left: 619px;
}

.year_2016>img{
    position: absolute;
    top: 385px;
    left: 650px;
}

.year_2015>span{
    position: absolute;
    top: 110px;
    left: 869px;
}

.year_2015>img{
    position: absolute;
    top: 175px;
    left: 900px;
}

.year_2014>span{
    position: absolute;
    top: 426px;
    left: 1041px;
}

.year_2014>img{
    position: absolute;
    top: 365px;
    left: 1063px;
}

.year_2013>span{
    position: absolute;
    top: 171px;
    left: 1318px;
}

.year_2013>img{
    position: absolute;
    top: 233px;
    left: 1344px;
}

.year_2012>span{
    position: absolute;
    top: 449px;
    left: 1495px;
}

.year_2012>img{
    position: absolute;
    top: 384px;
    left: 1523px;
}

.year_2011>span{
    position: absolute;
    top: 133px;
    left: 1804px;
}

.year_2011>img{
    position: absolute;
    top: 200px;
    left: 1824px;
}

.year_2010>span{
    position: absolute;
    top: 438px;
    left: 1935px;
}

.year_2010>img{
    position: absolute;
    top: 363px;
    left: 1964px;
}

.year_2009>span{
    position: absolute;
    top: 165px;
    left: 2179px;
}

.year_2009>img{
    position: absolute;
    top: 237px;
    left: 2200px;
}

.year_2008>span{
    position: absolute;
    top: 445px;
    left: 2307px;
}

.year_2008>img{
    position: absolute;
    top: 380px;
    left: 2334px;
}

.year_2007>span{
    position: absolute;
    top: 131px;
    left: 2517px;
}

.year_2007>img{
    position: absolute;
    top: 203px;
    left: 2541px;
}

.year_2006>span{
    position: absolute;
    top: 443px;
    left: 2632px;
}

.year_2006>img{
    position: absolute;
    top: 382px;
    left: 2659px;
}

.year_add_text{
    font-size: 56px!important;
    color: #fff!important;
    transform: translateX(-10px);
    line-height: 56px;
}

.year_add_img{
    margin-left: -34px!important;
    transform: translateY(-30px)!important;
}

.event_bottom{
    width: 598px;
    height: 19px;
    position: absolute;
    bottom: -4px;
    padding: 0 20px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    background: url(/enphone/public/images/event_bottom.png) no-repeat center;
}

.event_bottom_img{
    width: 38px;
    height: 38px;
    position: absolute;
    margin-top: -12px;
    background: url(/enphone/public/images/event_bottom_circle.png) no-repeat center;
}

/* 190904修改 */
#swiper3{
  height: 100%;
}

.event_main{
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  height: 760px;
  position: relative;
  overflow: hidden;
  background: url(/enphone/public/images/event-bg.jpg) no-repeat center center;
}

.event_main_left{
  width: 145px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: red;
  background: url(/enphone/public/images/event_left_bg.png) no-repeat center center;
}

.swiper-slide .event_span{
  /* display: inline-block; */
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 151px;
}

.event_main_right{
  width: 470px;
  height: 100%;
  /* background-color: red; */
  position: absolute;
  right: 0;
  top: 0;
}

.event_right_text_item{
  width: 402px;
  padding: 16px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.event_right_text_item>p{
  font-size: 22px;
  line-height: 42px;
  color: #717171;
  text-align: justify;
}
/* 大事记结束 */

/* 集团荣誉开始 */
.honors{
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 99px;
}

/* .honors>.title{
    margin-top: 99px;
} */

.honors_all{
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 158px;
}

.honors_item{
    margin-bottom: 126px;
    position: relative;
}

.honors_time{
  font-size: 52px;
  line-height: 52px;
  color: #0153cd;
  position: absolute;
  top: 37px;
  right: 25px;
}

.honors_item>img{
    position: relative;
    top: 0;
    right: -225px;
    width: 182px;
    height: 157px;
}

.honors_item_event{
    width: 544px;
    height: auto;
    margin-top: -104px;
    padding: 68px 30px 16px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow:1px 2px 15px 1px #eee;
    -webkit-box-shadow:1px 1px 15px 1px #eee;
}

.honors_item_event_item{
    margin-bottom: 34px;
}

.honors_event_item_time{
    font-size: 22px;
    line-height: 48px;
    color: #0153cd;
}

.honors_event_item_text{
    font-size: 22px;
    line-height: 38px;
    color: #999999;
    text-align: justify;
}

.more_btn{
    margin-top: 86px;
    margin-bottom: 94px;
}

.more_btn>img{
    width: 149px;
    height: 56px;
    position: relative;
    left: 50%;
    margin-left: -75px;
}
/* 集团荣誉结束 */


