#index {
    /* padding-top: 0; */
}

.swiper-button-hide {
    display: none !important;
}

.swiper-button-next.saf,
.swiper-button-prev.saf {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 30px;
    height: 35px;

}

.swiper-button-next.saf:hover,
.swiper-button-prev.saf:hover {
    background: rgba(0, 0, 0, 0.9);

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 700;
}

.project {
    width: 100%;
    /* padding-bottom: 50px; */
}

.project-cn .Statistics-box {
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    height: 200px;
    border-radius: 5px;
    margin-top: -100px;
    position: relative;
    z-index: 30;
    padding: 0 100px;
}

.project-cn .Statistics-item .num {
    font-size: 62px;
    font-weight: bold;
    color: #006D9A;
    display: flex;
}

.project-cn .Statistics-item .num span {
    font-size: 26px;
    font-weight: 100;
    margin-left: 10px;
    margin-top: 10px;
}

.project-cn .Statistics-item .text {
    font-size: 20px;
    color: #666666;
}

.project-cn .h2 {
    margin-top: 60px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;

}

/* @keyframes loop{
     0%{background-position: -300px 0px;}
     100%{background-position: 0px 0px;}
} */

.project-cn .h3 {
    color: #333;
    position: relative;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
}

.project-cn .h3::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-2rem);
    bottom: 13px;
    width: 4.0625rem;
    height: 2px;
    background-color: #008fd7;
}

.project-cn .sub-title {
    font-size: 18px;
    text-align: center;
    color: #999;
    margin-bottom: 1rem;
}

.project-cn .describe {
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
}

.service-box {
    display: flex;
    padding: 20px 0 100px;
    position: relative;
    /* border-bottom: 1px solid #999999; */
}

.swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -71px;
    width: 100%;
    height: 1px;
    background-color: #999999;
    z-index: 1;
}

.service-box .service-item {
    /* width: 32%; */
    /* height: 394px; */
    background: #CFE7EE;
    /* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16); */
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-right: 2px solid #f2f4f6;
}

.service-box .service-item .title img {
    width: 53px;
    /* height: 59px; */
    height: auto;
}

.service-box .service-item .title h4 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-left: 15px;
}

.service-box .service-item .title h5 {
    color: #606266;
    margin: 10px 15px;
    font-size: 15px;
}

.service-box .service-item .Middle-box {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 15px;
    font-size: 14px;
}

.service-box .Middle-box .Middle-text {
    width: 50%;
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
}

.service-box .service-item .button {
    margin: 30px auto;
    width: 118px;
    height: 37px;

    border: 1px solid #707070;
    font-size: 18px;
    color: #666666;
    border-radius: 20px;


}

.service-box .service-item:hover {
    background: #006D9A;
}

.service-box .service-item:hover .Dot span {
    display: block;
}

.service-box .service-item:hover .title h4,
.service-box .service-item:hover h5 {
    color: #FFFFFF;
}

.service-box .service-item:hover .Middle-box {
    color: #FFFFFF;
}

.service-box .service-item:hover .button {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.service-box .service-item:hover a {
    color: #FFFFFF;
}

.service-box .service-item .title .iocn2 {
    display: none;
}

.service-box .service-item:hover .title .iocn2 {
    display: block;
}

.service-box .service-item:hover .title .iocn1 {
    display: none;
}

.service-item .Dot {
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, 50%);
    width: 45px;
    height: 45px;
    background-color: #F4F4F4;
    border-radius: 50%;
    z-index: 999;
}

.service-box .service-item:first-child .Dot {
    background-color: #F1F1F1;
}

.service-item .Dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #999999;
    border-radius: 50%;
    display: none;
}

.service-item .Dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;

}

.service-item .Dot span::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background-color: #999;
}

.selectedCases {
    width: 100%;
    /* height: 917px;
	background: url(../images/SelectedCasesBg.png) no-repeat;*/
    background-size: 100% 100%;
    color: #fff;


}

.modular {
    position: relative;
}

.modular-cn {
    /* 	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */

}

.selectedCases-bg {

    object-fit: cover;
}

.paragraph-title {
    font-size: 45px;
    color: #006D9A;
    line-height: px;
}

