.banner-box {
    position: relative;
}
footer.foot-box {
    margin-top: -111px;
}
.about_bg {
    background: url("../images/new_img/about_bg.jpg") no-repeat -1px -1px;
    background-size: cover;
}
.about_bg1 {
       background: url("../images/new_img/about_1.jpg") no-repeat -1px -1px;
    background-size: cover;
       padding: .1px;
}
.about_bg2 {
       background: url("../images/new_img/about_2.jpg") no-repeat -1px -1px;
       background-size: cover;
       padding: .1px;
       margin-top: -2px;
       padding-top: 260px;
    padding-bottom: 80px;
}
.about_bg3 {
       background: url("../images/new_img/about_3.jpg") no-repeat -1px -1px;
       background-size: 100% 130%;
       padding-bottom: 111px;
       padding-top: 50px;
}
.banner-box .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
}

.banner-box .banner-content .name {color: #FFFFFF;text-transform: uppercase;font-family: HuXiaoBo, HuXiaoBo;font-weight: normal;font-size: 48px;color: #FFFFFF;line-height: 75px;border-bottom: 4px solid #EA4E29;display:inline-block;margin-bottom: 25px;}

.banner-box .banner-content .con  {
width: 50%;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 32px;
    padding-bottom: 32px;
}

.banner-box .banner-bg {
    width: 100%;
    opacity: .5;
}

.team {
    /* background: linear-gradient(to left, rgba(228, 89, 62, 0.2) 0%, #000000 73%), #000000; */
    padding: 1px;
    padding-top: 50px;
}

.team .tit {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 94px;
    margin: 0 0 40px;
}

.team ul {
    display: flex;
    flex-wrap: wrap;
}

.team ul li {
    width: calc(16.66666% - 17px);
    margin-right: 20px;
    transition: all .2s;
    margin-bottom: 0px;
}

.team ul li:hover {
    transform: translateY(-17px);
}

.team ul li .img-box {
    position: relative;
    overflow: hidden;
    /* text-align: center; */
}
.team ul li .img-box img {
    width: 100%;
    height: auto!important;
}
.team ul li .img-box .con-img {
    /* position:absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* background: linear-gradient(0deg, rgba(0,0,0,.5), transparent); */
    width: 100%;
    /* height: 100px; */
    padding: 8px;
    color: #fff;
    /* opacity: 0; */
    transition: all .2s;
}

.team ul li .img-box:hover .con-img {
    opacity: 1;   
}
.team ul li .img-box .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    position: absolute;
    left: calc((100% - 10px) / 2);
    bottom: 0;
}

.team ul li .con-box {
    padding: 33px 35px 33px 24px;
    background: #FFFFFF;
    /* height: 240px; */
}

.team ul li .con-box .name {
    font-size: 14px;
    color: #333333;
    line-height: 33px;
    font-weight: bold;
}

.team ul li .con-box .rank {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

.team ul li .con-box .intro {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    margin-top: 10px;
}

.team ul li:hover .triangle {
    border-bottom: 10px solid #FBE9BE;
}

.team ul li:hover .con-box {
    background-image: linear-gradient(to bottom, #FBE9BE, #F2CD7E);
}

.team ul li:nth-child(6n) {
    margin-right: 0;
}
.jy_team {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 0;
    margin-top: 106px;
}
.jy_team .icon {
    width: 48px;
}
.jy_team .jy_team_tit  {
    font-family: HuXiaoBo, HuXiaoBo;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 94px;
    margin-top: 20px;
}
.jy_team .con  {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 80px;
}
.honor_title {
    display:flex;
    flex-direction:column;
    align-items: flex-end;
}
.honor_title .icon {
    width: 48px;
}
.honor_title .tit_text  {
    font-family: HuXiaoBo, HuXiaoBo;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 94px;
}
.text-right {
    text-align: right;
}
.honor-list {
    display:flex;
    flex-wrap: wrap;
}
#honorList .swiper-slide{
    margin-top: 20px!important
}
.honor-list .item {
    /* width: calc(25% - 24px); */
    /* margin-right: 32px; */
    position: relative;
    /* margin-bottom: 32px; */
    height: 100%;
}
.honor-list .item img {
    /* height: 100%; */
    width: 100%;
}

.honor-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.honor-list .item p {
    display: none;
}

.honor-list .item .con {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    display:flex;
    justify-content:center;
    align-items: center;
    opacity: 0;
    transition: all 1s;
}

.honor-list .item:hover .con {
    opacity: 1;
}
.award-bg {
    background-image: url("../images/about/award-bg.png");
    /* padding: 145px 0; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}

.award-bg .award-bg-con {
    position: relative;
    background: url('../images/about/line.png') no-repeat;
    height: 100%;
    background-size: auto 100%;
}

.award-bg .mySwiper {
    height: 100%;
}

.award-bg .item {
    display: flex;
    justify-content: center;
    height: 100%;
}

.award-bg .item img {
    /* width: 347px; */
    height: 100%;
}

.award-bg .item .con {
    width: 34%;
    margin-left: 125px;
    font-size: 16px;
    color: #FFFFFF;
    /* max-height:94px; */
    /* overflow: hidden; */
    display: none;
    transform: translateY(-193px);
    line-height: 35px;
    height: 100%;
}

.award-bg .swiper-slide-active .item .con {

    display: block;
}

.award-bg .item .con .tit {
    /* line-height: 60px; */
    margin-bottom: 85px;
}

.award-bg .item .con p {
    margin-bottom: 65px;
}

.award-bg .control-btn {
    display: flex;
    position: absolute;
    bottom: 191px;
    right: 10px;
    z-index: 1;
}

.award-bg .control-btn .next-btn {
    margin-top: 20px !important;
}

.award-bg .control-btn .next-btn, .award-bg .control-btn .prev-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 16px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    text-align: center;
}

