#certify {
    position: relative;
    width: 1400px;
    margin: 0 auto
}

#certify .swiper-container {
    width: 1400px;
}

#certify  .swiper-slide {
    width: 570px;
    height: 420px;
    border: 12px solid rgba(255, 255, 255, 0);
    border-radius: 20px;
}
#certify  .swiper-slide img{
    display:block;
    border-radius: 7px;
    width: 570px;
    height: 400px;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -50px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #3c81ec;
    background-color: rgba(0, 0, 0, 0);
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #3c81ec;
    background-color: #3c81ec;
}

#certify .swiper-button-prev {
    display: inline-block;
    position: absolute;
    left: -60px;
    width: 77px;
    height: 24px;
    cursor: pointer;
    z-index: 100;
}

#certify .swiper-button-prev::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: rgb(60, 129, 236);
    position: absolute;
    top: 11px;
    left: 0;
}

#certify .swiper-button-prev:hover::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid rgb(60, 129, 236);
    position: absolute;
    top: 0;
    right: 0;
    animation: expand2 .23s cubic-bezier(0,0,.2,1);
}

#certify .swiper-button-circle {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(60, 129, 236);
    position: absolute;
    top: 7px;
    right: 7px;
}

#certify .swiper-button-next .swiper-button-circle {
    left: 7px;
}

#certify .swiper-button-next {
    display: inline-block;
    position: absolute;
    right: -60px;
    width: 77px;
    height: 24px;
    cursor: pointer;
    z-index: 100;
}

#certify .swiper-button-next::before {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #3c81ec;
    position: absolute;
    top: 11px;
    left: 12px;
}

#certify .swiper-button-next:hover::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid #3c81ec;
    position: absolute;
    top: 0;
    right: 53px;
    animation: expand2 .23s cubic-bezier(0,0,.2,1);
}

@keyframes expand2 {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
    content: '';
}

.environment-img {
    text-align: center;
}

.environment-title {
    font-size: 20px;
    margin-top: 16px;
    color: #999999;
}

.middleContentBox {
    position: relative;
    width: 100%;
    height: 100vh;
    color: rgba(0, 0, 0, 0.98);
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.slideContent {
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    top: 128px;
}

.swiper-pagination-progressbar {
    /*height: 103% !important;*/
    right: 0 !important;
    z-index: 9999;
}

#slide7 {
    height: 390px;
}

/*基本样式结束*/

.video-1 {
    width: 100%;
    height: 100%;
    max-width:100%
}

.slideContent a {
    text-decoration: none;
    color: white;
    text-align: center;
}

.slideContent .img-wrapper {
    height: 60%;
    margin: 20px;
}

.slideContent .img-wrapper-1 {
    height: 75%;
}

.text-align {
    text-align: center;
}

.full-img {
    height: 75vh;
    width: 60vh;
    border-radius: 12px;
}

.img-2 {
    height: 190vh;
    width: 160vh;
}

.img-3 {
    height: 60vh;
    width: 100%;
}

.img-4 {
    height: 90vh;
    width: 100%;
}

.img-5 img{
    height: 60vh;
}

.img-6{
    margin-top: 50px;
    height: 70vh;
}

.img-7 {
    height: 400px;
}

.img-5 .img-8 {
    width: 50vh;
    height: auto;
}

.img-9 {
    width: 140vh;
}

.freeMode {
    top: 110px;
    margin-top: 50px;
    padding: 50px 0;
    transform: translateX(23%);
}

.freeMode2 {
    margin-top: 25px;
    padding: 50px 0;
    transform: translateX(10%);
    text-align: center;
}

.background-pink {
    position: relative;
    background-image: url(/style/img/backgroundImg.jpg);
    background-size: 100% 100%;
    height: 100vh;
}

.apply-title {
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 5px;
    top: -20px;
}

.freeMode2 .apply-title {
    left: 40%;
    transform: translate(-50%);
}

.freeMode .apply-title2 {
    left: 25%;
    transform: translate(-50%);
}

/*关于公司*/
.background3 .txt {
    display: flex;
    flex-direction: column;
    width: 100vh;
    height: 70%;
    justify-content: center;
}

.background3 h4 {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin: 0;
    animation: txt-animation 0.3s ease-in-out;
}

.background3 h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 60px;
    margin: 0 0 20px 0;
    color: #1a1a1a;
    animation: txt-animation 0.5s ease-in-out;
}

.background3 .line {
    width: 80px;
    height: 4px;
    background:  #1c487f;
    margin: 10px 0;
    animation: txt-animation 0.7s ease-in-out;
}

.background3 p {
    margin-top: 20px;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    animation: txt-animation 0.8s ease-in-out;
}

.background3 .introduceImg {
    width: 100%;height: 20%;display: flex;justify-content: center;align-items: center;
    animation: txt-animation 1s ease-in-out;
}