.title-cn {
    margin-top: -10px;
    position: relative;
}

.title-cn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 82px;
    height: 2px;
    background: #006D9A;
}

.desc {
    margin: 20px 0;
    width: 409px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.more {
    margin: 30px auto;
    width: 340px;
    text-align: center;
    border: 1px solid #0a994a;
    height: 40px;
    line-height: 40px;
    /* padding: 6px 10px; */
    font-size: 20px;
    color: #0a994a;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 20px;
}

.more:hover {
    color: #006D9A;
    border: 1px solid #006D9A;
}

.selected-box {
    padding-top: 80px;

}

.selected-box .case-box {
    width: 60%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap-reverse;
}

.selected-box .case-box .case-item {
    width: 30%;
    /* height: 220px; */
    margin-right: 3.33%;
    margin-bottom: 30px;
    color: #FFFFFF;
    overflow: hidden;
}

.selected-box .case-box .case-item img {
    transition: all 0.3s;
}

.selected-box .case-box .case-item:hover img {
    transform: scale(1.1);
}

.Development {
    padding: 200px 0;
}

.Development .modular-cn {
    display: flex;
    text-align: right;

}

.Development .modular-cn .paragraph-title {
    color: #000000;

}


.Development .modular-cn .desc {
    font-size: 20px;
    line-height: 36px;
    color: #333333;

}

.Development .modular-cn .more {
    color: #333333;
    border: 1px solid #333;
    cursor: pointer;
    transition: all 0.3s;
}

.Development .modular-cn .more:hover {
    color: #006D9A;
    border: 1px solid #EE9B01;
    border-radius: 20px;
}

.development-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.development-list .development-item {
    width: calc((100% - (3*13px)) / 4);

    margin-right: 13px;
    margin-bottom: 13px;
    overflow: hidden;
}

.development-list .development-item:nth-child(4n) {
    margin-right: 0;
}

.development-list .development-item img {
    transition: all 0.3s;
}

.development-list .development-item:hover img {
    transform: scale(1.1);
}

.modeling {
    margin: 20px 0 10px;
}

.modeling .modular-cn .modeling-box {
    display: flex;
    flex-direction: column;

    justify-content: center;

}

.modeling .modular-cn {
    text-align: left;
    padding: 160px 0;

}

.modeling-list {}

.modeling-list .modeling-item {
    width: calc((100% - (4*13px)) / 5);
    margin-right: 13px;
    overflow: hidden;
}

.modeling-list .modeling-item img {
    transition: all 0.3s;
}

.modeling-list .modeling-item:hover img {
    transform: scale(1.1);
}

/* .CompanyProfile {
	padding-bottom: 100;
} */

.CompanyProfile-box {
    padding: 100px 0;
}

.CompanyProfile-box .synopsis {
    display: flex;
    justify-content: space-between;
}

.CompanyProfile-cn {
    padding-top: 100px;
}

.CompanyProfile-box .synopsis-left {
    width: 44%;
}

.synopsis-left .CompanyProfile-title {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 800;
}

.synopsis-left .CompanyProfile-title-en {
    font-size: 26px;
    font-weight: 800;
    color: #FFFFFF;
}

.synopsis-left .Button {
    margin-top: 60px;
    width: 226px;
    height: 72px;
    background: #FFFFFF;
    font-size: 24px;
    color: #333;
    transition: all 0.3s;
}

.synopsis-left .Button:hover {
    background-color: #006D9A;
    border-radius: 50px;
}

.synopsis-left .Button img {
    width: 28px;
    height: auto;
    margin-left: 20px;
}

.synopsis-left .brief {
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 45px;
}

.CompanyProfile-box .synopsis-right {
    width: 50%;
}

.CompanyProfile-box .synopsis-right .video {
    width: 100%;
}

.advantage-box {
    margin-top: 80px;
}

.advantage-box .advantage-item h6 {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
}

.advantage-box .advantage-item h6::before {
    content: '';
    width: 56px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #006D9A;
}

.advantage-box .advantage-item p {
    font-size: 16px;
    color: #FFFF;
    margin-bottom: 10px;
}

.cooperation-box {
    display: flex;
    flex-wrap: wrap;
}

.cooperation-box2 {
    display: none;
}

.cooperation-box .cooperation-item {
    width: 12.5%;
    /* height: 210px; */
    margin-right: 20px;
    cursor: pointer;
}

.cooperation-box .cooperation-item .bg2 {
    display: none;
}

.cooperation-box .cooperation-item:hover .bg1 {
    display: none;
}

.cooperation-box .cooperation-item:hover .bg2 {
    display: block;
}

.cooperation-box .cooperation-item2 {
    width: 100%;
    /* height: 210px; */
    margin-right: 20px;
    position: relative;

}

.cooperation-box .cooperation-item:first-child {
    margin-left: 95px;
}

.cooperation-box .cooperation-item .cooperation-item3 {
    margin-top: -35px;
}

.cooperation-box .cooperation-item:nth-child(13n+1) {
    margin-left: 95px;
}

.ci-cn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;


}

