.notice-bar {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2C2C2C;
    opacity: 0.7;
}

.notice-bar>.container {
    height: 60px;
    display: flex;
    align-items: center;
}

.notice-bar .tip {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.notice-bar .tip>img {
    width: 22px;
    margin-right: 5px;
}

.notice-bar .tip>h4 {
    font-size: 16px;
    font-weight: bold;
    color: #B9956D;
    line-height: 60px;
}

.notice-bar .msg-wrapper {
    flex-grow: 1;
    overflow: hidden;
}

.notice-bar .msg-wrapper .msg-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    animation: marqueeX 50s linear infinite;
}

.notice-bar .msg-wrapper .msg-list .msg-item {
    flex-shrink: 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
}

@keyframes marqueeX {
    100% {
        transform: translateX(-100%);
    }
}

/* 功能展示开始 */
.fun-show {
    box-sizing: border-box;
    padding: 120px 0 200px;
    background: url('../images/standard_banner.jpg') no-repeat center/cover;
    position: relative;
}

.fun-show>.container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.fun-show .inner {
    box-sizing: border-box;
    /*padding-top: 50px;*/
}

.fun-show .inner>.en {
    font-size: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}

.fun-show .inner>.ch {
    font-size: 60px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: 30px;
    font-weight: normal;
}

.fun-show .img {
    width: 65%;
    transform: translateX(15%);
}

.fun-show .content {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.fun-show .content .desc {
    width: 38%;
}

.fun-show .content .desc .swiper-pagination-progress {
    position: relative;
}

.fun-show .content .desc .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #FFFFFF;
}

.fun-show .content .desc .info-wrapper {
    box-sizing: border-box;
    padding: 70px 80px 80px;
    background: url('../images/fun-show_info_bg.jpg') no-repeat center/cover;
}

.fun-show .content .desc .info-wrapper>.icon {
    width: 68px;
    margin: auto;
}

.fun-show .content .desc .info-wrapper>.info {
    margin-top: 40px;
    text-align: center;
}

.fun-show .content .desc .info-wrapper>.info>h4 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
}

