﻿@charset "utf-8";

/*6.7 case*/
.case_list .case_title {
	height: 55px;
}

.page_ban .container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 8;
}

.m_case_ban {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}

.m_case_ban .m_case_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 290px;
	padding-bottom: 50px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.m_case_ban h2 {
	position: relative;
}

.m_case_ban h2 img {
	position: absolute;
	top: 30px;
	right: -20px;
	width: 109px;
	height: 109px;
}

.m_case_ban .m_case_mask .container {
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
}

.m_case_ban .case_line {
	position: absolute;
	left: 15px;
	height: 88px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	bottom: -50px;
}

.m_case_ban .case_line:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 32px;
	background: #FFFFFF;
	opacity: 0.5;
	left: 0;
	-webkit-animation: caseheight 2.4s linear infinite forwards;
	animation: caseheight 2.4s linear infinite forwards;
}

@keyframes caseheight {
	0% {
		top: 5%;
	}

	50% {
		top: 30%;
	}

	100% {
		top: 60%;
	}

}

.case_num {
	float: right;
	margin-left: 54px;
}

.case_num strong {
	color: #fff;
	display: inline-block;
	line-height: inherit;
	font-family: Roboto;
}

.case_num em {
	color: #fff;
	font-style: normal;
	line-height: inherit;
	display: inline-block;
}

.case_numup {
	line-height: 1;
	display: flex;
	align-items: flex-start;
}

.case_num .case_numtext {
	color: #fff;
	line-height: 1.2;
	padding-top: 5px;
}

.m_case_banimg {
	position: absolute;
	width: 60%;
	left: 35%;
	height: 190%;
	top: 0;
	display: flex;
	transform: rotate(25deg);
	transform-origin: 100% 50%;
}

.m_case_col {
	position: relative;
	width: 100%;
}

.m_case_cont {
	position: absolute;
	width: 100%;
}

.m_case_cont img {
	display: block;
	width: 100%;
	height: auto;
}

.m_case_banimg .m_case_col:first-child .m_case_cont:first-child, .m_case_banimg .m_case_col:nth-child(3) .m_case_cont:first-child {
	animation: bg1-data-v 80s linear infinite
}

.m_case_banimg .m_case_col:first-child .m_case_cont:nth-child(2), .m_case_banimg .m_case_col:nth-child(3) .m_case_cont:nth-child(2) {
	animation: bg2-data-v 80s linear infinite
}

.m_case_banimg .m_case_col:nth-child(2) .m_case_cont:first-child {
	animation: bg3-data-v 80s linear infinite
}

.m_case_banimg .m_case_col:nth-child(2) .m_case_cont:nth-child(2) {
	animation: bg4-data-v 80s linear infinite
}

@keyframes bg1-data-v {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-100%)
	}

}

@keyframes bg2-data-v {
	0% {
		transform: translateY(100%)
	}

	to {
		transform: translateY(0)
	}

}

@keyframes bg3-data-v {
	0% {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}

}

@keyframes bg4-data-v {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(100%)
	}

}

.m_case_col {
	position: relative;
	width: 100%;
	flex: 1 0 0%;
}

.m_case_menu {
	margin-top: 40px;
}

.m_case_menu .m_container {
}

.m_case_menu .left {
	width: 280px;
}

.m_case_menu .left h3 {
	color: #333;
	line-height: 1.1;
	font-weight: bold;
}

.m_case_menu .m_case_menud {
	float: left;
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: calc(100% - 280px);
}

.m_case_menu .m_case_menud ul li {
	width: 12.5%;
	float: left;
	padding-bottom: 24px;
	overflow: hidden;
	height: 46px;
}

.m_case_menu .m_case_menud ul li a {
	font-size: 14px;
}

.m_case_menu .m_case_menud ul li a {
	position: relative;
	line-height: 26px;
	display: inline-block;
}

.m_case_menu .m_case_menud ul li a::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #FE9445;
	transform-origin: bottom right;
	transform: scaleX(0);
	transition: transform 0.5s ease;
}

.m_case_menu .m_case_menud ul li.active a, .m_case_menu .m_case_menud ul li a:hover {
	color: #FE9445;
}

.m_case_menu .m_case_menud ul li.active a::before, .m_case_menu .m_case_menud ul li a:hover::before {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.m_case_line {
	width: 100%;
	height: 1px;
	background-color: #E6E6E6;
	margin-top: 15px;
}

.m_case_list {
	padding-bottom: 0.5rem;
}

.d_news_more {
	padding-right: 30px;
	position: relative;
}

.d_news_more .icon {
	right: 0;
}

#magic-cursor {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
	display: block;
}

#ball {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	pointer-events: none;
	border-style: solid;
	border-color: #FFF;
	border-radius: 50%;
}

