.content-about .big-img .en-text,
.content-about .big-img .line,
.content-about .big-img .desc {
  text-align: center;
  color:rgb(255,255,255);
}
.content-about .big-img .en-text {
  font-size: 20px;
}
.content-about .big-img .line {
  width:20px;
  height:2px;
  background:rgb(255,255,255);
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 19px;
}
.content-about .big-img .img-des {
  font-size: 50px;
}

.content-about .big-img .desc {
  font-size: 26px;
}
.content-about .about-menu {
    height: 62px;
    background:rgb(255,255,255);
    box-shadow:0px 4px 8px rgba(0,0,0,0.16);
}
/* 菜单栏固定 */
.content-about .about-menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.content-about .about-menu .menu-list {
    margin: 0 auto;
}

.content-about .about-menu .menu-item {
    font-size:16px;
    line-height:62px;
    color:rgb(74,74,74);
    height: 62px;
    width: 25%;
    text-align: center;
    position: relative;
    float: left;
}
.content-about .about-menu .menu-item a {
    color:rgb(74,74,74);
}
.content-about .about-menu .menu-item:after {
    content: '';
    position: absolute;
    /* left: calc(50% - 55px); */
    left: 50%;
    margin-left: -55px;
    width:110px;
    height:4px;
    bottom: 0;
}
.content-about .about-menu .menu-item:hover:after,
.content-about .about-menu .menu-item.active:after {
    background:rgb(255,173,9);
}

.content-about .about-content {
    background:rgb(248,248,248);
    text-align: center;
    padding-bottom: 30px;
}
.content-about .about-content .content-title {
    font-size:36px;
    color:rgb(51,51,51);
    margin: 0 auto;
    padding-top: 84px;
    padding-bottom: 68px;
}
.content-about .about-content .content-container {
    margin: 0 auto;
}
.content-about .about-content .icon-list {
    display: inline-block;
    height: 188px;
    margin: 0 auto;
}
.content-about .about-content .icon-list .icon {
    width:148px;
    height:148px;
}
.content-about .about-content .icon-list .icon-item {
    /* float: left; */
    position: absolute;
    left: 50%;
    margin-left: -74px
}

.content-about .about-content .icon-list .big {
    z-index: 2;
}
.content-about .about-content .icon-list .big  .icon{
    width: 170px;
    height: 170px;
}

.content-about .about-content .icon-list .company-img {
    position: relative;
    top:24px
}
.content-about .about-content .icon-list .icon-item-1{
    margin-left:-498px;
    animation:icon-item-animation-1 1s;
}


.content-about .about-content .icon-list .icon-item-2{
    margin-left:-286px;
    animation:icon-item-animation-2 1s
}
.content-about .about-content .icon-list .icon-item-4{
    margin-left: 137px;
    animation:icon-item-animation-4 1s
}
.content-about .about-content .icon-list .icon-item-5{
    margin-left: 349px;
    animation:icon-item-animation-5 1s
}


@keyframes icon-item-animation-1 {
    0% {
        margin-left: -74px
      }
      100% {
        margin-left:-498px;
      }
}
@keyframes icon-item-animation-2 {
    0% {
        margin-left: -74px
      }
      100% {
        margin-left:-286px
      }
}
@keyframes icon-item-animation-4 {
    0% {
        margin-left: -74px
      }
      100% {
        margin-left: 137px
      }
}
@keyframes icon-item-animation-5 {
    0% {
        margin-left: -74px
      }
      100% {
        margin-left: 349px
      }
}

