.about-body {
    min-width: 1400px !important;
}
.about-main {
    margin-top: -64px;
    position: relative;
}
.about-menu {
    min-width: 140px;
    height: 288px;
    padding: 17px 10px 15px 20px;
    border-radius: 8px;
    background: rgba(255,255,255,.7);
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 43px;
    z-index: 20;
}
.about-menu-logo {
    width: 90px;
    cursor: pointer;
    margin-bottom: 18px;
    display: block;
}
.about-menu-logo img {
    width: 100%;
}
.about-menu-content {}
.about-menu-item {
    height: 42px;
    display: flex;
    align-items: center;
}
.about-menu-item div {
    width: 3px;
    height: 20px;
    margin-right: 10px;
}
.about-menu-item a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}
.about-menu-act div {
    background-color: #0075B6;
}
.about-menu-act a {
    color: #165DFF !important;
}
.about-menu #aboutMenuLogo {
    display: block;
}
.about-menu #aboutMenuLogoWhite {
    display: none;
}
.about-menu a {
    color: #999;
}
.about-menu a:hover {
    color: #999;
    text-decoration: none;
}
.about-menu-white a {
    color: #fff !important;
}
.about-menu-white a:hover {
    color: #fff !important;
}
.about-menu-white #aboutMenuLogo {
    display: none !important;
}
.about-menu-white #aboutMenuLogoWhite {
    display: block !important;
}
.about-nav {
    width: 100%;
    height: 72px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0,79,213,.05);
    display: none;
    position: absolute;
    top: 1080px;
    right: 0;
    left: 0;
    z-index: 99;
}
.about-nav-affix {
    top: 0 !important;
    position: fixed !important;
}
.about-nav-box {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.about-nav-box div {
    margin-right: 48px;
}
.about-nav-box div a {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.about-nav-box div a:hover {
    color: #165DFF;
    text-decoration: none;
}
.about-nav-act a {
    color: #165DFF !important;
}
.about-banner {
    width: 100%;
    min-width: 1400px;
    height: 1080px;
    position: relative;
}
#aboutUsBanner {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-banner-box {
    width: 930px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.about-target {
    min-width: 1400px;
    height: 1080px;
    background-color: #fff;
    display: flex;
}
.about-target-img {
    width: 50%;
    height: 100%;
}
.about-target-img div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-target-intro {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.about-target-main {
    width: 600px;
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-target-title {
    color: #333;
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 52px;
}
.about-target-box {
    display: flex;
    justify-content: center;
}
.about-target-card {
    width: 240px;
    height: 240px;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-target-card img {
    width: 46px;
    height: 46px;
}
.about-target-card span {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 28px 0 10px;
}
.about-target-card p {
    color: #6A6D69;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.about-target-line {
    width: 1px;
    height: 100px;
    background-color: #ccc;
    margin: 50px 32px 0;
}
.about-target-list {
    width: 50%;
    height: 100%;
    position: relative;
}
.about-target-culture {
    width: 600px;
    height: 100%;
    padding-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.about-target-culture-title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 24px;
}
.about-target-culture-box {
    margin-bottom: 24px;
}
.about-target-culture-box span {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.about-target-culture-box p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.about-target-slogan {
    color: rgba(0, 0, 0, .07);
    font-size: 60px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 84px;
    position: absolute;
    top: 270px;
    left: 280px;
    transform: rotate(90deg);
}
.about-history {
    width: 100%;
    height: 732px;
    background-color: #f8f8f8;
}
.about-history-title {
    text-align: center;
    overflow: hidden;
}
.about-history-title p {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin: 110px 0 44px;
}
.about-history-swiper {
    width: 1134px;
    margin: 0 auto;
    position: relative;
}
#aboutHistorySwiper {
    height: auto !important;
}
.about-history-box {
    display: flex;
    flex-direction: column;
}
.about-history-img {
    width: 362px;
    height: 202px;
    border-radius: 8px;
}
.about-history-date {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 12px;
}
.about-history-intro {
    max-height: 104px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    overflow-y: auto;
}
.about-history-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 10;
    transform: translate(0, -50%);
}
.about-history-prev:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url("/assets/image/original.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    transition: all .4s;
    opacity: .8;
}
.about-history-prev:hover:before {
    background: url("/assets/image/original-act.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.about-history-prev.swiper-button-disabled:before {
    cursor: not-allowed;
    background: url("/assets/image/original-disabled.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}
.about-history-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: -60px;
    z-index: 10;
    transform: translate(0, -50%);
}
.about-history-next:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url("/assets/image/original.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    transform: rotate(180deg);
    transition: all .4s;
    opacity: .8;
}
.about-history-next:hover:before {
    background: url("/assets/image/original-act.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.about-history-next.swiper-button-disabled:before {
    cursor: not-allowed;
    background: url("/assets/image/original-disabled.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}
.about-history-year {
    width: 1134px;
    height: 68px;
    margin: 0 auto;
    position: relative;
}
.about-history-year:after {
    position: absolute;
    bottom: 41px;
    width: 100%;
    height: 1px;
    background-color: rgba(228,228,229,.8);
    content: "";
}
#aboutHistoryYear {
    margin-top: 44px;
    /*transform: translate3d(0px,0,0) !important;*/
}
.history-year-box {
    text-align: center;
}
.history-year-box span {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: all .5s;
}
.history-year-box span:before {
    position: absolute;
    top: -22px;
    left: 45%;
    width: 12px;
    height: 12px;
    background: #165DFF;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all .4s;
    content: "";
}
.history-year-box span:hover {
    color: #165DFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.history-year-box span:hover:before {
    background: #1677ff;
    transform: scale(1);
    opacity: 1;
}
.history-year-act span {
    color: #165DFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.history-year-act span:before {
    box-shadow: 0 0 0 8px rgba(22,119,255,.12);
    transform: scale(1);
    opacity: 1;
}
.about-history-year-prev {
    width: 16px;
    height: 16px;
    background: url("/assets/image/about-history-nav.svg") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 48px;
    left: -16px;
    z-index: 10;
    opacity: .6;
}
.about-history-year-prev:hover {
    opacity: 1;
}
.about-history-year-prev.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .6;
}
.about-history-year-next {
    width: 16px;
    height: 16px;
    background: url("/assets/image/about-history-nav.svg") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 48px;
    right: -16px;
    z-index: 10;
    transform: rotate(180deg);
    opacity: .6;
}
.about-history-year-next:hover {
    opacity: 1;
}
.about-history-year-next.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .6;
}
.about-approve {
    min-width: 1400px;
    max-width: 1920px;
    height: 1080px;
    margin: 0 auto;
}
#aboutApprove {
    width: 100%;
    height: 1080px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-service {
    width: 100%;
    min-width: 1400px;
    height: 860px;
    position: relative;
}
#aboutService {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-service-box {
    width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.about-service-title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin: 0 0 30px;
}
.about-service-intro {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 40px;
}
.about-service-more {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-service-more:hover {
    text-decoration: none;
}
.about-service-more-name {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.about-service-more-box {
    width: 24px;
    margin-left: 4px;
    display: flex;
    align-items: center;
    position: relative;
}
.about-service-more-box img {
    width: 18px;
    height: 18px;
    transition: all 0.15s ease-out;
}
.about-service-more-box img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(0, -50%);
    z-index: 10;
}
.about-service-more:hover .about-service-more-box img:nth-child(1) {
    opacity: 0;
    margin-left: 5px;
}
.about-service-more:hover .about-service-more-box img:nth-child(2) {
    opacity: 1;
    left: 1px;
}
.about-scene-box {
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}
.about-scene {
    width: 1400px;
    padding-bottom: 110px;
    margin: 0 auto;
}
.about-scene-title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 90px 0 12px;
}
.about-scene-intro {
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 90px;
}
.about-scene-cover {
    width: 1400px;
    height: 636px;
    margin: 0 auto;
    display: none;
}
.about-scene-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-scene-swiper {
    width: 1200px;
    height: 636px;
    margin: 0 auto;
    position: relative;
}
.about-scene-img {
    width: 100%;
    height: 636px;
    object-fit: cover;
}
.about-friends {
    min-width: 1400px;
    max-width: 1920px;
    height: 1080px;
    margin: 0 auto;
}
.about-friends img {
    width: 100%;
    height: 1080px;
    object-fit: cover;
}
.about-scene-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 10;
    transform: translate(0, -50%);
}
.about-scene-prev:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url("/assets/image/original.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    transition: all .4s;
    opacity: .8;
}
.about-scene-prev:hover:before {
    background: url("/assets/image/original-act.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.about-scene-prev.swiper-button-disabled:before {
    cursor: not-allowed;
    background: url("/assets/image/original-disabled.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}
.about-scene-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: -60px;
    z-index: 10;
    transform: translate(0, -50%);
}
.about-scene-next:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url("/assets/image/original.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    transform: rotate(180deg);
    transition: all .4s;
    opacity: .8;
}
.about-scene-next:hover:before {
    background: url("/assets/image/original-act.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.about-scene-next.swiper-button-disabled:before {
    cursor: not-allowed;
    background: url("/assets/image/original-disabled.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}

@media screen and (max-width: 1700px) {
    .about-menu {
        display: none;
    }
    .about-nav {
        display: block;
    }
}