.fun-show .content .desc .info-wrapper>.info>p {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fun-show .content .desc .progress {
    box-sizing: border-box;
    padding: 40px 150px;
    display: flex;
    align-items: center;
    background-color: #45474C;
}

.fun-show .content .desc .progress>.prev,
.fun-show .content .desc .progress>.next {
    width: 16px;
    flex-shrink: 0;
}

.fun-show .content .desc .progress>.prev:hover,
.fun-show .content .desc .progress>.next:hover {
    cursor: pointer;
}

.fun-show .content .desc .progress>.prev.swiper-button-disabled,
.fun-show .content .desc .progress>.next.swiper-button-disabled {
    opacity: 0.3;
}

.fun-show .content .desc .progress>.prev>img,
.fun-show .content .desc .progress>.next>img {
    vertical-align: middle;
}

.fun-show .content .desc .progress>.next {
    transform: rotateZ(180deg);
}

.fun-show .content .desc .progress>.nums {
    display: flex;
    align-items: center;
    margin: 0 100px;
}

.fun-show .content .desc .progress>.nums>.current,
.fun-show .content .desc .progress>.nums>.last {
    font-size: 18px;
    color: #FFFFFF;
}

.fun-show .content .desc .progress>.nums>.last {
    opacity: 0.3;
}

.fun-show .content .desc .progress>.nums>.line {
    width: 180px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 30px;
}

.fun-show .content .tabs {
    width: 62%;
    border-top: 1px solid #FFFFFF;
}

.fun-show .content .tabs>ul>li {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px 20px;
    transition: 0.3s;
}

.fun-show .content .tabs>ul>li:hover {
    cursor: pointer;
}

.fun-show .content .tabs>ul>li>p {
    font-size: 18px;
    color: #FFFFFF;
}

.fun-show .content .tabs>ul>li.active,
.fun-show .content .tabs>ul>li:hover {
    background-color: #B9956D;
}

/* 功能展示结束 */

/* 管理体系版心  开始*/
.center {
    width: 75%;
    margin: 0 auto;
}

/* 管理体系版心  结束 */
.po {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new img {
    width: 100%;
    display: block;
}

.cover {
    width: 100%;
    background-color: rgba(58, 98, 251, .4);
    position: absolute;
    height: 699px;
}

.part2 {
    width: 100%;
    background: url(../images/part2-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    overflow: hidden;
}


.part2 .title {
    padding: 1.4rem 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title p {
    margin: 0;
}

.title-eng {
    text-transform: uppercase;
    font-size: 0.36rem;

    font-weight: 400;
    color: #222222;
    line-height: 0.6rem;
}

.title-china {
    display: flex;
}

.title-china .tc {
    font-size: 0.6rem;

    font-weight: 400;
    color: #222222;
    line-height: 0.7rem;
}

.title-china span {
    color: #B9956D;

    font-size: 0.75rem;
    line-height: 0.75rem;
}

.part2_box {
    margin-top: 0.6rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.part2_box .left {
    width: 42%;
    height: 100%;
    position: relative;
    border: 0px solid red;
    left: -2%;
}

.left-c img {
    width: 100%;
    height: 100%;
}

.left-c1 img,
.left-c2 img,
.left-c3 img {
    display: block;
    margin: 0 auto;
}

.left-c1,
.left-c2,
.left-c3 {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1);
    transition: all 1s ease;
    transform: translate(-50%, -50%);
}

.left-c2 img {
    animation: c1 linear 5s infinite;
}

@keyframes c1 {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.left-i1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 58%;
    left: -3%;
}

.left-i2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 26%;
    left: 90%;
}

.centerBox {
    position: relative;
    left: -4%;
}

.lin {
    height: 0.2rem;
}

.lin img {
    width: 100%;
    height: 100%;
}

.part2 .right {
    height: 100%;
    padding: 0.2rem;
}

.text {
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px transparent solid;
    border-image: linear-gradient(to right, #ddd, transparent) 1 10;
}

.text i {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    transform: scale(1.5);
    margin: 0.05rem 0;
}

.text i img {
    width: 100%;
    height: 100%;
}

.text .one {
    font-size: 26px;

    font-weight: 400;
    color: #222222;
    margin-left: 0.1rem;
}

.text .line {
    display: block;
    width: 2px;
    height: 15px;
    border: 1px solid #666666;
    margin: 0 10px;
}

.text .two {
    font-size: 20px;

    font-weight: 400;
    color: #666666;
}

.text:hover .one,
.text:hover .two {
    color: #B9956D;
}

.text:hover .line {
    border: 1px solid #B9956D;
}

.text img:nth-child(1) {
    display: block;
}

.text img:nth-child(2) {
    display: none;
}

.text:hover img:nth-child(1) {
    display: none;
}

.text:hover img:nth-child(2) {
    display: block;
    animation: c2 linear 3s;
}

@keyframes c2 {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.text1 {
    padding: 0.1rem 0px 0.1rem 0.5rem;
    margin-left: -18%;
}

.text2 {
    padding: 0.1rem 0 0.1rem 0.8rem;
    margin-left: -14.6%;
}

.text3 {
    padding: 0.1rem 0 0.1rem 0.8rem;
    margin-left: -13.8%;
}

.text4 {
    padding: 0.1rem 0 0.1rem 1rem;
    margin-left: -17%;
}

.text5 {
    padding: 0.1rem 0 0.1rem 1.1rem;
    margin-left: -24%;
}

.text6 {
    padding: 0.1rem 0px 0.1rem 1rem;
    margin-left: -35%;
}

.left-hov {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1);
    transition: all 1s ease;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.left-top {
    width: 100%;
    height: 100%;
    border: 0px solid red;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    background: #B9956D;
    transform: scale(0, 0);
    transition: all 1s ease;
}

.csa-box {
    border: 0px solid red;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lt-title {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    font-size: 0.45rem;

    text-align: center;
    font-weight: 600;
}

.lt-text {
    /* margin: 0.25rem 0 0 0; */
    color: #fff;
    text-align: left;
    font-size: 0.16rem;
}

.left-hov:hover .left-top {
    transform: scale(1, 1);
}

.left-hov:hover .left-c1 {
    transform: scale(0, 0);
}

.left-hov:hover .left-c2 {
    transform: scale(0, 0);
}

.text-end {
    position: absolute;
    right: 0;
    border: 0px solid red;
    top: 62%;
    text-align: right;
    width: max-content;
}

.text-end p {
    margin: 0;
}

.text-end p:first-child {
    font-size: 0.27rem;
    font-weight: 400;
    color: #222222;
}

.text-end p:last-child {
    font-size: 0.18rem;
    font-weight: 400;
    color: #222222;
    line-height: 0.28rem;
}

.cre_icon_box i img {
    width: 1.2rem;
    height: 1.2rem;
}

.csa-title {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    color: #222222;
}

.new {
    background-color: #F9F9F9;
    padding-top: 120px;
    padding-bottom: 123px;
}

.new .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 61px;
}

.new .top .new_title .eng,
.profuct .title_eng,
.team .title_eng {
    font-size: 36px;

    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.new .top .new_title .chinese,
.profuct .title_chinese,
.team .title_chinese {
    font-size: 60px;

    font-weight: 400;
    color: #333333;
}

.new .top .new_title .chinese span:nth-child(2),
.profuct .title_chinese span:nth-child(2),
.team .title_chinese span:nth-child(2) {
    color: #B9956D;
}

.new .top .button {
    display: flex;
}

.new .top .button .industry {
    width: 158px;
    height: 38px;
    border: 1px solid #101010;
    border-radius: 19px;
    text-align: center;
    margin-left: 47px;
    transition: all .3s;
}

.new .top .button .industry a {
    font-size: 16px;

    /* font-weight: 500; */
    color: #222222;
    line-height: 38px;
}

.new .top .button .highlight {
    background-color: #B9956D;
    border: none;
}

.new .top .button .highlight a {
    color: #fff;
}

.new .new_content {
    display: flex;
    justify-content: space-between;
}

.new .content2 {
    display: none;
}

.new .new_content .new_content_left {
    width: 35%;
    padding: 46px;
    box-sizing: border-box;
    background-color: #fff;
}

.new_content_right_box {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 15px 27px;
}

.new .new_content .new_content_left .time,
.new .new_content .new_content_right .time {
    margin: 26px 0 22px 0;
    display: flex;
    align-items: center;
    font-size: 14px;

    /* font-weight: 500; */
    color: #888888;
}

.new .new_content .new_content_left .time span:nth-child(1),
.new .new_content .new_content_right .time span:nth-child(1) {
    margin-right: 5px;
}

.new .new_content .new_content_left .swiper_title,
.new .new_content .new_content_right .title a {
    font-size: 18px;

    /* font-weight: 500; */
    color: #222222;
    margin-bottom: 17px;
    height: 58px;
    text-decoration: none;
}

.new .new_content .new_content_left .desc {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-indent: 32px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new .new_content .swiper-pagination-bullet {
    width: 20px !important;
    height: 6px !important;
    background: #B9956D !important;
    opacity: 0.5;
    border-radius: 3px !important;
}

.new .new_content .swiper-pagination-bullet-active {
    opacity: 1;
}

.new .new_content .swiper-wrapper {
    /* top: 30px; */
    padding-top: 30px;
}

.new .new_content .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 0px;
}

.new .new_content .swiper-pagination {
    text-align: left;
    z-index: 0 !important;
}

.new .new_content .new_content_right {
    width: 58%;
    /* padding-top: 32px; */
}

.new .new_content .new_content_right .first_line {
    display: flex;
    justify-content: space-between;
}

.new .new_content .new_content_right .first_line .left {
    border-bottom: 1px dotted #D6D6D6;
    /* width: 45%; */
    padding: 36px 0;
    box-sizing: border-box;
}

.new .new_content .new_content_right .first_line .left .time {
    margin: 25px 0 0 0;
}

/* 关于我们  开始 */
.about {
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    padding: 122px 0 146px 0;
    box-sizing: border-box;
    background-attachment: fixed;
}

.about .title_eng {
    text-align: center;
    font-size: 36px;

    color: #FFFFFF;
    text-transform: uppercase;
}

.about .title_chinese {
    font-size: 60px;

    color: #FFFFFF;
    text-align: center;
}

.about .desc {
    width: 73%;
    font-size: 18px;

    color: #FFFFFF;
    margin: 57px auto 0;
    text-align: left;
    text-indent: 32px;
}

.about .about_slide {
    margin-top: 100px;
}

.about .about_slide .gallery-thumbs::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.about .about_slide .gallery-thumbs .swiper-slide {
    width: 15% !important;
    padding: 21px;
    box-sizing: border-box;
}

.about .about_slide .gallery-thumbs .swiper-slide-active {
    width: 18% !important;
}

.about .about_slide .gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.about .about_slide .gallery-thumbs .swiper-slide .content {
    background: url(../images/about-swiper_bg.png) no-repeat center center;
    background-size: auto;
    box-sizing: border-box;
    width: auto;
    padding: 18%;
}

.about .about_slide .gallery-thumbs .swiper-slide .content .address {
    display: none;
}

.about .about_slide .gallery-thumbs .swiper-slide-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/about-swiper_active_bg2.png) no-repeat center center;
    animation: bg_rotate 5s linear infinite;
    width: 100%;
    height: inherit;
    background-size: auto;
}

@keyframes bg_rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center center;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: center center;
    }
}

.about .about_slide .gallery-thumbs .swiper-slide-active .content {
    background: url(../images/about-swiper_active_bg1.png) no-repeat center center;
    height: -webkit-fill-available;
    /* background-size: contain; */
}

.about .about_slide .gallery-thumbs .swiper-slide-active .content .year {
    font-size: 42px;

    /* font-weight: 500; */
    color: #FFFFFF;
}

.about .about_slide .gallery-thumbs .swiper-slide-active .content .address {
    display: block;
}

.about .about_slide .gallery-thumbs .swiper-slide .year {
    font-size: 32px;

    /* font-weight: 500; */
    color: #B9956D;
    text-align: center;
}

.about .about_slide .gallery-thumbs .swiper-slide .address {
    font-size: 18px;

    /* font-weight: 500; */
    color: #FFFFFF;
    text-align: center;
}

.about .about_slide .gallery-top {
    margin-top: 100px;
}

.about .gallery-top .word {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;

    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

/* 关于我们  结束 */
.profuct {
    padding: 120px 0;
    box-sizing: border-box;
}

.profuct .profuct_content {
    border: 2px solid #EBEBEB;
    border-radius: 20px;
    margin-top: 56px;
}

.profuct .profuct_content .top {
    display: grid;
    grid-template-columns: auto auto;
}

.profuct .profuct_content .resources .left .img img {
    transition: all 1s;
}

.profuct .profuct_content .resources:hover .left .img img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*兼容IE*/
    filter: FlipH;
    transition: all 1s;
}

.profuct .profuct_content .resources {
    padding: 66px 52px 38px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.profuct .profuct_content .resources .left {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
}

.profuct .profuct_content .resources .right .img {
    position: relative;
    height: 100%;
}

.profuct .profuct_content .resources .right .img img {
    position: absolute;
    bottom: 0;
}

.profuct .profuct_content .top a {
    border-bottom: 2px solid #EBEBEB;
    display: block;
}

.profuct .profuct_content .top a:nth-last-of-type(-n+2) {
    border-bottom: none;
}

.profuct .profuct_content .top a:nth-child(2n+1) {
    border-right: 2px solid #EBEBEB;
}

.profuct .profuct_content .resources .title {
    font-size: 32px;

    /* font-weight: 500; */
    color: #333333;
    margin-top: 55px;
    transition: all 1s;
}

.profuct .profuct_content .resources:hover .title {
    color: #B9956D;
    transition: all 1s;
}

.profuct .profuct_content .resources .desc {
    width: 94%;
    font-size: 16px;

    color: #666666;
    text-align: justify;
    min-height: 160px;
    margin-top: 20px;
}

.profuct .profuct_content .resources .right {
    width: 15%;
}

.profuct .profuct_content .resources .right .img img {
    width: 100%;
    display: block;
}

/* 成功案例 开始 */
.case {
    background: url(../images/case_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0 208px 0;
    box-sizing: border-box;
    width: 100%;
}

.case .title_eng {
    font-size: 36px;

    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    /* margin-bottom: 28px; */
}

.case .title_chinese {
    font-size: 60px;

    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.case .case_componey_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.case .case_componey_logo .img {
    width: 24%;
    background-color: #fff;
    height: 157px;
    margin-bottom: 19px;
    position: relative;
    transition: all .3s;
}

.case .case_componey_logo .img:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .8);
    transition: all .3s;
}

.case .case_componey_logo .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.case .case_componey_logo .swiper-wrapper {
    padding-bottom: 80px;
}

.case .case_componey_logo .swiper-slide {
    background-color: #fff;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    box-sizing: border-box;
}

.case .case_componey_logo .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1 !important;
}

.case .case_componey_logo .swiper-pagination-bullet-active {
    background: #B9956D;
}

/* 成功案例 结束 */
/* 专家团队 开始 */
.team {
    padding-top: 120px;
}

.team .title_eng,
.team .title_chinese {
    text-align: center;
}

.team .team_swiper {
    margin-top: 50px;
}

.team .team_swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 10px 10px 60px;
    box-sizing: border-box;
    height: auto;
}

.team .team_swiper .swiper-wrapper {
    flex-flow: nowrap row;
    align-items: stretch;
}

.team .team_swiper .swiper-slide .character {
    padding: 60px 60px 50px 40px;
    /* width: 48%; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}

.team .team_swiper .character .position {
    font-size: 20px;

    color: #B9956D;
}

.team .team_swiper .character .desc {
    font-size: 14px;

    color: #666666;
    text-align: justify;
    margin-top: 10px;
    height: 48px;
}

.team .team_swiper .character .introduce {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.team .team_swiper .character .introduce .portrait {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 40% 60%;
    /*align-items: center;*/
    margin-top: 20px;
    flex: 1;
}

.introduce .portrait .img {
    /* width: 40%; */
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    margin-right: 20px;
    height: fit-content;
}

.introduce .portrait .img img {
    width: 100%;
    display: block;
    border-radius: 50%;
}

.team .team_swiper .character .introduce .portrait .name {
    font-size: 24px;

    color: #222222;
    margin-bottom: 10px;
}

.team .team_swiper .character .introduce .portrait .prize p {
    font-size: 14px;

    color: #666666;
    line-height: 24px;
    /* width: max-content; */
}

.team .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #B9956D;
    border-radius: 3px;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* 专家团队 结束 */
@media screen and (max-width: 1680px) {
    .fun-show {
        padding: 100px 0 160px;
    }

    .fun-show .inner>.en {
        font-size: 20px;
    }

    .fun-show .inner>.ch {
        font-size: 40px;
    }

    .fun-show .content .desc .info-wrapper {
        padding: 60px 70px 70px;
    }

    .fun-show .content .desc .progress {
        padding: 40px 60px;
    }

    .fun-show .content .desc .progress>.nums {
        margin: 0 60px;
    }

    .part2 .title {
        padding: 1rem 0 0 0;
    }

    .part2_box {
        margin-top: 20px;
    }

    .new,
    .profuct {
        padding-top: 100px;
    }

    .new .top {
        margin-bottom: 40px;
    }

    .new_content_right_box .first_line:nth-child(n+7) {
        display: none !important;
    }

    .new .new_content .new_content_left .desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .new .new_content .new_content_right .first_line .left {
        padding: 20px 0 0;
    }

    .new .new_content .new_content_left .time {
        margin: 10px 0 12px 0;
    }

    .new .new_content .new_content_left {
        padding: 23px;
    }

    .new .new_content .new_content_left .swiper_title {
        margin-bottom: 10px;
    }

    .about,
    .case {
        padding: 100px 0;
    }

    .new .new_content .new_content_left {
        width: 32%;
    }

    .new .new_content .new_content_right .first_line .left .time {
        margin: 15px 0 0;
    }

    .about .desc {
        margin: 37px auto 0;
    }

    .about .about_slide,
    .about .about_slide .gallery-top {
        margin-top: 50px;
    }

    .profuct .profuct_content {
        margin-top: 36px;
    }

    .profuct .profuct_content .resources {
        padding: 30px 32px 20px;
    }

    .profuct .profuct_content .resources .left .img {
        transform: scale(0.8);
    }

    .profuct .profuct_content .resources .title {
        font-size: 28px;
        /* margin-top: 25px; */
        margin-top: 0px;
    }

    .profuct .profuct_content .resources .desc {
        margin-top: 10px;
    }

}

@media screen and (max-width: 1680px) and (max-width: 1440px) {
    .fun-show .inner {
        padding-top: 30px;
    }

    .fun-show .content .desc .info-wrapper>.icon {
        width: 52px;
    }

    .fun-show .content .desc .info-wrapper {
        padding: 40px 50px 50px;
    }

    .fun-show .content .desc .progress {
        padding: 30px 50px;
    }

    .fun-show .content .desc .progress>.nums {
        margin: 0 50px;
    }

    .fun-show .content .tabs>ul>li {
        padding: 30px 20px;
    }

    .fun-show .img {
        width: 50%;
        transform: translate(0);
    }

    .fun-show .inner>.en {
        font-size: 25px;
    }

    .text1 {
        margin-left: -19.8%;
    }

    .text2 {
        margin-left: -14.9%;
    }

    .text3 {
        margin-left: -13.8%;
    }

    .text4 {
        margin-left: -16.5%;
    }

    .text5 {
        margin-left: -24%;
    }

    .text6 {
        margin-left: -36%;
    }

}

@media screen and (max-width: 1440px) {
    .container {
        width: 1200px;
    }

    .swiper-slide .one {
        font-size: 45px;

        font-weight: bold;
        color: #FFFFFF;
        /* margin-top: 300px; */
        margin-bottom: 30px;
    }

    .swiper-slide .two,
    .swiper-slide .three {
        font-size: 30px;

        font-weight: bold;
        color: #FFFFFF;
    }

    .swiper-slide .two {
        margin-bottom: 10px;
    }

    .swiper-slide .three {
        margin-bottom: 60px;
    }

    .swiper-slide .more {
        width: 140px;
        height: 30px;
        border: 1px solid #fff;
        opacity: 0.9;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        border-radius: 24px;
    }

    .creativeTechnology_body .cre_con_box {
        height: 80vh;
    }

    .pub_con_box {
        min-height: 80vh !important;
    }

    .center_box {
        left: 0 !important;
        top: 0% !important;
    }

    .creativeTechnology_body .cre_con_box .cre_de_text_box {
        top: 45%;
    }

    .profuct .profuct_content .resources .left .img {
        transform: scale(0.6);
    }

    .profuct .profuct_content .resources .title {
        font-size: 23px;
    }

    .profuct .profuct_content .resources .desc {
        font-size: 14px;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {

    .about .about_slide .gallery-thumbs .swiper-slide-active::before,
    .about .about_slide .gallery-thumbs .swiper-slide .content {
        background-size: contain;
    }

    .text .one {
        font-size: 19px;
    }

    .text .two {
        font-size: 15px;
    }

    .centerBox img {
        width: 100%;
        height: 78%;
    }

    .right {
        width: 42%;
    }

    .text1 {
        padding: 0.05rem 0px 0.05rem 0.4rem;
        margin-left: -18%;
    }

    .text2 {
        padding: 0.05rem 0 0.05rem 0.4rem;
        margin-left: -15.8%;
    }

    .text3 {
        padding: 0.05rem 0 0.05rem .4rem;
        margin-left: -15.3%;
    }

    .text4 {
        padding: 0.05rem 0 0.05rem .5rem;
        margin-left: -16.3%;
    }

    .text5 {
        padding: 0.05rem 0 0.05rem .5rem;
        margin-left: -23%;
    }

    .text6 {
        padding: 0.05rem 0px 0.05rem .7rem;
        margin-left: -32%;
    }

    .new .new_content .new_content_left .swiper_title,
    .new .new_content .new_content_right .title {
        font-size: 17px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide-active .content .year {
        font-size: 28px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .year {
        font-size: 18px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .address {
        font-size: 13px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .text .one {
        font-size: 19px;
    }

    .text .two {
        font-size: 14px;
    }

    .new .new_content .new_content_right .first_line .left {
        padding: 27px 0;
    }

    .team .team_swiper .character .introduce .portrait .prize p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .fun-show .inner {
        padding-top: 0;
    }

    .fun-show .content .desc .info-wrapper {
        padding: 40px;
    }

    .fun-show .content .desc .info-wrapper>.icon {
        width: 46px;
    }

    .fun-show .content .desc .info-wrapper>.info {
        margin-top: 30px;
    }

    .fun-show .content .desc .progress {
        padding: 30px;
    }

    .fun-show .content .desc .info-wrapper>.info>h4 {
        font-size: 20px;
    }

    .fun-show .content .desc .progress>.nums>.line {
        width: 120px;
        margin: 0 30px;
    }

    .fun-show .content .desc .progress>.nums {
        margin: 0 30px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide-active::before,
    .about .about_slide .gallery-thumbs .swiper-slide .content {
        background-size: contain;
    }

    .part2_box {
        align-items: center;
    }

    .text .one {
        font-size: 20px;
    }

    .text .two {
        font-size: 14px;
    }

    .text1 {
        padding: 0.1rem 0px 0.1rem 0rem;
    }

    .text2 {
        padding: 0.1rem 0 0.1rem 0.1rem;
    }

    .text3 {
        padding: 0.1rem 0 0.1rem .3rem;
    }

    .text4 {
        padding: 0.1rem 0 0.1rem 0.4rem;
    }

    .text5 {
        padding: 0.1rem 0 0.1rem .3rem;
    }

    .text6 {
        padding: 0.1rem 0px 0.1rem .3rem;
    }

    .lt-title {
        font-size: 20px;
    }

    .lt-text {
        font-size: 12px;
        margin: 0;
    }

    .new .new_content .new_content_right .first_line .left {
        padding: 26px 0;
    }

    .new .new_content .new_content_left .swiper_title,
    .new .new_content .new_content_right .title {
        font-size: 16px;
    }

    .new .new_content .new_content_left {
        width: 39%;
    }

    .new .new_content .new_content_right {
        width: 53%;
    }

    .about .about_slide .gallery-thumbs .swiper-slide-active .content .year {
        font-size: 32px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .year {
        font-size: 22px;
    }

    /* .about .about_slide .gallery-thumbs .swiper-slide {
        width: 20% !important;
    } */

    .case {
        padding: 120px 0 120px 0;
    }
}

@media (max-width: 1024px) and (min-width: 360px) {
    .part2_box {
        display: unset;
    }

    .part2_box .left {
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
    }

    .centerBox {
        display: none;
    }

    .text1,
    .text2,
    .text3,
    .text4,
    .text5,
    .text6 {
        padding: 0.1rem 0;
        margin-left: 0;
    }

    .text .one {
        font-size: 20px;
    }

    .text .two {
        font-size: 14px;
    }

    .part2 .right {
        width: 100%;
        /*margin: 0 auto;*/
        padding-bottom: 60px;
    }

    .part2 .title {
        padding: 60px 0 0 0;
    }

    .new .top .button {
        justify-content: center;
        margin-top: 20px;
    }

    .new .top .button .industry {
        margin-left: 0;
    }

    .new .top .button .tab1 {
        margin-right: 6px;
    }

    .new .new_content {
        display: unset;
    }

    .new_content_right_box {
        grid-template-columns: repeat(1, 100%);
    }

    .new_content_right_box .first_line:nth-child(n+5) {
        display: none !important;
    }

    .new .new_content .new_content_left,
    .new .new_content .new_content_right {
        width: 100%;
        padding: 20px;
    }

    .newBox .content1,
    .newBox .content2 {
        margin-top: 30px;
    }

    .about .desc {
        width: 100%;
        font-size: 14px;
        margin: 20px auto 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about .gallery-top .word {
        width: 80%;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .team .team_swiper .swiper-slide {
        align-items: unset;
    }

    /* .team .team_swiper .character .introduce .portrait,.team .team_swiper .character .introduce {
        display: unset;
    } */
    .team .team_swiper .character .introduce .portrait {
        justify-content: space-around;
        margin-top: 25px;
    }

    .introduce .portrait .img {
        /* width: 30%; */
        border-radius: 50%;
        box-shadow: 0 0 10px rgb(0 0 0 / 13%);
        margin-top: 20px;
    }

    .introduce .portrait .img img {
        width: 100%;
    }

    .team .team_swiper .character .introduce .portrait .name {
        font-size: 20px;
        margin-bottom: 0;
    }

    .team .team_swiper .character .introduce .portrait .prize p {
        font-size: 12px;
    }

    .team .team_swiper .character .introduce .comma {
        display: none;
    }

    /* .team .team_swiper .character .introduce .portrait .name {
        text-align: center;
    }  */
    .introduce .portrait img {
        display: block;
        margin: 0 auto;
    }

    .team .team_swiper .character .desc {
        height: 17%;
    }

    .profuct .profuct_content .resources .title {
        /* margin:30px 0 0px 0; */
        margin: 15px 0 0px 0;
    }

    .about .about_slide .gallery-thumbs .swiper-slide-active .content .year {
        font-size: 32px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .year {
        font-size: 22px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide,
    .about .about_slide .gallery-thumbs .swiper-slide-active {
        width: 39% !important;
    }

    .new .new_content .new_content_left .desc {
        display: none;
    }

    .new .top .button .industry {
        height: 30px;
    }

    .new .top .button .industry a {
        line-height: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .fun-show {
        padding: 60px 0 150px;
    }

    .fun-show .content .desc .progress {
        padding: 20px 30px;
    }

    .fun-show .content .tabs>ul>li {
        padding: 20px;
    }

    .fun-show .content .tabs>ul>li>p {
        font-size: 16px;
    }

    .fun-show .content .desc .progress>.nums>.current,
    .fun-show .content .desc .progress>.nums>.last {
        font-size: 16px;
    }

    .fun-show .content .desc .info-wrapper {
        padding: 30px;
    }

    .fun-show .content .desc .info-wrapper>.icon {
        width: 40px;
    }

    .fun-show .content .desc .info-wrapper>.info {
        margin-top: 20px;
    }

    .fun-show .content .desc .info-wrapper>.info>h4 {
        font-size: 18px;
    }

    .fun-show .content .desc .info-wrapper>.info>p {
        font-size: 14px;
    }

    .fun-show .inner>.en {
        font-size: 20px;
    }

    .fun-show .inner>.ch {
        font-size: 30px;
        margin-top: 15px;
    }

    .fun-show .content .desc .progress>.prev,
    .fun-show .content .desc .progress>.next {
        width: 10px;
    }

    .fun-show .content .desc .progress>.nums>.line {
        width: 80px;
    }

    .fun-show .content .desc .progress>.nums {
        margin: 0 20px;
    }

    .profuct .profuct_content .resources {
        padding: 33px 26px 19px;
    }

    .profuct .profuct_content .resources .title {
        font-size: 24px;
    }

    .profuct .profuct_content .resources .left .img img {
        transform: scale(0.8);
    }

    .new,
    .about,
    .profuct {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about .about_slide,
    .about .about_slide .gallery-top {
        margin-top: 50px;
    }

    .case {
        padding: 60px 0 10px 0;
    }

    .team {
        padding-top: 60px;
    }

    .team .team_swiper .swiper-slide .character {
        padding: 30px 30px 25px 20px;
    }

    .case {
        background: url(../images/case_bg_phone.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .fun-show .content .tabs {
        display: none;
    }

    .fun-show .content .desc {
        width: 100%;
    }

    .fun-show {
        padding: 30px 0 0;
    }

    .fun-show .content {
        position: static;
    }

    .fun-show .inner>.en {
        font-size: 15px;
    }

    .fun-show .inner>.ch {
        font-size: 25px;
        margin-top: 15px;
    }

    .fun-show .content .desc .info-wrapper {
        padding: 20px;
    }

    .fun-show .content .desc .info-wrapper>.icon {
        width: 40px;
    }

    .fun-show .content .desc .info-wrapper>.info {
        margin-top: 20px;
    }

    .fun-show .content .desc .info-wrapper>.info>h4 {
        font-size: 18px;
    }

    .fun-show .content .desc .info-wrapper>.info>p {
        margin-top: 10px;
    }

    .fun-show .content .desc .progress>.nums {
        margin: 0px 15%;
    }

    .fun-show .content .desc .progress>.nums>.line {
        width: 30vw;
    }

    .fun-show .content .desc .progress {
        padding: 20px 30px;
    }

    .fun-show .content .desc .progress>.prev,
    .fun-show .content .desc .progress>.next {
        width: 10px;
    }

    .notice-bar>.container {
        height: 46px;
    }

    .notice-bar .tip>img {
        width: 16px;
    }

    .notice-bar .tip>h4 {
        font-size: 14px;
        line-height: 46px;
    }

    .notice-bar .msg-wrapper .msg-list .msg-item {
        font-size: 14px;
        line-height: 46px;
    }

    .po {
        position: sticky;
        top: auto;
        transform: translateY(0);
    }

    .box .swiper-slide .one {
        margin-top: 40px !important;
    }

    .new .top {
        margin-bottom: 30px;
        align-items: center;
    }

    .new .top .button .industry {
        width: 95px;
    }

    .team .team_swiper .swiper-slide {
        display: unset;
    }

    .case .case_componey_logo .swiper-slide {
        height: 100px;
    }

    .case .case_componey_logo .swiper-slide img {
        transform: scale(0.7);
    }

    .team .team_swiper .swiper-slide .character {
        width: 100%;
        margin-bottom: 20px;
    }

    .team .team_swiper .swiper-slide .character:nth-last-child(1) {
        margin-bottom: 0;
    }

    .profuct .profuct_content .top a:nth-child(2n+1) {
        border-right: none;
    }

    .profuct .profuct_content .top a:nth-child(3) {
        border-bottom: 2px solid #EBEBEB;
    }

    .text {
        border-image: none;
        background: none;
        border-bottom: 1px solid #ddd;
    }

    .new .new_content .new_content_left .swiper_title,
    .new .new_content .new_content_right .title a {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .new .new_content .new_content_left .time,
    .new .new_content .new_content_right .time {
        margin: 13px 0 11px 0;
    }

    .part2 .right {
        padding-bottom: 30px;
    }

    .box .swiper-slide .two {
        font-size: 14px;
    }

    .new,
    .about,
    .profuct {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .case {
        padding: 30px 0 30px 0;
    }

    .team {
        padding-top: 30px;
    }

    .about .about_slide,
    .about .about_slide .gallery-top {
        margin-top: 25px;
    }

    .profuct .profuct_content .top {
        display: unset;
    }

    .profuct .profuct_content .resources {
        padding: 33px 26px 19px;
    }

    .profuct .profuct_content .rg_border {
        border-right: none;
    }

    .profuct .profuct_content .top:last-child>div:last-child {
        border-top: 1px solid #ccc;
    }

    .profuct .profuct_content {
        margin-top: 30px;
    }

    .profuct .profuct_content .resources .left img {
        transform: scale(0.8);
    }

    .case {
        background: url(../images/case_bg_phone.jpg) no-repeat;
        background-size: cover;
    }

    .case .title_chinese {
        margin-bottom: 30px;
    }

    .case .case_componey_logo .img {
        width: 49%;
    }

    .team .team_swiper .swiper-slide .character {
        padding: 15px 15px 14px 10px;
    }

    .team .team_swiper .character .position {
        font-size: 18px;
    }

    .team .team_swiper {
        margin-top: 25px;
    }

    .profuct .profuct_content .resources .title {
        font-size: 20px;
    }

    .profuct .profuct_content .resources .title {
        margin: 15px 0 0px 0;
    }

    .profuct .profuct_content .resources .desc {
        margin-top: 10px;
        font-size: 14px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide-active .content .year {
        font-size: 22px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .year {
        font-size: 14px;
    }

    /* .about .about_slide .gallery-thumbs .swiper-slide {
        width: 30% !important;
    } */
    .about .about_slide .gallery-thumbs .swiper-slide-active::before,
    .about .about_slide .gallery-thumbs .swiper-slide .content {
        background-size: contain;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .address {
        font-size: 14px;
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white,
    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-size: 50%;
    }

    .about .about_slide .gallery-thumbs .swiper-slide .content {
        height: auto;
    }

    .about .about_slide .gallery-thumbs .swiper-slide-active .content {
        height: auto;
    }

    .new .new_content .new_content_right .first_line .left {
        width: 100%;
        padding: 0 0 18px;
        margin-bottom: 18px;
    }

    .new .new_content .new_content_right .first_line .left .time {
        margin: 18px 0 0;
    }
}


@media screen and (max-width: 480px){
    .text .one {
        font-size: 16px;
        margin-left: 0;
    }
    
    .text i {
        transform: scale(1.2);
    }
}
@media screen and (max-width: 414px) {

    .new .top .button .industry a {
        font-size: 14px;
    }

    .team .team_swiper .character .desc {
        height: 23%;
    }

    .text i img {
        transform: scale(0.8);
    }

    .text .one {
        font-size: 14px;
    }
    
    .text .two {
        font-size: 12px;
    }

    .text .line {
        margin: 0 5px;
    }

    .about .about_slide .gallery-thumbs .swiper-slide {
        width: 39% !important;
    }
}