#index {

    padding-top: 0;

}


.showitembox123 {
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 20px;
}

.homepagebox123item{
    width: 90%;
/*    height: 150px;*/
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 3px rgba(30,10,10,0.1000);
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 13px;
    margin-top: 13px;
}
.homepagebox123itemtitle{
    font-size: 18px;
    font-family: HelloFont;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 10px;
}
.homepagebox123li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.homepagebox123li div:nth-child(1){
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #0A0A0A;
    margin-right: 5px;
}
.homepagebox123li div:nth-child(2){
    font-size: 10px;
    font-family: Alibaba;
    font-weight: normal;
    color: #323232;
}
.iconsbox123{
    width: 60px;
    height: 60px;
}
.iconsbox123 img{
    width: 100%;
    height: 100%;
}
.iconsbox123btn{
    width: 65px;
    height: 20px;
    border: 1px solid #0A0A0A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Alibaba;
    font-weight: normal;
    color: #323232;
}


.space-20 {
    display: block;
    padding: 10px;
}


.project {

    background: url(../img/serviceBg.png) no-repeat;

    background-size: 100% 100%;

    width: 100%;

    padding-bottom: 50px;

    /* height: 1253px; */

}



.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: #EE9B01;

    display: flex;

}

.project-cn .Statistics-item .num strong {
    line-height: 62px;
}

.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;
    margin-top: 20px;

}



.project-cn .h2 {

    margin-top: 100px;

    text-align: center;

    font-size: 48px;

    font-weight: bold;

 

}
.cartoon{
	 text-transform: uppercase;
    background: #333 -webkit-linear-gradient( 45deg, #333, #AD7611 50%, #E89700 90%, #333) no-repeat 0 0;
    background-size: 20% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    -webkit-animation: slideShine 4s linear infinite;
    animation: slideShine 4s linear infinite;
}

@-webkit-keyframes slideShine {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

@keyframes slideShine {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.project-cn .h3 {

    text-align: center;

    font-size: 32px;

    /* font-weight: bold; */

    color: #666;

}



.project-cn .describe {

    text-align: center;

    font-size: 18px;

    color: #999999;

    margin-top: 20px;

}



.service-box {

    display: flex;

    padding: 70px 0 100px;

    position: relative;

    /* border-bottom: 1px solid #999999; */

}



.service-box::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 30px;

    width: 100%;

    height: 1px;

    background-color: #999999;

    z-index: 1;

}



.service-box .service-item {

    /* width: 32%; */

     height: 450px; 

    background: rgba(255, 255, 255, 0.39);

    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);

    padding: 38px;

    cursor: pointer;

    position: relative;

    z-index: 9;
    display: flex;
    flex-direction: column;

}



.service-box .service-item .title img {

    width: 53px;

    height: 56px;

    /*height: auto;*/

}



.service-box .service-item .title h4 {

    font-size: 32px;

    font-weight: bold;

    color: #333333;

    margin-left: 15px;

}



.service-box .service-item .Middle-box {

    display: flex;

    flex-wrap: wrap;

    margin: 30px 0;

}



.service-box .Middle-box .Middle-text {

    width: 50%;

    font-size: 18px;

    color: #666666;

    margin-bottom: 10px;
    display: flex;
    align-items: center;

}

.service-box .Middle-box .Middle-text::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #666666;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}



.service-box .service-item .button {

    margin: auto auto 30px;

    width: 118px;

    height: 37px;



    border: 1px solid #707070;

    font-size: 18px;

    color: #666666;

    border-radius: 20px;





}



.service-box .service-item:hover {

    background: #EE9B01;

}

.service-box .service-item:hover .Middle-box .Middle-text::before {
    background-color: #FFFFFF;
}



.service-box .service-item:hover .Dot span {

    display: block;

}



.service-box .service-item:hover .title h4 {

    color: #FFFFFF;

}



.service-box .service-item:hover .Middle-box .Middle-text {



    color: #FFFFFF;



}



.service-box .service-item:hover .button {



    color: #FFFFFF;



    border: 1px solid #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(../img/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: 38px;

    color: #EE9B01;

    line-height: px;

}



.title-cn {

    margin-top: -10px;

    position: relative;

}