@keyframes txt-animation {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.introduce {
    display: none;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.introduce-left {
    width: 70%;
    height: 100%;
    animation: introduce-left-animation 0.8s ease-in-out;
}

/*#company-slide1 .introduce-left {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

#company-slide2 .introduce-left {
    display: flex;
    justify-content: center;
}

#company-slide2 img {
    height: 75vh;
    width: 100vh;
}

.introduce-right {
    animation: introduce-right-animation 0.8s ease-in-out;
}

.introduce-top {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 20px;
    animation: introduce-top-animation 0.4s ease-in-out;
    z-index: 10;
}

.introduce-bottom {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    height: 80vh;
    animation: introduce-bottom-animation 0.4s ease-in-out;
}

@keyframes introduce-left-animation {
    0% {
        transform: translateX(-100%); /* 开始时，文本在屏幕左侧之外 */
        opacity: 0; /* 文本完全透明 */
    }
    100% {
        transform: translateX(0); /* 结束时，文本在原始位置 */
        opacity: 1; /* 文本完全不透明 */
    }
}

@keyframes introduce-right-animation {
    0% {
        transform: translateX(100%); /* 开始时，文本在屏幕右侧之外 */
        opacity: 0; /* 文本完全透明 */
    }
    100% {
        transform: translateX(0); /* 结束时，文本在原始位置 */
        opacity: 1; /* 文本完全不透明 */
    }
}

@keyframes introduce-top-animation {
    0% {
        transform: translate(-50%,-100%); /* 开始时，文本在屏幕上侧之外 */
        opacity: 0; /* 文本完全透明 */
    }
    100% {
        transform: translate(-50%,0); /* 结束时，文本在原始位置 */
        opacity: 1; /* 文本完全不透明 */
    }
}

@keyframes introduce-bottom-animation {
    0% {
        transform: translateY(200%); /* 开始时，文本在屏幕下侧之外 */
        opacity: 0; /* 文本完全透明 */
    }
    100% {
        transform: translateX(0); /* 结束时，文本在原始位置 */
        opacity: 1; /* 文本完全不透明 */
    }
}

.title-large {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 4px;

}

.introduce-text {
    line-height: 2;
    font-size: 18px;
    margin-top: 20px;
}

.video-2 {
    margin-left: 20px;
    margin-top: 50px;
    max-width: 100vh;
}

.latestNewsRight {
    position: absolute;
    top: 45px;
    width: 100%;
    height: 80%;
    background-color: #fcf2f2;
}

.newsTime {
    color: black;
}

.findMoreButton .text {
    left: 20px;
    position: absolute;
}

.findMoreButton .news .hover-animation-left {
    left: 15px;
}

.latestNewsList {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 40px 0;
    border-radius: 12px;
    background-color: white;
}

.mySwiper2 .swiper-pagination2 {
    position: absolute;
    bottom: 20vh;
    text-align: center;
    z-index: 1000;
}

.swiper-pagination2 .swiper-pagination-bullet {
    opacity: 1;
    width: 22px;
    height: 22px;
    color: black;
    background-color: white;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    color: white;
    background-color: #cd0505;
}

