.bannertxt {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background-color: #3452B2;
	color: #fff;
	text-align: center;
	padding: 70px 0;
}

.bannertxt h1 {
	margin-bottom: 40px;
}

.card,
.solutions,
.press,
.download {
	width: 100%;
	margin: 0 auto 100px;
	overflow: hidden;
}

.card .wrap,
.solutions .wrap,
.press .wrap,
.download .wrap {
	padding-top: 100px;
	border-top: 2px solid #C6C6C6;
}

.card .wrap {
	border-top: 0 solid #C6C6C6 !important;
}

.ititle {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.card .item-box,
.solutions .item-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.card .item-box .item,
.solutions .item-box .item {
	width: calc(50% - 50px);
}

.card .title,
.solutions .title {
	margin: 48px auto 64px;
}

.card .img,
.solutions .img {
	width: 100%;
	overflow: hidden;
}

.card .img img,
.solutions .img img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.card .item:hover img,
.solutions .item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.card .item p,
.solutions .item p {
	margin: 60px auto 30px;
	line-height: 34px;
	overflow: hidden;
}

.card .item .btn,
.solutions .item .btn {
	margin: 0 auto;
	color: #2C5796;
	position: relative;
}

.card .item .btn a,
.solutions .item .btn a {
	position: relative;
	padding-left: 30px;
	transition: all 0.3s ease-out 0s;
}

.card .item .btn a::before,
.solutions .item .btn a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconAR.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.card .item:hover .btn a,
.solutions .item:hover .btn a {
	margin-left: 20px;
}

.card .more,
.solutions .more {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 90px auto 0;
}

.card .more a,
.solutions .more a {
	padding: 20px 60px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 2px;
	display: inline-block;
	transition: all 0.3s ease-out 0s;
}

.card .more a span,
.solutions .more a span {
	position: relative;
	padding-right: 24px;
	display: block;
	line-height: 16px;
}

.card .more a span::after,
.solutions .more a span::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../image/morer.svg);
	background-size: 100% 100%;
}

.card .more:hover a,
.solutions .more:hover a {
	border: 1px solid #2C5796;
	background-color: #2C5796;
	color: #fff;
}

.card .more a:hover span::after,
.solutions .more:hover a span::after {
	background: url(../image/morerH.svg);
	background-size: 100% 100%;
}

.press .item-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 65px;
}

.press .item-box .item {
	width: 50%;
	overflow: hidden;
}

.press .item-box .item img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.press .item-box .item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.press .item-box .item:nth-of-type(2) {
	padding-left: 100px;
}

.press .item-box .item .subtitle {
	color: #3452B2;
	font-weight: bold;
	text-align: left;
}

.press .item-box .item .data {
	color: #686868;
	margin: 20px auto 30px;
}

.press .item-box .item p {
	line-height: 30px;
}

.press .item-box .item .btn {
	margin: 30px auto 0;
	color: #2C5796;
	position: relative;
}

.press .item-box .item .btn a {
	position: relative;
	padding-left: 30px;
	transition: all 0.3s ease-out 0s;
}

.press .item-box .item .btn a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconAR.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.press .item-box .item:hover .btn a {
	margin-left: 20px;
}

.download .item-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 65px;
}

.download .item-box .item {
	width: 50%;
	overflow: hidden;
}

.download .item-box .item img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.download .item-box .item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.download .item-box .item:nth-of-type(1) {
	padding-right: 100px;
}

.download .item-box .item p {
	margin: 50px auto;
	line-height: 30px;
}

.download .item-box .item .btn-box {
	width: 100%;
}

.download .item-box .item .down {
	margin: 30px auto 0;
	color: #2C5796;
	position: relative;
}

.download .item-box .item .down a {
	position: relative;
	padding-left: 30px;
	transition: all 0.3s ease-out 0s;
	color: #000;
	font-weight: 600;
}

.download .item-box .item .down a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconD.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.download .item-box .item .down:hover a {
	margin-left: 20px;
}

.download .item-box .item .btn {
	margin: 30px auto 0;
	color: #2C5796;
	position: relative;
}

.download .item-box .item .btn a {
	position: relative;
	padding-left: 30px;
	transition: all 0.3s ease-out 0s;
}

.download .item-box .item .btn a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconAR.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.download .item-box .item .btn:hover a {
	margin-left: 20px;
}