.ci-cn .large-logo {
    width: 70%;
    height: auto;
    /* transform: scale(1); */
}

.ci-cn .fine {
    width: 80%;

    display: none;

}

.ci-cn .fine img {
    width: 50%;
}

.ci-cn .fine p {
    margin-top: 5px;
    font-size: 14px;
    color: #FFFFFF;
}

.cooperation-box .cooperation-item:hover .ci-cn .large-logo {
    display: none;
}

.cooperation-box .cooperation-item:hover .ci-cn .fine {
    display: flex;
}

.process {
    /* 	height: 921px;
	background: linear-gradient(180deg, #FDC76B 0%, #FBC05B 22%, #EE9B01 100%); */
    margin-top: 80px;
    overflow: hidden;
}

.process .h3 {
    color: #000;
}

.process>img {
    width: 100%;
    height: 187px;
}

.process .wave1 {
    width: 200%;
    animation: wave1 6s linear infinite alternate;
}

.process .wave2 {
    width: 200%;
    margin-top: -150px;
    animation: wave1 6s linear infinite alternate-reverse;
}

.process-box {
    background: linear-gradient(180deg, #FBC261 0%, #FBC05B 22%, #EE9B01 100%);
    padding-bottom: 200px;
    padding-top: 40px;
}

.process .h2 {
    margin-top: 0;
}


@keyframes wave1 {
    0% {
        transform: translateX(0) translateY(0px)
    }

    25% {
        transform: translateX(-10%) translateY(15px)
    }

    50% {
        transform: translateX(-25%) translateY(30px)
    }

    75% {
        transform: translateX(-35%) translateY(15px)
    }

    100% {
        transform: translateX(-50%) translateY(0px)
    }

}

.division {
    width: 81%;
    margin: 20px 0;
    margin-left: calc(100%/10);

}

.process-cn .upper {
    width: 90%;
}

.process-cn .lower {
    margin-left: calc(100%/10);
}

.project-cn .process-cn {
    margin-top: 80px;
}

.modeling {
    padding: 0;
}

.process-cn .upper img {
    width: 44px;
    height: auto;

}

.process-cn .upper .process-item {
    flex: 1;
    position: relative;
    cursor: pointer;
}

.upper .process-item .text span {
    font-size: 14px;
    color: #333333;
    margin-left: 15px;
}

.upper .process-item p {
    /* margin-top: -10px; */
    font-size: 22px;
    color: #FFFFFF;
}

.upper .process-item .text {
    z-index: -1;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0 20px;
    opacity: 0;
    transition: all 0.5s;
}

.lower .process-item .text {
    bottom: 0;
    top: auto;
}

.upper .process-item .text-iocn {
    height: 60px;
    transition: all 0.5s;

}

.upper .process-item::after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 60px;
    z-index: 10;
    background-color: #FFFFFF;
    border-radius: 34px;
    transition: all 0.5s;
}

.lower .process-item::after {
    bottom: 0;
    top: auto;
}

.lower .process-item p {
    margin-bottom: 10px;
}

.upper .process-item:hover::after {
    width: 100%;
    opacity: 1;
}


.upper .process-item:hover .text-iocn {
    transform: translateX(-20px);
    opacity: 0;
}

.upper .process-item:hover .text {
    opacity: 1;
}

.last {
    display: flex;

}