.title-cn::after {

    content: '';

    position: absolute;

    bottom: 0;

    right: 0;

    width: 82px;

    height: 2px;

    background: #EE9B01;

}

.title-cn-left {

    margin-top: -10px;

    position: relative;

}

.title-cn-left::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 82px;

    height: 2px;

    background: #EE9B01;

}


.desc {

    margin: 20px 0;

    width: 409px;

    font-size: 18px;

    color: #FFFFFF;

    line-height: 36px;

}



.more {

    width: 120px;

    text-align: center;

    border: 1px solid #FFFFFF;

    height: 34px;

    line-height: 34px;

    /* padding: 6px 10px; */

    font-size: 18px;

    color: #FFFFFF;

    display: block;

    cursor: pointer;

    transition: all 0.3s;

}



.more:hover {

    color: #EE9B01;

    border: 1px solid #EE9B01;

    border-radius: 20px;

}



.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;
    border-radius: 8px;

    overflow: hidden;
    position: relative;

}

.selected-box .case-box .case-item .describe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
    border-radius: 8px;
}

.selected-box .case-box .case-item:hover .describe {
    height: 50%;
}
.erw_img{
    width: 90px;
    height: 90px;
}
.selected-box .case-box .describe h4 {
    font-size: 18px;
    position: relative;
}

.selected-box .case-box .describe h4::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 50%;
    height: 1px;

}

.selected-box .case-box .describe span {
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
}

.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 .Development-box {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    justify-content: center;



}



.Development .modular-cn .desc {

    font-size: 18px;

    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: #EE9B01;

    border: 1px solid #EE9B01;

    border-radius: 20px;

}

.Development .modular-cn .yellow-title {
    color: #EE9B01;
}

.Development .modular-cn .white-title {
    color: #FFFFFF;
}

.Development .modular-cn .white-desc {
    color: #FFFFFF;
}

.Development .modular-cn .white-more {
    color: #FFFFFF;

    border: 1px solid #FFFFFF;

    cursor: pointer;

    transition: all 0.3s;
}

.development-list {

    display: flex;

    flex-wrap: wrap;

    padding-top: 10px;

}



.development-list .development-item {

    width: calc((100% - (3*13px)) / 4);


    border-radius: 8px;
    margin-right: 13px;

    margin-bottom: 13px;
    position: relative;

    overflow: hidden;

}

.development-list .development-item .describe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
    border-radius: 8px;
    color: #fff;
}

.development-list .development-item:hover .describe {
    height: 50%;
}

.development-list .development-item .describe h4 {
    font-size: 18px;
    position: relative;
}

.development-list .development-item .describe h4::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 50%;
    height: 1px;

}

.development-list .development-item .describe span {
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
}

.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: 5px 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;
    position: relative;
    border-radius: 8px;
    overflow: hidden;

}

.modeling-list .modeling-item:last-child {
    margin-right: 0;
}

.modeling-list .modeling-item .describe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
    border-radius: 8px;
    color: #fff;
}

.modeling-list .modeling-item:hover .describe {
    height: 50%;
}

.modeling-list .modeling-item .describe h4 {
    font-size: 18px;
    position: relative;
}

.modeling-list .modeling-item .describe h4::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 50%;
    height: 1px;

}

.modeling-list .modeling-item .describe span {
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
}


.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: #EE9B01;

    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: #EE9B01;

}



.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: 100%;

    height: auto;

    /* transform: scale(1); */

}



.ci-cn .fine {

    width: 90%;
    height: 90%;

    position: relative;
    display: none;



}



.ci-cn .fine img {

    width: 100%;
    position:absolute;
    z-index: 0;

}



.ci-cn .fine p {

    /*margin-top: 5px;*/

  /*  position: absolute;
    top:50%;
    margin-top:-18px;
    left:50%;
    transform: translateX(-50%);*/
    font-size: 14px;
    position: relative;
    z-index:1;
    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: -166px;

    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: 82%;

    margin: 20px 0;

    margin-left: calc(100%/11.5);



}



.process-cn .upper {

    width: 90%;

}



.process-cn .lower {

    margin-left: calc(100%/10.5);

}