@media(max-width: 950px) {

	.card,
	.solutions,
	.press,
	.download {
		margin: 0 auto 50px;
	}

	.card .wrap,
	.solutions .wrap,
	.press .wrap,
	.download .wrap {
		padding-top: 50px;
	}

	.card .title,
	.solutions .title {
		margin: 30px auto 20px;
	}

	.card .item-box .item,
	.solutions .item-box .item,
	.press .item-box .item,
	.download .item-box .item {
		width: 100%;
	}

	.card .item-box,
	.solutions .item-box {
		gap: 20px;
	}

	.card .item p,
	.solutions .item p {
		margin: 30px auto 20px;
		line-height: 24px;
	}

	.card .more,
	.solutions .more {
		margin: 40px auto 0;
	}

	.press .item-box .item:nth-of-type(2) {
		padding-left: 0;
		margin-top: 30px;
	}

	.press .item-box {
		margin-top: 30px;
	}

	.press .item-box .item .data {
		margin: 10px auto 15px;
	}

	.press .item-box .item p {
		line-height: 24px;
	}

	.download .item-box {
		margin-top: 0;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}

	.download .item-box .item:nth-of-type(1) {
		padding-right: 0;
		margin-top: 30px;
	}

	.download .item-box .item p {
		margin: 15px auto;
		line-height: 24px;
	}
}

/* 子页面 */
.sub-img {
	width: 100%;
}

.subtitle {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}

@media(max-width: 950px) {
	.subtitle {
		margin-bottom: 30px;
	}
}

/* about */
.about {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.about-nav {
	width: 100%;
	height: 80px;
	background-color: #EDEDED;
	margin-bottom: 30px;
}

.about-nav .wrap {
	width: 100%;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 80px;
	background-color: #EDEDED;
}

.about-nav a {
	display: inline-block;
	transition: all 0.3s ease-out 0s;
}

.about-nav a:hover {
	color: #3452B2;
}

.about p {
	margin-bottom: 50px;
}

.about p:nth-last-of-type(1) {
	margin-bottom: 0;
}

/* V&M */
.V-M {
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	margin: 130px auto;
}

.V-M::after {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	text-align: center;
	content: 'GO FUTURE';
	color: #2C5796;
	opacity: .1;
	font-size: 200px;
}

.V-M .subtitle {
	width: 45%;
	line-height: 48px;
	padding-bottom: 70px;
	position: relative;
}

.V-M .subtitle::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #C6C6C6;
	content: '';
}

.V-M .txt {
	width: 55%;
	padding: 0 70px;
}

.V-M .txt p {
	margin-bottom: 30px;
}

.V-M .txt p:nth-last-of-type(1) {
	margin-bottom: 0;
}

/* milestones */
.milestones {
	margin-bottom: 130px;
}

.milestones .top {
	background: url(../image/milestonesBg.png) center no-repeat;
	background-size: cover;
	padding: 60px 0 370px;
	color: #fff;
}

.milestones .top .subtitle {
	margin-bottom: 40px;
}

.milestones .top .timeItem {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.milestones .top .timeItem .txt {
	position: relative;
	display: inline-block;
}

.milestones .top .timeItem .txt::before {
	position: absolute;
	top: 11px;
	left: 70px;
	right: 70px;
	height: 2px;
	background-color: #adadad;
	content: '';
}

.milestones .top .timeItem .item {
	position: relative;
	display: inline-block;
	padding: 34px 40px 0;
}

.milestones .top .timeItem .item i {
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -11px;
	border-radius: 50%;
	background-color: #adadad;
	border: 2px solid #adadad;
}

.milestones .top .timeItem .item.active i {
	background-color: #fff;
	border: 2px solid #adadad;
}

.milestones .bottom {
	width: 100%;
	background-color: #F7F7F7;
	padding: 50px 0;
}

.milestones .bottom .list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	margin: 40px auto;
	padding: 0;
}

.milestones .bottom .list li {
	width: calc(25% - 45px);
}

.milestones .bottom .list li .title {
	border-bottom: 1px solid #ADADAD;
	margin-bottom: 10px;
	line-height: 40px;
}

.milestones .bottom .list li .txt {
	line-height: 30px;
}

/* Honor */
.honor .left {
	width: 40%;
	float: left;
}

.honor .left .img {
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}

.honor .left .img img {
	width: 100%;
}

.honor .right {
	width: 60%;
	float: left;
	padding: 0;
	margin: 0;
}

.honor .right li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.honor .right li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.honor .right li .time {
	width: 190px;
	text-align: center;
	font-family: 'GolosText-Medium';
}

.honor .right li .txt {
	width: calc(100% - 190px);
}

.honor .right li .txt p {
	line-height: 30px;
}

/* culture */
.culture {
	width: 100%;
	margin: 130px auto;
	background-color: #F7F7F7;
	overflow: hidden;
	padding-top: 50px;
}

.culture .top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 120px;
}

.culture .top .left {
	width: calc(50% - 120px);
	/* margin-top: 30px; */
}

.culture .top .left .lefttitle span {
	display: block;
	color: #0049FF;
	margin-bottom: 10px;
}

.culture .top .left ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.culture .top .left ul li {
	width: 100%;
}

.culture .top .left ul li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.culture .top .left ul li .title {}

.culture .top .left ul li p {
	color: #555960;
	line-height: 20px;
}