.award-bg .control-btn .next-btn:hover, .award-bg .control-btn .prev-btn:hover {
    background: #e44e3e;
    border-color: #e44e3e;
    cursor: pointer;
}

.award-bg .control-btn .next-btn:hover i, .award-bg .control-btn .prev-btn:hover i {
    color: #000000;
}

.award-bg .control-btn .next-btn i, .award-bg .control-btn .prev-btn i {
    color: #FFFFFF;
    font-size: 24px;
}

.develop-box .tit {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 94px;
    margin: 105px 0 53px;
}
.develop-box {
    position: relative;
}
.develop-box .develop-list {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    align-items: flex-start;
    /* padding: 0 15%; */
    padding-top: 30px;
    flex-direction: column;
    height: 370px;
    flex-wrap: wrap;
}


.develop-box:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background: #fff;
}
.develop-box .develop-lists {
    height: 382px;
}
.develop-box .develop-lists .develop-item {
    /* width: 350px; */
    /* flex: 0 0 calc(50% - 50px); */
    border: 1px solid #FFFFFF;
    position: relative;
    padding: 20px 43px;
    /* margin-right: 50px; */
    height: calc(100% - 11px);
    margin-top: 13px;
    margin-right: 80px;
    margin-left: 20px;
    border-top: 0;
}
.develop-box .develop-lists .develop-item:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    background: #fff;
    top: 0;
}

.develop-box .develop-lists .develop-item:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 110px;
    display: block;
    width: calc(100% - 110px);
    background: #fff;
    top: 0;
}
.develop-box .develop-lists  .develop-item .dots {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -55px;
    z-index: 10;
}

.develop-box .develop-lists  .develop-item .year {
    width: 100px;
    height: 40px;
    color: #e44e3e;
    font-weight: 700;
    font-size: 32px;
    /* background: #241b16; */
    position: absolute;
    top: -24px;
    left: 20px;
    text-align: center;
}

.develop-box .develop-lists  .develop-item .intro {
    color: #FFFFFF;
}

.develop-box .develop-lists  .develop-item:hover {
    border: none;!i;!;
    background-image: url("../images/about/ybg.png");
    background-size: cover;
}
.develop-box .develop-lists  .develop-item:hover:before,
.develop-box .develop-lists  .develop-item:hover:after {
    display: none;
}
.develop-box .develop-lists  .develop-item:hover .intro {
    color: #000;
}
.develop-box .develop-lists  .develop-item:hover .year {
    background: none;
}

.develop-box .develop-lists  .develop-item:hover .dots {
    content: url("../images/about/dot.png");
    display: block;
    width: 66px;
    height: 66px;
    z-index: 2;
    background: none;
    left: -33px;
    bottom: -84px;
}
.develop-box .develop-lists .swiper-slide:nth-child(2n)  {
    margin-top: 98px!important;
}

.develop-box .develop-lists .swiper-slide  {
    height:calc(50% - 50px)!important;
}
.develop-box .develop-lists .swiper-slide:nth-child(2n) .develop-item {
   transform:translate(80px)
}
.develop-box .develop-lists .swiper-slide:nth-child(2n) .develop-item .dots {
    top: -67px;
    left: 50%;
}
.develop-box .develop-lists .swiper-slide:nth-child(2n) .develop-item:hover .dots {
    left: calc(50% - 33px);
}

.develop-box .develop-lists .swiper-slide:nth-child(2n) .develop-item:hover .dots {top: -95px;}