.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: #333;

}



.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 {
    top: 0;

}



.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:hsla(0,0%,100%,.1);
    box-shadow:inset 0 0 15px 3px #fff;

    border-radius: 34px;

    transition: all 0.5s;

}



.lower .process-item::after {

    top: 0;

}



.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;

}

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

    .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: 70px;

        font-size: 40px;

    }



    .project-cn .h3 {

        font-size: 28px;

    }



    .project-cn .describe {

        font-size: 16px;

    }



    .service-box .service-item .title img {

        width: 45px;

    }



    .service-box .service-item .title h4 {

        font-size: 28px;



    }



    .service-box .Middle-box .Middle-text {



        font-size: 16px;



    }



    .service-box .service-item .button {

        margin: auto auto 25px;

        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: 50px;

        font-size: 32px;

    }



    .ci-cn .fine p {

        font-size: 12px;

    }



    .service-box {

        display: flex;

        padding: 50px 0 68px;

        position: relative;

        /* border-bottom: 1px solid #999999; */

    }



    .service-box .service-item .title img {

        width: 36px;

    }



    .service-box .service-item .title h4 {

        font-size: 24px;

    }



    .service-box .service-item {

      height: 370px;

        padding: 30px 15px;



    }



    .service-box .Middle-box .Middle-text {

        font-size: 14px;

    }



    .service-box .service-item .Middle-box {

        margin: 25px 0;

    }



    .service-box .service-item .button {

        margin: auto auto 15px;



    }



    .service-item .Dot {



        bottom: -38px;



        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: #1A64F7;

        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) {
    .section_bg1{
        background:url(../img/zhondian.jpg) no-repeat 0 0 !important;
        background-size: cover !important;
    }
    .section_bg2{
        background:url(../img/yuanyuzhou.jpg) no-repeat 0 0 !important;
        background-size: cover !important;
    }
    .section_bg3{
        background:url(../img/youxi.jpg) no-repeat 0 0 !important;
        background-size: cover !important;
    }
    .section_bg4{
        background:url(../img/vr.jpg) no-repeat 0 0 !important;
        background-size: cover !important;
    }
    .section_bg5{
        background:url(../img/gognsi.jpg) no-repeat 0 0 !important;
        background-size: cover !important;
    }
    .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;
        margin-top: 0;

    }



    .project-cn .describe {

        display: none;

    }



    .servicewiper {

        display: none;

    }



    .project-cn .h2 {

        margin-top: 20px;

        font-size: 18px;

    }



    .project-cn .h3 {

        font-size: 16px;

    }



    .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: 90px;

        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;

    }

    .selected-box .case-box .case-item .describe,
    .selected-box .case-box:hover .describe,
    .modeling-list .modeling-item .describe,
    .modeling-list .modeling-item:hover .describe,
    .development-list .development-item:hover .describe,
    .development-list .development-item .describe {

        height: 100%;

    }

     /* 添加 */
     .selected-box .case-box .case-item .describe {
        background: linear-gradient(0deg, #323232, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    }

    .selected-box .case-box .describe h4{
        font-size: 12px;
        margin-top: 25px;
    }

    .selected-box .case-box .describe span{
        display: none;
    }

    .development-list .development-item .describe{
        background: linear-gradient(0deg, #323232, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    }
    .development-list .development-item .describe span{
        display: none;
    }
    .development-list .development-item .describe h4{
        font-size: 12px;
        margin-top: 40px;
        width: 120px;
        text-align: center;
    }
    .modeling-list .modeling-item .describe span{
        display: none;
    }
    .modeling-list .modeling-item .describe{
        background: linear-gradient(0deg, #323232, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    }
    .modeling-list .modeling-item .describe h4{
        font-size: 12px;
        margin-top: 40px;
    }
    #selected-box2 .case-item {
        height: 58px;
    }
    .modeling-list .modeling-item {
        height: 86px;

    }
    #selected-box2 .case-item img {
        object-fit: cover;
    }
    .tel-project {

      display: none;

    }
    .showitembox123{
        display: block;
    }

    .modeling-list .modeling-item img {
        object-fit: cover;
    }

}
.pading_20{
    padding-top: 30px
}