.culture .top .rightImg {
	width: 50%;
}

.culture .top .rightImg img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.culture .imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	margin-top: 32px;
}

.culture .imgList li {
	width: calc(33.33333% - 16px);
	overflow: hidden;
	border-radius: 10px;
}

.culture .imgList li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.culture .imgList li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


/* company */
.company ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	padding: 0;
	margin: 32px auto 0;
}

.company ul li {
	width: calc(33.33333% - 16px);
	overflow: hidden;
	position: relative;
}

.company ul li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.company ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.company ul li p {
	width: 100%;
	background-color: #204496;
	color: #fff;
	text-align: center;
	height: 68px;
	line-height: 68px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* partner */
.partner {
	margin: 130px auto;
	width: 100%;
	overflow: hidden;
}

.partner .list {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.partner .list .img {
	width: calc(25% - 9px);
}

.partner .list .img img {
	width: 100%;
}

.partner .list .openImg {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.partner .list .openImg .img {
	width: calc(25% - 12px);
}

.partner .list .openImg .img img {
	width: 100%;
}

.partner .list .more {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.partner .list .more button {
	background-color: #000;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 18px;
	border: 0;
}

.h0 {
	max-height: 0px;
}

.overflow-hidden {
	overflow: hidden;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@layer utilities {
	.content-auto {
		content-visibility: auto;
	}

	.fade-in {
		animation: fadeIn 0.5s ease-in-out;
	}

	.slide-down {
		animation: slideDown 0.5s ease-out;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideDown {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 2000px;
		opacity: 1;
	}
}

@media(max-width: 950px) {
	.about-nav {
		height: 48px;
		padding: 0 20px;
	}

	.about-nav .wrap {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		height: 48px;
		line-height: 48px;
	}

	.about-nav .wrap a {
		margin-right: 30px;
	}

	.about-nav .wrap a::nth-last-of-type(1) {
		margin-right: 0;
	}

	.about p {
		margin-bottom: 20px;
	}

	.V-M {
		margin: 50px auto;
		display: block;
		padding: 0;
	}

	.V-M::after {
		font-size: 60px;
		bottom: -15px;
	}

	.V-M .subtitle,
	.V-M .txt {
		width: 100%;
		padding: 20px;
		margin: 0;
	}

	.V-M .subtitle::after {
		display: none;
	}

	.V-M .txt p {
		margin-bottom: 20px;
	}

	.milestones {
		margin-bottom: 50px;
	}

	.milestones .top {
		padding: 30px 0 180px;
	}

	.milestones .top .subtitle {
		margin-bottom: 15px;
	}

	.milestones .top .timeItem .item {
		padding: 20px 10px 0;
	}

	.milestones .top .timeItem .item i {
		width: 18px;
		height: 18px;
		margin-left: -9px;
	}

	.milestones .top .timeItem .txt::before {
		left: 25px;
		right: 25px;
		top: 9px;
	}

	.milestones .bottom {
		padding: 30px 0;
	}

	.milestones .bottom .list {
		gap: 20px;
		margin: 0 auto;
		padding: 0;
	}

	.milestones .bottom .list li {
		width: 100%;
	}

	.milestones .bottom .list li .txt {
		line-height: 24px;
	}

	.honor .left,
	.honor .right {
		width: 100%;
	}

	.honor .left .img {
		margin-top: 30px;
	}

	.honor .right {
		margin-top: 30px;
	}

	.honor .right li {
		margin-bottom: 30px;
	}

	.honor .right li .time {
		width: 90px;
		text-align: left;
	}

	.honor .right li .txt {
		width: calc(100% - 90px);
	}

	.culture {
		margin: 50px auto;
	}

	.culture .top {
		display: block;
	}

	.culture .top .left,
	.culture .top .rightImg {
		width: 100%;
	}

	.culture .top .left ul {
		gap: 10px;
	}

	.culture .top .rightImg {
		margin-top: 20px;
	}

	.culture .imgList {
		margin-top: 20px;
		gap: 20px;
	}

	.culture .imgList li {
		width: 100%;
	}

	.company ul {
		margin: 20px auto 0;
		gap: 20px;
	}

	.company ul li {
		width: 100%;
	}

	.company ul li p {
		height: 48px;
		line-height: 48px !important;
	}

	.partner {
		margin: 50px auto;
	}

	.partner .list {
		margin: 30px auto 0;
	}

	.partner .list .img,
	.partner .list .openImg .img {
		width: calc(50% - 8px);
	}

	.partner .list .more {
		margin-top: 0;
	}
}

/* business */
.business {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.business-nav {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 30px;
}

.business-nav .wrap {
	width: 100%;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.business-nav a {
	display: inline-block;
	transition: all 0.3s ease-out 0s;
}

.business .businessList .subtitle1 {
	text-align: left;
	padding: 30px 180px 30px 30px;
	position: relative;
}

.business .businessList .subtitle1::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url(../image/businessIcon.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.business .businessList .subtitle1::after {
	position: absolute;
	bottom: 0;
	right: 180px;
	content: '';
	background: url(../image/businessIcon1.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.business .businessList .subtitle2 {
	text-align: right;
	padding: 50px 180px 0 30px;
}

.business .businessList .list {
	width: 100%;
	height: auto;
	margin: 60px auto;
	overflow: hidden;
}

.business .businessList .list li {
	background-color: #F5F5F5;
	padding: 80px 0;
}

.business .businessList .list li:nth-of-type(1),
.business .businessList .list li:nth-of-type(2) {
	padding: 0 0;
}

.business .businessList .list li:nth-of-type(2n) {
	background-color: #fff;
	padding: 80px 0;
}

.business .businessList .list li .pic {
	position: relative;
	width: 100%;
	height: auto;
}

.business .businessList .list li .pic img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

/* .business .businessList .list li a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
} */

.business .businessList .list li .pic .txt {
	position: absolute;
	top: 93px;
	left: 0;
	bottom: 93px;
	width: 50%;
	background-color: rgb(255, 255, 255, .9);
	z-index: 2;
	padding: 60px 30px;
	display: flex;
	align-items: center;
}

.business .businessList .list li .pic .txt a {
	display: block;
}

.business .businessList .list li .pic .txt .title {
	font-family: 'GolosText-SemiBold';
}

.business .businessList .list li .pic .txt .subtitle {
	font-family: 'GolosText-Medium';
	text-align: left;
	margin-top: 50px;
	margin-bottom: 20px;
}

.business .businessList .list li .pic .txt .subtitle span {
	padding-right: 40px;
}

.business .businessList .list li .pic .txt .subtitle span:nth-last-of-type(1) {
	padding-right: 0;
}

.business .businessList .list li .pic .txt .more {
	margin: 30px auto;
	color: #fff;
	position: relative;
}

.business .businessList .list li .pic .txt .more span {
	position: relative;
	padding: 0 10px 0 40px;
	transition: all 0.3s ease-out 0s;
	background-color: #3452B2;
	height: 34px;
	line-height: 34px;
	border-radius: 6px;
	display: inline-block;
}

.business .businessList .list li .pic .txt .more span::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconARw.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.business .businessList .list li a:hover .more span {
	margin-left: 20px;
}

.business .businessList .lastcard2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.business .businessList .lastcard2::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background-color: #F7F7F7;
	content: '';
	z-index: -1;
}

.business .businessList .lastcard2 .wrap {
	position: relative;
}

.business .businessList .lastcard2 .wrap .txt {
	position: absolute;
	right: 0;
	top: 0;
}

.business .businessList .lastcard2 .wrap .box {
	border: 2px solid #000;
	padding: 20px;
	border-radius: 20px;
	width: 240px;
	text-align: center;
	float: right;
	margin-top: 55px;
}

.business .businessList .lastcard2 .wrap .title {
	font-family: 'GolosText-SemiBold';
}

.business .businessList .lastcard2 .wrap .box p {
	line-height: 54px;
}

.business .businessList .lastcard2 .wrap .box .more {
	margin: 30px auto;
	color: #2C5796;
	position: relative;
}

.business .businessList .lastcard2 .wrap .box .more span {
	position: relative;
	padding-left: 30px;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
}

.business .businessList .lastcard2 .wrap .box .more span::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconAR.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.business .businessList .lastcard2 .wrap .box:hover .more span {
	margin-left: 20px;
}

.business .businessList .lastlist {
	width: 90%;
	max-width: 1560px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}

.business .businessList .lastlist .title {
	text-align: center;
	font-family: 'GolosText-SemiBold';
}

.business .businessList .lastlist .txt {
	width: 100%;
	height: auto;
	border: 2px solid #3452B2;
	padding: 30px;
	border-radius: 20px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.business .businessList .lastlist .txt .subtxt {
	width: calc(100% - 450px);
}

.business .businessList .lastlist .txt p {
	margin-top: 20px;
	line-height: 30px;
}

.business .businessList .lastlist .txt .img {
	width: 450px;
}

.business .businessList .lastlist .txt .img img {
	width: 100%;
}

.business .businessList .lastlist .imgList {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 78px;
	overflow: hidden;
}

.business .businessList .lastlist .img {
	width: calc(33.333333% - 52px);
	text-align: center;
}

.business .businessList .lastlist .img img {
	max-width: 100%;
	width: auto;
	max-height: 420px;
}

.business .businessList .lastlist .img p {
	margin-top: 20px;
	text-align: center;
	font-family: 'GolosText-Medium';
}

.business .businessList .lastlist .openImg {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 78px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 78px;
}

.business .businessList .lastlist .openImg .img {
	width: calc(33.333333% - 52px);
	text-align: center;
}

.business .businessList .lastlist .openImg .img img {
	max-width: 100%;
	width: auto;
	max-height: 420px;
}

.business .businessList .lastlist .openImg .img p {
	margin-top: 20px;
	text-align: center;
	font-family: 'GolosText-Medium';
}

.business .businessList .lastlist .more {
	width: 100%;
	text-align: center;
	margin: 78px auto 0;
}

.business .businessList .lastlist .more button {
	background-color: #000;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 18px;
	border: 0;
}

@media (max-width: 950px) {
	.business-nav {
		height: 48px;
		padding: 0 20px;
	}

	.business-nav .wrap {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		height: 48px;
		line-height: 48px;
	}

	.business-nav .wrap a {
		margin-right: 30px;
	}

	.business-nav .wrap a::nth-last-of-type(1) {
		margin-right: 0;
	}

	.business .businessList .subtitle1 {
		padding: 20px;
	}

	.business .businessList .subtitle1::after {
		right: 0;
	}

	.business .businessList .subtitle2 {
		padding: 20px;
	}

	.business .businessList .list {
		margin: 30px auto;
	}

	.business .businessList .list li {
		padding: 30px 0;
	}

	.business .businessList .list li:nth-of-type(2n) {
		padding: 30px 0;
	}

	.business .businessList .list li .pic img {
		min-height: 340px;
		object-fit: cover;
	}

	.business .businessList .list li .pic .txt {
		top: 30px;
		left: 20px;
		right: 20px;
		bottom: 30px;
		width: calc(100% - 40px);
	}

	.business .businessList .list li .pic .txt .subtitle {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.business .businessList .list li .pic .txt .more {
		margin: 10px auto;
	}

	.business .businessList .lastcard2 .wrap .title {
		text-align: center;
	}

	.business .businessList .lastcard2 .wrap .txt {
		position: static;
	}

	.business .businessList .lastcard2 .wrap .box {
		width: 70%;
		margin: 20px auto;
		float: none;
	}

	.business .businessList .lastcard2 .wrap .box .more {
		margin: 10px auto;
	}

	.business .businessList .lastcard2::after {
		height: 60%;
	}

	.business .businessList .lastcard2 .wrap .box p {
		line-height: 40px !important;
	}

	.business .businessList .lastlist {
		margin: 50px auto;
	}

	.business .businessList .lastlist .txt {
		margin: 30px auto;
		display: block;
	}

	.business .businessList .lastlist .txt .subtxt,
	.business .businessList .lastlist .txt .img {
		width: 100%;
	}

	.business .businessList .lastlist .imgList {
		gap: 20px;
	}

	.business .businessList .lastlist .openImg {
		gap: 20px;
		margin-top: 20px;
	}

	.business .businessList .lastlist .img,
	.business .businessList .lastlist .openImg .img {
		width: calc(50% - 10px);
	}

	.business .businessList .lastlist .openImg,
	.business .businessList .lastlist .more {
		margin-top: 30px;
	}

	.business .businessList .lastlist .openImg .img img {
		max-height: 160px;
	}

	.business .businessList .lastlist .img p,
	.business .businessList .lastlist .openImg .img p {
		margin-top: 10px;
	}
}

/* product */
.product {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../image/proBg.jpg) center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.product .cardItem {
	width: 90%;
	max-width: 1400px;
	margin: 130px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.product .cardItem .item {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product .cardItem .item .title {
	font-family: 'GolosText-SemiBold';
	text-align: center;
}

.product .cardItem .item .subtitle {
	margin: 30px auto 80px;
	line-height: 36px;
}

.product .cardItem .item .list1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.product .cardItem .item .list1 li {
	width: 33.333333%;
	margin-bottom: 80px;
}

.product .cardItem .item .list1 li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.product .cardItem .item .list1 li .txt {
	position: relative;
	widows: 100%;
	padding-left: 20px;
}

.product .cardItem .item .list1 li .txt::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	content: '';
	background-color: #fff;
}

.product .cardItem .item .list1 li .txt .style {
	position: relative;
	line-height: 36px;
}

.product .cardItem .item .list1 li .txt .style span {
	position: relative;
	padding-right: 30px;
	display: inline-block;
}
.product .cardItem .item .list1 li .txt .style span::after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	content: '';
	background: url(../image/iconProtitle.svg);
	background-size: 100% 100%;
}

.product .cardItem .item .list1 li .txt .g {
	position: relative;
	padding-left: 30px;
	margin: 15px auto;
}

.product .cardItem .item .list1 li .txt p {
	margin-bottom: 30px;
}

.product .cardItem .item .list1 li .txt .g::before {
	position: absolute;
	width: 18px;
	height: 10px;
	left: 0;
	top: 50%;
	margin-top: -5px;
	background-color: #fff;
	border-radius: 5px;
	content: '';
}

.product .cardItem .item .list1 li .txt .more {
	color: #fff;
	position: relative;
}

.product .cardItem .item .list1 li .txt .more span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
	padding-right: 30px;
}

.product .cardItem .item .list1 li .txt .more span::before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: url(../image/proarrR.svg);
	background-size: 100% 100%;
	width: 23px;
	height: 12px;
}

.product .cardItem .item .list1 li:hover .txt .more span {
	margin-left: 20px;
}

.product .cardItem .item .list2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.product .cardItem .item .list2 li {
	width: 33.333333%;
	margin-bottom: 80px;
	margin-left: -40px;
	transition: all 0.3s ease-out 0s;
}

.product .cardItem .item .list2 li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.product .cardItem .item .list3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.product .cardItem .item .list3 li {
	width: 33.333333%;
}

.product .cardItem .item .list3 li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.product .cardItem .item .list4 {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.product .cardItem .item .list4 li {
	width: 50%;
}

.product .cardItem .item .list4 li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.product .cardItem .item .service {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.product .cardItem .item .service li {
	width: 33.333333%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.product .cardItem .item .service li i {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
}

.product .cardItem .item .service li i.service01 {
	background: url(../image/service01.png) no-repeat;
	background-size: 100% 100%;
}

.product .cardItem .item .service li i.service02 {
	background: url(../image/service02.png) no-repeat;
	background-size: 100% 100%;
}

.product .cardItem .item .service li i.service03 {
	background: url(../image/service03.png) no-repeat;
	background-size: 100% 100%;
}

.product .cardItem .item .service li .name {
	color: #83B6FF;
	margin: 40px auto;
}

.product .cardItem .item .service li p {
	margin: 40px auto;
	line-height: 36px;
}

.product .cardItem .item li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@media (max-width: 950px) {
	.product .cardItem {
		margin: 50px auto;
		gap: 40px;
	}

	.product .cardItem .item .list1 {
		margin-top: 40px;
	}

	.product .cardItem .item .list1 li {
		width: 100%;
		margin-bottom: 30px;
	}

	.product .cardItem .item .list2 {
		margin-top: 40px;
	}

	.product .cardItem .item .list2 li {
		width: 100%;
		margin-bottom: 0;
	}

	.product .cardItem .item .subtitle {
		line-height: 24px;
		margin: 10px auto 40px;
	}

	.product .cardItem .item .list3 {
		margin-top: 0;
	}

	.product .cardItem .item .list3 li {
		width: 100%;
		padding-left: 30px;
	}

	.product .cardItem .item .list4 {
		margin-top: 40px;
		width: 100%;
	}

	.product .cardItem .item .list4 li {
		width: 100%;
		margin-left: 30px;
	}

	.product .cardItem .item .service {
		margin-top: 40px;
		gap: 30px;
	}

	.product .cardItem .item .service li {
		width: 100%;
	}

	.product .cardItem .item .service li i {
		width: 90px;
		height: 90px;
	}

	.product .cardItem .item .service li .name {
		margin: 20px auto;
	}

	.product .cardItem .item .service li p {
		margin: 20px auto;
	}
}

/* contact */
.contactBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 100px auto;
	color: #fff;
}

.contactBox .txt .titleC {
	font-family: 'GolosText-SemiBold';
}

.contactBox .txt p {
	margin-top: 30px;
}

.contactBox .fromBox {
	width: 100%;
	display: flex;
	gap: 200px;
}

.contactBox .from {
	width: calc(70% - 50px);
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 72px;
}

.contactBox .from .input {
	color: #9E9E9E;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: none;
	border: 0;
}

.contactBox .from .item {
	width: calc(50% - 36px);
	border-bottom: 1px solid #ccc;
	position: relative;
}
.contactBox .from .item span {
	position: absolute;
	left: 0;
	bottom: -20px;
	color: #FF0000;
	font-size: 12px;
}

.contactBox .from .item:nth-last-of-type(2) {
	width: 100% !important;
	border-bottom: 1px solid #ccc;
}

.contactBox .from .item .text {
	background: none;
	border: 0;
	width: 100%;
	margin-top: 20px;
}

.contactBox .btn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.contactBox .btn a {
	background-color: #000;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 4px;
}

.contactBox .btn input[type="submit"] {
	background-color: #000;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 4px;
	border-width: 0;
}

.contactBox .contactList {
	width: calc(30% - 50px);
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 72px;
	position: relative;
	padding-bottom: 60px;
}

.contactBox .contactList::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 48px;
	height: 48px;
	background: url(../image/contactArrow.svg);
	background-size: 100% 100%;
}

.contactBox .contactList dt {
	margin-bottom: 50px;
}

@media (max-width: 950px) {
	.contactBox {
		margin: 50px auto;
	}

	.contactBox .fromBox {
		display: block;
	}

	.contactBox .from,
	.contactBox .contactList {
		width: 100%;
	}

	.contactBox .from .item {
		width: 100%;
	}

	.contactBox .from {
		margin: 30px auto 0;
		gap: 30px;
	}

	.contactBox .from .input {
		height: 48px;
		line-height: 48px;
	}

	.contactBox .contactList {
		margin: 30px auto;
	}

	.contactBox .contactList dt {
		margin-bottom: 20px;
	}

	.contactBox .contactList::after {
		width: 30px;
		height: 30px;
	}
}

/* press */
.newsList {
	width: 100%;
	height: auto;
	margin: 100px auto;
	overflow: hidden;
}
.newsList1 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
} 
.newsList1 ul li {
	width: 100%;
}
.newsList1 ul li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 260px;
} 

.newsList1 ul li a .txt {
	width: calc(66% - 260px);
}
.newsList1 ul li a .txt .title {
	font-family: 'GolosText-SemiBold';
	margin-bottom: 30px;
}
.newsList1 ul li a .txt h1 {
	margin-bottom: 10px;
	font-family: 'GolosText-Medium';
	font-weight: 400;
}
.newsList1 ul li a .txt p {
	margin-bottom: 20px;
}
.newsList1 ul li a .txt p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.newsList1 ul li a .img {
	width: 33%;
	overflow: hidden;
} 

.newsList1 ul li a .img img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
} 

.newsList1 ul li a .img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.newsList3 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 200px;
}
.newsList3 ul li a .txt .title {
	font-family: 'GolosText-SemiBold';
	margin-bottom: 30px;
}
.newsList3 ul li a .txt h1 {
	margin-bottom: 10px;
	font-family: 'GolosText-Medium';
	font-weight: 400;
}
.newsList3 ul li a .img {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
} 

.newsList3 ul li a .img img {
	max-width: 100%;
	width: auto;
	transition: all 0.3s ease-out 0s;
} 

.newsList3 ul li a .img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pressBox {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.pressBox .subtitleInfo {
	margin: 50px auto;
	text-align: center;
	font-family: 'GolosText-SemiBold';
}
.pressBox .txtInfo {
	margin-bottom: 130px;
	line-height: 34px;
}
.pressBox .txtInfo h1 {
	font-family: 'GolosText-Medium';
	font-weight: 400;
	margin-bottom: 10px;
}
.pressBox .pressTxt {
	width: 100%;
	margin: 100px auto;
}

.pressBox .pressTxt .top {
	margin-bottom: 40px;
	font-family: 'GolosText-Medium';
}

.pressBox .pressTxt .txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.pressBox .pressTxt .txt .name {
	width: 34%;
	font-family: 'GolosText-Bold';
	color: #3452B2;
}

.pressBox .pressTxt .txt p {
	width: calc(66% - 50px);
	text-align: justify;
	line-height: 36px;
}

.pressBox .pressList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 120px;
}

.pressBox .pressList li {
	width: calc(33.33333% - 80px);
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
}

.pressBox .pressList li .img {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.pressBox .pressList li img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.pressBox .pressList li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pressBox .pressList .name {
	color: #3452B2;
	font-family: 'GolosText-Bold';
	margin: 50px auto 40px;
	text-align: center;
}

.pressBox .pressList p {
	margin-bottom: 50px;
	-webkit-line-clamp: 9;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pressBox .pressList li .more {
	margin: 30px auto;
	color: #fff;
	position: relative;
	text-align: center;
}

.pressBox .pressList li .more span {
	position: relative;
	padding: 0 10px 0 40px;
	transition: all 0.3s ease-out 0s;
	background-color: #3452B2;
	height: 34px;
	line-height: 34px;
	border-radius: 6px;
	display: inline-block;
}

.pressBox .pressList li .more span::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconARw.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.pressBox .pressList li:hover .more span {
	margin-left: 20px;
}

.pressBox .addItem {
	margin-top: 90px;
}

.pressBox .addItem img {
	width: 100%;
}

.pressBox .servicetxt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 150px;
	margin: 130px auto;
}

.pressBox .servicetxt .name {
	width: 35%;
	font-family: 'GolosText-Bold';
	color: #3452B2;
}

.pressBox .servicetxt .txt {
	width: calc(65% - 150px);
}

.pressBox .servicetxt .txt p {
	line-height: 34px;
}

.pressBox .servicetxt .txt .more {
	margin: 30px auto 0;
	color: #fff;
	position: relative;
}

.pressBox .servicetxt .txt .more span {
	position: relative;
	padding: 0 10px 0 40px;
	transition: all 0.3s ease-out 0s;
	background-color: #3452B2;
	height: 34px;
	line-height: 34px;
	border-radius: 6px;
	display: inline-block;
}

.pressBox .servicetxt .txt .more span::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 50%;
	margin-top: -11px;
	background: url(../image/iconARw.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.pressBox .servicetxt .txt:hover .more span {
	margin-left: 20px;
}

.pressBox .pressBtnitem {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pressBox .pressBtnitem .item {
	height: 420px;
	position: relative;
	overflow: hidden;
	padding: 100px;
}
.pressBox .pressBtnitem .item,
.pressBox .pressBtnitem .item:nth-of-type(4),
.pressBox .pressBtnitem .item:nth-of-type(5),
.pressBox .pressBtnitem .item:nth-of-type(8) {
	width: 62%;
}

.pressBox .pressBtnitem .item:nth-of-type(2),
.pressBox .pressBtnitem .item:nth-of-type(3),
.pressBox .pressBtnitem .item:nth-of-type(6),
.pressBox .pressBtnitem .item:nth-of-type(7) {
	width: 38%;
}
.pressBtnitem .item .title {
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 25px;
    position: relative;
	z-index: 10;
	font-family: 'GolosText-Medium';
}
.pressBtnitem .item .txt {
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 25px;
    margin-right: 40px;
    position: relative;
    opacity: 0;
    transform: translate(0, 80px);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transition: transform .5s 
cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s 
cubic-bezier(0.2, 0.0, 0.2, 1);
    -webkit-transition: transform .5s 
cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s 
cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.mask-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
    transform: translate(0, 420px);
    transform-origin: bottom;
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -o-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.pressBtnitem .item1 .mask-bg {
    background: #0052D9;
}
.pressBtnitem .item2 .mask-bg {
    background: #9B26B6;
}
.pressBtnitem .item3 .mask-bg {
    background: #00A9CE;
}
.pressBtnitem .item4 .mask-bg {
    background: #F2D81D;
}
.pressBtnitem .item5 .mask-bg {
    background: #79C000;
}
.pressBtnitem .item6 .mask-bg {
    background: #FF671F;
}
.pressBtnitem .item7 .mask-bg {
    background: #6EEDD5;
}
.pressBtnitem .item8 .mask-bg {
    background: #932E55;
}
.pressBtnitem .item:hover .mask-bg{
	transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
}
.pressBtnitem .item:hover .txt{
	opacity: 1;
    transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
}
@media (max-width: 950px) {
	.newsList {
		margin: 50px auto;
	}
	.newsList1 ul {
		gap: 30px;
	}
	.newsList1 ul li a {
		gap: 20px;
	}
	.newsList1 ul li a .txt {
		width: 100%;
	}
	.newsList1 ul li a .txt .title {
		margin-bottom: 10px;
	}
	.newsList3 ul {
		gap: 30px;
	}
	.pressBox .pressTxt {
		margin: 50px auto;
	}
	.pressBox .pressTxt .top {
		margin-bottom: 20px;
	}
	.pressBox .pressTxt .txt {
		display: block;
	}
	.pressBox .pressTxt .txt .name,
	.pressBox .pressTxt .txt p {
		width: 100%;
	}
	.pressBox .pressTxt .txt p {
		margin-top: 20px;
	}
	.pressBox .pressList {
		gap: 20px;
	}
	.pressBox .pressList li {
		width: 100%;
	}
	.pressBox .pressList .name {
		margin: 20px auto;
	}
	.pressBox .pressList p {
		margin-bottom: 20px;
	}
	.pressBox .pressList li .more {
		margin: 20px auto;
	}
	.pressBox .addItem {
		margin-top: 20px;
	}
	.pressBox .servicetxt {
		margin: 50px auto;
		display: block;
	}
	.pressBox .servicetxt .name,
	.pressBox .servicetxt .txt {
		width: 100%;
	}
	.pressBox .servicetxt .txt {
		margin-top: 20px;
	}
	.pressBox .servicetxt .txt .more {
		margin: 20px auto 0;
	}
	.pressBox .pressBtnitem .item {
		height: 125px;
        padding: 12px;
	}
	.pressBox .pressBtnitem .item .title {
		font-size: 16px !important;
	}
}
/* businessInfo */
.businessInfo {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.businessInfo .item {
	padding: 120px 0;
	position: relative;
}
.businessInfo .item::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 15px;
	content: '';
	background: linear-gradient(to right, #3E9DF7, #020C75);
}
.businessInfo .item:nth-last-of-type(1)::after {
	display: none;
}
.businessInfo .item .title {
	margin-bottom: 80px;
}
.businessInfo .item:nth-of-type(1) .title,
.businessInfo .item:nth-last-of-type(2) .title {
	text-align: center;
}
.businessInfo .item .img {
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 950px) {
	.businessInfo .item {
		padding: 50px 0;
	}
	.businessInfo .item .title {
		margin-bottom: 30px;
	}
}