/*content*/
.company-wrap {
}

.company {
    width: 1200px;
    border: 1px solid #e2e1e1;
    background-color: #F6F6F6;
    padding: 58px 62px 53px 78px;
    border-radius: 12px;
    position: relative;
    margin-top: -84px
}

.company .company-left {
    float: left;
    width: 40%;
    position: relative;
    padding-top: 80px
}

.company .company-left img {
    width: 86%;
}

.company .company-left .introduction {
    color: #333333;
    font-size: 28px;
    margin-top: 15px;
    background-color: #F6F6F6;
    position: absolute;
    z-index: 3;
    top: 0;
}

.company .company-left .title {
    margin-bottom: 37px;
    text-align: left;
    padding-left: 36px
}

.company .company-left .frame {
    position: absolute;
    display: inline-block;
    width: 74px;
    height: 84px;
    border: 3px solid #BFBFBF;
    opacity: 0.33;
    left: 0;
    top: 0;
}

.company .company-right {
    float: left;
    width: 60%;
    padding-top: 22px;
    padding-left: 10%
}

.company p {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-indent: 28px;
    margin-bottom: 20px
}

.company .company-right .title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-indent: 0;
    margin-bottom: 43px
}

.company-culture-introduction {
    font-size: 14px !important;
}

.company-culture {
    position: relative;
    overflow: hidden;
}

.company-culture .left-bj, .company-culture .right-bj {
    float: left;
    width: 50%;
}

.company-culture .left-bj img, .company-culture .right-bj img {
    height: 100%
}

.company-culture .bj {
    position: relative;
}

.company-culture .bj img {
}

.company-culture .describe {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -37px;
    height: 100%
}

.company-culture .describe > div {
    margin-bottom: 7%
}

.company-culture .describe > div:first-child {
    margin-top: 10%
}

.company-culture .describe .describe-icon {
    float: left;
    margin-right: 32px;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center
}

.company-culture .describe .describe-icon img {
    margin-top: 17px
}

.company-culture .describe .describe-content {
    float: left;
    width: 45%;
    color: #ffffff
}

.company-culture .describe .describe-content span {
    font-size: 19px;
    margin-bottom: 22px;
    display: block
}

.company-culture .describe .describe-content p {
    font-size: 14px
}

.company-culture-wrap {
    margin-top: 30px
}

.company-culture-wrap .carousel-imgs {
    width: 1350px;
    margin-top: 50px;
    position: relative;
}

.company-culture-wrap .carousel-imgs .swiper-container {
    width: 1200px;
    overflow: hidden;
}

.company-culture-wrap .carousel-imgs .swiper-wrapper {
    width: 1200px;
}

.company-culture-wrap .carousel-imgs .swiper-slide {
    background-color: #fff;
    float: left;
    width: 378px !important;
    margin-right: 36px;
}

.company-culture-wrap .carousel-imgs .swiper-slide img {
    object-fit: cover;
}

.company-culture-wrap .carousel-imgs .swiper-slide .info {
    padding: 15px 10px 5px 10px;
    text-align: center
}

.company-culture-wrap .carousel-imgs .swiper-slide .info .name {
    font-size: 22px;
    color: #333333;
    margin-bottom: 35px;
}

.company-culture-wrap .carousel-imgs .swiper-slide .info .name p {
    font-size: 16px;
    color: #666;
    margin-top: 13px;
    margin-left: 15px;
}

.company-culture-wrap .carousel-imgs .swiper-slide .info p {
    font-size: 14px;
    color: #666;
}

.company-culture-wrap .carousel-imgs .swiper-pagination {
    bottom: 0;
}

.company-culture-wrap .carousel-imgs .swiper-pagination .swiper-pagination-bullet {
    background-color: #dcdcdc;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 8px;
    margin: 0 5px;
}

.company-culture-wrap .carousel-imgs .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fc7814;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 21px;
    height: 8px;
    margin: 0 5px;
}

.company-culture-wrap .carousel-imgs .pre {
    position: absolute;
    z-index: 3;
    left: 5px;
    top: 42%;
    width: 48px;
    height: 48px;
    background: url("../image/leftnext.png") no-repeat;
    background-size: cover
}

.company-culture-wrap .carousel-imgs .pre:hover {
    background: url("../image/leftnext_hover.png") no-repeat;
    background-size: cover
}

.company-culture-wrap .carousel-imgs .next {
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 42%;
    width: 48px;
    height: 48px;
    background: url("../image/next.png") no-repeat;
    background-size: cover
}