.tt-wrap {
	max-width: 1282px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tt-page-nav, .tt-section {
	clear: both;
}

.tt-wrap .tt-wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.tt-section {
	position: relative;
	padding: 80px 0;
}

.tt-section-inner {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.tt-page-nav {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width:1900px) and (min-width:1024px) {
	.tt-page-nav {
		max-width: 40vw;
	}

}

.tt-pn-link {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	overflow: hidden;
}

.tt-pn-title {
	position: relative;
	display: block;
	left: 50%;
	font-size: 0.96rem;
	font-weight: bold;
	color: #DE3232;
	line-height: 1.6;
	opacity: .4;
	white-space: nowrap;
	transform: translate3d(-50%, 0, 0);
	transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);	/* Ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
}

.tt-pn-hover-title {
	position: absolute;
	left: 50%;
	font-size: 0.96rem;
	font-weight: bold;
	color: #DE3232;
	line-height: 1.6;
	white-space: nowrap;
	transform: translate3d(-50%, 100%, 0);
	transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
}

@media (max-width:1580px) {
	.m_case_menu .m_case_menud ul li {
		width: 14.28%
	}

}

@media (max-width:1440px) {
	.m_case_menu .m_case_menud ul li {
		width: 16.66%
	}

}

@media (max-width:1280px) {
	.m_case_menu .left {
		width: 170px;
	}

	.m_case_menu .m_case_menud {
		width: -webkit-calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		width: calc(100% - 170px);
	}

	.m_case_menu .m_case_menud ul li {
		width: 20%;
	}

}

@media (max-width:991px) {
	.m_case_menu .m_case_menud ul li {
		width: 33.33%;
		padding-bottom: 20px;
	}

}

@media (max-width:767px) {
	.m_case_menu .left {
		width: 100%;
		padding-bottom: 30px;
	}

	.m_case_menu .m_case_menud {
		width: 100%;
	}

	.m_case_menu .m_case_menud ul li {
		width: 50%;
		padding-right: 5px;
		padding-bottom: 15px;
	}

	.m_case_menu .m_case_menud ul li a {
		line-height: 20px;
	}

}

@media (max-width:350px) {
	.m_case_menu .m_case_menud ul li a {
		font-size: 12px;
	}

}

@media (max-width:1024px) {
	.tt-pn-title:hover {
		opacity: 1;
	}

	.tt-pn-hover-title {
		display: none;
	}

}

@media (min-width:1025px) {
	.tt-pn-link:hover .tt-pn-title {
		transform: translate3d(-50%, -100%, 0);
		transition-delay: 0.1s;
	}

	.tt-pn-link:hover .tt-pn-hover-title {
		transform: translate3d(-50%, 0, 0);
		transition-delay: 0.1s;
	}

	.tt-page-nav .tt-pn-hover-title span {
		display: inline-flex;
		align-items: center;
		padding-right: 5vw;
		font-size: inherit;
		color: inherit;
		animation: marquee 3s linear infinite;
		animation-play-state: paused;
	}

	.tt-page-nav .tt-pn-link:hover .tt-pn-hover-title span {
		animation: marquee 3s linear infinite;
		animation-play-state: running;
	}

	@-webkit-keyframes marquee {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-100%);
		}

	}

	@keyframes marquee {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-100%);
		}

	}

}

/*文字中间圆点 */
.tt-pn-hover-title span::after {
	position: absolute;
	display: block;
	content: "";
	right: 1.9vw;
	top: 56%;
	width: .8vw;
	height: .8vw;
	background-color: #DE3232;
	border-radius: 100px;
	transform: translate3d(0, -50%, 0);
}

.tt-pn-subtitle {
	margin-bottom: 20px;
	font-size: calc(16px + 0.1vw);
	color: #999999;
}

.tt-page-nav .tt-pn-image {
	display: none;
}

.tt-pn-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.tt-pn-image::before {
	position: absolute;
	display: block;
	content: "";
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #040404;
	opacity: .1;
}

.tt-pn-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#magic-cursor.tt-pn-hover-on {
	z-index: -1;
}

#magic-cursor.tt-pn-hover-on #ball {
	overflow: hidden;
	border: none !important;
}

.padding-bottom-xlg-150 {
	padding-bottom: 150px !important;
}

@media (max-width:1024px) {
	.m_case_ban {
		height: 700px;
	}

}

@media (max-width:991px) {
	.m_case_ban {
		height: 600px;
	}

}

@media (max-width:767px) {
	.m_case_ban {
		height: auto;
		min-height: 100vw;
	}

	.case_num {
		width: 33.33%;
		margin-left: 0;
		padding: 0 5px;
	}

	.m_case_mask .right {
		margin-left: -5px;
		margin-right: -5px;
		width: calc(100% + 10px);
	}

	.m_case_ban>.m_container {
		position: absolute;
	}

	.m_case_ban .m_case_mask {
		height: 40%;
		padding-bottom: 30px;
	}

	.m_case_ban h2 img {
		width: 50px;
		height: 50px;
		right: 0;
		top: 20px;
	}

}

/*Digital collection*/
.object_ban {
}

.object_ban .object_text .h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
}

.object_ban .object_text h4 {
	line-height: 1.1;
}

.object_ban .object_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.object_ban.aos-animate .object_img {
	transform: translateZ(0) scale(1.1);
	transition: all 2.5s ease-in-out;
}

.object_btn {
	padding-top: 70px;
}

.object_ban .object_text {
	color: #fff;
}

.object_btn .btn_b {
	position: relative;
	max-width: 100%;
	float: left;
	z-index: 1;
	display: inline-block;
	margin-right: 20px;
}

.btn_b_bgwrap, .btn_b, .btn_b_bg {
	clip-path: polygon(83% 100%, 86% 98%, 99% 78%, 100% 71%, 100% 8%, 99% 4%, 98% 1%, 94% 0, 4% 0, 2% 2%, 1% 5%, 0 8%, 0 92%, 1% 97%, 2% 98%, 4% 100%);
}