.last>div {
    flex: 1;
    /* height: 800px; */
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

.last .news-box {
    padding-left: 15%;
    background-color: #FFFFFF;
    padding-right: 3%;
}

.last .dynamic {
    padding-right: 15%;
    background-color: #FFFFFF;
    padding-left: 3%;
}

.last .news-box .top-title-cn {
    font-size: 28px;
    /* font-weight: 800; */
    color: #3A3A3A;
}

.last .news-box .top-title-en {
    font-size: 26px;
    font-weight: 800;
    color: #311025;
}

.last .news-box .more-iocn {
    width: 34px;
    height: 34px;
    border: 1px solid #999999;
    border-radius: 50%;
    transition: all 0.3s;

}

.last .news-box .more-iocn:hover {
    transform: translateY(-5px);
}

.last .news-box .more-iocn img {
    width: 8.7px;
    height: auto;
    margin-left: 4px;
}

.last .dynamic {

    background-color: #F2F2F2;
}

.last .news-box .content {
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative;
}

.last .news-box .content:hover {
    background-color: #D9D9D9;
}

.last .news-box .content:hover .article-title,
.last .news-box .content:hover .article-dec,
.last .news-box .content:hover .tiem {
    margin-left: 20px;
}

.last .news-box .content .graph {
    width: 100%;
    height: 274px;
}

.last .news-box .content .graph img {
    height: auto;
}

.last .news-box .content .article-title {
    font-size: 24px;
    font-weight: bold;
    color: #3A3A3A;
    margin: 10px 0;
    transition: all 0.5s;
}

.last .news-box .article-dec {
    font-size: 14px;
    color: #3A3A3A;
    margin-bottom: 10px;
    transition: all 0.5s;
    padding-right: 20px;
    line-height: 26px;
    /* letter-spacing: 2px; */
}

.last .news-box .tiem {
    font-size: 14px;
    color: #3A3A3A;
    transition: all 0.5s;
}

.last .recommend-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.last .recommend-list .ti-item {
    width: 30%;
    margin-right: 5%;
    font-size: 14px;
    margin-bottom: 10px;
}

.last .recommend-list .ti-item:nth-child(3n) {

    margin-right: 0;
}

.last .seeDetails {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.last .seeDetails span {
    width: 144px;
    height: 41px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
}

.last .news-box .content:hover .seeDetails {
    height: 100%;
}

.tel-project {
    display: none;
}

#selected-box2 {
    display: none;
}

.tel-video {
    display: none;
}

.tel-flow {
    display: none;
}

.last .news-box .more-iocn span {
    display: none;
}

/* .register {
    position: fixed;
    right: 0;
    top: 50%;
    font-size: 22px;
    background-color: #009A44;
    padding: 20px 30px;
    z-index: 1111111;
    border: 4px solid #eee;
}

.free {
    position: fixed;
    right: 0;
    top: 65%;
    font-size: 22px;
    background-color: #ED8202;
    padding: 20px 30px;
    z-index: 1111111;
    border: 4px solid #eee;
}

.register a,
.free a {
    display: inline-block;
    width: 100%;
    height: 100%;
} */

.test:hover,
.test1:hover {
    background-color: #2D91B1;
}

.topbg {
    background: #98C9DA;
    height: 80px;
    text-align: center;
}

.free,
.register {
    z-index: 1111111;
    border: 2.5px solid #FEFFFA;
    font-size: 23px;
    border-radius: 30px;
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 15px;
}

.register {
    background-color: #EF8201;
}

.free {
    background-color: #009A44;
}

.register a,
.free a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FEFFFA;
}