.company-culture-wrap .carousel-imgs .next:hover {
    background: url("../image/next_hover.png") no-repeat;
    background-size: cover
}

.team {
    position: relative;
    overflow: hidden;
}

.team .left-bj, .team .right-bj {
    float: left;
    width: 50%;
}

.team .left-bj img, .team .right-bj img {
    height: 100%
}

.team .bj {
    position: relative;
}

.team .bj img {
}

.team .describe {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -37px;
    height: 100%
}

.team .describe > div {
    margin-bottom: 7%
}

.team .describe > div:first-child {
    margin-top: 10%
}

.team .describe .describe-icon {
    float: left;
    margin-right: 32px;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center
}

.team .describe .describe-icon img {
    margin-top: 17px
}

.team .describe .describe-content {
    float: left;
    width: 45%;
    color: #ffffff
}

.team .describe .describe-content span {
    font-size: 19px;
    margin-bottom: 22px;
    display: block
}

.team .describe .describe-content p {
    font-size: 14px
}

.team-wrap {
    margin-top: -30px;
}

.team-wrap .carousel-imgs {
    width: 996px;
    margin-top: 50px;
    position: relative;
}

.team-wrap .carousel-imgs .swiper-container {
    width: 747px;
    overflow: hidden;
    padding-bottom: 25px;
}

.team-wrap .carousel-imgs .swiper-wrapper {
    width: 747px;
}

.team-wrap .carousel-imgs .swiper-slide {
    background-color: #fff;
    float: left;
    width: 225px !important;
    margin-right: 36px;
}

.team-wrap .carousel-imgs .swiper-slide .img {
    text-align: center;
    margin-bottom: 21px
}

.team-wrap .carousel-imgs .swiper-slide .info {
    padding: 15px 10px 5px 10px;
    text-align: center
}

.team-wrap .carousel-imgs .swiper-slide .info .name {
    font-size: 22px;
    color: #333333;
    margin-bottom: 35px;
}

.team-wrap .carousel-imgs .swiper-slide .info .name p {
    font-size: 16px;
    color: #666;
    margin-top: 13px;
    margin-left: 15px;
}

.team-wrap .carousel-imgs .swiper-slide .info p {
    font-size: 14px;
    color: #666;
}

.team-wrap .carousel-imgs .swiper-pagination {
    bottom: 0;
}

.team-wrap .carousel-imgs .swiper-pagination .swiper-pagination-bullet {
    background-color: #dcdcdc;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 8px;
    margin: 0 5px;
}

.team-wrap .carousel-imgs .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fc7814;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 21px;
    height: 8px;
    margin: 0 5px;
}

.team-wrap .carousel-imgs .pre {
    position: absolute;
    z-index: 3;
    left: 5px;
    top: 48%;
    width: 48px;
    height: 48px;
    background: url("../image/leftnext.png") no-repeat;
    background-size: cover
}

.team-wrap .carousel-imgs .pre:hover {
    background: url("../image/leftnext_hover.png") no-repeat;
    background-size: cover
}

.team-wrap .carousel-imgs .next {
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 48%;
    width: 48px;
    height: 48px;
    background: url("../image/next.png") no-repeat;
    background-size: cover
}

.team-wrap .carousel-imgs .next:hover {
    background: url("../image/next_hover.png") no-repeat;
    background-size: cover
}

.honor-wrap {
    background: url("../image/gywm_zzrybg.png") no-repeat;
    padding-bottom: 100px;
    background-size: cover;
}

.honor-wrap .title span {
    color: #ffffff
}

.honor {
    width: 1200px;
    margin-top: -60px
}

.honor ul {
    opacity: 0
}

.honor .honor-left .one li, .honor-left .two li {
    background: url("../image/gywm_zzrz.png") no-repeat left center
}

.honor .honor-left .one li:last-child, .honor-left .two li:last-child {
    background: none
}

.honor .honor-right {
    float: left;
    width: 50%;
    padding-left: 10%
}

.honor .honor-right li {
    background: url("../image/gywm_zlrz.png") no-repeat left center
}

.honor .honor-right li:last-child {
    background: none
}

.honor .list-title {
    text-align: left;
    color: #ffffff
}

.honor .list-title span {
    font-size: 18px;
}

.honor .list-title span:first-child {
    margin-right: 5px
}

.honor li {
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    padding-left: 28px
}