.btn_b_border {
	position: relative;
	top: 1px;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 39px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn_b_txt {
	color: #fff;
}

.btn_b_bgwrap {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2px;
	background: linear-gradient(-90deg, #737EDA, #11DEFA);
	background-size: 200% 200%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
}

.btn_b_bg {
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn_b_fill {
	position: absolute;
	left: auto;
	top: 0%;
	right: -10%;
	bottom: 0%;
	z-index: 0;
	width: 120%;
	border-radius: 50px;
	background: rgba(20, 20, 81, 1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.6s;
}

.btn_b:hover .btn_b_bgwrap {
	background: linear-gradient(-90deg, #5141E2, #11DEFA);
}

.btn_b:hover .btn_b_fill {
	width: 0;
}

.object_ban .object_roll {
	position: absolute;
	bottom: 30px;
	right: 15px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.object_ban .object_roll span {
	width: 18px;
	height: 23px;
	display: inline-block;
	position: relative;
	border-radius: 6px 6px 6px 6px;
	border: 2px solid #FFFFFF;
	margin-right: 10px;
}

.object_ban .object_roll span:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 4px;
	background: #FFFFFF;
	opacity: 0.5;
	left: 50%;
	top: 0;
	margin-left: -1px;
	-webkit-animation: caseheight3 1.8s linear infinite;
	animation: caseheight3 1.8s linear infinite;
}

@keyframes caseheight3 {
	0% {
		top: 5%;
	}

	40% {
		top: 40%;
	}

	60% {
		top: 60%;
	}

	100% {
		top: 80%;
	}

}

.object_title {
	text-align: center;
}

.object_title h2 {
	line-height: 1.2;
	font-weight: bold;
	color: #FFFFFF;
}

.object_title p {
	font-weight: 400;
	padding-top: 8px;
	color: rgba(255, 255, 255, 0.5);
}

.object_one {
	padding-top: 60px;
	position: relative;
}

.object_one .container {
	position: relative;
	z-index: 9;
}

.object_one .object_bg_01 {
	position: absolute;
	left: 0;
	bottom: -190px;
	background-image: url(../images/vague_img1.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 1230px;
}

.object_one_img {
	text-align: center;
	padding-top: 55px;
}

.object_one_img img {
	background: rgba(180, 180, 180, 0.1);
	border-radius: 28px 28px 28px 28px;
	padding: 12px;
}

.object_one_l {
	padding-top: 50px;
}

.object_one_l .row {
	margin-left: -30px;
	margin-right: -30px;
}

.object_one_l .row .col {
	padding-left: 30px;
	padding-right: 30px;
}

.object_one_l .m_title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1;
	margin-bottom: 19px;
	margin-top: 15px;
}

.object_one_l .m_text {
	position: relative;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	padding-top: 17px;
}

.object_one_l .m_text:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(217, 217, 217, 0.5);
}

.object_one_l .m_text:after {
	content: "";
	opacity: 0;
	height: 1px;
	width: 0;
	position: absolute;
	top: 0;
	left: 50%;
	background: rgba(217, 217, 217, 0.8);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.object_one_l .col:hover .m_text:before {
	opacity: 0;
}

.object_one_l .col:hover .m_text:after {
	opacity: 1;
	left: 0;
	width: 100%;
}

.object_two {
	padding-top: 70px;
	padding-bottom: 120px;
	position: relative;
}

.object_two:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/light_img.png);
	background-position: 100% 130px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 8;
}

.object_two .object_bg_02 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7;
	background-image: url(../images/vague_img2.jpg);
	background-repeat: no-repeat;
	width: 1057px;
	height: 1022px;
}

.object_two .container {
	position: relative;
	z-index: 9;
}

.object_two_l {
	padding-top: 75px;
	padding-bottom: 30px;
}

.object_two_l ul li {
	width: 25%;
	height: 360px;
	float: left;
	padding: 30px;
	position: relative;
	background: linear-gradient(139deg, #1F1F27 0%, rgba(43, 43, 112, 0.6) 100%)
}

.object_two_l .m_cont {
	position: relative;
	z-index: 8;
}

.m_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0%;
	pointer-events: none;
	user-select: none;
	transition: opacity .3s linear;
	background-image: url(../images/list_img_hover.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-blend-mode: normal;
}

.object_toy1 {
	position: absolute;
	top: 30px;
	right: 64px;
	transition: opacity .3s linear;
	opacity: 0%;
	pointer-events: none;
	user-select: none;
}

.object_toy2 {
	position: absolute;
	right: 0;
	bottom: 24px;
	transition: opacity .3s linear;
	opacity: 0%;
	pointer-events: none;
	user-select: none;
}

.object_two_l .m_number {
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.3);
	line-height: 26px;
}

.object_two_l .m_title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 15px;
}

.object_two_l .m_text {
	height: 180px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.object_two_l .m_ico {
	opacity: 0.5;
}

.object_two_l ul li:hover .m_bg, .object_two_l ul li:hover .object_toy1, .object_two_l ul li:hover .object_toy2, .object_two_l ul li:hover .m_ico {
	opacity: 1;
}

/*cangpin three*/
.object_three_l {
	padding-top: 14px;
}

.object_three .container {
	position: relative;
	z-index: 9;
}

.object_three_l .ob_three {
	padding-bottom: 105px;
}

.object_three_l .swiper-scrollbar {
	background: none;
}

.object_three_l .swiper-scrollbar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 3px 3px 3px 3px;
}

.object_three_l .swiper-scrollbar-drag {
	height: 5px;
	background: rgba(147, 152, 193, 0.8);
	border-radius: 3px;
	cursor: pointer;
}

.object_three_l .ob_three .swiper-slide {
	padding: 12px;
}

.object_three_l .ob_three .swiper-slide .m_border {
	width: 100%;
}

@media screen and (min-width:1281px) {
	.object_three_l .ob_three .swiper-wrapper {
		transform: none !important;
	}

}

@media screen and (min-width:768px) {
	.object_three_l .ob_three .swiper-slide.aos-animate:nth-child(2), .object_three_l .ob_three .swiper-slide.aos-animate:nth-child(5), .object_three_l .ob_three .swiper-slide.aos-animate:nth-child(8), .object_three_l .ob_three .swiper-slide.aos-animate:nth-child(11) {
		-webkit-transform: translateY(16.8253968254%) !important;
		-ms-transform: translateY(16.8253968254%) !important;
		transform: translateY(16.8253968254%) !important;
	}

	.object_three_l .ob_three .swiper-slide.aos-animate:nth-child(3), .object_three_l .ob_three .swiper-slide.aos-animate:nth-child(4), .object_three_l .ob_three .swiper-slide.aos-animate:nth-child(9), .object_three_l .ob_three .swiper-slide.aos-animate:nth-child(10) {
		-webkit-transform: translateY(27%) !important;
		-ms-transform: translateY(27%) !important;
		transform: translateY(27%) !important;
	}

}

.object_three_l .ob_three .swiper-slide .bg {
	width: 100%;
	height: 100%;
	padding: 28px;
	background: linear-gradient(180deg, rgba(108, 122, 248, 0.3) 0%, rgba(108, 122, 248, 0.072) 100%);
	backdrop-filter: blur(30px);
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
	-o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
	transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.object_three_l .ob_three .swiper-slide .m_border:hover .bg {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	border-radius: 40px;
}

.object_three_l .ob_three .swiper-slide .bg span {
	display: inline-block;
	width: 80%;
	max-height: 120px;
	max-width: 120px;
}

.object_three_l .ob_three .swiper-slide .bg h3 {
	line-height: 1.1;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}

.object_four {
	padding-top: 115px;
	position: relative;
}

.object_four .object_bg_04 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/vague_img3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 474px;
	height: 484px;
	z-index: -1;
	transform: scale(2);
	-webkit-transform: scale(2);
}

.object_four_l {
	padding-top: 45px;
}

.object_four_l .index_banner_bottom {
	width: 240px;
	float: left;
	padding-top: 50px;
}

.object_four_l .index_banner_img {
	float: right;
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: calc(100% - 240px);
	height: 555px;
	overflow: hidden;
}

.object_four_l .index_banner_bottom .index_banner_progress .title {
	cursor: pointer;
	display: inline-block;
}

.object_four_l .index_banner_bottom .index_banner_progress .i:last-child .progress {
	display: none;
}

.object_four_l .index_banner_bottom .index_banner_progress span {
	width: 36px;
	height: 36px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	position: relative;
}

.object_four_l .index_banner_bottom .index_banner_progress span img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}