.content-about .about-content .icon-list .icon-item .icon-desc {
    /* font-size:22px; */
    font-size: 20px;
    color:rgb(153,153,153);
    position: relative;
    top:17px;
}
.content-about .about-content .icon-list .icon-item .icon-desc.huiyi-big {
    font-size: 20px;
    position: relative;
    top: -3px;
}
.content-about .about-content .content-container .text-scroll {
    font-size: 22px;
    color:rgb(102,102,102);
    margin-top: 76px;
    margin-bottom: 78px;
}
#introduce{
    height: 24px;
}
.content-about .about-content .img-spirit {
    height: 829px;
    width: 100%;
    background: url(/pages/about/imgs/enterprise-spirit.png) no-repeat center center;
}
.content-about .about-content .img-spirit .spirit-title {
    font-size:36px;
    color:rgb(255,255,255);
}
.content-about .about-content .img-spirit .spirit-container {
    margin: 0 auto;
}
.content-about .about-content .img-spirit .spirit-title.t1 {
    padding-top: 81px;
    margin-bottom: 40px;
}
.content-about .about-content .img-spirit .spirit-title.t2 {
    padding-top: 62px;
    margin-bottom: 40px;
}
.content-about .about-content .img-spirit .spirit-title.t3 {
    padding-top: 66px;
    margin-bottom: 44px;
}
.content-about .about-content .img-spirit .spirit-content {
    font-size:20px;
    color:rgb(255,255,255);
}
.content-about .about-content .img-spirit .spirit-content span {
    margin-right: 29px;
}
.content-about .about-content .img-spirit .spirit-content.s-small {
    font-size:16px;
    line-height: 42px;
}
.content-about .about-content .certificate {
    margin: 0 auto;
}
.content-about .about-content .certificate .title {
    font-size:36px;
    color:rgb(51,51,51);
    padding-top: 86px;
    padding-bottom: 68px;
}
.content-about .about-content .certificate .certificate-scroll {
    height: 406px;
}
.content-about .about-content .certificate .certificate-scroll .swiper-container {
    height: 360px;
}
.content-about .about-content .certificate .certificate-scroll .cert-item {
    width:585px;
    height:235px;
    background:rgb(252,255,255);
    border:1px solid rgb(221,221,221);
    padding: 27px 0;
    box-sizing: border-box;
    float: left;
}
.content-about .about-content .certificate .certificate-scroll .cert-item .img-middle {
    position: relative;
    top: 50px;
}
.content-about .about-content .certificate .certificate-scroll .cert-item:first-child {
    margin-right: 24px;
}
.content-about .about-content .certificate .certificate-scroll .cert-img {
    width:130px;
    height:181px;
    border:1px solid rgb(235,235,235);
    float: left;
    margin-left: 26px;
    margin-right: 26px;
}
.content-about .about-content .certificate .certificate-scroll .cert-img img {
    width: 130px;
    height: 183px;
}
.content-about .about-content .certificate .certificate-scroll .cert-item .cert-desc {
    float:left;
    width: 383px;
    text-align: left;
    margin-top: 15px;
}
.content-about .about-content .certificate .certificate-scroll .cert-item .cert-title {
    font-size:20px;
    color:rgb(74,74,74);
    margin-bottom: 16px;
}
.content-about .about-content .certificate .certificate-scroll .cert-item .content {
    font-size:16px;
    color:rgb(74,74,74);
    line-height: 30px;
}
.content-about .about-content .certificate .index {
    margin-top: 77px;
}
.content-about .about-content .certificate .index .index-item {
    display: inline-block;
    width:30px;
    height:4px;
    background:rgb(153,153,153);
    opacity:0.3;
}
.content-about .about-content .certificate .index .index-item:hover,
.content-about .about-content .certificate .index .index-item.active {
    opacity:0.8;
}
.content-about .about-content .big-event {
    margin-top: 66px;
    height: 505px;
    position: relative;
}
.content-about .about-content .big-event .ci-img {
    background-position: center center;
    background-repeat: no-repeat;
    height: 505px;
}
.content-about .about-content .certificate-scroll .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    border-radius: 0;
}
.content-about .about-content .certificate-scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(153,153,153);
}
.content-about .about-content .big-event .ci-img.img-01 {
    background-image: url(/pages/about/imgs/big-event-01.png);
}
.content-about .about-content .big-event .ci-img.img-02 {
    background-image: url(/pages/about/imgs/big-event-02.png);
}
.content-about .about-content .big-event .ci-img.img-03 {
    background-image: url(/pages/about/imgs/big-event-03.png);
}
.content-about .about-content .big-event .ci-img.img-04 {
    background-image: url(/pages/about/imgs/big-event-04.png);
}
.content-about .about-content .big-event .ci-img.img-05 {
    background-image: url(/pages/about/imgs/big-event-05.png);
}
.content-about .about-content .big-event .event-title {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    z-index: 10;
    /* left: calc(50% - 600px); */
    left: 50%;
    margin-left: -600px;
    
}
.content-about .about-content .big-event .title {
    font-size: 36px;
    color: rgb(255,255,255);
    /* position: absolute;
    top: 84px;
    z-index: 10; */
    cursor: auto;
}