.honor .honor-left {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding-left: 10%
}

.honor .honor-left .one {
    margin-bottom: 70px;
}

.development-wrap {
    padding-top: 30px;
}

.development {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding-bottom: 56px
}

.development-wrap .square {
    margin-top: 0
}

.development .years {
    margin-bottom: 0;
    float: left;
    position: relative;
    margin-left: 206px;
    margin-right: 180px;
}

.development .years .point span:first-child {
    position: absolute;
    top: -3px;
    left: 50%;
    padding: 2px;
    margin-left: -6px;
    border-radius: 50%;
    border: 1px solid #0459DF;
}

.development .years .point span:last-child {
    position: absolute;
    bottom: -3px;
    left: 50%;
    padding: 2px;
    margin-left: -6px;;
    border-radius: 50%;
    border: 1px solid #0459DF;
}

.development .years .point span i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0459DF;
    display: inline-block;
}

.development .years > ul li {
    margin-top: 28px;
    cursor: pointer;
    background: #ffffff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: all 1s;
    text-align: center;
    margin-right: 10%;
    color: #0459DF;
    font-size: 16px;
    border: 1px solid #0459DF;
    border-radius: 50%;
    position: relative
}

.development .years > ul li p {
    color: #0459DF;
}

.development .years > ul li:last-child {
    margin-bottom: 28px;
}

.development .years > ul li:hover {
    background-color: #0459DF;
    color: #ffffff;
}

.development .years > ul li:hover p {
    color: #ffffff;
}

.development .years > ul .is-active p {
    color: #ffffff
}

.development .years > ul .is-active {
    background-color: #0459DF;
}

.development .years > i {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 1px;
    left: 50%;
    margin-left: -1px;
    background-color: #0459DF;
}

.development .development-box {
    float: left;
}

.development .development-item {
    margin-left: 5%;
    display: none
}

.development .development-item img {
    margin-bottom: 36px;
}

.development .development-item ul {
    padding-top: 30px;
    position: relative;
}

.development .development-item ul:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 54px;
    background-color: #B7B7B7;
    top: 0;
}

.development .development-item li {
    color: #333;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.development .development-item li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
}

.development .development-item .multiple span {
    float: left
}

.development .development-item .multiple div {
    overflow: hidden
}

.development .development-item .multiple p {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    font-size: 16px
}

.development .development-item .multiple p:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    color: #999;
    font-size: 10px;
    top: 3px
}

.development .development-2023 {
    display: block
}

.staff {
    position: relative;
    width: 1200px;
    margin-bottom: 67px;
    margin-top: -60px
}

.staff-wrap .square {
    margin-top: 0
}

/*.staff .img{ margin-bottom:37px;}*/
/*.staff ul li{ width: 24%; margin-left: 1%; float: left;margin-bottom: 17px;position: relative}*/
/*.staff ul li:first-child{margin-left: 0;}*/
.staff ul li img {
    width: 100%
}

.contact .map .lf {
    width: 100%;
    height: 414px;
    overflow: hidden;
}

.contact .map .map-label {
    width: 154px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    z-index: 10
}

.contact .map .map-label span {
    cursor: pointer;
    padding: 4px 20px;
    background-color: #1A1C2E;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px
}

.contact .map .map-label span:first-child {
    background-color: #0459DF
}

.contact .map .map-label span:last-child {
    margin-right: 0;
}

.contact .rg {
    max-width: 1020px;
    margin: 0 auto
}

.contact .rg ul {
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 3%;
}

.contact .rg ul:last-child {
    margin-right: 0;
}