.object_four_l .index_banner_bottom .index_banner_progress span img:nth-child(2) {
	opacity: 0;
}

.object_four_l .index_banner_bottom .index_banner_progress .progress {
	width: 4px;
	height: 100px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
}

.object_four_l .index_banner_bottom .index_banner_progress .progress .d {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	height: 0;
}

.object_four_l .index_banner_bottom .index_banner_progress strong {
	color: #fff;
	line-height: 36px;
	font-weight: 400;
	padding-left: 18px;
}

.object_four_l .index_banner_bottom .index_banner_progress .active span {
	background: rgba(255, 255, 255, 1);
}

.object_four_l .index_banner_bottom .index_banner_progress .active span img:nth-child(1) {
	opacity: 0;
}

.object_four_l .index_banner_bottom .index_banner_progress .active span img:nth-child(2) {
	opacity: 1;
}

.object_four_l .index_banner_swp .m_l {
	float: left;
	width: 40%;
	height: 520px;
	display: flex;
	align-items: center;
}

.object_four_l .index_banner_swp .m_r {
	float: left;
	width: 60%;
	height: 100%;
	overflow: hidden;
}

.object_four_l .index_banner_swp .m_l .title {
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
}

.object_four_l .index_banner_swp .m_l p {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 28px;
	max-height: 196px;
	overflow: hidden;
	margin-bottom: 30px;
}

.object_four_l .index_banner_swp .m_r {
	text-align: right;
}

.object_four_l .index_banner_img .index_banner_swp .swiper-slide {
	opacity: 0 !important;
}

.object_four_l .index_banner_img .index_banner_swp .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.object_four_l .index_banner_img .four_img {
	display: inline-block;
	position: relative;
	margin-right: 144px;
}

.object_four_l .index_banner_img .four_img .m_one, .object_four_l .index_banner_img .four_img .m_two, .object_four_l .index_banner_img .four_img .m_three {
	position: absolute;
	opacity: 0;
	transition: transform 2s ease-in-out 0.5s, opacity 2s ease-in-out 0.5s;
}

.object_four_l .index_banner_img .four_img .m_one {
	top: 165px;
	left: -85%;
	display: inline-block;
	width: 280px;
	transform: translateX(-50px);
}

.object_four_l .index_banner_img .four_img .m_two {
	top: 130px;
	width: 203px;
	right: -56%;
	transform: translateX(50px);
}

.object_four_l .index_banner_img .four_img .m_three {
	right: -37%;
	top: 57%;
	width: 133px;
	transform: translatey(50px);
}

.object_four_l .index_banner_img .swiper-slide.swiper-slide-active .m_one, .object_four_l .index_banner_img .swiper-slide.swiper-slide-active .m_two, .object_four_l .index_banner_img .swiper-slide.swiper-slide-active .m_three {
	opacity: 1;
}

.object_four_l .index_banner_img .swiper-slide.swiper-slide-active .m_one {
	transform: translateX(0);
}

.object_four_l .index_banner_img .swiper-slide.swiper-slide-active .m_two {
	transform: translatey(0);
}

.object_four_l .index_banner_img .swiper-slide.swiper-slide-active .m_three {
	transform: translatey(0);
}

.object_five {
	padding-top: 50px;
}

.object_five_l {
	position: relative;
	margin-top: 50px;
}

.object_five_l .s-button-prev.swiper-button-disabled, .object_five_l .s-button-next.swiper-button-disabled {
	opacity: 0;
}

.object_five_l .s-button-next, .object_five_l .s-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(137, 137, 137, 0.5);
	opacity: 1;
	outline: 0;
	cursor: pointer;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
	z-index: 8;
}

.object_five_l .s-button-next {
	right: -25px;
	background-image: url(../images/object_img_02.jpg);
}

.object_five_l .s-button-prev {
	left: -25px;
	background-image: url(../images/object_img_01.jpg);
}

.object_five_l .my-scene .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.object_five_l .my-scene .title {
	position: absolute;
	bottom: 26px;
	width: 100%;
	padding: 0 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.object_five_l .my-scene .m_img {
	overflow: hidden;
}

.object_five_l .my-scene .m_img img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.object_five_l .my-scene .swiper-slide:hover .m_img img {
	transform: scale(1.05);
}

.object_five_l .my-scene .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}

.object_five_l .swiper-slide .box-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 26px;
	right: -100%;
	z-index: 2;
	transition: all .5s;
}

.object_five_l .swiper-slide .box-content .hid_title {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	transition: all .6s;
}

.object_five_l .swiper-slide .box-content p {
	font-weight: 400;
	transition: all .8s;
	color: rgba(255, 255, 255, 0.6);
}

.object_five_l .swiper-slide:hover .box-content {
	right: 0;
}