.smart-introduce {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

.smart-container {
    display: flex;
    flex-direction: column;
    line-height: 39px;
}

.smart-container-2 {
    display: flex;
    flex-direction: column;
    height: 650px;
    width: 450px;
    line-height: 39px;
}

.smart-container-2 .smart-introduce {
    background-color: rgba(128, 128, 128, 0.07);
}

.smart-introduce-box {
    height: 200px;
    margin-right: 10px;
    padding-right: 10px;
    border-bottom: 1px solid gray;
}

.smart-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

.smart-content {
    margin-left: 20px;
    font-size: 20px;
}

.smart-img {
    text-align: center;
}

.smart-content-2 {
    margin: 68px 0 68px 20px;
    font-size: 20px;
}

/*公司招聘*/
.popularPosts {
    margin: 50px 0 20px;
    font-size: 30px;
}

.posts-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.posts-border {
    border: #e7e7e7 1px solid;
}

.posts {
    display: flex;
    padding: 20px;
    font-size: 15px;
    gap: 160px;
}

.posts-border:hover {
    background-color: #e7e7e7;
}

.posts-border .detail{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    overflow: auto;
    opacity: 0;
    transform: translateY(-10px);
    animation: dropdownAnimation 0.5s ease-in-out forwards; /* 应用动画 */
}

@keyframes dropdownAnimation {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.posts-border:hover .detail{
    display: block;
}

.posts-content{
    width: 130px;
}

.main-box-2 .box-bottom {
    width: 80%;
    padding: 50px;
}

.introduceYourself{
    display: flex;
    flex-direction: column;
}

.introduceYourself .container2{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.introduceYourself .container2 div{
    width: 300px;
}

input {
    width: 300px; /* 输入框宽度 */
    height: 30px; /* 输入框高度 */
    padding: 5px; /* 输入框内边距 */
    margin: 0; /* 移除默认的外边距 */
    border: 1px solid #ccc; /* 输入框边框 */
    border-radius: 4px; /* 边框圆角 */
    font-size: 16px; /* 字体大小 */
}

/*企业文化*/
.company-culture {position: relative;}
.company-culture .absolute{position: absolute;height: 100%;width:100%;text-align: center;z-index: 10;}
.company-culture .absolute .title-style {margin-top: 150px;}
.company-culture .absolute .title-style h2{color: #fff;margin: 0; font-size: 40px}
.company-culture .absolute .title-style h5{color: #999999;font-size: 16px;margin: 5px}
.company-culture .absolute .img {height: 690px;}
.company-culture .absolute .img img{display: inline-block;width:auto;}
.company-culture .img.bg-black {background: #000;}
.company-culture .img.bg-black img.pcshow{animation: fadeintm 1000ms linear infinite;width: 100%}
.company-culture .img img{display: block;width: 100%;}
.company-culture .philosophy {color: #fff;font-size: 30px;width: 280px;height: 60px;position: absolute;top: 60%;left: 50%;margin: -50px 0 0 -140px;-webkit-animation:fudong1 4s linear infinite;animation: fudong1 4s linear infinite;}
.company-culture .absolute .item {width: 410px;height: 205px;position: absolute;}
.company-culture .absolute .item .pcontent {position: relative;width:100%;height: 100%;overflow: hidden;}
.company-culture .absolute .item .text1{text-align: left;width: 310px;position: absolute;top: 10%;left:20%;z-index: 5;}
.company-culture .absolute .item .text1 h3{font-size: 20px;color: #fff;}
.company-culture .absolute .item .text1 h6{margin: 0;font-weight: normal;font-size: 16px;line-height: 26px; color: #b8bfc4;}
.company-culture .absolute .item .ypic1{width: 205px;height: 205px;position: absolute;left: 0;top: 0;z-index: 1;}
.company-culture .absolute .item .ypic2{width: 205px;height: 205px;position: absolute;left: 0;top: 0;}
.company-culture .absolute .item.item1 {top: 15%;right:50%;margin: -20px -500px 0 0 ;}
.company-culture .absolute .item.item2 {top: 35%;left:50%;margin: -20px 0 0 -600px;}
.company-culture .absolute .item.item2 .text1 {top: 15%;left:auto;right: 20%; text-align: right;}
.company-culture .absolute .item.item2 .ypic1{left: auto;right: 0;-webkit-transform:rotate(140deg);transform:rotate(140deg);}
.company-culture .absolute .item.item2 .ypic2{left: auto;right: 0;-webkit-transform:rotate(140deg);transform:rotate(140deg);}
.company-culture .absolute .item.item3 {bottom: 5%;right:50%;margin: -20px -400px 0 0 ;}
.company-culture .absolute .item.item3 .text1 {top: 25%;}
@keyframes fudong1 {0%{top: 55%;}50%{top: 57%;}100%{top: 55%;}}
@keyframes fadeintm {0%{opacity: 1;}50%{opacity: .8;}100%{opacity: 1;}}

/* 发展历程 */
.mySwiper3 {
    width: 100%;
    height: 80%;
    background-image: url(/style/img/background6.jpg);
}

.mySwiper3 .swiper-wrapper {
    height: 100%;
}

.mySwiper3 .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .history {
    color: #808080;
    font-size: 50px;
} 

.mySwiper3 .swiper-slide-next .history{
    font-size: 200px;
    font-weight: bold;
}

.mySwiper3 .swiper-slide .title {
    color: #999;
    font-size: 25px;
    font-weight: bold;
    display: none;
}

.mySwiper3 .swiper-slide-next .title{
    display: block;
}

.mySwiper3 .swiper-slide .text {
    margin: 0;
    color: #999;
    font-size: 20px;
    display: none;
}

.mySwiper3 .swiper-slide-next .text{
    display: block;
}

.mySwiper3 .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #00000000;
    left: 22vw;
    top: 40%;
}

.mySwiper3 .swiper-button-prev::after {
    content: "";
}

.mySwiper3 .swiper-button-prev .swiper-button-circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #ccc;
    background: url(/style/img/left.png) no-repeat center;
}

.mySwiper3 .swiper-button-next {
    width: 50px;
    height: 50px;
    color: #00000000;
    right: 22vw;
    top: 40%;
}
.mySwiper3 .swiper-button-next::after {
    content: "";
}

.mySwiper3 .swiper-button-next .swiper-button-circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #ccc;
    background: url(/style/img/right.png) no-repeat center;
}