.content-about .about-content .recruit {
    margin: 0 auto;
}
.content-about .about-content .recruit .title {
    font-size: 36px;
    text-align: center;
    padding-top: 80px;
}
.content-about .about-content .recruit .recruit-content {
    margin-top: 67px;
    text-align: left;
}
.content-about .about-content .recruit .recruit-content .content-line {
    margin-bottom: 48px;
}
.content-about .about-content .recruit .recruit-content .link {
    float: left;
}
.content-about .about-content .recruit .recruit-content .link:not(:first-child) {
    margin-left: 24px;
}
.content-about .about-content .company-addr {
    background:rgb(248,248,248);
}
.content-about .about-content .company-addr .title-box {
    position: absolute;
    width: 100%;
    top: 49px;
}
.content-about .about-content .company-addr .title {
    font-size: 36px;
    text-align: center;
    /* padding-top: 80px; */
}
.content-about .about-content .company-addr .addr {
    height: 536px;
    margin: 0 auto;
    position: relative;
    display: table;
}
.content-about .about-content .company-addr .addr.bg-huiyi {
    background: url(/pages/about/imgs/huiyi-bg.png) no-repeat;
}
.content-about .about-content .company-addr .addr.bg-shine {
    background: url(/pages/about/imgs/shine-bg.png) no-repeat center center;
}
.content-about .about-content .company-addr .addr.bg-linghui {
    background: url(/pages/about/imgs/linghui-bg.png) no-repeat center center;
}
.content-about .about-content .company-addr .addr .btn {
    display: block;
    width:205px;
    height:62px;
    line-height: 62px;
    border:1px solid rgb(228,113,38);
    opacity:0.73;
    font-size:24px;
    color:rgb(228,113,38);
}
/* .content-about .about-content .company-addr .addr .btn:not(:first-child) {
    margin-top: 38px;
} */
.content-about .about-content .company-addr .addr .btn.mt38 {
    margin-top: 38px;
}
.content-about .about-content .company-addr .addr .btn.active, 
.content-about .about-content .company-addr .addr .btn:hover {
    background:rgb(228,113,38);
    color: #FFFFFF;
    border: 1px solid transparent;
}
.content-about .about-content .company-addr .addr .btns,
.content-about .about-content .company-addr .addr .img-des  {
    display: table-cell;
    vertical-align: middle;
}
.content-about .about-content .company-addr .addr .img-des {
    position: relative;
    right: -100px;
}
.content-about .about-content .company-addr .addr .img-des img {
    display: none;
}
blockquote {
    position: relative;
    font-size: 16px;
}
blockquote:before {
    content: "\201C";   
    position: absolute;   
    font-size: 50px;   
    font-family: Georgia, serif;   
    font-weight: bold; 
    color:rgb(153,153,153);
    /* left: calc(50% - 400px); */
    left: 50%;
    margin-left: -400px;
    top: -15px;
}
blockquote:after {
    content: "\201D";
    position: absolute;
    color:rgb(153,153,153);
    font-size: 50px;  
    font-family: Georgia, serif;   
    font-weight: bolder; 
    /* right: calc(50% - 400px); */
    right: 50%;
    margin-right: -400px;
    top: -15px;
}
.content-about .about-content .big-event .swiper-container .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 2px;
    margin-right: 10px;
}
.content-about .about-content .big-event .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #808080;
}


.clearfix {
    display: inline-block;
    width: 100%;
  }
  .inlineBlock{
    display: inline-block;
  }
  .swiper-container{
    width: 100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;z-index:1
}
.big-event  .swiper-container .swiper-pagination ,.certificate-scroll  .swiper-container .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.big-event  .swiper-container .swiper-pagination .swiper-pagination-switch ,.certificate-scroll .swiper-container .swiper-pagination .swiper-pagination-switch {
    cursor: pointer;
    width: 40px;
    border-radius: 0;
    height: 5px;
    margin-right: 10px;
    display: inline-block;
    background: #000;
    opacity: .2;
  }
  .big-event   .swiper-container .swiper-pagination  .swiper-active-switch ,.certificate-scroll .swiper-container .swiper-pagination  .swiper-active-switch {
    border-color: transparent;
    background: #808080;
  }
  .certificate-scroll .swiper-container .swiper-pagination .swiper-pagination-switch {
    background: #808080;
  }
  .certificate-scroll .swiper-container .swiper-pagination  .swiper-active-switch{
    background: #000;
  }