.object_five_l .swiper-slide:before {
	content: "";
	background: linear-gradient(180deg, rgba(20, 42, 99, 0) 0%, #0A2261 100%);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: -150%;
	z-index: 1;
	transition: all 0.35s ease;
}

.object_five_l .swiper-slide:hover:before {
	opacity: 1;
	left: 0;
}

.object_five_l .swiper-slide:hover .title {
	opacity: 0;
}

.object_six {
	margin-top: 80px;
	background-image: url(../images/bottom_img.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}

.object_bg_06 {
	width: 100%;
	height: 100%;
	padding-bottom: 75px;
	padding-top: 75px;
	background: linear-gradient(180deg, #0A0A0A 0%, rgba(0, 113, 255, 0) 100%);
}

.object_six_number {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}

.object_six_number ul li {
	text-align: center;
	display: inline-block;
	padding: 0 50px;
}

.object_six_number .six_num {
	display: flex;
	align-items: center;
	justify-content: center;
}

.object_six_number strong {
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.object_six_number em {
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 8px;
	font-style: normal;
}

.object_six_number p {
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	margin-top: 8px;
}

.object_six .object_btn {
	text-align: center;
	padding-top: 40px;
}

.object_six .object_btn .btn_b {
	float: inherit;
}

.object_six .object_btn .btn_b:last-child {
	margin-right: 0;
}

.object_six_l ul {
	margin-left: -12px;
	margin-right: -12px;
}

.object_six_l ul li {
	float: left;
	width: 16.66%;
	padding: 12px;
}

.object_six_l .six_border {
	width: 100%;
	height: 260px;
	background: linear-gradient(218.93deg, rgba(123, 142, 192, 0.05) 19.58%, rgba(166, 188, 245, 0.36) 89.87%);
	backdrop-filter: blur(10px);
	border-radius: 6px;
	border: 1px solid;
	border-image-source: linear-gradient(215.6deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 51.56%, rgba(255, 255, 255, 0.2) 100%);
	text-align: center;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.object_six_l .six_border span {
	display: inline-block;
	height: 52px;
	margin-bottom: 30px;
}

.object_six_l .six_border span img {
	max-height: 100%;
}

.object_six_l .six_border h3 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1;
}

.object_six_l .six_border p {
	font-weight: 400;
	margin-top: 15px;
	line-height: 26px;
	max-height: 78px;
	color: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:1366px) {
	.object_four_l .index_banner_swp .m_l {
		padding-right: 15px;
	}

	.object_four_l .index_banner_img .four_img {
		margin-right: 140px;
		margin-top: 30px
	}

	.object_four_l .index_banner_img .four_img span:first-child {
		max-width: 250px;
		display: inline-block;
	}

	.object_four_l .index_banner_img .four_img .m_one {
		top: 141px;
		left: -67%;
		width: 220px;
	}

	.object_four_l .index_banner_img .four_img .m_two {
		top: 130px;
		width: 160px;
		right: -50%;
	}

	.object_four_l .index_banner_img .four_img .m_three {
		right: -34%;
		top: 57%;
		width: 120px;
	}

}

@media screen and (max-width:1280px) {
	.object_two_l ul li {
		padding: 30px 20px;
	}

	.object_four_l .index_banner_bottom {
		width: 200px;
	}

	.object_four_l .index_banner_img {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}

	.object_four_l .index_banner_swp .m_l {
		width: 44%;
		padding-right: 30px;
	}

	.object_four_l .index_banner_swp .m_r {
		width: 56%;
	}

	.object_four_l .index_banner_img .four_img {
		margin-right: 100px;
		margin-top: 50px
	}

	.object_four_l .index_banner_img .four_img span:first-child {
		max-width: 200px;
	}

	.object_four_l .index_banner_img .four_img .m_one {
		top: 131px;
		left: -60%;
		width: 170px;
	}

	.object_four_l .index_banner_img .four_img .m_two {
		top: 130px;
		width: 140px;
		right: -50%;
	}

	.object_four_l .index_banner_img .four_img .m_three {
		right: -34%;
		top: 57%;
		width: 100px;
	}

	.object_six_l ul li {
		width: 33.33%;
	}

}

@media screen and (max-width:991px) {
	.object_one_l .row {
		display: block;
	}

	.object_one_l .row .col {
		width: 100%;
		padding-bottom: 30px
	}

	.object_one_l .row .col:last-child {
		padding-bottom: 0;
	}

	.object_five_l {
		margin-left: 30px;
		margin-right: 30px;
	}

	.object_four_l .index_banner_bottom {
		width: 170px;
	}

	.object_four_l .index_banner_img {
		width: -webkit-calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		width: calc(100% - 170px);
	}

	.object_four_l .index_banner_img .four_img {
		margin-right: 75px;
		margin-top: 100px
	}

	.object_four_l .index_banner_img .four_img span:first-child {
		max-width: 150px;
	}

	.object_four_l .index_banner_img .four_img .m_one {
		top: 98px;
		left: -64%;
		width: 144px;
	}

	.object_four_l .index_banner_img .four_img .m_two {
		top: 80px;
		width: 120px;
		right: -50%;
	}

	.object_four_l .index_banner_img .four_img .m_three {
		right: -38%;
		top: 56%;
		width: 80px;
	}

	.object_four_l .index_banner_swp .m_l {
		width: 40%;
		padding-right: 0;
	}

	.object_four_l .index_banner_swp .m_r {
		width: 60%;
	}

	.object_six_number ul li {
		padding: 0 30px;
	}

	.object_six_l .six_border {
		padding-left: 15px;
		padding-right: 15px;
	}

	.object_six_l ul li {
		width: 33.33%;
	}

}

@media screen and (max-width:768px) {
	.object_four {
		padding-top: 70px;
	}

	.object_four_l .index_banner_bottom {
		width: 100%;
		padding-top: 0
	}

	.object_four_l .index_banner_bottom .i {
		float: left;
		width: 25%;
		position: relative;
		padding-left: 5px;
		padding-right: 5px;
	}

	.object_four_l .index_banner_bottom .index_banner_progress .title {
		text-align: center;
	}

	.object_four_l .index_banner_bottom .index_banner_progress strong {
		width: 100%;
		display: block;
		padding-left: 0;
		line-height: 20px;
		height: 60px;
	}

	.object_four_l .index_banner_bottom .index_banner_progress span {
		float: inherit;
	}

	.object_four_l .index_banner_bottom .index_banner_progress .progress {
		position: absolute;
		margin: 0;
		transform: rotate(-90deg);
		display: none;
	}

	.object_four_l .index_banner_img {
		float: left;
		width: 100%;
		height: auto;
		margin-top: 30px
	}

	.object_four_l .index_banner_swp .m_l {
		width: 100%;
		display: block;
		height: auto;
	}

	.object_four_l .index_banner_swp .m_r {
		width: 100%;
	}

	.object_four_l .index_banner_swp .m_l .ico {
		display: none;
	}

	.object_four_l .index_banner_swp .m_l p {
		line-height: 25px;
		height: 50px;
		margin-bottom: 30px;
	}

	.object_four_l .index_banner_img .four_img {
		margin-right: calc(50% - 75px);
		margin-top: 30px;
	}

	.object_four_l .index_banner_swp .m_r {
		height: auto;
	}

}

@media screen and (max-width:767px) {
	.object_two_l ul li {
		width: 50%;
	}

	.object_btn .btn_b {
		margin-right: 15px;
	}

	.object_btn .btn_b:last-child {
		margin-right: 0;
	}

	.btn_b_border {
		padding: 14px 32px;
	}

	.object_two {
		padding-bottom: 50px;
	}

	.object_two_l ul li {
		width: 100%;
	}

	.object_three_l {
		padding-top: 40px;
	}

	.object_three_l .ob_three {
		padding-bottom: 50px;
	}

	.object_five_l {
		margin-left: 15px;
		margin-right: 15px;
	}

	.object_six_l ul li {
		width: 50%;
	}

	.object_six_number ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.object_six_number ul li {
		width: 50%;
		padding: 15px;
		float: left;
	}

	.object_six .object_btn {
		display: flex;
		justify-content: center;
	}
	.case_list .case-summary .p3 {
		display: none;
	}

}

/*case detail*/
#case_banner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#body-inner {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 100vh;
}

.case_cover_5 .ph-image-inner::before {
	opacity: 1;
}

.case_subtitle, .case_d_title {
	color: #fff;
	line-height: 1.1;
}

.case_d_title {
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.m_case_detail .cicle {
	position: absolute;
	left: 50px;
	bottom: 140px;
}

#ball .ball-view {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	transform: scale(0);
}

.m_case_detail .ph-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	z-index: -1;
	transform: none;
	overflow: hidden;
}

.m_case_detail .ph-image-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.ph-image-inner::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 255px;
	max-height: 30%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 60.05%, #FFFFFF 100%);
	z-index: 1;
	opacity: 0;
}

.m_case_detail .ph-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.case_share {
	margin-top: 40px;
	display: inline-block;
}

.case_share a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	background-image: url(../images/case_share_ico.jpg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.case_share a:hover {
	background-color: #FE9445;
}

.share_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	z-index: 1111;
	display: none;
}

.share_box {
	position: fixed;
	top: 50%;
	width: 370px;
	left: 50%;
	z-index: 11111;
	display: none;
	margin-top: 50px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}

.cancel_share {
	height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	border-radius: 0px 0px 6px 6px;
	cursor: pointer;
}

.share_box .share_list {
	height: 170px;
	padding-top: 24px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 6px 6px 0px 0px;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.share_box .sub {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}

.share_box .share_list ul {
	display: flex;
	justify-content: space-around;
	padding-left: 15px;
	padding-right: 15px;
}

.share_box .share_list ul li {
	padding-top: 30px;
	width: 25%;
	text-align: center;
}

.share_box .share_list ul li p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 8px;
	line-height: 24px;
	text-align: center;
}

.m_case_width {
	max-width: 1396px;
	margin: 0 auto;
}

.tt-image.tti-fixed-height img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.anim-image-parallax {
	transform: scale(1.2);
	transform-origin: 50% 100%;
}

.case_text_two {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 95px;
}

.case_text_two .left {
	width: 60%;
}

.case_text_two .case_t_ico {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 90px;
	width: 10%;
}

.case_text_two .case_t_title {
	font-weight: bold;
	color: #333333;
	line-height: 1.2;
}

.case_text_two .case_t_des {
	line-height: 30px;
	padding-top: 20px;
}

.case_text_two .case_t_des p {
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.case_text_two .case_t_des p:last-child {
	padding-bottom: 0;
}

.case_l_item {
	overflow: hidden;
}

#page-content figure {
	margin-bottom: 60px;
}

.case_page {
	padding-top: 40px;
}

.case_page_up {
	border-bottom: 1px solid #E6E6E6;
}

.case_page_up .case_page_l, .case_page_up .case_page_r {
	width: 35%;
	max-width: 430px;
}

.case_page_up .case_page_l {
	float: left;
}

.case_page_up .case_page_r {
	float: right;
}

.case_page_up .case_page_c {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 75px;
}

.case_page_up .case_page_c .case_name {
	font-weight: bold;
	line-height: 1.2;
	color: #DE3232;
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.case_page_up .case_page_c .case_image {
	left: 0;
	width: 100%;
	top: 56%;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.case_page_up .case_page_c a:hover .case_name {
	opacity: 0.5;
}

.case_page_up .case_page_c a:hover .case_image {
	transform: translateY(-13%);
}

.case_page_more {
	padding: 60px 0 100px 0;
	text-align: center;
}

.case_page_more a {
	text-align: center;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 28px;
	border: 1px solid #F0F0F0;
}

.case_fixed {
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	background: url(../images/case_fixed_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	padding: 0 190px 0 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}

.case_fixed .case_close {
	position: absolute;
	right: 26px;
	top: 50%;
	height: 47px;
	margin-top: -29px;
}

.case_fixed .case_close a {
	width: 47px;
	height: 47px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: url(../images/casedetails_close_svg.jpg);
	background-size: 26px 26px;
	background-position: center;
	background-repeat: no-repeat;
}

.case_fixed .title {
	color: #fff;
	line-height: 1.1;
}

.case_fixed form {
	display: flex;
	align-items: center;
	margin-left: 23px;
	padding-left: 25px;
	position: relative;
	flex: 1;
}

.case_fixed .form:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	margin-top: -16px;
	height: 32px;
	background: rgba(255, 255, 255, 0.3);
}

.case_fixed input {
	height: 48px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	border: none;
	outline: 0;
	color: #fff;
	font-size: 16px;
	padding: 0 16px;
	font-size: 16px;
	width: 100%;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected {
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s  ease-out  0.5s;
}

.case_fixed .text-area {
	position: relative;
}

.case_fixed .text-area label {
	position: absolute;
	left: 0;
	height: 30px;
	top: -30px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 2px 10px;
	border-radius: 4px;
}

.case_fixed .text-area label:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 30%;
	margin-left: -7px;
	transform: rotate(180deg);
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

.case_fixed .width_01 {
	width: 21%;
	padding-right: 15px;
}

.case_fixed .message_code {
	width: 39%;
	padding-right: 45px;
	display: flex;
	align-items: center;
}

.case_fixed .message_code input {
	width: -webkit-calc(55% - 15px);
	width: -moz-calc(55% - 15px);
	width: calc(55% - 15px);
	margin-right: 15px;
}

.case_fixed input::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
}

.case_fixed input::-moz-input-placeholder {
	color: #fff;
	font-size: 16px;
}

.case_fixed input::-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
}

.case_fixed .message_code #code_img {
	width: 45%;
	height: 48px;
}

.case_fixed .case_form_submit {
	height: 48px;
	background: #FFFFFF;
	border-radius: 2px;
	color: #DE3232;
	text-align: center;
	margin-right: 0;
	width: 19%;
}

.case_text_one {
	max-width: 828px;
	float: right;
	padding-top: 35px;
	padding-bottom: 50px;
}

.case_d_down {
	padding-top: 33px;
}

.case_d_down ul {
	margin-left: -12px;
	margin-right: -12px;
}

.case_d_down ul li {
	width: 50%;
	float: left;
	padding: 12px;
}

.case_d_down .case_sub {
	color: #999999;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.case_d_down .case_des {
	color: #333333;
}

#case_banner.case_height {
	padding-top: 250px;
	padding-bottom: 300px;
}