.tab-bar {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-bar .item {
    width: 90px;
    height: 90px;
    line-height: 93px;
    margin: 0 16px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    text-align: center;
}

.tab-bar .item i {
    color: #FFFFFF;
    font-size: 32px;
}

.tab-bar .item:hover {
    background: #e44e3e;
    border-color: #e44e3e;
}

.tab-bar .item:hover i {
    color: #000000;
    font-weight: 700;
}


.award-bg .swiper-slide {
    transition: 1500ms;
    transform: scale(0.4) translateX(-100%) !important;
}

.award-bg .swiper-slide-active, .award-bg .swiper-slide-duplicate-active {
    transform: scale(1.6) translateX(0) !important;
}
.award-bg .swiper-slide-prev {
transform: scale(0.4) translate(-100%, -360px) !important
}

.award-bg .swiper-slide-next {
transform: scale(0.4) translate(-100%, 360px) !important
}
.award-bg .swiper-slide-active .item, .award-bg .swiper-slide-duplicate-active .item {
    transform: scale(.6) !important;
}
.award-bg .swiper-slide-active .item img {
    transform: scale(1.4) !important;
}

@media (max-width: 990px) {
.about_bg2 {
       padding-top: 120px;
    padding-bottom: 20px;
}
.about_bg3 {
       padding-top: 10px;
}
     .develop-box .develop-lists .develop-item {
        width: calc(100% - 60px);
        margin-left: 0;
    }
    .develop-box .develop-lists .swiper-slide:nth-child(2n) .develop-item {
        transform: translate(60px);
    }
    .banner-bg {
        /* display: none; */
    }

    .banner-box .banner-content {
        padding-top: 90px;
        position: static;
        /* background: url("../images/about/abanner.png"); */
        background-size: cover;
        padding-bottom: 20px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .team ul li {
        width: calc((100% - 36px) / 2);
        margin-right: 36px !important;
    }

    .team ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .control-btn {
        display: none !important;
    }

    .award-bg .item img {
        max-width: 50%;
    }

    .award-bg .item {
        align-items: center;
    }

    .award-bg .item .con p,
    .award-bg .item .con .tit {
        margin-bottom: 20px;
    }

    .award-bg .item .con {
        margin-left: 30px;
    }

    .develop-box .develop-list {
        padding: 0;
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .honor_title .tit_text {
        font-size: 32px;
        margin: 12px 0 12px;
        line-height: normal;
    }
    .honor_title .icon {
        width: 32px;
    }
    .jy_team {
        display: block;
        margin-bottom: 50px;
    }
    .jy_team .jy_team_tit {
        font-size: 32px;
        margin: 12px 0 12px;
        line-height: normal;
    }
    .jy_team .con {
        margin: 0 0 12px;
    }
    
    .banner-box .banner-content {
        padding-top: 120px;
    }
    .banner-box .banner-content .name {
        /* width: 100%; */
    }
    .banner-box .banner-content .con {
        width: 100%;
    }
    .award-bg .swiper-slide-active .item img {
        transform: scale(1) !important;
    }
      .award-bg .swiper-slide {
        transition: 1s;
         transform: scale(0) translateX(0%) !important;
     }
     .award-bg .swiper-slide-active  {
         
        transform: scale(1.5) !important;
     }
   .award-bg .item .con {
       transform:translateY(0px);
   }
    .award-bg .swiper-slide {
    }
    .award-bg {
        height: auto;
        /* padding: 49px 0 ; */
    }
    .award-bg .award-bg-con {
         background: url('../images/about/m_line.png') no-repeat  center -50px;
         padding: 50px 0;
         max-height: 523px;
         overflow: hidden;
         background-size: 150% auto;
    }
   .award-bg  .swiper-slide-prev {
        transform: scale(0.4) translate(-100%, 0) !important;
    }
   .award-bg  .swiper-slide-next {
        transform: scale(0.4) translate(100%, 0) !important;
    }
    .award-bg .item .con p {
        display: none;
    }
    .develop-box .develop-list {
        display: block;
    }

    .develop-box .develop-list:after, .develop-box .develop-list:before {
        display: none;
    }

    .develop-box .develop-list li {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 50px !important;
    }

    .develop-box .develop-list li:after,
    .develop-box .develop-list li .dots {
        display: none;
    }
      .award-bg .item {
        display: block;
    }

    .award-bg .item img {
        max-width: 100%;
        width: 100%;
        /* max-height: 300px; */
        height: auto;
    }

    .award-bg .item .con {
        width: 100%;
        margin: 0;
    }
        .honor-list .item {
        /* width: calc(33.3333% - 8px); */
        /* margin-right: 12px; */
    }
    .honor-list .item:nth-of-type(2n) {
        margin-right: 12px;
    }
    
    .honor-list .item:nth-of-type(4n) {
        margin-right: 12px;
    }
    
    .honor-list .item:nth-of-type(3n) {
        margin-right: 0px;
    }
}

@media (max-width: 480px) {
   
    .honor-list .item {
        /* width: 100%; */
        margin-right: 0;
    }
    #honor .swiper {
        height: 600px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!;
    }
    .honor-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .honor_title .tit_text {
        font-size: 24px;
        line-height: normal;
        margin: 16px 0 24px;
    }
    .tab-bar .item {
        width: 60px;
        height: 60px;
        line-height: 56px;
        margin: 0 18px;
    }
    .tab-bar .item i {
        font-size: 18px;
    }
  

    .team ul li {
        width: calc(50% - 6px);
        margin-right: 12px !important;
    }

    .team ul li .img-box {
        width: 100%;
    }
}