<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .header .nav ul li:nth-child(1) a {
  color: #ffffff;
} */


.header .nav ul li.active a {
    color: #ffffff;
}


.header {
    position: fixed;
}
.staff-swiper-pagination{text-align:center;}
.main-img {
    width: 100%;overflow:hidden;position:relative;padding-top:80px;
}

.main-img video {
    width: 100%;
    height: 100%;
    object-fit: fill;
padding-top: 80px;
}

/* ä¸»è¥ä¸šåŠ¡ */
.business {
    width: 100%;
    min-height: 886px;
    background: url(/image/bg/business.png) no-repeat;
    background-position: center 80px;
}

.business .title {
    width: 208px;
    height: 48px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 130px;
}

.business .line {
    width: 120px;
    height: 1px;
    background: #e30a0a;
    margin: 0 auto;
    margin-top: 30px;
}

.business .label {
    width: 442px;
    height: 24px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.business .wrapper {
    width: 74%;
    margin: 0 auto;
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
}

.business .wrapper .item {
    width: 340px;
    height: 471px;
    position: relative;
}

.business .wrapper .item .item-title {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    position: absolute;
}

.business .wrapper .item .item-content {
    height: 72px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    position: absolute;
}

.business .wrapper .item1 {
    background: url(/image/business-1.png) no-repeat;
}

.business .wrapper .item1 .item-title {
    margin-left: 63px;
    top: 214px;
}

.business .wrapper .item1 .item-content {
    width: 260px;
    margin-top: 26px;
    margin-left: 63px;
    top: 240px;
}

.business .wrapper .item2 {
    background: url(/image/business-2.png) no-repeat;
    margin-top: -30px;
}

.business .wrapper .item2 .item-title {
    margin-left: 63px;
    top: 164px;
}

.business .wrapper .item2 .item-content {
    width: 257px;
    margin-top: 26px;
    margin-left: 63px;
    top: 190px;
}

.business .wrapper .item3 {
    background: url(/image/business-3.png) no-repeat;
}

.business .wrapper .item3 .item-title {
    margin-left: 30px;
    top: 234px;
}

.business .wrapper .item3 .item-content {
    width: 240px;
    margin-top: 26px;
    margin-left: 30px;
    top: 260px;
}

.business .wrapper .item4 {
    background: url(/image/business-4.png) no-repeat;
    margin-top: -80px;
}

.business .wrapper .item4 .item-title {
    margin-left: 30px;
    top: 234px;
}

.business .wrapper .item4 .item-content {
    width: 240px;
    margin-top: 26px;
    margin-left: 30px;
    top: 260px;
}

/* ä¸»è¥ä¸šåŠ¡ */
/* æ¡ˆä¾‹å±•ç¤º */
.case {
    width: 100%;
    background: url(/image/bg/case.png) no-repeat;
    background-color: #F0F0F0;
    background-position: center 80px;
    padding-bottom: 60px;
}

.case .title {
    width: 208px;
    height: 48px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 130px;
}

.case .line {
    width: 120px;
    height: 1px;
    background: #e30a0a;
    margin: 0 auto;
    margin-top: 30px;
}

.case .label {
    width: 442px;
    height: 24px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.case .wrapper {
    width: 100%;
    margin-top: 52px;
    padding: 0 12%;
    box-sizing: border-box;
}

.case .wrapper .tab-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.case .wrapper .tab-wrapper li {
    height: 40px;
    margin-bottom: 20px;
    transition: background .5s;
}

.case .wrapper .tab-wrapper li a {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 40px;
    padding: 20px;
}

.case .wrapper .tab-wrapper .current {
    background: #e30a0a;
}

.case .wrapper .tab-wrapper .current a {
    color: #ffffff;
}

.case .wrapper .cases {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-content: flex-start;
}

.case .wrapper .cases .cases-item {
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: white;
    flex: 0 0 32%;
}

.case .wrapper .cases .cases-item img {
    width: 100%;
    height: 70%;
}

.case .wrapper .cases .cases-item .info {
    height: 84px;
    background: #ffffff;
    position: relative;
}

.case .wrapper .cases .cases-item .info .case-title {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    padding: 20px 0 10px 20px;
}

.case .wrapper .cases .cases-item .info .case-area {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    padding-left: 20px;
}

.case .wrapper .cases .cases-item .info .case-icon {
    width: 16px;
    height: 12px;
    display: block;
    background: url(/image/more.png);
    position: absolute;
    top: 25px;
    right: 15px;
    cursor: pointer;
}

.case .learn-more {
    width: 140px;
    height: 40px;
    display: block;
    background: #e30a0a;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

/* æ¡ˆä¾‹å±•ç¤º */
/* é€‰æ‹©ä¼—æ´¾ */
.choose {
    width: 100%;
    background: url(/image/bg/choose.png) no-repeat;
    background-position: center 142px;
    padding-bottom: 90px;
}

.choose .title {
    width: 208px;
    height: 48px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 182px;
}

.choose .line {
    width: 120px;
    height: 1px;
    background: #e30a0a;
    margin: 0 auto;
    margin-top: 30px;
}

.choose .label {
    width: 338px;
    height: 24px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.choose .wrapper {
    width: 75%;
    margin: 0 auto;
    margin-top: 44px;
    position: relative;
}

.choose .wrapper .left {
    position: absolute;
    left: 0;
    top: 0;
    width: 660px;
    height: 520px;
    line-height: 500px;
    background: url(/image/map.png);
    padding-left: 40px;
}

.choose .wrapper .left .left-line {
    width: 80px;
    height: 4px;
    background: #e71f1d;
    margin-top: 60px;
}

.choose .wrapper .left .company {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    margin-top: 60px;
}

.choose .wrapper .left .company-en {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-top: 8px;
}

.choose .wrapper .left .intro {
    width: 560px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-top: 32px;
}

.choose .wrapper .left .count-wrapper {
    width: 550px;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.choose .wrapper .left .count-wrapper .count-item {
    width: 33%;
    margin-top: 80px;
    text-align: center;
}

.choose .wrapper .left .count-wrapper .count-item .count-num {
    font-size: 40px;
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.choose .wrapper .left .count-wrapper .count-item .count-label {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 23px;
}

.choose .wrapper .right {
    height: 520px;
    line-height: 520px;
    margin-left: 500px;
    background: url(/image/index_choose.jpg) no-repeat;
}

.choose .learn-more {
    width: 140px;
    height: 40px;
    display: block;
    background: #e30a0a;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

/* é€‰æ‹©ä¼—æ´¾ */
/* èµ°è¿›ä¼—æ´¾ */
.profile {
    width: 100%;
    background: url(/image/bg/profile.png) no-repeat;
    background-color: #F0F0F0;
    background-position: center 80px;
    padding-bottom: 60px;
}

.profile .title {
    width: 208px;
    height: 48px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 130px;
}

.profile .line {
    width: 120px;
    height: 1px;
    background: #e30a0a;
    margin: 0 auto;
    margin-top: 30px;
}

.profile .label {
    width: 338px;
    height: 24px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.profile .wrapper {
    width: 1420px;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
}

.profile .wrapper .left-side {
    width: 340px;
}

.profile .wrapper .left-side ul li {
    width: 340px;
    height: 210px;
    background: #ffffff;
    margin-top: 10px;
    cursor: pointer;
}

.profile .wrapper .left-side ul li .label1 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 24px;
    padding: 30px 0 0 40px;
    letter-spacing: 2px;
}

.profile .wrapper .left-side ul li .label2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    padding: 10px 0 0 40px;
}

.profile .wrapper .left-side ul li a {
    width: 64px;
    height: 16px;
    display: block;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    padding: 12px 20px;
    margin-top: 60px;
    margin-left: 40px;
}

.profile .wrapper .left-side ul .active {
    background: #e30a0a;
    position: relative;
    transition: background .5s;
}

.profile .wrapper .left-side ul .active .label1 {
    color: #ffffff;
}

.profile .wrapper .left-side ul .active .label2 {
    color: #ffffff;
}

.profile .wrapper .left-side ul .active a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.profile .wrapper .left-side ul .active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #e30a0a;
    position: absolute;
    top: 93px;
    left: 340px;
}

.profile .right-side {
    margin-top: 10px;
    margin-left: 20px;
    width: 1060px;
    height: 650px;
    background: #ffffff;
}

.profile .right-side .right-item {
    width: 1060px;
    height: 650px;
    animation: toShow .5s;
}

.profile .right-side .right-item .swiper-container {
    width: 1020px;
    height: 582px;
    margin-top: 50px;
    margin-left: 20px;
}

.profile .right-side .right-item .swiper-container .swiper-wrapper .swiper-slide {
    width: 240px;
    height: 315px;
}

.profile .right-side .right-item .swiper-container .swiper-wrapper img {
    width: 240px;
    height: 315px;
}

.profile .right-side .right-item .swiper-container .swiper-wrapper .name {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
}

.profile .right-side .right-item .swiper-container .swiper-wrapper .job {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    text-align: center;
    margin-top: 14px;
}

.profile .right-side .right-item .swiper-container .swiper-wrapper .experience {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 16px;
}

.profile .right-side .right-item .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e30a0a;
}

.profile .right-side .right-item .swiper-container .swiper-pagination-bullet-active {
    width: 32px;
    height: 8px;
    background: #e30a0a;
    border-radius: 4px;
}

.profile .right-side .right-item .top {
    display: flex;
    padding-left: 20px;
    margin-top: 50px;
}

.profile .right-side .right-item .top img {
    width: 240px;
    height: 272px;
    padding-right: 20px;
}

.profile .right-side .right-item .bottom {
    display: flex;
    padding-left: 20px;
    margin-top: 20px;
}

.profile .right-side .right-item .bottom img {
    width: 500px;
    height: 258px;
    padding-right: 20px;
}

.profile .right-side .right-item .service {
    width: 100%;
    height: 100%;
    background: url(/image/service.png) no-repeat;
    background-position: 150px center;
}

.profile .right-side .right-item .service .line-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
}

.profile .right-side .right-item .service .line-wrapper .line-item .label1 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.profile .right-side .right-item .service .line-wrapper .line-item .label2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
}

.profile .right-side .right-item .service .line-wrapper .item1 {
    text-align: right;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(1) {
    width: 100%;
    padding-top: 230px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(1) .item1 {
    padding-left: 30px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(1) .item2 {
    padding-right: 25px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(2) {
    width: 100%;
    padding-top: 65px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(2) .item1 {
    padding-left: 30px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(2) .item2 {
    padding-right: 90px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(3) {
    width: 100%;
    padding-top: 55px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(3) .item1 {
    padding-left: 70px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(3) .item2 {
    padding-right: 160px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(4) {
    width: 100%;
    padding-top: 42px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(4) .item1 {
    padding-left: 210px;
}

.profile .right-side .right-item .service .line-wrapper:nth-child(4) .item2 {
    padding-right: 260px;
}

@keyframes toShow {
    0% {
        opacity: 0;
        transform: translate(800px, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.profile .right-side .hide {
    display: none;
}

.learn-more {
    width: 140px;
    height: 40px;
    display: block;
    background: #e30a0a;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

/* èµ°è¿›ä¼—æ´¾ */
/* åˆä½œä¼™ä¼´ */
.clients {
    width: 100%;
    background: url(/image/bg/clients.png) no-repeat;
    background-position: center 100px;
    padding-bottom: 90px;
}

.clients .title {
    width: 208px;
    height: 48px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 130px;
}

.clients .line {
    width: 120px;
    height: 1px;
    background: #e30a0a;
    margin: 0 auto;
    margin-top: 30px;
}

.clients .label {
    width: 208px;
    height: 24px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.clients .wrapper {
    width: 1440px;
    margin-top: 33px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.clients .wrapper .img-wrapper {
    width: 240px;
    height: 133px;
    opacity:0;
}

.clients .wrapper .img-wrapper img {
    width: 152px;
    height: 78px;
    padding: 27px 43px;

    filter: grayscale(100%);

    opacity: 0.7;
}

.clients .wrapper .img-wrapper img:hover {

    filter: none;

    opacity: 1;

}

/* åˆä½œä¼™ä¼´ */
/* æ–°é—»èµ„è®¯ */
.news {
    width: 100%;
    background: url(/image/bg/clients.png) no-repeat;
    background-position: center 0px;
    padding-bottom: 90px;
}

.news .title {
    width: 208px;
    height: 48px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 40px;
}

.news .line {
    width: 120px;
    height: 1px;
    background: #e30a0a;
    margin: 0 auto;
    margin-top: 30px;
}

.news .wrapper {
    width: 1440px;
    margin: 0 auto;
    margin-top: 61px;
}

.news .wrapper .tabs-wrapper {
    width: 228px;
    margin: 0 auto;
}

.news .wrapper .tabs-wrapper ul {
    display: flex;
}

.news .wrapper .tabs-wrapper ul li {
    width: 104px;
    height: 40px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: color .5s;
}

.news .wrapper .tabs-wrapper ul .active {
    background: #e30a0a;
    color: #ffffff;
}

.news .wrapper .bottom-wrapper {
    width: 1440px;
    margin: 0 auto;
    margin-top: 52px;
}

.news .wrapper .bottom-wrapper .item {
    display: flex;
    justify-content: space-between;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item {
    display: flex;
    position: relative;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item img {
    width: 280px;
    height: 180px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info {
    margin-left: 60px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .info-title {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    margin-top: 12px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .date {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #666666;
    line-height: 14px;
    margin-top: 16px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .content {
    width: 480px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .more {
    width: 120px;
    height: 40px;
    border: 1px solid #e4e4e4;
    text-align: center;
    margin-top: 15px;
    transition: background .5s;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .more a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .more:hover {
    background: #e30a0a;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .info .more:hover a {
    color: #ffffff;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item .news-line {
    width: 90px;
    height: 3px;
    background: #e30a0a;
    position: absolute;
    top: 20px;
    left: 230px;
}

.news .wrapper .bottom-wrapper .item .left-side .side-item:nth-child(2) {
    margin-top: 30px;
}

.news .wrapper .bottom-wrapper .item .right-side {
    margin-left: 130px;
}

.news .wrapper .bottom-wrapper .item .right-side .right-title {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.news .wrapper .bottom-wrapper .item .right-side .right-line {
    width: 100%;
    height: 2px;
    margin-top: 29px;
    background: #c8c8c8;
}

.news .wrapper .bottom-wrapper .item .right-side .right-news ul {
    max-height: 390px;
    overflow: hidden;
}

.news .wrapper .bottom-wrapper .item .right-side .right-news ul li {
    margin-top: 30px;
}

.news .wrapper .bottom-wrapper .item .right-side .right-news ul li .date {
    width: 102px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    display: inline-block;
}

.news .wrapper .bottom-wrapper .item .right-side .right-news ul li .right-content {
    width: 359px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}

@media screen and (max-width: 1599px) {

    .news .wrapper .bottom-wrapper .item .right-side .right-news ul li .right-content {

        width: 345px !important;

    }

}

.news .wrapper .bottom-wrapper .item .right-side .right-news ul li .right-content a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.news .wrapper .bottom-wrapper .hide {
    display: none;
}

.news .wrapper .learn-more {
    width: 140px;
    height: 40px;
    display: block;
    background: #e30a0a;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

/* æ–°é—»èµ„è®¯ */
@media screen and (max-width: 1800px) {
    .business .wrapper {
        width: 85%;
    }
}

@media screen and (max-width: 1650px) {
    .business .wrapper {
        width: 89%;
    }

    .choose .wrapper {
        width: 85%;
    }
}

@media screen and (max-width: 1600px) {
    .business .wrapper {
        width: 99%;
        transform: scale(0.9);
    }

    .business .wrapper .item {
        transform: scale(0.8);
    }

    .choose .wrapper {
        width: 91%;
    }
}

@media screen and (max-width: 1500px) {


    .news .wrapper .bottom-wrapper .item .left-side .side-item .info .content {

        width: 400px !important;

    }

    .profile .wrapper {
        width: 1320px;
    }

    .profile .wrapper .left-side {
        width: 240px;
    }

    .profile .wrapper .left-side ul li {
        width: 240px;
    }

    .profile .wrapper .left-side ul .active:before {
        left: 240px;
    }

    .clients .wrapper {
        width: 1200px;
    }

    .clients .wrapper .img-wrapper {
        width: 200px;
        height: 133px;
    }

    .clients .wrapper .img-wrapper img {
        padding: 27px 23px;
    }

    .news .wrapper {
        width: 1300px;
    }

    .news .wrapper .bottom-wrapper {
        width: 1300px;
    }

    .news .wrapper .bottom-wrapper .item .right-side {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .choose {
        background-size: 80% 147px;
    }

    .choose .wrapper {
        width: 98%;
    }

    .profile {
        background-size: 85% 147px;
    }

    .profile .wrapper {
        width: 1290px;
    }

    .profile .wrapper .left-side {
        width: 210px;
    }

    .profile .wrapper .left-side ul li {
        width: 210px;
    }

    .profile .wrapper .left-side ul .active:before {
        left: 210px;
    }
}

.opacityShow {
    animation: opacityShow 1s;
}

.moveShowLeft {
    animation: moveShowLeft 1s;
}

.moveShowRight {
    animation: moveShowRight 1s;
}

.rotateShow {
    animation: rotateShow 1s;
}

@keyframes opacityShow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes moveShowLeft {
    0% {
        transform: translateX(-800px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes moveShowRight {
    0% {
        transform: translateX(800px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes rotateShow {
    0% {
        /*transform: rotate(-90deg);*/
      transform: translateY(180px);
      opacity: 0;
    }
    100% {
        /*transform: rotate(0);*/
      transform: translateY(0);
      opacity: 1;
    }
}
</pre></body></html>