@media (min-width:1025px) {
	#case_banner.case_height {
		display: flex;
		align-items: center;
		min-height: 100vh;
	}

	.m_case_detail .ph-image {
		position: absolute;
		display: flex;
		align-items: center;
		top: 0;
		bottom: 0;
		height: 100%;
	}

}

@media screen and (max-width:1440px) {
	.case_fixed {
		padding: 0 170px 0 100px;
	}

}

@media screen and (max-width:1396px) {
	.m_case_width {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media screen and (max-width:1366px) {
	.case_fixed {
		padding: 0 130px 0 70px;
	}

}

@media screen and (max-width:1280px) {
	.case_fixed .title {
		max-width: 174px;
	}

	.case_fixed {
		padding: 0 100px 0 30px;
	}

	.case_fixed .message_code {
		padding-right: 15px;
	}

}

@media screen and (max-width:991px) {
	.m_case_detail .cicle {
		left: 30px;
	}

	.case_page_more {
		padding: 60px 0 60px 0;
	}

	.case_fixed {
		display: block;
		padding-top: 10px;
		height: 120px;
		padding-right: 30px;
	}

	.case_fixed .title {
		max-width: inherit;
		width: 100%;
		text-align: center;
		padding-bottom: 28px;
	}

	.case_fixed form {
		padding-left: 0;
		margin-left: 0;
	}

	.case_fixed .case_close {
		right: 10px;
		top: 2px;
		margin-top: 0;
	}

	.case_fixed .case_close a {
		width: 40px;
		height: 40px;
		background-size: 20px 20px;
	}

}

@media screen and (max-width:767px) {
	.case_d_title {
    word-break: break-word;
}
	.case_num .case_numtext {
		max-width: 110px;
	}

	#case_banner.case_height {
		height: 100vh;
		padding-top: 200px;
		padding-bottom: 80px;
	}

	.m_case_detail .cicle {
		left: 15px;
		bottom: 40px;
		width: 50px;
	}

	#page-content figure {
		margin-bottom: 30px;
	}

	.case_text_two {
		margin-bottom: 50px;
	}

	.case_text_two .left {
		width: 82%;
	}

	.case_text_two .case_t_des p {
		font-size: 14px;
		line-height: 1.8;
		padding-bottom: 20px
	}

	.case_fixed {
		position: relative;
		height: auto;
		padding-bottom: 30px
	}

	.case_page_up .case_page_l, .case_page_up .case_page_r {
		width: 45%;
	}

	.case_fixed .case_close, .case_fixed .form::before {
		display: none;
	}

	.case_fixed form {
		display: block;
	}

	.case_fixed .title {
		padding-top: 15px;
		padding-bottom: 35px;
		font-size: 18px;
	}

	.case_fixed .width_01 {
		width: 100%;
		float: left;
		margin-bottom: 30px
	}

	.case_fixed .message_code {
		width: 100%;
		margin-bottom: 30px
	}

	.case_fixed .case_form_submit {
		width: 100%;
	}

	.object_four_l .index_banner_img .four_img .m_one {
		left: -50%;
		width: 120px;
	}

	.object_three_l .ob_three .swiper-slide .bg {
		padding: 18px;
	}

	.object_six_l ul {
		margin-left: -5px;
		margin-right: -5px;
	}

	.object_six_l ul li {
		padding: 12px 5px;
	}

	.object_six_l .six_border {
		padding-left: 10px;
		padding-right: 10px;
	}

	.object_btn {
		display: flex;
		justify-content: center;
	}

}