.contact .rg ul li {
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.contact .rg ul li:first-child {
    padding-left: 0;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.contact .rg ul li p {
    display: block;
    width: 14px;
    position: absolute;
    height: 100%;
    left: 0;
}

.contact .rg ul li img {
    width: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact .rg ul li span {
}

.contact .rg ul li:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}


.-center li {
    position: relative;
    width: 20%;
    height: 180px;
    margin-right: 1%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: 50% 50% 90px;
    transform-origin: 50% 50% 90px;
}

.-center .w {
    font-size: medium;
    font-size: initial;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -90px;
    transform-origin: 50% 50% -90px;
    will-change: transform;
    -webkit-animation: 200ms ease-out 0ms 1 normal forwards paused;
    animation: 200ms ease-out 0ms 1 normal forwards paused;
}

.-center .f,
.-center .b {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    -webkit-transition: none;
    transition: none;
}

.-center .f {
}

.-center .f > svg {
    mix-blend-mode: luminosity;
}

.-center .b {
    padding: 16px;
    padding: 1rem;
    background-color: #2C3D58;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.-center .in-top .b,
.-center .out-top .b {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, -100%, 0) rotate3d(1, 0, 0, 90deg);
}

.-center .in-right {
    transform: translate(-31px, 0);
}

.-center .in-left {
    transform: translate(31px, 0);
}

.-center .in-right .b,
.-center .out-right .b {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 90deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 90deg);
}

.-center .in-bottom .b,
.-center .out-bottom .b {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(0, 100%, 0) rotate3d(-1, 0, 0, 90deg);
    transform: translate3d(0, 100%, 0) rotate3d(-1, 0, 0, 90deg);
}

.-center .in-left .b,
.-center .out-left .b {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, -1, 0, 90deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, -1, 0, 90deg);
}

.-center .in {
}

.-center .in-top .w {
    -webkit-animation-name: in-top;
    animation-name: in-top;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .in-right .w {
    -webkit-animation-name: in-right;
    animation-name: in-right;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .in-bottom .w {
    -webkit-animation-name: in-bottom;
    animation-name: in-bottom;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .in-left .w {
    -webkit-animation-name: in-left;
    animation-name: in-left;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .out {
}

.-center .out-top .w {
    -webkit-animation-name: out-top;
    animation-name: out-top;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .out-right .w {
    -webkit-animation-name: out-right;
    animation-name: out-right;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .out-bottom .w {
    -webkit-animation-name: out-bottom;
    animation-name: out-bottom;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.-center .out-left .w {
    -webkit-animation-name: out-left;
    animation-name: out-left;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}


.-center {
    text-align: center;
}

.-neutral-mid {
    color: rgb(153, 153, 153);
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg)
    }
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg)
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg)
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg)
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg)
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg)
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}


@media screen and (max-width: 1350px) {
    .company-culture-wrap .carousel-imgs {
        width: 920px;
    }

    .company-culture-wrap .carousel-imgs .swiper-container {
        width: 800px;
    }

    .company-culture-wrap .carousel-imgs .swiper-wrapper {
        width: 800px;
    }
}

@media screen and (max-width: 800px) {
    .company-culture-wrap .carousel-imgs {
        width: 500px;
    }

    .company-culture-wrap .carousel-imgs .swiper-container {
        width: 378px;
    }

    .company-culture-wrap .carousel-imgs .swiper-wrapper {
        width: 378px;
    }
}

@media screen and (max-width: 1200px) {
    .company, .honor {
        width: 90%;
    }

    .development {
        width: 90%;
        margin: 0 auto;
    }

    .development .years {
        /* margin-bottom: 120px; */
        float: left;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    .development .development-box {
        float: right;
        width: 85%;
    }

    .container .boxItem {
        height: 228px;
        position: relative;
        margin-left: 1%;
        float: left;
        width: 49%;
        margin-bottom: 20px;
    }

    .team-wrap .carousel-imgs .swiper-slide {
        width: 50% !important;
    }

}

@media screen and (max-width: 1050px) {
    .team-wrap .carousel-imgs, .team-wrap .carousel-imgs .swiper-wrapper, .staff {
        width: 90%
    }

    .team-wrap .carousel-imgs .swiper-container {
        width: 100%
    }
}

@media screen and (max-width: 950px) {
    .company, .honor {
        width: 90%;
        margin-top: 0;
        border-radius: 0;
    }

    .development {
        width: 90%
    }

    .company .company-left img {
        display: none
    }

    .company .company-right .title {
        text-align: center
    }

    /* .team-wrap{margin-top: 30px} */
    .company .company-right {
        padding-left: 0
    }

    .company .company-left {
        float: none;
        width: 100%
    }

    .company .company-right {
        float: none;
        width: 100%;
        text-align: center
    }

    .-center {
        width: 600px;
        margin: 0 auto;
    }

    .-center li {
        position: relative;
        width: 44%;
        height: 200px;
        margin-right: 1%;
    }

    .-center .in-right {
        transform: translate(-42px, 0);
    }

    .-center .in-left {
        transform: translate(42px, 0);
    }

    .-center .in-top {
        transform: translate(0, 10px);
    }

    .-center .in-bottom {
        transform: translate(0, -10px);
    }
}

@media screen and (max-width: 668px) {
    .staff .swiper-container .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}
