#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.1);
	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; */
	color: #fff;

	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: #fff;
}

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

.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%, 0.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;
		line-height: 22px;
	}

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

.index-news-box {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 30px auto;
}
.index-news-box .dynamic-item {
	width: 30%;
	margin-right: 30px;
	margin-bottom: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 10px;
}
.index-news-box .dynamic-item:nth-of-type(3n + 3) {
	margin-right: 0;
}
.index-news-box .dynamic-item .row {
	flex-direction: column;
}
.index-news-box .dynamic-item .row .left-text {
	order: 2;
	width: 100%;
}
.index-news-box .dynamic-item .row .right-img {
	order: 1;
	width: 100%;
}
.index-news-box .dynamic-item .row .right-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin-bottom: 20px;
}
.index-news-box .dynamic-item .row .left-text h6 {
	font-size: 18px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-box .dynamic-item .row .left-text p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 900px) {
	.index-news-box {
		padding: 0 30px;
	}
	.index-news-box .dynamic-item {
		width: 45%;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.index-news-box .dynamic-item {
		width: 100%;
	}
	.index-news-box .dynamic-item .row .left-text h6 {
		font-size: 16px;
	}
	.index-news-box .dynamic-item .row .left-text p {
		font-size: 12px;
	}
}