@media screen and (max-width:375px) {
	.object_ban .object_text .h2 {
		font-size: 28px;
	}

}

@media screen and (max-width:360px) {
	.object_ban .object_text .h2 {
		font-size: 26px;
	}

	.object_ban .object_text h4 {
		font-size: 16px;
	}

	.object_six_l .six_border {
		padding-left: 20px;
		padding-right: 20px;
	}

}

.case_list li.m_code_w .case-summary {
	padding: 40px 20px 30px 40px;
}
.case_list li.m_code_w .case-summary div {
    overflow: inherit;
}
.m_code {
	position: absolute;
	right: 0;
	bottom: -10px;
	max-width: 130px;
	max-height: 130px;
	width: 50%;
	text-align: right;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.m_code img {
	display: inline-block;
	width: 156px;
	border-radius: 3px;
}

.case_list li.m_code_w a:hover .m_code {
	opacity: 1;
}

.case_list li.m_code_w a:hover .case_title h3, .case_list li.m_code_w a:hover .case_title p {
	opacity: 1;
}

.case_list .case-summary .p1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case_list .case-summary .p2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:1280px) {
	.case_list .case-summary {
		padding: 20px 20px 10px 20px;
	}

}

@media screen and (max-width:991px) {


	.case_list .case-summary {
		padding: 20px !important;
	}

}

@media screen and (max-width:540px) {
	.case_list li.m_code_w .case-summary {
		display: inherit;
	}

	.m_code img {
		width: 120px;
	}

}

/*fontsize*/
.font43 {
	font-size: 0.42rem;
}

.font43 a {
	color: inherit;
	font-size: 0.42rem;
}

.font46 {
	font-size: 0.46rem;
}

.font46 a {
	color: inherit;
	font-size: 0.46rem;
}

.font53 {
	font-size: 0.52rem;
}

.font53 a {
	color: inherit;
	font-size: 0.52rem;
}

.font56 {
	font-size: 0.56rem;
}

.font56 a {
	color: inherit;
	font-size: 0.56rem;
}