@media screen and (max-width: 1440px) {
    /* .register {
        top: 40%
    }

    .free {
        top: 60%
    } */

    .project-cn .Statistics-box {
        height: 180px;
        margin-top: -90px;
        padding: 0 100px;
    }

    .project-cn .Statistics-item .num {
        font-size: 52px;

    }

    .project-cn .Statistics-item .text {
        font-size: 18px;
        color: #666666;
    }

    .project-cn .h2 {
        margin-top: 30px;
        font-size: 40px;
    }

    .project-cn .h3 {
        font-size: 28px;
    }

    .project-cn .sub-title {
        font-size: 16px;
    }

    .project-cn .describe {
        font-size: 16px;
    }

    .service-box .service-item .title img {
        width: 45px;
    }

    .service-box .service-item .title h4 {
        font-size: 25px;

    }

    .service-box .service-item .title h5 {
        font-size: 14px;
    }

    .service-box .Middle-box .Middle-text {

        font-size: 16px;

    }

    .service-box .service-item .button {
        margin: 25px auto;
        width: 110px;
        height: 35px;

        font-size: 16px;

    }

    .paragraph-title {
        font-size: 42px;
    }

    .last .recommend-list .ti-item {
        font-size: 12px;

    }
}

@media screen and (max-width: 1280px) {
    .project-cn .Statistics-box {
        height: 160px;
        margin-top: -80px;
        padding: 0 80px;
    }

    .Development {
        padding: 100px 0;
    }

    .modeling {
        padding: 0;
    }

    .project-cn .Statistics-item .num {
        font-size: 42px;
    }

    .project-cn .Statistics-item .text {
        font-size: 16px;
        color: #666666;
    }

    .project-cn .h2 {
        margin-top: 10px;
        font-size: 32px;
    }

    .ci-cn .fine p {
        font-size: 12px;
    }

    .service-box {
        display: flex;
        padding: 10px 0 40px;
        position: relative;
        /* border-bottom: 1px solid #999999; */
    }

    .service-box .service-item .title img {
        width: 36px;
    }

    .service-box .service-item .title h4 {
        font-size: 18px;
    }

    .service-box .service-item .title h5 {
        font-size: 12px;
    }

    .service-box .service-item {
        padding: 30px;

    }

    .service-box .Middle-box .Middle-text {
        font-size: 14px;
    }

    .service-box .service-item .Middle-box {
        margin: 25px 0;
    }

    .service-box .service-item .button {
        margin: 15px auto;

    }

    .service-item .Dot {

        bottom: -20px;

        width: 40px;
        height: 40px;
    }

    .service-item .Dot span::before {
        bottom: 25px;
        height: 15px;
    }

    .service-item .Dot span {

        width: 22px;
        height: 22px;

    }

    .service-item .Dot::after {

        width: 8px;
        height: 8px;
    }

    .paragraph-title {
        font-size: 30px;
    }

    .project {

        padding-bottom: 40px;

    }

    .title-cn {
        margin-top: 0;
    }

    .desc {

        font-size: 16px;
        line-height: 32px;
    }

    .more {

        font-size: 14px;

    }

    .selected-box .case-box {
        margin-top: 50px;

    }

    .Development .modular-cn .desc {
        font-size: 16px;
        line-height: 32px;

    }

    .synopsis-left .CompanyProfile-title {
        font-size: 24px;
    }

    .synopsis-left .CompanyProfile-title-en {
        font-size: 24px;
    }

    .synopsis-left .brief {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
    }

    .synopsis-left .Button {
        margin-top: 45px;
        width: 180px;
        height: 50px;
        background: #FFFFFF;
        font-size: 18px;
        color: #333;
    }

    .advantage-box {
        margin-top: 60px;
    }

    .advantage-box .advantage-item h6 {
        font-size: 20px;
    }

    .advantage-box .advantage-item p {
        font-size: 13px;

    }

    .CompanyProfile-box {
        padding: 60px 0;
    }

    .cooperation-box .cooperation-item:nth-child(13n+1) {
        margin-left: 67px;
    }

    .cooperation-box .cooperation-item {
        width: 12.5%;
        margin-right: 15px;

    }

    .cooperation-box .cooperation-item .cooperation-item3 {
        margin-top: -20px;
    }

    .process {
        margin-top: 60px;

    }

    .process>img {

        height: 140px;
    }

    .process-box {
        margin-top: -70px;
        padding-bottom: 100px;
        padding-top: 30px;
    }

    .process-cn .upper img {
        width: 30px;
        height: auto;
    }

    .upper .process-item p {
        /* margin-top: -10px; */
        font-size: 16px;

    }

    .upper .process-item .text span {
        font-size: 12px;
        color: #333333;
        margin-left: 10px;
    }

    .upper .process-item .text-iocn {
        height: 50px;
        transition: all 0.5s;
    }

    .upper .process-item .text {
        height: 50px;
    }

    .upper .process-item::after {
        height: 50px;
    }

    .last>div {
        flex: 1;
        /* height: 800px; */
        padding-top: 40px;

        padding-bottom: 40px;
    }

    .last .news-box {
        padding-left: 10%;

    }

    .last .dynamic {
        padding-right: 10%;
        background: #FFFFFF;
        padding-left: 3%;
    }

    .last .news-box .top-title-cn {
        font-size: 20px;

    }

    .last .news-box .top-title-en {
        font-size: 20px;
    }

    .last .news-box .more-iocn {
        width: 30px;
        height: 30px;

    }

    .last .news-box .more-iocn span {
        display: none;
    }

    .last .news-box .content .article-title {
        font-size: 20px;

    }

    .last .news-box .article-dec {
        font-size: 13px;
        line-height: 22px;

    }

    .last .news-box .content {
        margin-top: 20px;
        padding-bottom: 10px;

    }
}

