body{ min-width: 1200px; max-width: 100%; }
.header, .header .container{ min-width: 1320px !important; }
.opacity-0{ opacity: 0 !important; overflow: hidden; }
.opacity-1{ opacity: 1 !important; overflow: auto; }

*{box-sizing: border-box;}
ul,ol{ list-style: none; }

.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }

.float-left{
    float: left;
}
.float-right{
    float: right;
}

.image-block{
    display: block;
    width: 100%;
    height: auto;
}

.swiper {
    width: 100%;
    /* height: 800px; */
    overflow: hidden;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-button-prev{
    padding: 0 60px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238ECBE9'%2F%3E%3C%2Fsvg%3E") !important;
    z-index: 16;
}
.swiper-button-next{
    padding: 0 60px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238ECBE9'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-fixed{
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 800px;
    background-color: #efefef;
}
.swiper-fixed-padding{
    height: 800px;
    position: relative;
    z-index: 15;
}
.container-wrapper{
    position: relative;
    background: white;
    z-index: 12;
}
.swiper-pagination-bullet{
    width: 24px;
    height: 32px;
    border-radius: 0;
    opacity: 1;
    padding-top: 6px;
    color: #393939;
    background-color: transparent;
}

.swiper-pagination-bullet-active{
    background-color:#CB071B;
    color: white;
}
.swiper-fixed-padding .beg{
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 12;
    background: url(../images/banner-border.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-pagination{
    z-index: 13;
    right: 0;
    padding-right: 10%;
    padding-top: 8px;
    text-align: right;
}
.swiper-pagination-bullet{
    text-align: center;
}
.swiper-container-horizontal > .swiper-pagination{
    bottom: 42px;
}

.swiper-pagination span + span{
    margin-left: 6px;
}

.header{
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 72px;
    z-index: 99;
    color: white;
    overflow: hidden;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.header .search3{
    position: relative;
    width: 126px;
    height: 26px;
}
.header .search3 .btn{
    position: absolute;
    top:0;right: 0;
    width: 36px;
    height: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}


.header .search3 input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    background-color: transparent;
    outline: none;
    border: 1px solid white;
    border-radius: 50px 50px;
    padding: 0 36px 0 12px;
    background: url(../images/search-red.png) no-repeat 88% 50%;
}
.header .search3 input::placeholder{
    font-size: 12px;
    color: white;
}

.header-fixed .search3 input{
    border-color: #3D3D3D;
}
.header-fixed .search3 input::placeholder{
    color: #3D3D3D;
}

.header .logo{
    width: 252px;
    margin-top: 15px;
}
.header .logo2{
    display: none;
}
.header .hk{
    float: right;
    margin-top: 24px;
    font-size: 14px;
}

.header-nav{
    text-align: right;
    white-space: nowrap;
}
.header-nav a{ display: inline-block; color: white; padding: 25px 0;font-size: 16px; }
.header-nav a:hover{ text-decoration: none; color: #CB071B !important; }
.header-nav li{
    display: inline-block;
}
.header-nav li:last-child a{ font-size: 14px; }
.header-nav .search{
    width: 18px;
    height: 19px;
}
.header-nav .search2{
    display: none;
}
.header-nav li + li{ margin-left: 16px; }

.header-fixed{
    background: white;
    color: #393939 !important;
    box-shadow: 0 0 12px #acabab;
}

.header-fixed .logo{ display: none !important; }
.header-fixed .logo2{ display: inline-block !important; }
.header-fixed a{ color: #393939 !important; }
.header-fixed .search{ display: none !important; }
.header-fixed .search2{ display: inline-block !important; }
.header-fixed-padding{ padding-top: 72px !important; }

.container-title{
    text-align: center;
    margin-top: 40px;
}
.container-title p{
    color: #CB071B;
    font-size: 22px;
    font-weight: bold;
}
.container-title span{
    color: #d1d0d0;
    padding-bottom: 3px;
}

.footer{
    position: relative;
    background:#F7F7F7 url(../images/footer.png);
}

.footer-ext{
    border-top: 1px solid #ededed;
    padding: 20px 0;
    text-align: center;
    color: #878282;
}
.footer-ext2{
    position: absolute;
    bottom: 16px; right: 0%;
    color: #878282;
}
.footer a,.footer dd{
    color: #878282;
}
.footer>.container{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 16px 0;
}
.footer .container dl{
    flex: 1;
}
.footer .container dd{
    margin-top: 12px;
}
.footer .container .about{
    flex: 1.5;
}

.investop-news{
    margin-top: 6px;
    position: relative;
}
.investop-news .title{
    position: relative;
    font-weight: bold;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e3e3e3;
}
.investop-news .title a{
    float: right;
}
.investop-news .title span{
    position: absolute;
    bottom: 0; left: 0;
    width: 0%;
    height: 3px;
    background: #CB071B;
    transition: all 1s;
}
.investop-news:hover span{
    width: 100%;
}
.investop-news .title a:active{
    filter: contrast(0.5);
}
.investop-news .title a img{
    width: 9px;
    height: 15px;
}
.investop-news ul{
    list-style: none;
    padding-left: 0;
}
.investop-news ul li{
    margin-top: 10px;
    white-space: nowrap;
}
.investop-news ul a{
    color: #393939;
}
.investop-news ul a:hover{
    color: #CB071B;
    text-decoration: none;
}
.investop-box{
    max-width: 100%;
    height: 612px;
    background: url(../images/investop.png) no-repeat 100% 100%;
    background-size: 64% 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 40px;
    overflow: hidden;
}
.investop-item{
    float: left;
    width: 42%;
}
.investop-item .pic{
    height: 328px;
    background-color: #F2F2F3;
}
.investop-item .pic img{
    width: 100%;
    height: 100%;
}

.investop-item2{
    float: left;
    width: 42%;
    position: relative;
    margin-left: 40px;
}
.investop-item2>div{
    border-left: 1px solid #e3e3e3;
    padding-left: 40px;
}


.business-area{
    margin-top: 100px;
}

.business-list{
    height: 600px;
    margin-top: 40px;
    background-color: #d1d0d0;
    overflow: hidden;
}

.business-list .business-item{
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    transition: all 0.8s;
    cursor: pointer;
    position: relative;
}
.business-list .business-item a{
    color: white;
}
.business-list .business-item-active{
    width: 52%;
}
.business-list .business-item-active2{
    width: 16%;
}
.business-list .business-item img{
    display: block;
    width: 80px;
    margin: 0 auto;
}
.business-list .business-item p{
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
.business-list .business-item .icon{
    width: 80px;
    height: 80px;
    z-index: 3;
}
.business-item .pic-1,.business-item .pic-2{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.business-item .pic img{ width: 100%; height: 100%; }
.business-item .pic-1{
    opacity: 0;
    transition: all .6s;
    object-fit: cover;
}

.business-list .business-item-active .pic-1{
    opacity: 1;
}
.business-list .business-item-active .pic-2{
    opacity: 0;
}

.business-list .business-item .text{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.video-center{
    margin-top: 40px;
    background: url(../images/video-border.png) no-repeat 0 100%;
    background-size: 100% auto;
    padding-bottom: 8%;
}
.video-center .container{
    position: relative;
}
.video-center .video-link{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}
.video-center .video-link img{ 
    width: 96%;
    display: block;
    margin: 0 auto;
}
.video-center .video-box{
    position: relative;
    z-index: 3;
    width: 100%;
    height: 642px;
    margin-top: 80px;
}
.video-center .video-box video{
    width: 100%;
    height:100%;
}
.video-center .video-play{
    position: absolute;
    top: 50%; left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    z-index: 10;
    cursor: pointer;
}
.video-center .video-play:active{
    filter: contrast(0.5);
}



/* 走进科工 */
.about-avic{
    height: 530px;
    background: #d1d0d0 url(../images/about-avic.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
    padding: 30px 50px;
    color: white;
}
.about-avic-left{
    float: left;
    width: 35%;
}
.about-avic-right{
    float: right;
    width: 58%;
}

.about-avic-title{
    margin-top: 50px;
    color: #C6D0DA;
    font-size: 28px;
    font-weight: bold;
}
.about-avic-title p{
    color: #1E81CB;
    font-size: 32px;
    letter-spacing: 0.2em;
    padding-bottom: 12px;
    transform: translateY(-12px);
}
.about-avic .avic-h5{
    font-weight: bold;
    font-size: 18px;
}
.about-avic .avic-p{
    margin-top: 16px;
}

.about-avic-ul{
    list-style: none;
    height: 470px;
    border-color: white;
    border-style: solid;
    border-width:1px 0 0 1px;
    padding: 0;
}
.about-avic-ul li{
    float: left;
    width: 50%;
    height: 50%;
    border-color: white;
    border-style: solid;
    border-width:0 1px 1px 0;
    padding: 30px;
    cursor: pointer;
    position: relative;
}
.about-avic-ul li a{
    color: white;
    text-decoration: none !important;
}
.about-avic-ul li p{
    height: 40px;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.about-avic-ul li .pic{
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 60px;
    height: 60px;
}
.about-avic-ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.about-avic-active{
    /* background-color: rgba(11,135,230,0.7); */
    background-image: linear-gradient(to bottom, rgba(47,202,232,0.8), rgba(46,137,207,0.8) );
}
.about-avic-active h5{
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;

    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
.about-avic-active p{
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
.about-avic-active img{
    /* -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); */
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
/* .about-avic-active h5{
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */

#pageTop {
    position: fixed;
    bottom: 0;
    opacity: 0;
    right: 20px;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    background-color: #006fb7;
    z-index: 15;
}
#pageTop.act{
    bottom: 10%;
    opacity: 1;
}
#pageTop.act:hover{
    box-shadow: 0 0 12px #acabab;
}
#pageTop img{
    width: 20px;
}


@-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
}
@-webkit-keyframes backInRight {
    0% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes backInRight {
    0% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
    80% {
      -webkit-transform: translateX(0) scale(0.7);
      transform: translateX(0) scale(0.7);
      opacity: 0.7;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }


/* 侧边栏 */
.sidebar-fixed{
    position: fixed;
    bottom: 0%;
    right: 0;
    z-index: 15;
    opacity: 0;
    transition: all 0.8s;
}
.sidebar-fixed.act{
    opacity: 1;
    bottom: 20%;
}
.sidebar-fixed ul{
    background-color: #3D3D3D;
    border-radius: 6px;
    padding: 0;
    width: 56px;
    list-style: none;
    padding: 0 12px;
}
.sidebar-fixed ul li{
    position: relative;
}

.sidebar-fixed .sidebar-a{
    display: block;
    text-align: center;
    padding: 12px 6px;
}
.sidebar-fixed ul li + li{
    border-top: 1px solid #CCCCCC;
}
.sidebar-fixed .sidebar-a img{
    width: 20px;
    height: auto;
    filter: contrast(0.5);
}
.sidebar-fixed .sidebar-a img:hover{
    filter: contrast(1);
}
.sidebar-fixed .sidebar-alert{
    position: absolute;
    right: 60px;top: 50%;
    padding: 12px 16px;
    border-radius: 6px;
    display: none;
    border: 1px solid #ebeef5;
    background: white;
    transform: translateY(-50%);
}
.sidebar-fixed .sidebar-alert-arrow{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #d0333300;
    border-style: solid;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    top: 50%;
    right: -8px;
    margin-right: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5;
    transform: translateY(-50%);
}
.sidebar-fixed .sidebar-alert-arrow::after{
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -6px;
    margin-left: -7px;
    border-width: 6px;
    border-color: transparent;
    border-style: solid;
    border-right-width: 0;
    border-left-color: white;
}
.sidebar-alert-phone{
    color: #CB071B;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
}
.sidebar-alert-code{
    width: 120px;
    height: 120px;
}
.sidebar-alert-href{
    width: 330px;
    line-height: 26px;
}
.sidebar-alert-href a{
    display: block;
    color: #393939;
    white-space: nowrap;
    font-weight: bold;
}
.sidebar-alert-href a:hover{
    color: #CB071B;
    text-decoration: none;
}
.sidebar-alert-href p{
    display: inline-block;
    vertical-align: top;
}
.sidebar-alert-href p:first-child{
    width: 180px;
}
.sidebar-alert-href p:last-child{
    width: 140px;
}


/* 动画 */
/* .header-fixed{
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */
.investop-item .pic{
    transform: translateY(50%);
    transition: all .5s;
    opacity: 0;
}
.investop-item .investop-news{
    transform: translateY(50%);
    transition: all .5s;
    opacity: 0;
}
.investop-item2{
    transform: translateX(50%);
    transition: all .5s;
    opacity: 0;
}
.investop-active .investop-item .pic{
    transform: translateY(0);
    opacity: 0.8;
}
.investop-active .investop-item .investop-news{
    transform: translateY(0);
    opacity: 1;
}
.investop-active .investop-item2{
    transform: translateX(0);
    opacity: 1;
}


.fixed-mouse{
    position:fixed;
    bottom:68px; left:50%;
    width:24px;
    margin-left:-12px;
    z-index: 99;
}
.fixed-mouse img{
    width:100%;
    height:auto;
    animation: trans 1.08s cubic-bezier(0.36, 0.31, 1, 1) infinite;
}
@keyframes trans{
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.investop-news ul li{
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-banner{
    position: relative;
    background-color: #b6b6b6;
    min-height: 280px;
}
.about-banner .pic{
    display: block;
    width: 100%;
    height: auto;
}
.about-banner-text{
    position: absolute;
    width: 1160px;
    top: 42%; left: 50%;
    margin-left: -560px;
}
.about-banner-text h1{
    font-size: 36px;
    font-weight: bold;
    color: rgba(255,255,255,0.3);
    letter-spacing: 2px;
}
.about-banner-text h2{
    position: relative;
    font-weight: bold;
    color: #fff;
    transform: translate(26px,-42px);
    letter-spacing: 3px;
    z-index: 12;
}

.about-nav{
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
}
.about-nav ul{
    width: 1160px;
    margin: 0 auto;
    padding: 0;
}
.about-nav ul li{
    float: left;
}
.about-nav ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 26px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.about-nav ul li a:hover,.about-nav ul .curr a{
    background-color: #CB071B;
}


.about-container{
    width: 1160px;
    margin: 0 auto;
    padding:20px 80px;
    box-sizing: border-box;
}
.about-container .text, .news-container .text{
    text-indent: 2em;
    line-height: 26px;
    margin-top: 30px;
}

.news-container .text{
    font-size: 16px;
}
.news-container .text img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.about-video{
    width: 100%;
    padding: 26px 60px;
}
.about-video video{
    display: block;
    width: 100%;
    height: auto;
}
.about-xcc {
    padding-top: 30px;
}
.about-xcc div{
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: center;
}
.about-xcc div + div{
    margin-left: 60px;
}
.about-xcc div img{
    width: 100%;
    height: auto;
}
.about-xcc div p{
    padding: 5px 0;
    white-space: nowrap;
}
.about-footer{
    margin-top: 50px;
    border-top: 3px  solid #CB071B;
}

.news-container{
    width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
}
.news-list{
    margin: 0;
    padding: 0;
}
.news-item{
    border-bottom: 1px solid #ECECEC;
    padding: 20px 0;
}
.news-item a{
    position: relative;
    display: block;
    padding-left: 102px;
    height: 68px;
    text-decoration: none;
}
.news-item-date {
    position: absolute;
    top: 0; left: 0;
    text-align: center;
    border: 1px solid #CB071B;
    padding: 0 6px;
    color: #CB071B;
}
.news-item-date .d{
    display: block;
    font-size: 32px;
}
.news-item-date .b{
    display: block;
    transform: translateY(-4px);
}
.news-item-title{
    height: 100%;
    margin: 0;
    line-height: 68px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-title:hover{
    color: #CB071B;
}
.about-pager{
    margin-top: 60px;
    text-align: center;
}
.about-pager .item, .about-pager span{
    display: inline-block;
    width: 28px;
    height:30px;
    background: #E9E9E9;
    color: #333333;
    text-align: center;
    line-height: 30px;
    vertical-align: top;
    text-decoration: none;
}
.about-pager * + *{
    margin-left: 6px;
}
.about-pager .prev,.about-pager .next {
    display: inline-block;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    text-decoration: none;
}
.about-pager .curr, .about-pager a:hover{
    background-color: #CB071B;
    color: white;
}

.news-page{
    height: 20px;
    margin-top: 80px;
}
.news-page p{
    width: 46%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
}
.news-page .prev{
    float: left;
    text-align: left;
}
.news-page .next{
    float: right;
    text-align: right;
}

.team-list{
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.team-item {
    float: left;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}
.team-item img{
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    /* height: 314.17px; */
    background-color: #efefef;
}
.team-item a{
    display:block;
    background-color: #E9E9E9;
    text-align: center;
    color: #333333;
    text-decoration: none;
    transition: all .5s;
}
.team-item p{
    display: block;
    padding-top: 8px;
    font-weight: bold;
    margin-bottom: 3px;
    white-space: nowrap;
}
.team-item span{
    display: block;
    padding: 0 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-item a:hover{
    background-color: #CB071B;
    color: white;
}
.team-content {
    min-height: 460px;
}
.team-content .tx-left{
    float: left;
    width: 220px;
    margin-right: 42px;
    position: relative;
    z-index: 9;
}
.team-content .tx-left::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;right: -42px;
    width: 42px;
    height: 100%;
    background: white;
}
.team-content .tx-left img{
    display: block;
    width: 100%;
    height: auto;
    /* height: 320px; */
    background-color: #efefef;
}
.team-content .tx-right .top{
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e1e1;
}
.team-content .tx-right .tx{
    padding-top: 26px;
    line-height: 32px;
}


.area-list{
    text-align: center;
    font-size: 0;
    padding-bottom: 12px;
    margin-top: 36px;
}
.area-list li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    min-width: 120px;
    height: 60px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #EEEEEE;
    cursor: pointer;
}
.area-list li a{
    display: block;
    height: 100%;
    color: #333333;
    padding: 20px 12px;
    text-decoration: none;
}

.area-list--detail{
    margin-top: 36px;
}
.area-list .curr{
    background-color: #D4192E;
    background-image: linear-gradient(to right, #F86170, #D0152A);
}
.area-list .curr a{
    color: white !important;
}
.area-list .curr::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 65px;
    top: 0; left: 0;
    background: url(../images2/sanjiao.png) no-repeat center 0;
    background-size: 120px 65px;
    z-index: -1;
}

/* 人才招聘 */
.recruit-list{
    padding: 0;
    margin: 36px 0 0 0;
}
.recruit-item{
    background-color: #F8F8F8;
    margin-bottom: 12px;
}
.recruit-item-title{
    padding: 20px 80px 20px 20px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-image: url(../images/arrow-bottom.png);
    background-size: 26px 26px;
    cursor: pointer;
}
.recruit-item-active .recruit-item-title{
    background-image: url(../images/arrow-top.png);
}

.recruit-item-title:active{
    opacity: 0.6;
}
.recruit-item-title h4{
    margin: 10px 0 0 0;
    float: left;
    width: 33.33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit-item-title .tag{
    float: left;
    width: 33.33%;
    text-align: center;
    margin-top: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit-item-title .date{
    float: right;
    width: 33.33%;
    text-align: right;
    margin-top: 10px;
    color: #666;
}
.recruit-item-content{
    display: none;
    padding: 20px;
    border-top: 1px solid #e8e8e8;
}
.recruit-item-active .recruit-item-content{
    display: block;
}


#content_bottom .wrap {
    width: 90%;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#content_bottom .blue_botton{
    height: 120px;
    width: 100%;
    min-width: 1180px;
    background: #0080CC;
    margin:20px 0 30px 0;
}
#content_bottom .blue_botton a{
    margin-left: 23px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 120px;
}
#content_bottom .blue_botton a:hover{
    text-decoration:underline;
}
#content_bottom .blueBotton {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


body.en .header-nav a{ font-size: 14px; }
body.en .about-banner-text h1{ opacity: 0; }
body.en .header .logo{ width: 200px; margin-top: 16px;}


.about-banner-text h1{
    opacity: 0;
}
.about-banner-text.show h1{
    opacity: 1;
    text-transform: uppercase;
}



.about2-container{
    position: relative;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 320px; */
    padding: 50px 0;
}
.about2-container.v1{
    background-image: url(../images3/v1.png);
}
.about2-container.v2{
    background-image: url(../images3/v2.png);
}
.about2-container.v3{
    background-image: url(../images3/v3.png);
}
.about2-container.v4{
    background-image: url(../images3/v4.png);
}
.about2-container .bxs{
    position: absolute;
    top: 132px; left: 0;
    width: 186px;
    height: 120px;
    padding-top: 32px;
    background: url(../images3/v55.png) no-repeat right 0;
    background-size: 93% 100%;
    font-weight: bold;
    white-space: nowrap;
}
.about2-container .bxs span{
    display: block;
    color: #CBCBC9;
    font-size: 18px;
}
.about2-container .bxs p{
    font-size: 24px;
    padding-left: 12px;
    color: #CB071B;
    letter-spacing: 5px;
}

.about2-container .mwidth, .about2-container .xwidth{
    position: relative;
    padding-left: 236px;
}
.about2-container .navs{
    padding-left: 0;
}
.about2-container .navs li{
    display: inline-block;
    width: 160px;
    padding: 12px 0;
    background-color: rgba(255,255,255,0.6);
    margin-right: 12px;
    text-align: center;
    cursor:pointer;
}
.about2-container .navs li:active{
    opacity: 0.5;
}
.about2-container .navs .curr{
    background-color: #CB071B;
    color: white;
}
.about2-container .xxbs{
    height: 320px;
    background-color: rgba(0,0,0,0.1);
    margin-top: 20px;
    padding: 20px;
}
.about2-container .xxbs .xxbs-item{
    display: none;
    color: white;
}
.about2-container.v1 .xxbs .xxbs-item1{
    display: block;
}
.about2-container.v2 .xxbs .xxbs-item2{
    display: block;
}
.about2-container.v3 .xxbs .xxbs-item3{
    display: block;
}
.about2-container.v4 .xxbs .xxbs-item4{
    display: block;
}
.about2-container .xxbs .ww{
    width: 900px;
}
.about2-container .xxbs .xxbs-item1{
    line-height: 28px;
}
.about2-container .xxbs-item2 ul{
    width: 100%;
    white-space: nowrap;
    /* overflow-x: auto; */
    overflow: hidden;
    padding: 20px 12px;
}
.about2-container .xxbs-item2 ul::-webkit-scrollbar{
    width: 2px;
}
.about2-container .xxbs-item2 li{
    display: inline-block;
    height: 240px;
    width: 165px;
    margin-right: 12px;
    vertical-align: top;
}
.about2-container .xxbs-item2 li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
}
.about2-container .xxbs-item2 li img{
    display: block;
    width: 100%;
    height: 100%;
}
.about2-container .xxbs-item2 li div{
    position: absolute;
    width: 100%;
    bottom: 0; left: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 6px 12px;
}
.about2-container .xxbs-item2 li div span{
    font-size: 12px;
    color: #666;
}
.about2-container .xxbs-item2 li div p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.about2-container .xxbs-item3{
    padding: 20px 12px;
}
.about2-container .xxbs-item3 img{
    height: 240px;
    width: 378px;
    margin-right: 30px;
}
.about2-container .xxbs-item4 img{
    height: 280px;
    width: 499.4px;
    margin-left: 20px;
}

.about3-container {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding:30px 0;
    box-sizing: border-box;
    min-height: 240px;
    z-index: 2;
}
.abss-nav ul{
    position: absolute;
    top: 30px; left: 0;
    width: 120px;
    padding: 0;
    background-color: #F6F6F6;
    border: 1px solid #EDEDED;
}
.abss-nav li a{
    position: relative;
    display: block;
    color: #333333;
    padding: 12px 12px 12px 30px;
    text-decoration: none;
}
.abss-nav li a::before{
    position: absolute;
    content: '';
    top: 50%;left: 14px;
    width: 4px;
    height: 4px;
    background-color: #CB071B;
    transform: translateY(-50%);
}

.abss-nav .first a::before{
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #F6F6F6 #F6F6F6 #F6F6F6 #333333;
    background-color: #F6F6F6;
}
.abss-nav li + li{
    border-top: 1px solid #EDEDED;
}
.abss-nav .curr a, .abss-nav li a:active{
    background-color: #CB071B;
    color: white;
}

.abss-nav .curr a::before,
.abss-nav a:active::before{
    background-color: white !important;
}


.abss-nav .first.curr a::before,
.abss-nav .first a:active::before{
    background-color: #CB071B !important;
    border-color:#CB071B #CB071B #CB071B white;

}

.abss-content{
    padding-left: 150px;
}