.font73 {
	font-size: 0.72rem;
}

.font73 a {
	color: inherit;
	font-size: 0.72rem;
}

.ser_menu .menu_link .serm_l a {
	font-size: 0.28rem;
}

.case_list .case-summary .p1 {
	font-size: 0.23rem;
}

.case_list .case-summary .p2 {
	font-size: 0.16rem;
}

@media only screen and (min-width:1680px) {
	.font43 {
		font-size: 0.4rem;
	}

	.font43 a {
		font-size: 0.4rem;
	}

	.font46 {
		font-size: 0.46rem;
	}

	.font46 a {
		font-size: 0.46rem;
	}

	.font53 {
		font-size: 0.52rem;
	}

	.font53 a {
		font-size: 0.52rem;
	}

	.font56 {
		font-size: 0.56rem;
	}

	.font56 a {
		font-size: 0.56rem;
	}

	.font73 {
		font-size: 0.72rem;
	}

	.font73 a {
		color: inherit;
		font-size: 0.72rem;
	}

	.case_list .case-summary .p1 {
		font-size: 0.23rem;
	}

	.case_list .case-summary .p2 {
		font-size: 0.16rem;
	}

	.ser_menu .menu_link .serm_l a {
		font-size: 0.28rem;
	}

}

@media only screen and (min-width:1440px) and (max-width:1680px) {
	.font43 {
		font-size: 0.42rem;
	}

	.font43 a {
		font-size: 0.42rem;
	}

	.font46 {
		font-size: 0.46rem;
	}

	.font46 a {
		font-size: 0.46rem;
	}

	.font53 {
		font-size: 0.52rem;
	}

	.font53 a {
		font-size: 0.52rem;
	}

	.font56 {
		font-size: 0.56rem;
	}

	.font56 a {
		font-size: 0.56rem;
	}

	.font73 {
		font-size: 0.72rem;
	}

	.font73 a {
		color: inherit;
		font-size: 0.72rem;
	}

	.case_list .case-summary .p1 {
		font-size: 0.23rem;
	}

	.case_list .case-summary .p2 {
		font-size: 0.18rem;
	}

	.ser_menu .menu_link .serm_l a {
		font-size: 0.28rem;
	}

}

@media only screen and (min-width:1280px) and (max-width:1440px) {
	.font43 {
		font-size: 0.43rem;
	}

	.font43 a {
		font-size: 0.43rem;
		color: inherit;
	}

	.font46 {
		font-size: 0.46rem;
	}

	.font46 a {
		font-size: 0.46rem;
		color: inherit;
	}

	.font53 {
		font-size: 0.53rem;
	}

	.font53 a {
		font-size: 0.53rem;
		color: inherit;
	}

	.font56 {
		font-size: 0.56rem;
	}

	.font56 a {
		font-size: 0.56rem;
		color: inherit;
	}

	.font73 {
		font-size: 0.72rem;
	}

	.font73 a {
		color: inherit;
		font-size: 0.72rem;
	}

	.case_list .case-summary .p1 {
		font-size: 0.26rem;
	}

	.case_list .case-summary .p2 {
		font-size: 0.22rem;
	}

	.ser_menu .menu_link .serm_l a {
		font-size: 0.32rem;
	}

}

@media screen and (max-width:1279px) {
	.font30 {
		font-size: 26px;
	}

	.font30 a {
		font-size: 26px;
	}

	.font43 {
		font-size: 36px;
	}

	.font43 a {
		font-size: 36px;
	}

	.font46 {
		font-size: 36px;
	}

	.font46 a {
		font-size: 36px;
	}

	.font53 {
		font-size: 48px;
	}

	.font53 a {
		font-size: 48px;
	}

	.font56 {
		font-size: 50px;
	}

	.font56 a {
		font-size: 50px;
	}

	.font73 {
		font-size: 68px;
	}

	.font73 a {
		color: inherit;
		font-size: 68px;
	}

	.case_list .case-summary .p1 {
		font-size: 22px;
	}

	.case_list .case-summary .p2 {
		font-size: 16px;
	}

	.ser_menu .menu_link .serm_l a {
		font-size: 26px;
	}

}

@media screen and (max-width:991px) {
	.font43 {
		font-size: 30px;
	}

	.font43 a {
		font-size: 30px;
	}

	.font46 {
		font-size: 30px;
	}

	.font46 a {
		font-size: 30px;
	}

	.font53 {
		font-size: 42px;
	}

	.font53 a {
		font-size: 42px;
	}

	.font56 {
		font-size: 46px;
	}

	.font56 a {
		font-size: 46px;
	}

	.font73 {
		font-size: 62px;
	}

	.font73 a {
		color: inherit;
		font-size: 62px;
	}

	.case_list .case-summary .p1 {
		font-size: 20px;
	}

	.case_list .case-summary .p2 {
		font-size: 14px;
	}

	.ser_menu .menu_link .serm_l a {
		font-size: 22px;
	}

}

@media screen and (max-width:767px) {
	.font30 a {
		font-size: 18px;
	}

	.font43 {
		font-size: 26px;
	}

	.font43 a {
		font-size: 26px;
	}

	.font46 {
		font-size: 28px;
	}

	.font46 a {
		font-size: 28px;
	}

	.font53 {
		font-size: 30px;
	}

	.font53 a {
		font-size: 30px;
	}

	.font56 {
		font-size: 38px;
	}

	.font56 a {
		font-size: 38px;
	}

	.font73 {
		font-size: 52px;
	}

	.font73 a {
		font-size: 52px;
	}

}
@media screen and (max-width:540px) {
.font73 {
		font-size: 42px;
	}

	.font73 a {
		font-size: 42px;
	}

}
@media screen and (max-width:350px) {
	.font30 {
		font-size: 18px;
	}

	.font30 a {
		font-size: 18px;
	}

	.font43 {
		font-size: 24px;
	}

	.font43 a {
		font-size: 24px;
	}

	.font46 {
		font-size: 26px;
	}

	.font46 a {
		font-size: 26px;
	}

	.font53 {
		font-size: 30px;
	}

	.font53 a {
		font-size: 30px;
	}

	.font56 {
		font-size: 34px;
	}

	.font56 a {
		font-size: 34px;
	}

	.font73 {
		font-size: 44px;
	}

	.font73 a {
		font-size: 44px;
	}

}