@media screen and (max-width: 768px) {
    .topbg {
        /* height: 40px; */
        display: none;
    }
    /* .topbg .test1{
        display: none!important;
    }
    .free, .register{
        width: 110px;
        font-size: 15px;
        height: 35px;
    } */
    .swiper-slide::after {
        bottom: -22px;
    }

    .Development-box {
        display: none;
    }

    .project-cn .Statistics-box {
        height: 90px;
        margin-top: -0px;
        padding: 0 15px;
        border-radius: 0;

        box-shadow: none;
    }

    #mlj {
        width: 100%;
    }

    .project-cn .Statistics-item .num {
        font-size: 24px;
    }

    .project-cn .Statistics-item .num span {
        font-size: 16px;
        font-weight: 600;
        margin-left: 5px;
        margin-top: 0px;
    }

    .project-cn .Statistics-item .text {
        font-size: 14px;
    }

    .project-cn .describe {
        display: none;
    }

    .servicewiper {
        /* display: none; */
    }

    .project-cn .h2 {
        margin-top: 0px;
        font-size: 18px;
    }

    .project-cn .h3 {
        font-size: 16px;
    }

    .project-cn .sub-title {
        font-size: 12px;
    }

    .tel-project {
        padding: 0 4%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .tel-project a {
        display: block;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 20px;
        padding: 6px 10px;
        min-width: 80px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .project {
        padding-bottom: 0px;
    }

    .selected-box .case-box {
        display: none;
    }

    .selected-box {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .project-cn .Next-title {
        background-color: #FFFFFF;
        padding: 20px 0;
    }

    .project-cn .Next-title .h2 {
        margin-top: 0;

    }

    .paragraph-title {
        font-size: 20px;
    }

    .title-cn {
        font-size: 18px;
    }

    .title-cn::after {
        width: 36px;

    }

    .desc {
        width: 65%;
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
    }

    .more {
        width: 270px;
        font-size: 14px;
    }

    #selected-box2 {
        padding-top: 10px;
        display: flex;

    }

    #selected-box2 .case-box {

        display: flex;
        margin-top: 0;
        width: 100%;
        padding: 0 4%;
        flex-wrap: nowrap;
    }

    #selected-box2 .case-box {
        overflow: auto;
    }

    #selected-box2 .case-item {
        min-width: 30%;
        width: 30%;
        margin-bottom: 0;
        margin-right: 5%;
    }

    #selected-box2 .case-item:last-child {
        margin-right: 0;
    }

    #selected-box2 .case-item img {
        width: 100%;
        height: 100%;
    }

    .Development {
        padding: 10px 0;
    }

    .Development .modular-cn .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .development-list {
        padding: 10px 4%;
        justify-content: space-between;
    }

    .development-list .development-item {
        width: calc((100% - (15px)) / 2);
        margin-right: 0px;

    }

    .modeling-list {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 10px 4% 0;
    }

    .modeling-list .modeling-item {
        width: calc((100% - 15px) / 2);
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .modeling-list .modeling-item:last-child {
        display: none;
    }

    .CompanyProfile-box {
        padding: 10px 0;
    }

    .CompanyProfile-box .synopsis {

        /* flex-direction: column-reverse; */
    }

    .CompanyProfile-box .synopsis-right {
        width: 100%;
        display: none;
    }

    .CompanyProfile-box .synopsis-left {
        width: 100%;
    }

    .advantage-box .advantage-item p {
        display: none;
    }

    .tel-video {
        display: block;
        width: 92%;
        margin-left: 4%;
        margin-top: 20px;
    }

    .CompanyProfile .Development {
        margin-top: 10px;
    }

    /* 	.Development  .desc{
		width: 50%;
	} */
    .synopsis-left .Button {
        margin-top: 30px;
        width: 100px;
        height: 30px;
        font-size: 14px;
    }

    .synopsis-left .Button img {
        width: 20px;
        height: auto;
        margin-left: 10px;
    }

    .advantage-box {
        margin-top: -35px;
        float: right;

    }

    .advantage-box .advantage-item h6::before {
        display: none;

    }

    .advantage-box .advantage-item h6 {

        margin-bottom: 0;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
    }

    .synopsis-left .CompanyProfile-title {
        font-size: 18px;
    }

    .synopsis-left .CompanyProfile-title-en {
        font-size: 14px;
        font-weight: 400;
    }

    .synopsis-left .brief {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .modeling .modular-cn {
        /* text-align: left; */
        padding: 10px 0;
    }

    .cooperation-box {
        display: none;
        flex-wrap: wrap;
    }

    .cooperation-box2 {
        display: flex;
        padding-top: 20px;
    }

    .cooperation-box .cooperation-item:nth-child(13n+1) {
        margin-left: 0;
    }

    .cooperation-box .cooperation-item {
        width: 30%;
        margin-right: 5%;
    }

    /* .cooperation-box .cooperation-item:nth-child(4n){
		margin-left: 15%;
	} */
    .cooperation-box .cooperation-item:nth-child(5n-2) {
        margin-right: 0;
        margin-left: 0;
    }

    .cooperation-box .cooperation-item:nth-child(5n-1) {
        /* margin-right: 0; */
        margin-left: 18%;
    }

    .cooperation-box .cooperation-item .cooperation-item3 {
        margin-top: -15px;
    }

    .process .wave2,
    .process .wave1 {
        display: none;
    }

    .process {
        margin-top: 20px;
        background: #FFFFFF;
    }

    .process-box {
        margin-top: 0px;
        padding-top: 1px;
        background: #FFFFFF;
        padding-bottom: 20px;
    }

    .project-cn .process-cn {
        display: none;
    }

    .tel-flow {
        padding: 0 4%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 25px;

    }

    .tel-flow .flow-item {
        /* width: calc((100% - 4 * 6px)/5); */
        width: 64px;
        height: 64px;
        margin-right: 6px;
        border: 1px solid #D9D9D9;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .tel-flow .flow-item:nth-child(5n) {
        margin-right: 0;
    }

    .tel-flow .flow-item img {
        height: 24px;
        width: auto;
    }

    .flow-item span {
        font-size: 12px;
        margin-top: 5px;
    }

    .process {
        margin-top: 0px;

    }

    .last {
        display: flex;
        flex-direction: column;
    }

    .last .news-box {
        padding-left: 4%;
    }

    .last .dynamic {
        padding-right: 4%;
        padding-left: 3%;
    }

    .last>div {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .last .news-box .top-title-en {
        display: none;
    }

    .last .news-box .more-iocn {
        width: auto;
        height: auto;
        border: none;

    }

    .last .news-box .more-iocn span {
        display: inline-block;
        font-size: 16px;
        margin-right: 5px;
    }

    .last .news-box .top-title-cn {
        font-size: 18px;
    }

    .content-box {}

    .content-box .graph img {
        width: 100%;
        height: auto;
    }

    .last>div {
        flex: 1;


    }

    .last .news-box .content .article-title {
        font-size: 18px;
    }

    .last .recommend-list {
        justify-content: space-between;
    }

    .last .recommend-list .ti-item {
        width: 48%;
        margin-right: 0%;

    }

    #Bgposition {
        background-position: -60px 0 !important;
    }
}