.index-welcome {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999999;
	background-position: center;
	background-size: cover;
	background-image: url(../img/year-welcome.jpg);
	animation-name: moveout;
	animation-duration: 1s;
	animation-timing-function: infinite;
	animation-delay: 3s;
	animation-fill-mode: forwards
}

.welcome-hide {
	opacity: 0;
	transition: opacity 0.3s
}

@keyframes moveout {
	0% {
		transform: translate3d(0, 0, 0)
	}

	100% {
		transform: translate3d(0, -100vh, 0)
	}
}

#index .main {
	width: 87.5%;
	max-width: 1680px
}

#index .banner {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2;
	background-color: #fed130
}

#index .banner .hand-l {
	width: 46%;
	position: absolute;
	top: 58%;
	left: 0;
	z-index: 2;
	background-image: url(../img/02.png);
	background-size: 100% auto;
	background-position: center;
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#index .banner .hand-l img {
	width: 100%;
	opacity: 0
}

#index .banner .hand-r {
	width: 46%;
	position: absolute;
	top: 61%;
	right: 0;
	z-index: 2;
	background-image: url(../img/03.png);
	background-size: 100% auto;
	background-position: center;
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#index .banner .hand-r img {
	width: 100%;
	opacity: 0
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg) translate(0, -50%);
		transform: rotate3d(0, 0, 1, -45deg) translate(0, -50%);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg) translate(0, -50%);
		transform: rotate3d(0, 0, 1, -45deg) translate(0, -50%);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg) translate(0, -50%);
		transform: rotate3d(0, 0, 1, 45deg) translate(0, -50%);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg) translate(0, -50%);
		transform: rotate3d(0, 0, 1, 45deg) translate(0, -50%);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		opacity: 1
	}
}

#index .banner .slogen {
	width: 100%;
	font-size: 40px;
	color: #333;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	margin-top: -220px;
	letter-spacing: 30px
}

#index .banner .enp {
	color: #fff;
	width: 100%;
	height: 350px;
	line-height: 350px;
	font-size: 440px;
	font-family: 'ap';
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	margin-top: -175px;
	text-align: center
}

#index .banner .enb {
	color: #fff;
	width: 100%;
	height: 350px;
	line-height: 350px;
	font-size: 440px;
	font-family: 'ap';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -175px;
	text-align: center
}

#index .find {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#index .find .texts {
	width: 46.8%;
	padding-left: 120px
}

#index .find .texts .en {
	font-size: 140px;
	line-height: 140px;
	height: 140px;
	font-family: 'ap';
	color: #fed130
}

#index .find .texts .slogen {
	font-size: 54px;
	animation-delay: 0.1s
}

#index .find .texts .bigs {
	font-size: 40px;
	line-height: 80px;
	margin-top: 50px;
	height: 240px
}

#index .find .texts .bigs .inline {
	display: inline-block
}

#index .find .texts .bigs p:nth-child(1) {
	animation-delay: 0.15s
}

#index .find .texts .bigs p:nth-child(2) {
	animation-delay: 0.2s
}

#index .find .texts .bigs p:nth-child(3) {
	animation-delay: 0.25s
}

#index .find .texts .more {
	margin-top: 140px;
	display: inline-flex;
	align-items: center;
	float: left;
	clear: both;
	height: 80px;
	line-height: 80px
}

#index .find .texts .more img {
	width: auto;
	height: 80px;
	margin-right: 28px
}

#index .find .texts .more .more-canvas {
	width: 123px;
	height: 80px
}

#index .find .texts .more p {
	width: 5em;
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	overflow: hidden;
	transition: width 300ms;
	flex-shrink: 0;
	position: relative
}

#index .find .texts .more p span {
	width: 4em;
	height: 80px;
	font-size: 24px;
	position: absolute;
	white-space: nowrap;
	display: block;
	text-align: right;
	top: 0;
	left: -4em;
	transition: all 0.3s;
	animation-iteration-count: 1;
	animation-delay: 1450ms;
	animation-fill-mode: forwards;
	transition-timing-function: cubic-bezier(0.24, 0.47, 0.27, 0.94)
}

#index .find .swiper {
	width: 53.2%;
	padding-left: 200px;
	position: relative
}

#index .find .swiper .swiper-container {
	width: 100%
}

#index .find .swiper .swiper-slide {
	width: 100%;
	background-size: cover;
	background-position: center
}

#index .find .swiper .swiper-slide img {
	width: 100%;
	opacity: 0
}

#index .find .swiper .page-l {
	width: 200px;
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 2;
	padding-right: 54px
}

#index .find .swiper .page-l a {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	position: relative;
	text-align: right;
	color: #888;
	font-size: 20px;
	margin-top: 20px;
	transition: color 0.3s
}

#index .find .swiper .page-l a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 11px;
	left: 170px;
	transition-property: all;
	transition-duration: 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 0);
	transition-delay: 0s
}

#index .find .swiper .page-l a.active {
	color: #333
}

#index .find .swiper .page-l a.active::after {
	width: 60px;
	transition-duration: 2s
}

#index .find .swiper .page-b {
	background-color: #fff;
	height: 160px;
	position: absolute;
	bottom: 0;
	left: 200px;
	right: 120px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 28px
}

#index .find .swiper .page-b i {
	display: block;
	width: 100px;
	height: 2px;
	background-color: #333;
	flex-shrink: 0;
	margin-right: 40px
}

#index .find .swiper .page-b .num {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between
}

#index .find .swiper .page-b .num a {
	font-size: 30px;
	color: #fed130;
	font-family: 'ap';
	transition: all 0.3s
}

#index .find .swiper .page-b .num a.active {
	font-size: 40px;
	color: #333
}

#index .develop {
	width: 100%;
	height: 300px;
	background-color: #3398CC
}

#index .develop .main {
	display: flex;
	justify-content: center;
	padding-top: 50px
}

#index .develop .main .item {
	min-width: 190px;
	margin-left: 140px
}

#index .develop .main .item:first-child {
	margin-left: 0
}

#index .develop .main .item .nums {
	position: relative
}

#index .develop .main .item .nums .numhide {
	font-size: 120px;
	height: 120px;
	line-height: 120px;
	color: #fed130;
	font-family: 'ap';
	opacity: 0
}

#index .develop .main .item .nums .num {
	width: 100%;
	font-size: 120px;
	height: 120px;
	line-height: 120px;
	color: #fed130;
	font-family: 'ap';
	position: absolute;
	top: 0;
	left: 0
}

#index .develop .main .item .desc {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

#index .case {
	width: 100%;
	background-color: #fed130;
	padding: 100px 0;
	overflow: hidden;
	position: relative
}

#index .case .mod-b {
	width: 100%;
	text-align: center;
	font-size: 320px;
	line-height: 210px;
	height: 230px;
	font-family: 'ap';
	color: #fff;
	z-index: 1
}

#index .case .mod-p {
	width: 100%;
	text-align: center;
	font-size: 320px;
	line-height: 210px;
	height: 230px;
	font-family: 'ap';
	color: #fff;
	position: absolute;
	top: 100px;
	z-index: 3;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff
}

#index .case .blue-block {
	width: 1200px;
	background-color: #3398CC;
	height: 3000px;
	border-radius: 600px;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	margin: 0 auto
}

#index .case .slogen {
	width: 100%;
	position: relative;
	z-index: 4;
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px
}

#index .case .swiper {
	width: 100%;
	margin-top: 30px;
	position: relative;
	z-index: 4
}

#index .case .swiper .swiper-container {
	padding-top: 50px;
	padding-bottom: 50px
}

#index .case .swiper .swiper-slide {
	width: 66.67%;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

#index .case .swiper .swiper-slide::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s
}

#index .case .swiper .swiper-slide img {
	width: 100%;
	height: auto
}

#index .case .swiper .swiper-slide .text {
	opacity: 0;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	transition: all 0.3s
}

#index .case .swiper .swiper-slide .text .c {
	font-size: 14px
}

#index .case .swiper .swiper-slide .text .name {
	font-size: 24px;
	margin-top: 10px
}

#index .case .swiper .swiper-slide .more {
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 30px;
	font-family: 'ap';
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.6s;
	opacity: 0
}

#index .case .swiper .swiper-slide .more::after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.6s;
	transform: skew(-30deg)
}

#index .case .swiper .swiper-slide .more span {
	position: relative;
	z-index: 2
}

#index .case .swiper .swiper-slide.swiper-slide-active {
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
}

#index .case .swiper .swiper-slide.swiper-slide-active::after {
	background-color: transparent
}

#index .case .swiper .swiper-slide.swiper-slide-active:hover .more {
	opacity: 1;
	color: #3398CC
}

#index .case .swiper .swiper-slide.swiper-slide-active:hover .more::after {
	width: 150%
}

#index .case .swiper .swiper-slide.swiper-slide-active:hover::after {
	background-color: rgba(0,0,0,0.5) !important
}

#index .case .swiper .btn {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	cursor: pointer;
	outline: none;
	z-index: 4
}

#index .case .swiper .btn i {
	font-size: 20px;
	color: #333;
	transition: all 0.3s
}

#index .case .swiper .btn.prev {
	left: 120px
}

#index .case .swiper .btn.next {
	right: 120px
}

#index .case .swiper .btn:hover {
	background-color: #fed130
}

#index .case .swiper .btn:hover i {
	color: #fff
}

#index .case .bots {
	position: relative;
	z-index: 5;
	margin-top: 30px;
	padding-top: 40px
}

#index .case .bots>.en {
	width: 100%;
	text-align: center;
	font-size: 440px;
	line-height: 290px;
	height: 320px;
	font-family: 'ap';
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #DEDEDE
}

#index .case .bots .b-slogen {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #fff;
	position: relative;
	z-index: 2
}

#index .case .bots .desc {
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin-top: 15px;
	position: relative;
	z-index: 2
}

#index .case .bots .items {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 70px;
	position: relative;
	z-index: 3
}

#index .case .bots .items .item {
	display: block;
	width: 240px;
	height: 300px;
	margin: 0 40px;
	border-radius: 10px;
	position: relative;
	top: 0;
	transition: all 1s
}

#index .case .bots .items .item .surfp {
	width: 100%;
	height: 100%;
	padding: 70px 10px;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 1s;
	position: relative;
	z-index: 1
}

#index .case .bots .items .item .surfp .img {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

#index .case .bots .items .item .surfp .img img {
	width: 100%;
	height: 100%
}

#index .case .bots .items .item .surfp .text {
	width: 100%;
	margin-top: 35px
}

#index .case .bots .items .item .surfp .text .tt {
	font-size: 20px;
	color: #333;
	text-transform: uppercase
}

#index .case .bots .items .item .surfp .text .tb {
	font-size: 20px;
	color: #fed130;
	font-family: 'ap';
	text-transform: uppercase
}

#index .case .bots .items .item .surfb {
	width: 100%;
	height: 100%;
	padding: 70px 10px;
	text-align: center;
	border-radius: 10px;
	background-color: #fed130;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0;
	transform: rotateY(-180deg);
	transition: all 1s
}

#index .case .bots .items .item .surfb .img {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

#index .case .bots .items .item .surfb .img img {
	width: 100%;
	height: 100%
}

#index .case .bots .items .item .surfb .text {
	width: 100%;
	margin-top: 10px
}

#index .case .bots .items .item .surfb .text .tt {
	font-size: 20px;
	color: #fff;
	font-family: 'ap';
	text-transform: uppercase
}

#index .case .bots .items .item .surfb .text .tb {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	margin-top: 35px
}

#index .case .bots .items .item:hover {
	top: -20px
}

#index .case .bots .items .item:hover .surfp {
	transform: rotateY(-180deg)
}

#index .case .bots .items .item:hover .surfb {
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2);
	transform: rotateY(-360deg);
	opacity: 1
}

#index .yxt {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse
}

#index .yxt .lefts {
	width: 50%;
	background-color: #f8f8f8;
	padding: 110px 120px
}

#index .yxt .lefts .item {
	display: block;
	width: 100%;
	height: 180px;
	border-radius: 10px;
	background-color: #fff;
	padding: 35px 40px 25px;
	margin-top: 50px;
	transition: all 0.3s;
	position: relative;
	left: 0
}

#index .yxt .lefts .item:first-child {
	margin-top: 0
}

#index .yxt .lefts .item .tops {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#index .yxt .lefts .item .tops span {
	font-size: 50px;
	font-family: 'ap';
	color: #fed130;
	line-height: 50px;
	transition: all 0.3s
}

#index .yxt .lefts .item .tops i {
	font-size: 30px;
	color: #ddd;
	transition: all 0.3s
}

#index .yxt .lefts .item .title {
	font-size: 18px;
	line-height: 18px;
	margin-top: 20px;
	transition: all 0.3s
}

#index .yxt .lefts .item .desc {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	transition: all 0.3s
}

#index .yxt .lefts .item:hover {
	left: 20px;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2);
	background-color: #3398CC
}

#index .yxt .lefts .item:hover .tops span {
	color: #fff
}

#index .yxt .lefts .item:hover .tops i {
	color: #fff
}

#index .yxt .lefts .item:hover .title {
	color: #fff
}

#index .yxt .lefts .item:hover .desc {
	color: #fff
}

#index .yxt .lefts .more {
	display: none
}

#index .yxt .rights {
	width: 50%;
	background-color: #fff;
	padding: 110px 120px
}

#index .yxt .rights .texts {
	overflow: hidden
}

#index .yxt .rights .texts .title {
	text-align: right;
	font-size: 40px;
	line-height: 40px
}

#index .yxt .rights .texts .desc {
	text-align: right;
	font-size: 18px;
	margin-top: 20px
}

#index .yxt .rights .texts .more {
	margin-top: 80px;
	display: inline-flex;
	align-items: center;
	float: right;
	clear: both;
	height: 80px;
	line-height: 80px
}

#index .yxt .rights .texts .more img {
	width: auto;
	height: 80px
}

#index .yxt .rights .texts .more .more-canvas {
	width: 123px;
	height: 80px
}

#index .yxt .rights .texts .more p {
	width: 5em;
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	overflow: hidden;
	transition: width 300ms;
	flex-shrink: 0;
	position: relative
}

#index .yxt .rights .texts .more p span {
	width: 4em;
	height: 80px;
	font-size: 24px;
	position: absolute;
	white-space: nowrap;
	display: block;
	text-align: right;
	top: 0;
	left: -4em;
	transition: all 0.3s;
	animation-iteration-count: 1;
	animation-delay: 1450ms;
	animation-fill-mode: forwards;
	transition-timing-function: cubic-bezier(0.24, 0.47, 0.27, 0.94)
}

#index .yxt .rights .img {
	width: calc(100% + 180px);
	position: relative;
	left: -180px;
	margin-top: 75px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
}

#index .yxt .rights .img img {
	width: 100%
}

#index .inno {
	width: 100%;
	background-color: #fed130;
	position: relative;
	overflow: hidden;
	padding-bottom: 240px
}

#index .inno .raid {
	width: 1200px;
	height: 1200px;
	border-radius: 50%;
	background-color: #3398CC;
	position: absolute;
	top: -880px;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%)
}

#index .inno .mod-title {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin-top: 55px;
	position: relative;
	z-index: 5
}

#index .inno .en-b {
	width: 100%;
	height: 280px;
	font-size: 320px;
	line-height: 280px;
	font-family: 'AP';
	color: #fff;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 2;
	text-align: center
}

#index .inno .en-p {
	width: 100%;
	height: 280px;
	font-size: 320px;
	line-height: 280px;
	font-family: 'AP';
	color: #fff;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 4;
	text-align: center;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff
}

#index .inno .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 130px;
	z-index: 6
}

#index .inno .items .item {
	display: block;
	width: 29.76%;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	top: 0
}

#index .inno .items .item .img {
	width: 100%;
	height: auto
}

#index .inno .items .item .img img {
	width: 100%;
	height: auto
}

#index .inno .items .item .text {
	width: 100%;
	height: 140px;
	padding: 20px 40px 25px
}

#index .inno .items .item .text .date {
	font-size: 20px;
	color: #888;
	font-family: 'AP';
	transition: all 0.3s
}

#index .inno .items .item .text .title {
	font-size: 18px;
	color: #222;
	margin-top: 12px
}

#index .inno .items .item .text .desc {
	margin-top: 7px;
	font-size: 14px;
	color: #9c9c9c;
	transition: all 0.3s
}

#index .inno .items .item:hover {
	top: -20px;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
}

#index .inno .items .item:hover .text .date {
	color: #fed130
}

#index .inno .items .item:hover .text .desc {
	color: #333
}

#index .inno .items .item:nth-child(2) {
	animation-delay: 0.1s
}

#index .inno .items .item:nth-child(3) {
	animation-delay: 0.2s
}

#index .frie {
	width: 100%;
	padding: 80px 0 140px;
	background-color: #fff
}

#index .frie .mod-title {
	width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	position: relative
}

#index .frie .mod-title span {
	position: relative;
	z-index: 2;
	display: inline-block
}

#index .frie .mod-title i {
	display: inline-block;
	width: 0;
	height: 12px;
	background-color: #fed130;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -225px;
	animation-name: modWidth;
	animation-delay: 0.2s
}

@-webkit-keyframes modWidth {
	0% {
		width: 0;
		opacity: 0;
		-webkit-transform: translate3d(0, 500%, 0);
		transform: translate3d(0, 500%, 0)
	}

	100% {
		width: 100%;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes modWidth {
	0% {
		width: 0;
		opacity: 0;
		-webkit-transform: translate3d(0, 500%, 0);
		transform: translate3d(0, 500%, 0)
	}

	100% {
		width: 100%;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

#index .frie .items {
	width: 100%;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e6e6e6
}

#index .frie .items .item {
	display: block;
	width: 16.66%;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	position: relative
}

#index .frie .items .item .block {
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

#index .frie .items .item img {
	width: 100%;
	opacity: 0.5;
	transition: all 0.3s;
	position: relative;
	z-index: 3
}

#index .frie .items .item:hover .block {
	background-color: #fed130;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
}

#index .frie .items .item:hover img {
	opacity: 1
}

.openby {
	display: block;
	width: 100%;
	padding: 100px 0 80px;
	text-align: center;
	color: #fff;
	background-color: #3398CC
}

.openby .cn,.openby .typed-cursor {
	font-size: 32px;
	line-height: 32px;
	display: inline-block
}

.openby .typed-cursor {
	margin-left: 6px
}

.openby .solid {
	font-size: 120px;
	line-height: 120px;
	height: 120px;
	font-family: 'AP';
	text-transform: uppercase;
	margin-top: 20px
}

.openby .hollow {
	font-size: 120px;
	line-height: 120px;
	height: 120px;
	font-family: 'AP';
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	animation-delay: 0.1s;
	transition: all 0.3s
}

.openby:hover .hollow {
	-webkit-text-fill-color: #fed130;
	-webkit-text-stroke-color: #fed130;
	color: #fed130
}

.openby.inner-page:hover .solid {
	color: #fed130
}

#about .about {
	width: 100%;
	padding-top: 150px
}

#about .about .texts {
	width: 100%;
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 80px;
	background-image: url(../img/26.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

#about .about .texts .title {
	font-size: 48px;
	text-align: center
}

#about .about .texts .desc {
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px
}

#about .develop {
	width: 100%;
	height: 300px;
	background-color: #fff
}

#about .develop .main {
	display: flex;
	justify-content: center;
	padding-top: 50px
}

#about .develop .main .item {
	min-width: 190px;
	margin-left: 140px
}

#about .develop .main .item:first-child {
	margin-left: 0
}

#about .develop .main .item .nums {
	position: relative
}

#about .develop .main .item .nums .numhide {
	font-size: 120px;
	height: 120px;
	line-height: 120px;
	color: #fed130;
	font-family: 'ap';
	opacity: 0
}

#about .develop .main .item .nums .num {
	width: 100%;
	font-size: 120px;
	height: 120px;
	line-height: 120px;
	color: #fed130;
	font-family: 'ap';
	position: absolute;
	top: 0;
	left: 0
}

#about .develop .main .item .desc {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 10px
}

#about .swipers {
	width: 100%;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse
}

#about .swipers .swiper {
	width: 52%;
	height: 700px;
	position: relative
}

#about .swipers .swiper .swiper-container {
	width: 100%
}

#about .swipers .swiper .swiper-slide {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center
}

#about .swipers .swiper .swiper-slide img {
	width: 100%;
	opacity: 0
}

#about .swipers .swiper .page-b {
	background-color: #fff;
	max-width: 90%;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 28px
}

#about .swipers .swiper .page-b i {
	display: block;
	width: 100px;
	height: 2px;
	background-color: #333;
	flex-shrink: 0;
	margin-right: 40px
}

#about .swipers .swiper .page-b .num {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between
}

#about .swipers .swiper .page-b .num a {
	font-size: 30px;
	margin-right: 40px;
	color: #fed130;
	font-family: 'ap';
	transition: all 0.3s
}

#about .swipers .swiper .page-b .num a.active {
	font-size: 40px;
	color: #333
}

#about .swipers .swiper .page-b .num a:last-child {
	margin-right: 0
}

#about .swipers .texts {
	width: 48%;
	padding: 0 120px;
	transform: translateY(-60px)
}

#about .swipers .texts .label {
	font-size: 24px
}

#about .swipers .texts .title {
	font-size: 48px
}

#about .swipers .texts .desc {
	font-size: 14px;
	line-height: 32px;
	margin-top: 50px
}

#about .business {
	width: 100%;
	margin-top: 140px
}

#about .business .tab {
	width: 100%;
	padding: 0 6.25%;
	display: flex;
	justify-content: center
}

#about .business .tab a {
	display: inline-block;
	font-size: 16px;
	padding: 0 6px;
	margin: 0 22px;
	position: relative
}

#about .business .tab a span {
	position: relative;
	z-index: 2;
	text-transform: uppercase
}

#about .business .tab a::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s
}

#about .business .tab a:hover::after,#about .business .tab a.active::after {
	background-color: #fed130
}

#about .business .tab a:nth-child(2) {
	animation-delay: 0.1s
}

#about .business .tab a:nth-child(3) {
	animation-delay: 0.2s
}

#about .business .tab a:nth-child(4) {
	animation-delay: 0.3s
}

#about .business .tab a:nth-child(5) {
	animation-delay: 0.4s
}

#about .business .tab a:nth-child(6) {
	animation-delay: 0.5s
}

#about .business .tab a:nth-child(7) {
	animation-delay: 0.6s
}

#about .business .mains {
	width: 100%;
	padding: 90px 0 150px;
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

#about .business .mains .text-swiper {
	width: 37.5%;
	padding: 0 6.25%
}

#about .business .mains .text-swiper .swiper-container,#about .business .mains .text-swiper .swiper-wrapper {
	width: 100%;
	height: 100%
}

#about .business .mains .text-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 60px;
	padding-bottom: 32px
}

#about .business .mains .text-swiper .swiper-slide .title .en {
	font-size: 40px;
	font-family: 'AP';
	text-transform: uppercase
}

#about .business .mains .text-swiper .swiper-slide .title .cn {
	font-size: 24px;
	text-transform: uppercase
}

#about .business .mains .text-swiper .swiper-slide .bot {
	width: 100%;
	max-width: 14.6vw
}

#about .business .mains .text-swiper .swiper-slide .bot .desc {
	font-size: 14px;
	line-height: 32px
}

#about .business .mains .text-swiper .swiper-slide .bot .more {
	display: flex;
	align-items: center;
	margin-top: 45px
}

#about .business .mains .text-swiper .swiper-slide .bot .more span {
	font-size: 20px;
	color: #ddd;
	font-family: 'AP';
	line-height: 20px
}

#about .business .mains .text-swiper .swiper-slide .bot .more i {
	font-size: 20px;
	margin-left: 20px;
	color: #ddd
}

#about .business .mains .img-swiper {
	width: 62.5%
}

#about .business .mains .img-swiper .swiper-container,#about .business .mains .img-swiper .swiper-wrapper {
	width: 100%;
	height: auto
}

#about .business .mains .img-swiper .swiper-slide {
	background-image: none !important;
	border-radius: 10px;
	overflow: hidden;
	padding: 8px 24px 32px
}

#about .business .mains .img-swiper .swiper-slide img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1)
}

#about .business .mains .img-swiper .swiper-slide:nth-child(1) {
	animation-delay: 0.1s
}

#about .business .mains .img-swiper .swiper-slide:nth-child(2) {
	animation-delay: 0.2s
}

#about .business .mains .img-swiper .swiper-slide:nth-child(3) {
	animation-delay: 0.3s
}

#about .business .mains .img-swiper .swiper-slide:nth-child(4) {
	animation-delay: 0.4s
}

#about .business .mains .img-swiper .swiper-slide:nth-child(5) {
	animation-delay: 0.5s
}

#about .business .mains .img-swiper .swiper-slide:nth-child(6) {
	animation-delay: 0.6s
}

#about .business .mains .img-swiper .swiper-slide:nth-child(7) {
	animation-delay: 0.7s
}

#culture .culture {
	padding-top: 150px;
	margin-left: 200px;
	margin-right: 200px;
	overflow: hidden
}

#culture .culture .left {
	width: 44.7%;
	float: left
}

#culture .culture .right {
	width: 44.7%;
	float: right;
	padding-top: 230px
}

#culture .culture .item {
	width: 100%;
	margin-bottom: 120px
}

#culture .culture .item .tops {
	width: 100%;
	display: flex
}

#culture .culture .item .tops .en {
	white-space: nowrap;
	font-size: 60px;
	font-family: 'AP';
	color: #fed130;
	text-transform: uppercase;
	height: 50px;
	line-height: 40px;
	margin-right: 60px
}

#culture .culture .item .tops .cn .label {
	font-size: 18px;
	color: #888;
	line-height: 18px
}

#culture .culture .item .tops .cn .desc {
	font-size: 28px
}

#culture .culture .item .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px
}

#culture .culture .item .img img {
	width: 100%;
	transition: all 0.3s
}

#culture .culture .item .img:hover img {
	transform: scale(1.1)
}

#dev .dev {
	padding-top: 145px;
	margin-left: 200px;
	margin-right: 200px
}

#dev .dev .sec {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: stretch;
	padding-bottom: 100px
}

#dev .dev .sec .left {
	width: 50%;
	padding: 0 120px 0 0
}

#dev .dev .sec .left .img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: center
}

#dev .dev .sec .left .img img {
	display: none
}

#dev .dev .sec .right {
	width: 50%;
	padding-left: 66px;
	position: relative
}

#dev .dev .sec .right .en {
	font-size: 120px;
	font-family: 'AP';
	color: #fed130;
	line-height: 90px;
	position: relative;
	z-index: 1
}

#dev .dev .sec .right .cn {
	position: relative;
	z-index: 2;
	margin-top: -20px
}

#dev .dev .sec .right .cn p:nth-child(1) {
	font-size: 28px;
	line-height: 28px
}

#dev .dev .sec .right .cn p:nth-child(2) {
	font-size: 24px
}

#dev .dev .sec .right .list {
	width: 100%;
	margin-top: 24px
}

#dev .dev .sec .right .list .line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 20px
}

#dev .dev .sec .right .list .line:last-child {
	padding-bottom: 6px
}

#dev .dev .sec .right .list .line .year {
	width: 63px;
	flex-shrink: 0;
	font-size: 24px;
	font-family: 'AP';
	margin-top: 3px
}

#dev .dev .sec .right .list .line .content {
	width: 100%;
	padding-left: 24px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 24px
}

#dev .dev .sec .right .list .line .content .typed-cursor {
	font-size: 20px;
	padding-left: 6px
}

#dev .dev .sec .right .list .line i.line {
	width: 1px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 64px;
	z-index: 1
}

#dev .dev .sec .right .list .line i.dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fed130;
	position: absolute;
	top: 14px;
	left: 61px;
	z-index: 2
}

#dev .dev .sec:nth-child(even) {
	flex-direction: row
}

#dev .dev .sec:nth-child(even) .left {
	padding: 0 0 0 120px
}

#dev .dev .sec:nth-child(even) .right {
	padding-left: 0;
	padding-right: 66px
}

#honor .list {
	padding-top: 120px;
	margin-left: 200px;
	margin-right: 200px;
	display: flex;
	flex-wrap: wrap
}

#honor .list .item {
	width: 23%;
	float: left;
	margin-left: 2.66%;
	margin-bottom: 40px
}

#honor .list .item .img {
	width: 100%;
	height: 230px;
	overflow: hidden
}

#honor .list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s
}

#honor .list .item .img:hover img {
	transform: scale(1.1)
}

#honor .list .item .title {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
	text-align: center
}

#honor .list .item:nth-child(4n+1) {
	margin-left: 0
}

#honor .list .item:nth-child(1) {
	animation-delay: 0ms
}

#honor .list .item:nth-child(2) {
	animation-delay: 50ms
}

#honor .list .item:nth-child(3) {
	animation-delay: 100ms
}

#honor .list .item:nth-child(4) {
	animation-delay: 150ms
}

#honor .list .item:nth-child(5) {
	animation-delay: 200ms
}

#honor .list .item:nth-child(6) {
	animation-delay: 250ms
}

#honor .list .item:nth-child(7) {
	animation-delay: 300ms
}

#honor .list .item:nth-child(8) {
	animation-delay: 350ms
}

#honor .list .item:nth-child(9) {
	animation-delay: 400ms
}

#honor .list .item:nth-child(10) {
	animation-delay: 450ms
}

#honor .list .item:nth-child(11) {
	animation-delay: 500ms
}

#honor .list .item:nth-child(12) {
	animation-delay: 550ms
}

#honor .pages {
	margin-top: 70px;
	margin-bottom: 110px
}

#impre .list {
	padding-top: 120px;
	margin-left: 200px;
	margin-right: 200px;
	display: flex;
	flex-wrap: wrap
}

#impre .list .item {
	width: 31.5%;
	float: left;
	margin-left: 2.75%;
	margin-bottom: 40px;
	position: relative;
	top: 0;
	transition: all 0.3s
}

#impre .list .item .img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.3s
}

#impre .list .item .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s
}

#impre .list .item .text {
	width: 100%;
	padding-top: 18px
}

#impre .list .item .text .title {
	width: 100%;
	font-size: 18px;
	line-height: 18px
}

#impre .list .item .text .date {
	font-family: 'AP';
	color: #888;
	font-size: 20px;
	margin-top: 6px
}

#impre .list .item:hover {
	top: -10px
}

#impre .list .item:hover .img img {
	transform: scale(1.1)
}

#impre .list .item:nth-child(3n+1) {
	margin-left: 0
}

#impre .list .item:nth-child(1) {
	animation-delay: 0ms
}

#impre .list .item:nth-child(2) {
	animation-delay: 50ms
}

#impre .list .item:nth-child(3) {
	animation-delay: 100ms
}

#impre .list .item:nth-child(4) {
	animation-delay: 150ms
}

#impre .list .item:nth-child(5) {
	animation-delay: 200ms
}

#impre .list .item:nth-child(6) {
	animation-delay: 250ms
}

#impre .list .item:nth-child(7) {
	animation-delay: 300ms
}

#impre .list .item:nth-child(8) {
	animation-delay: 350ms
}

#impre .list .item:nth-child(9) {
	animation-delay: 400ms
}

#impre .pages {
	margin-top: 70px;
	margin-bottom: 110px
}

#join .mod-title {
	padding-top: 150px;
	margin-left: 200px;
	margin-right: 200px;
	text-align: center
}

#join .mod-title .en {
	font-size: 120px;
	line-height: 80px;
	color: #fed130;
	font-family: 'AP'
}

#join .mod-title .cn {
	font-size: 30px;
	line-height: 30px;
	margin-top: -20px;
	animation-delay: 100ms
}

#join .mod-title .desc {
	font-size: 16px;
	margin-top: 15px;
	animation-delay: 200ms
}

#join .cates {
	width: 100%;
	max-width: 960px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

#join .cates .item {
	margin-left: 130px;
	margin-top: 50px
}

#join .cates .item img {
	display: block;
	width: 76px;
	height: 61px;
	margin: 0 auto
}

#join .cates .item p {
	text-align: center;
	font-size: 16px;
	margin-top: 16px;
	white-space: nowrap;
	text-transform: uppercase
}

#join .cates .item:nth-child(5n+1) {
	margin-left: 0
}

#join .cates .item:nth-child(1) {
	animation-delay: 0ms
}

#join .cates .item:nth-child(2) {
	animation-delay: 50ms
}

#join .cates .item:nth-child(3) {
	animation-delay: 100ms
}

#join .cates .item:nth-child(4) {
	animation-delay: 150ms
}

#join .cates .item:nth-child(5) {
	animation-delay: 200ms
}

#join .cates .item:nth-child(6) {
	animation-delay: 250ms
}

#join .cates .item:nth-child(7) {
	animation-delay: 300ms
}

#join .cates .item:nth-child(8) {
	animation-delay: 350ms
}

#join .cates .item:nth-child(9) {
	animation-delay: 400ms
}

#join .cates .item:nth-child(10) {
	animation-delay: 550ms
}

#join .list {
	margin-top: 70px;
	margin-left: 200px;
	margin-right: 200px;
	padding-bottom: 100px
}

#join .list .item {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px 40px;
	margin-bottom: 20px;
	transition: all 0.3s
}

#join .list .item .tops {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#join .list .item .tops .title {
	font-size: 18px;
	text-transform: uppercase
}

#join .list .item .tops .date {
	font-size: 20px;
	color: #888;
	font-family: 'AP';
	transition: all 0.3s
}

#join .list .item .desc {
	font-size: 14px;
	line-height: 24px;
	color: #9c9c9c;
	margin-top: 10px;
	transition: all 0.3s
}

#join .list .item:hover {
	border-color: #fff;
	box-shadow: 0 10px 30px #f1f1f1
}

#join .list .item:hover .tops .date {
	color: #fed130
}

#join .list .item:hover .desc {
	color: #333
}

#join .list .item:nth-child(1) {
	animation-delay: 0ms
}

#join .list .item:nth-child(2) {
	animation-delay: 50ms
}

#join .list .item:nth-child(3) {
	animation-delay: 100ms
}

#join .list .item:nth-child(4) {
	animation-delay: 150ms
}

#edu .section1 {
	padding-top: 180px;
	padding-bottom: 100px;
	margin-left: 200px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#edu .section1 .texts {
	width: 34.88%
}

#edu .section1 .texts .title {
	font-size: 40px
}

#edu .section1 .texts .small {
	font-size: 20px;
	animation-delay: 100ms
}

#edu .section1 .texts .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	animation-delay: 200ms
}

#edu .section1 .texts .labels {
	font-size: 14px;
	margin-top: 55px;
	animation-delay: 300ms
}

#edu .section1 .img {
	width: 61%
}

#edu .section1 .img img {
	width: 100%
}

#edu .section2 {
	padding: 200px 200px 240px;
	display: flex;
	justify-content: space-between;
	background-color: #f6f9fe
}

#edu .section2 .left {
	width: 36.8%
}

#edu .section2 .left .title {
	font-size: 40px;
	line-height: 48px
}

#edu .section2 .left .desc {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#edu .section2 .right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap
}

#edu .section2 .right .item {
	width: 36.84%;
	margin-left: 13.16%;
	margin-bottom: 90px
}

#edu .section2 .right .item .title {
	font-size: 18px
}

#edu .section2 .right .item i {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130;
	margin-top: 17px
}

#edu .section2 .right .item .desc {
	margin-top: 36px;
	font-size: 14px;
	line-height: 24px
}

#edu .section2 .right .item:nth-child(3) {
	margin-bottom: 0
}

#edu .section2 .right .item:nth-child(4) {
	margin-bottom: 0
}

#edu .section3 {
	padding: 0 200px 60px;
	display: flex;
	justify-content: space-between;
	margin-top: -120px
}

#edu .section3 .item {
	display: block;
	width: 23%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 35px;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2);
	transition: all 0.3s;
	position: relative;
	top: 0
}

#edu .section3 .item img {
	display: block;
	width: 75px;
	height: auto;
	margin: 0 auto
}

#edu .section3 .item .title {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 15px
}

#edu .section3 .item .desc {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 15px
}

#edu .section3 .item:hover {
	top: -10px
}

#edu .section4 {
	padding: 110px 200px 180px
}

#edu .section4 .line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 90px
}

#edu .section4 .line .img {
	position: absolute;
	right: 0;
	top: 0;
	width: 47.36%
}

#edu .section4 .line .img img {
	width: 100%
}

#edu .section4 .line .texts {
	width: 40%;
	padding-top: 50px;
	animation-delay: 100ms
}

#edu .section4 .line .texts i {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130
}

#edu .section4 .line .texts .title {
	margin-top: 24px;
	font-size: 30px
}

#edu .section4 .line .texts .desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px
}

#edu .section4 .line:nth-child(even) {
	flex-direction: row-reverse
}

#edu .section4 .line.line2 .img {
	right: auto;
	left: 0
}

#edu .section4 .line.line2 .texts {
	padding-top: 26%
}

#invo .news {
	padding-top: 120px;
	padding-bottom: 100px;
	margin-left: 200px;
	margin-right: 200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

#invo .news .list {
	width: calc(100% - 400px)
}

#invo .news .list .item {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s
}

#invo .news .list .item .img {
	width: 400px;
	height: 305px;
	flex-shrink: 0
}

#invo .news .list .item .img img {
	width: 100%;
	height: 100%
}

#invo .news .list .item .texts {
	width: calc(100% - 400px);
	padding: 10px 40px 10px 50px
}

#invo .news .list .item .texts .date {
	font-size: 14px;
	font-weight: bold;
	color: #888;
	line-height: 20px;
	transition: color 0.3s
}

#invo .news .list .item .texts .title {
	font-size: 18px;
	margin-top: 28px
}

#invo .news .list .item .texts .desc {
	line-height: 24px;
	color: #9c9c9c;
	margin-top: 10px;
	height: 72px;
	transition: color 0.3s
}

#invo .news .list .item .texts .more {
	display: inline-flex;
	align-items: center;
	margin-top: 50px;
	color: #ddd;
	font-size: 18px;
	font-family: 'AP';
	transition: color 0.3s
}

#invo .news .list .item .texts .more i {
	margin-left: 20px;
	font-size: 18px
}

#invo .news .list .item:hover {
	border-color: #fff;
	box-shadow: 0 10px 30px #f1f1f1
}

#invo .news .list .item:hover .texts .date {
	color: #fed130
}

#invo .news .list .item:hover .texts .desc {
	color: #333
}

#invo .news .list .item:hover .texts .more {
	color: #3398CC
}

#invo .news .list .pages {
	justify-content: flex-end;
	margin-top: 30px
}

#invo .news .hot {
	width: 360px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px 20px 30px
}

#invo .news .hot .mod {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding-left: 10px;
	border-left: 3px solid #fed130
}

#invo .news .hot ul {
	margin-top: 15px
}

#invo .news .hot li {
	width: 100%;
	height: 40px;
	margin-top: 6px;
	border-bottom: 1px solid #f3f3f3;
	line-height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#invo .prtn {
	padding-top: 120px;
	padding-bottom: 100px;
	margin-left: 200px;
	margin-right: 200px
}

#invo .prtn .list {
	width: 100%
}

#invo .prtn .item {
	width: 23%;
	float: left;
	display: block;
	margin-left: 2.66%;
	margin-bottom: 50px
}

#invo .prtn .item:nth-child(4n+1) {
	margin-left: 0
}

#invo .prtn .item .img {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s
}

#invo .prtn .item .img img {
	width: 100%
}

#invo .prtn .item .img:hover {
	background-color: #fed130;
	border-color: #fed130;
	box-shadow: 0 0 20px #ddd
}

#invo .prtn .item p {
	margin-top: 28px;
	text-align: center;
	font-size: 18px
}

#invo .prtn .pages {
	margin-top: 40px
}

#card .section1 {
	width: 100%;
	padding: 30px 200px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#card .section1 .texts {
	width: 60%;
	max-width: 580px
}

#card .section1 .texts .title {
	font-size: 40px;
	line-height: 56px
}

#card .section1 .texts .desc {
	font-size: 20px;
	line-height: 36px;
	animation-delay: 100ms
}

#card .section1 .texts .small {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	animation-delay: 200ms
}

#card .section1 .imgs {
	position: relative;
	width: 30%;
	display: flex;
	justify-content: space-between
}

#card .section1 .imgs .img1 {
	width: 48%;
	position: relative;
	top: 160px;
	animation-delay: 100ms
}

#card .section1 .imgs .img2 {
	width: 48%;
	position: relative;
	top: 90px
}

#card .section2 {
	width: 100%;
	background-color: #f6f9fe;
	padding: 130px 200px
}

#card .section2 .mod {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

#card .section2 .mod .title {
	font-size: 40px;
	line-height: 56px
}

#card .section2 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#card .section2 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 100px
}

#card .section2 .items .item {
	width: 180px;
	text-align: center
}

#card .section2 .items .item .img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	transition: all 0.3s
}

#card .section2 .items .item .img img {
	width: 100%
}

#card .section2 .items .item .title {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	margin-top: 30px
}

#card .section2 .items .item .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 6px
}

#card .section2 .items .item:hover .img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH
}

#card .section3 {
	width: 100%;
	padding: 70px 200px
}

#card .section3 .mod {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

#card .section3 .mod .title {
	font-size: 40px;
	line-height: 56px
}

#card .section3 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#card .section3 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 70px
}

#card .section3 .items .item {
	width: 23%;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	top: 0
}

#card .section3 .items .item .img {
	width: 100%
}

#card .section3 .items .item .img img {
	width: 100%
}

#card .section3 .items .item .text {
	padding: 25px 30px 35px
}

#card .section3 .items .item .text .title {
	font-size: 18px
}

#card .section3 .items .item .text .desc {
	line-height: 24px;
	margin-top: 10px
}

#card .section3 .items .item:hover {
	top: -10px
}

#card .section4 {
	width: 100%;
	padding: 80px 200px 130px
}

#card .section4 .mod {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

#card .section4 .mod .title {
	font-size: 40px;
	line-height: 56px
}

#card .section4 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#card .section4 .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px
}

#card .section4 .item .img {
	width: 50%;
	max-width: 720px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: right;
	overflow: hidden
}

#card .section4 .item .img img {
	width: 73.6%;
	animation-delay: 200ms
}

#card .section4 .item .text {
	width: 50%;
	padding: 0 9.6%
}

#card .section4 .item .text .title {
	width: 100%;
	font-size: 24px;
	font-weight: bold
}

#card .section4 .item .text i.line {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130;
	margin-top: 20px
}

#card .section4 .item .text .desc {
	width: 100%;
	margin-top: 14px;
	font-size: 18px;
	line-height: 24px
}

#card .section4 .item .text .small {
	line-height: 24px;
	margin-top: 20px
}

#card .section4 .item:nth-of-type(odd) {
	flex-direction: row-reverse
}

#card .section5 {
	width: 100%;
	padding: 70px 200px 80px
}

#card .section5 .mod {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

#card .section5 .mod .title {
	font-size: 40px;
	line-height: 56px
}

#card .section5 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#card .section5 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px
}

#card .section5 .items .item {
	width: 23%;
	margin-bottom: 30px
}

#card .section5 .items .item .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px
}

#card .section5 .items .item .img img {
	width: 100%;
	transition: all 0.3s
}

#card .section5 .items .item .img:hover img {
	transform: scale(1.1)
}

#card .section5 .items .item .title {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	text-align: center
}

#logi .section1 {
	padding-top: 180px;
	padding-bottom: 100px;
	margin-left: 200px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#logi .section1 .texts {
	width: 34.88%
}

#logi .section1 .texts .title {
	font-size: 40px
}

#logi .section1 .texts .small {
	font-size: 20px;
	line-height: 32px;
	animation-delay: 100ms;
	margin-top: 10px
}

#logi .section1 .texts .labels {
	font-size: 14px;
	margin-top: 55px;
	animation-delay: 300ms
}

#logi .section1 .texts .labels p {
	display: block;
	margin-top: 10px;
	display: flex
}

#logi .section1 .texts .labels p::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fed130;
	margin: 7px 15px 0 0
}

#logi .section1 .img {
	width: 61%
}

#logi .section1 .img img {
	width: 100%
}

#logi .section2 {
	padding: 140px 200px 80px;
	background-color: #f6f9fe;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#logi .section2 .lefts {
	width: 50%;
	max-width: 500px;
	padding-right: 20px
}

#logi .section2 .lefts .title {
	font-size: 30px;
	line-height: 40px
}

#logi .section2 .lefts .small {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	animation-delay: 100ms
}

#logi .section2 .lefts img {
	margin-top: 100px;
	width: 100%;
	max-width: 435px;
	display: block;
	animation-delay: 200ms
}

#logi .section2 .rights {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#logi .section2 .rights .item {
	display: block;
	width: 48%;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1)
}

#logi .section2 .rights .item .img {
	width: 100%;
	overflow: hidden
}

#logi .section2 .rights .item .img img {
	width: 100%;
	transition: all 0.3s
}

#logi .section2 .rights .item p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 10px;
	font-size: 16px;
	text-align: center
}

#logi .section2 .rights .item:hover .img img {
	transform: scale(1.1)
}

#logi .section3 {
	padding: 110px 200px 100px
}

#logi .section3 .mod {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

#logi .section3 .mod .title {
	font-size: 40px;
	line-height: 56px
}

#logi .section3 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#logi .section3 .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px
}

#logi .section3 .list .item {
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	margin-bottom: 20px
}

#logi .section3 .list .item .img {
	width: 240px;
	height: 200px;
	flex-shrink: 0;
	overflow: hidden
}

#logi .section3 .list .item .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s
}

#logi .section3 .list .item .text {
	width: calc(100% - 240px);
	padding: 10px 40px
}

#logi .section3 .list .item .text .title {
	font-size: 18px
}

#logi .section3 .list .item .text .desc {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 10px
}

#logi .section3 .list .item:hover .img img {
	transform: scale(1.1)
}

#secu .section1 {
	padding-top: 180px;
	padding-bottom: 100px;
	margin-left: 200px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#secu .section1 .texts {
	width: 34.88%
}

#secu .section1 .texts .title {
	font-size: 40px
}

#secu .section1 .texts .small {
	font-size: 20px;
	line-height: 32px;
	animation-delay: 100ms;
	margin-top: 10px
}

#secu .section1 .texts .items {
	animation-delay: 300ms;
	margin-top: 75px
}

#secu .section1 .texts .items .item {
	width: 100%;
	margin-top: 45px;
	text-transform: uppercase
}

#secu .section1 .texts .items .item .title {
	font-size: 18px
}

#secu .section1 .texts .items .item i.line {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130;
	margin-top: 10px
}

#secu .section1 .texts .items .item .desc {
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px
}

#secu .section1 .img {
	width: 61%
}

#secu .section1 .img img {
	width: 100%
}

#secu .section2 {
	width: 100%;
	padding: 90px 200px;
	background-image: url(../img/104.png);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch
}

#secu .section2 .tab {
	width: 300px
}

#secu .section2 .tab .item {
	width: 100%;
	height: 180px;
	margin-top: 30px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all 0.3s
}

#secu .section2 .tab .item:first-child {
	margin-top: 0
}

#secu .section2 .tab .item i {
	font-size: 60px;
	line-height: 60px;
	color: #0913c0;
	transition: all 0.3s
}

#secu .section2 .tab .item p {
	font-size: 18px;
	margin-top: 16px
}

#secu .section2 .tab .item:hover,#secu .section2 .tab .item.active {
	background-color: #0913c0;
	color: #fff
}

#secu .section2 .tab .item:hover i,#secu .section2 .tab .item.active i {
	color: #fff
}

#secu .section2 .rights {
	width: calc(100% - 300px);
	padding-top: 56px;
	padding-left: 130px;
	color: #fff
}

#secu .section2 .rights .cont {
	display: none
}

#secu .section2 .rights .mod {
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #4d4e57
}

#secu .section2 .rights .items {
	width: 100%
}

#secu .section2 .rights .items .item {
	width: 100%;
	padding: 35px 0 25px;
	border-bottom: 1px solid #4d4e57
}

#secu .section2 .rights .items .item .title {
	font-size: 18px
}

#secu .section2 .rights .items .item i.line {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130;
	margin-top: 10px
}

#secu .section2 .rights .items .item .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px
}

#secu .section3 {
	width: 100%;
	padding: 70px 200px
}

#secu .section3 .mod {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

#secu .section3 .mod .title {
	font-size: 40px;
	line-height: 56px
}

#secu .section3 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	animation-delay: 100ms
}

#secu .section3 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 70px
}

#secu .section3 .items .item {
	display: block;
	width: 23%;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all 0.3s
}

#secu .section3 .items .item .img {
	width: 100%
}

#secu .section3 .items .item .img img {
	width: 100%
}

#secu .section3 .items .item .text {
	padding: 25px 30px
}

#secu .section3 .items .item .text .title {
	font-size: 18px
}

#secu .section3 .items .item .text .desc {
	line-height: 24px;
	margin-top: 10px
}

#secu .section3 .items .item .text .more {
	display: flex;
	align-items: center;
	position: absolute;
	left: 30px;
	bottom: 20px
}

#secu .section3 .items .item .text .more span {
	font-size: 20px;
	color: #ddd;
	font-family: 'AP';
	line-height: 20px;
	transition: color 0.3s
}

#secu .section3 .items .item .text .more i {
	font-size: 20px;
	margin-left: 20px;
	color: #ddd;
	transition: color 0.3s
}

#secu .section3 .items .item:hover {
	top: -10px
}

#secu .section3 .items .item:hover .text .more span,#secu .section3 .items .item:hover .text .more i {
	color: #3398CC
}

#contact .forms {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: -60px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2
}

#contact .forms .cont {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 140px 70px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1)
}

#contact .forms .mod {
	width: 100%;
	text-align: center
}

#contact .forms .mod .title {
	font-size: 30px;
	line-height: 30px
}

#contact .forms .mod .desc {
	font-size: 16px;
	margin-top: 16px
}

#contact .forms .form {
	width: 100%;
	margin-top: 75px
}

#contact .forms .form input,#contact .forms .form textarea {
	-webkit-appearance: none;
	appearance: none
}

#contact .forms .form .inputs {
	width: 100%;
	display: flex;
	justify-content: space-between
}

#contact .forms .form .inputs .item {
	margin-left: 40px;
	width: 100%
}

#contact .forms .form .inputs .item:first-child {
	margin-left: 0
}

#contact .forms .form .inputs .item .label {
	font-size: 20px;
	font-family: 'ap';
	line-height: 20px;
	transition: all 0.3s;
	opacity: 0;
	margin-bottom: 10px
}

#contact .forms .form .inputs .item input {
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	background-color: transparent;
	transition: all 0.3s
}

#contact .forms .form .inputs .item input:focus {
	border-color: #0913c0
}

#contact .forms .form .inputs .item select {
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	background-color: transparent;
	transition: all 0.3s
}

#contact .forms .form .inputs .item select:focus {
	border-color: #0913c0
}

#contact .forms .form .inputs .item.active .label {
	opacity: 1
}

#contact .forms .form .textarea {
	width: 100%;
	height: 200px;
	margin-top: 30px
}

#contact .forms .form .textarea textarea {
	width: 100%;
	height: 100%;
	resize: none;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: transparent;
	padding: 14px;
	transition: all 0.3s
}

#contact .forms .form .textarea textarea:focus {
	border-color: #0913c0
}

#contact .forms .form .fun {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px
}

#contact .forms .form .fun .yzm {
	width: 100%;
	max-width: 310px;
	display: flex;
	align-items: center
}

#contact .forms .form .fun .yzm input {
	width: 150px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: transparent;
	padding: 0 14px;
	transition: all 0.3s
}

#contact .forms .form .fun .yzm input:focus {
	border-color: #0913c0
}

#contact .forms .form .fun .yzm img {
	display: block;
	width: 150px;
	height: 50px;
	border: 1px solid #ddd;
	margin-left: 10px
}

#contact .forms .form .fun .btn {
	display: block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	background-color: #333;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 0;
	border: none
}

#contact .pay {
	margin-left: 200px;
	margin-right: 200px;
	padding: 80px 0 80px
}

#contact .pay .item {
	width: 100%;
	margin-bottom: 50px
}

#contact .pay .label {
	display: block;
	width: 180px;
	padding-left: 16px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	background-color: #fed130;
	border-radius: 8px 8px 0 0
}

#contact .pay .table {
	width: 100%;
	border-top: 2px solid #fed130
}

#contact .pay .table .line {
	width: 100%;
	border-left: 1px solid #e6e6e6;
	display: flex
}

#contact .pay .table .th {
	background-color: #fafafa
}

#contact .pay .table .th,#contact .pay .table .td {
	padding: 14px 10px 14px 16px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	word-break: break-all
}

#contact .pay .table.type1 .th {
	width: 180px
}

#contact .pay .table.type1 .td:nth-of-type(2n) {
	width: calc(50% - 180px)
}

#contact .pay .table.type1 .td.col-3 {
	width: calc(100% - 180px)
}

#contact .pay .table.type2 .th:nth-of-type(1),#contact .pay .table.type2 .td:nth-of-type(1) {
	width: 180px
}

#contact .pay .table.type2 .th:nth-of-type(2),#contact .pay .table.type2 .td:nth-of-type(2) {
	width: calc(70% - 180px)
}

#contact .pay .table.type2 .th:nth-of-type(3),#contact .pay .table.type2 .td:nth-of-type(3) {
	width: 30%
}

#contact .pay .table.type2 .td.col-3 {
	width: calc(100% - 180px)
}

#contact .pay .table.type3 .th:nth-of-type(1),#contact .pay .table.type3 .td:nth-of-type(1) {
	width: 180px
}

#contact .pay .table.type3 .th:nth-of-type(2),#contact .pay .table.type3 .td:nth-of-type(2) {
	width: calc(100% - 180px)
}

#contact .pay .table.type3 .s-td {
	padding: 0
}

#contact .pay .table.type3 .m-td {
	padding: 14px 16px;
	border-bottom: 1px solid #e6e6e6
}

#contact .pay .table.type3 .m-td:last-child {
	border-bottom: none
}

#asce .live {
	padding-top: 160px;
	margin: 0 200px
}

#asce .live .mod-title {
	font-size: 24px;
	line-height: 24px
}

#asce .live .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-bottom: 30px
}

#asce .live .list .item {
	display: block;
	width: 31.6%;
	height: 240px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-left: 2.6%;
	margin-top: 30px;
	padding: 0 20px 20px 20px;
	transition: all 0.3s
}

#asce .live .list .item:nth-child(3n+1) {
	margin-left: 0
}

#asce .live .list .item .info {
	display: flex
}

#asce .live .list .item .info .img {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top: -30px;
	flex-shrink: 0
}

#asce .live .list .item .info .img img {
	width: 100%;
	height: 100%
}

#asce .live .list .item .info .text {
	padding-left: 30px;
	padding-top: 20px
}

#asce .live .list .item .info .text p {
	margin-top: 8px
}

#asce .live .list .item .title {
	font-size: 18px;
	line-height: 28px;
	height: 56px
}

#asce .live .list .item .link {
	color: #0913c0;
	margin-top: 30px
}

#asce .live .list .item:hover {
	border-color: transparent;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1)
}

#asce .course {
	margin: 25px 200px 0
}

#asce .course .mod-title {
	font-size: 24px;
	line-height: 24px
}

#asce .course .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px
}

#asce .course .list .item {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
	width: 23%;
	margin-left: 2.66%;
	margin-bottom: 30px;
	transition: all 0.3s
}

#asce .course .list .item:nth-child(4n+1) {
	margin-left: 0
}

#asce .course .list .item .img {
	width: 100%
}

#asce .course .list .item .img img {
	width: 100%
}

#asce .course .list .item .text {
	width: 100%;
	padding: 24px 20px 20px
}

#asce .course .list .item .text .title {
	font-size: 18px;
	line-height: 18px
}

#asce .course .list .item .text .desc {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	color: #999
}

#asce .course .list .item:hover {
	border-color: transparent;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1)
}

#asce .c-list {
	margin-top: 70px;
	margin-left: 200px;
	margin-right: 200px;
	padding-bottom: 100px
}

#asce .c-list .tab {
	display: flex;
	align-items: center
}

#asce .c-list .tab a {
	display: inline-block;
	font-size: 16px;
	padding: 0 6px;
	position: relative
}

#asce .c-list .tab a span {
	position: relative;
	z-index: 2;
	text-transform: uppercase
}

#asce .c-list .tab a::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s
}

#asce .c-list .tab a:hover::after,#asce .c-list .tab a.active::after {
	background-color: #fed130
}

#asce .c-list .tab i {
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #ddd;
	margin: 0 24px;
	flex-shrink: 0
}

#asce .c-list .cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

#asce .c-list .lefts {
	width: calc(100% - 280px)
}

#asce .c-list .lefts .list {
	width: 100%;
	margin-top: 50px
}

#asce .c-list .lefts .list .item {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px
}

#asce .c-list .lefts .list .item .img {
	width: 250px;
	height: 165px;
	flex-shrink: 0
}

#asce .c-list .lefts .list .item .img img {
	width: 100%;
	height: 100%
}

#asce .c-list .lefts .list .item .text {
	width: calc(100% - 250px);
	padding: 10px 20px
}

#asce .c-list .lefts .list .item .text .title {
	font-size: 18px;
	line-height: 20px
}

#asce .c-list .lefts .list .item .text .cate {
	font-size: 14px;
	color: #999;
	margin-top: 8px
}

#asce .c-list .lefts .list .item .text .desc {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-top: 20px;
	color: #999
}

#asce .c-list .lefts .pages {
	margin-top: 40px;
	justify-content: flex-end
}

#asce .c-list .rights {
	width: 260px;
	border: 1px solid #ddd;
	padding: 18px;
	border-radius: 10px;
	margin-top: 50px
}

#asce .c-list .rights .mod-title {
	font-size: 16px;
	line-height: 16px;
	padding-left: 10px;
	border-left: 3px solid #fed130
}

#asce .c-list .rights .items {
	width: 100%;
	overflow: hidden;
	margin-top: 20px
}

#asce .c-list .rights .items a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	margin-bottom: 8px;
	height: 30px;
	padding: 0 14px;
	border-radius: 15px;
	border: 1px solid #ddd;
	text-align: center;
	transition: all 0.3s
}

#asce .c-list .rights .items a:hover,#asce .c-list .rights .items a.active {
	border-color: #0913c0;
	background-color: #0913c0;
	color: #fff
}

#find .section2 {
	padding-top: 80px;
	padding-bottom: 70px;
	padding-left: 310px;
	padding-right: 310px;
	display: flex;
	justify-content: space-between;
	background-color: #fed130;
	color: #333
}

#find .section2 .item .en {
	font-size: 20px;
	font-family: 'ap';
	line-height: 20px
}

#find .section2 .item .num {
	font-size: 60px;
	font-family: 'ap';
	line-height: 46px
}

#find .section2 .item i.line {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #333;
	margin-top: 15px
}

#find .section2 .item .cn {
	font-size: 16px;
	margin-top: 20px
}

#find .section3 {
	width: 100%;
	height: 720px;
	display: flex;
	align-items: stretch;
	justify-content: space-between
}

#find .section3 .left {
	display: block;
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center
}

#find .section3 .left .text {
	width: 100%;
	text-align: center;
	padding: 80px;
	color: #fff
}

#find .section3 .left .text .title {
	font-size: 20px
}

#find .section3 .left .text .desc {
	font-size: 14px;
	margin-top: 15px
}

#find .section3 .mid {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between
}

#find .section3 .mid .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

#find .section3 .mid .img img {
	display: none
}

#find .section3 .mid .text {
	width: 100%;
	padding: 50px 20px 40px;
	background-color: #fed130;
	flex-shrink: 0;
	text-align: center
}

#find .section3 .mid .text .title {
	font-size: 20px
}

#find .section3 .mid .text .desc {
	font-size: 14px;
	margin-top: 15px
}

#find .section3 .right {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between
}

#find .section3 .right .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

#find .section3 .right .img img {
	display: none
}

#find .section3 .right .text {
	width: 100%;
	padding: 50px 20px 40px;
	background-color: #212121;
	flex-shrink: 0;
	text-align: center;
	color: #fff
}

#find .section3 .right .text .title {
	font-size: 20px
}

#find .section3 .right .text .desc {
	font-size: 14px;
	margin-top: 15px
}

#find .section4 {
	width: 100%;
	padding: 0 80px;
	display: flex;
	align-items: center;
	height: 915px
}

#find .section4 .thumb {
	width: 1200px;
	height: 675px;
	position: relative
}

#find .section4 .thumb .swiper-thumb {
	width: 100%
}

#find .section4 .thumb .swiper-thumb .swiper-wrapper {
	height: 675px
}

#find .section4 .thumb .swiper-thumb .swiper-slide {
	width: 1200px;
	height: 675px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 10px
}

#find .section4 .thumb .swiper-thumb .swiper-slide .img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative
}

#find .section4 .thumb .swiper-thumb .swiper-slide .img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	background-color: #000;
	transition: all 0.3s
}

#find .section4 .thumb .swiper-thumb .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: all 0.3s
}

#find .section4 .thumb .swiper-thumb .swiper-slide .more {
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 30px;
	font-family: 'ap';
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	transition: all 0.6s
}

#find .section4 .thumb .swiper-thumb .swiper-slide .more::after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.6s;
	transform: skew(-30deg)
}

#find .section4 .thumb .swiper-thumb .swiper-slide .more span {
	position: relative;
	z-index: 2
}

#find .section4 .thumb .swiper-thumb .swiper-slide .qrcode {
	opacity: 0;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%)
}

#find .section4 .thumb .swiper-thumb .swiper-slide:hover .img::after {
	opacity: 0.3
}

#find .section4 .thumb .swiper-thumb .swiper-slide:hover img {
	transform: scale(1.1)
}

#find .section4 .thumb .swiper-thumb .swiper-slide:hover .more {
	opacity: 1;
	color: #3398CC
}

#find .section4 .thumb .swiper-thumb .swiper-slide:hover .more::after {
	width: 150%
}

#find .section4 .thumb .swiper-thumb .swiper-slide:hover .qrcode {
	opacity: 1
}

#find .section4 .texts {
	padding-left: 150px;
	height: 70px
}

#find .section4 .texts .swiper-container,#find .section4 .texts .swiper-wrapper {
	height: 100%
}

#find .section4 .texts .swiper-slide {
	height: 70px
}

#find .section4 .texts .cate {
	font-size: 14px;
	color: #888;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap
}

#find .section4 .texts .title {
	font-size: 24px;
	margin-top: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap
}

#find .section4 .navigation {
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	z-index: 3;
	background-color: #fed130;
	width: 50px;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

#find .section4 .navigation a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px
}

#find .section4 .navigation a i {
	font-size: 16px
}

#find .section4 .navigation .more {
	color: #fff;
	transition: color 0.3s
}

#find .section4 .navigation .more:hover {
	color: #333
}

#find .section4 .nums {
	height: 120px;
	width: 150px;
	position: absolute;
	bottom: 20px;
	right: -110px;
	z-index: 3
}

#find .section4 .nums .swiper-container,#find .section4 .nums .swiper-wrapper {
	height: 100%
}

#find .section4 .nums .swiper-slide {
	height: 120px;
	font-size: 180px;
	line-height: 105px;
	color: #fed130;
	font-family: 'ap'
}

#find .case-full {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background-color: rgba(0,0,0,0.9);
	padding: 100px 200px;
	overflow: hidden;
	perspective: 800
}

#find .case-full .items {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap
}

#find .case-full .item {
	width: 29.6%;
	display: block;
	float: left;
	margin-left: 5.6%;
	margin-bottom: 50px;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

#find .case-full .item .img {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

#find .case-full .item .img img {
	width: 100%;
	object-fit: cover
}

#find .case-full .item .img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s
}

#find .case-full .item .img .more {
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 30px;
	font-family: 'ap';
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.6s;
	opacity: 0
}

#find .case-full .item .img .more::after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.6s;
	transform: skew(-30deg)
}

#find .case-full .item .img .more span {
	position: relative;
	z-index: 2
}

#find .case-full .item .img .qrcode {
	opacity: 0;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%)
}

#find .case-full .item .img .qrcode img {
	width: 100%;
	height: 100%
}

#find .case-full .item .text {
	font-size: 20px;
	margin-top: 10px;
	color: #fff
}

#find .case-full .item:hover .img .more {
	opacity: 1;
	color: #3398CC
}

#find .case-full .item:hover .img .more::after {
	width: 150%
}

#find .case-full .item:hover .img .qrcode {
	opacity: 1
}

#find .case-full .item:hover .img::after {
	opacity: 1
}

#find .case-full .item:nth-child(3n+1) {
	margin-left: 0
}

.find-sec1 {
	padding-top: 180px;
	padding-bottom: 100px;
	margin-left: 200px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.find-sec1 .texts {
	width: 50%;
	max-width: 615px
}

.find-sec1 .texts .en {
	width: 100%;
	font-size: 100px;
	font-family: 'ap';
	color: #fed130;
	line-height: 100px;
	text-transform: uppercase
}

.find-sec1 .texts .bot {
	width: 100%;
	display: flex;
	margin-top: 20px
}

.find-sec1 .texts .bot i {
	display: block;
	width: 180px;
	height: 3px;
	background-color: #fed130;
	flex-shrink: 0;
	margin-top: 10px
}

.find-sec1 .texts .bot .text {
	width: 100%;
	margin-left: 36px
}

.find-sec1 .texts .bot .text .title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase
}

.find-sec1 .texts .bot .text .desc {
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px
}

.find-sec1 .img {
	width: 50%
}

.find-sec1 .img img {
	max-width: 100%
}

#bdata .section2 {
	width: 100%;
	height: 960px;
	background-image: url(../img/dc-sec2-0.jpg);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.3s
}

#bdata .section2 .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 70px 120px 50px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all 0.3s
}

#bdata .section2 .item .nums {
	text-align: right;
	transition: color 0.3s
}

#bdata .section2 .item .nums span {
	display: block;
	font-size: 80px;
	height: 70px;
	line-height: 70px;
	font-family: 'ap'
}

#bdata .section2 .item .nums p {
	font-size: 24px;
	line-height: 20px;
	height: 20px;
	font-family: 'ap';
	text-transform: uppercase;
	margin-top: 5px
}

#bdata .section2 .item .text .title {
	font-size: 20px;
	transition: color 0.3s
}

#bdata .section2 .item .text .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px
}

#bdata .section2 .item:hover {
	background-color: rgba(9,19,192,0.9)
}

#bdata .section2 .item:hover .nums {
	color: #fed130
}

#bdata .section2 .item:hover .text .title {
	color: #fed130
}

#bdata .section3 {
	width: 100%;
	padding: 95px 200px 110px
}

#bdata .section3 .mod-title {
	width: 100%;
	text-align: center;
	font-size: 40px
}

#bdata .section3 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 60px
}

#bdata .section3 .items .item {
	display: block;
	width: 24%
}

#bdata .section3 .items .item .img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

#bdata .section3 .items .item .img img {
	width: 100%
}

#bdata .section3 .items .item .text {
	position: relative;
	z-index: 2;
	width: calc(100% - 40px);
	margin: -40px auto 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 30px;
	border-radius: 10px;
	transition: all 0.3s
}

#bdata .section3 .items .item .text i {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	color: #0913c0
}

#bdata .section3 .items .item .text .title {
	font-size: 18px;
	margin-top: 15px;
	text-align: center
}

#bdata .section3 .items .item .text .desc {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 120px;
	margin-top: 18px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

#bdata .section3 .items .item .text .desc::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #f5f5f5
}

#bdata .section3 .items .item .text .desc::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: #f5f5f5
}

#bdata .section3 .items .item .text .desc::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #ddd
}

#bdata .section3 .items .item:hover .text {
	transform: translateY(-20px)
}

#fedu .section2 {
	width: 100%;
	height: 780px;
	display: flex;
	justify-content: center;
	align-items: stretch
}

#fedu .section2 .item {
	display: block;
	width: 25%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	transition: all 0.3s
}

#fedu .section2 .item .bg {
	display: none
}

#fedu .section2 .item .masks {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 270px;
	transition: all 0.3s
}

#fedu .section2 .item .masks i {
	font-size: 60px
}

#fedu .section2 .item .masks p {
	font-size: 20px;
	margin-top: 30px
}

#fedu .section2 .item .num {
	opacity: 0;
	position: absolute;
	top: 60px;
	right: 50px;
	z-index: 3;
	color: #fff;
	font-size: 120px;
	font-family: 'ap';
	line-height: 100px;
	height: 100px
}

#fedu .section2 .item .b-text {
	opacity: 0;
	width: 100%;
	background-color: #3398CC;
	color: #fff;
	padding: 40px 12%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2
}

#fedu .section2 .item .b-text .title {
	font-size: 20px
}

#fedu .section2 .item .b-text i.line {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130;
	margin-top: 15px
}

#fedu .section2 .item .b-text .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px
}

#fedu .section2 .item:hover {
	width: 46%
}

#fedu .section2 .item:hover .masks {
	opacity: 0
}

#fedu .section2 .item:hover .num {
	opacity: 1
}

#fedu .section2 .item:hover .b-text {
	opacity: 1
}

#fedu .section3 {
	width: 100%;
	padding: 70px 200px 30px
}

#fedu .section3 .mod-title {
	width: 100%;
	text-align: center;
	font-size: 40px
}

#fedu .section3 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 60px
}

#fedu .section3 .items .item {
	display: block;
	width: 24%
}

#fedu .section3 .items .item .img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

#fedu .section3 .items .item .img img {
	width: 100%
}

#fedu .section3 .items .item .text {
	position: relative;
	z-index: 2;
	width: calc(100% - 40px);
	margin: -40px auto 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 30px;
	border-radius: 10px;
	transition: all 0.3s
}

#fedu .section3 .items .item .text i {
	display: block;
	margin: 0 auto;
	width: 56px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

#fedu .section3 .items .item .text .title {
	font-size: 18px;
	margin-top: 15px;
	text-align: center
}

#fedu .section3 .items .item .text .desc {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	margin-top: 18px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

#fedu .section3 .items .item .text .desc::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #f5f5f5
}

#fedu .section3 .items .item .text .desc::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: #f5f5f5
}

#fedu .section3 .items .item .text .desc::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #ddd
}

#fedu .section3 .items .item:hover .text {
	transform: translateY(-20px)
}

#fedu .section4 {
	width: 100%;
	padding: 70px 200px 30px
}

#fedu .section4 .mod-title {
	width: 100%;
	text-align: center;
	font-size: 40px
}

#fedu .section4 .items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px
}

#fedu .section4 .item {
	width: 31.5%;
	margin-left: 2.75%;
	margin-bottom: 40px
}

#fedu .section4 .item:nth-child(3n+1) {
	margin-left: 0
}

#fedu .section4 .item .img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

#fedu .section4 .item .img img {
	width: 100%;
	transition: all 0.3s
}

#fedu .section4 .item .img:hover img {
	transform: scale(1.1)
}

#fedu .section4 .item p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 16px
}

#mov .section2 {
	width: 100%;
	position: relative
}

#mov .section2 .video {
	width: 100%;
	height: auto
}

#mov .section2 .video video {
	width: 100%;
	height: auto
}

#mov .section2 .video::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 2;
	background-color: rgba(0,0,0,0.2)
}

#mov .section2 .texts {
	width: 100%;
	text-align: center;
	padding: 0 200px 140px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4
}

#mov .section2 .texts .cn {
	font-size: 32px
}

#mov .section2 .texts .desc {
	font-size: 16px;
	margin-top: 10px;
	animation-delay: 100ms
}

#mov .section2 .texts .en {
	font-size: 60px;
	font-family: 'ap';
	text-transform: uppercase;
	margin-top: 10px;
	animation-delay: 200ms
}

#mov .section3 {
	width: 100%
}

#mov .section3 .mod {
	width: 100%;
	padding: 75px 200px 80px;
	text-align: center
}

#mov .section3 .mod .title {
	font-size: 40px
}

#mov .section3 .mod .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	animation-delay: 100ms
}

#mov .section3 .items {
	width: 100%;
	display: flex;
	justify-content: space-between
}

#mov .section3 .items .item {
	position: relative
}

#mov .section3 .items .item img {
	width: 100%;
	height: auto
}

#mov .section3 .items .item .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	transition: all 0.6s
}

#mov .section3 .items .item .mask .iconfont {
	font-size: 80px;
	display: block;
	flex-shrink: 0;
	transition: all 0.6s
}

#mov .section3 .items .item .mask .text {
	text-align: center;
	width: 126px;
	transition: all 0.6s
}

#mov .section3 .items .item .mask .text .title {
	font-size: 24px;
	margin-top: 22px
}

#mov .section3 .items .item .mask .text i.line {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin: 15px auto 0
}

#mov .section3 .items .item .mask .text .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px
}

#mov .section3 .items .item:hover .mask {
	width: 100%;
	height: 130px;
	padding: 32px 50px;
	background-color: rgba(0,0,0,0.8);
	flex-direction: row;
	justify-content: flex-start
}

#mov .section3 .items .item:hover .mask .text {
	width: 100%;
	text-align: left;
	padding-left: 30px
}

#mov .section3 .items .item:hover .mask .text .title {
	margin-top: 0;
	font-size: 20px
}

#mov .section3 .items .item:hover .mask .text i.line {
	display: none
}

#mov .section3 .items .item:hover .mask .text .desc {
	margin-top: 4px
}

#mark .section2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 800px
}

#mark .section2 .item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden
}

#mark .section2 .item .b-text {
	width: 100%;
	height: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}

#mark .section2 .item .b-text p {
	font-size: 20px
}

#mark .section2 .item .b-text span {
	font-size: 16px;
	font-family: 'ap'
}

#mark .section2 .item .more-text {
	width: 100%;
	height: auto;
	background-color: #333;
	padding: 60px 60px 70px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transform: translateY(100%);
	transition: all 0.3s
}

#mark .section2 .item .more-text .desc {
	width: 100%;
	font-size: 14px;
	line-height: 28px
}

#mark .section2 .item .more-text .s-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px
}

#mark .section2 .item .more-text .s-items .s-item {
	margin-right: 60px
}

#mark .section2 .item .more-text .s-items .s-item p {
	font-size: 16px;
	line-height: 16px
}

#mark .section2 .item .more-text .s-items .s-item i.line {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fed130;
	margin-top: 18px
}

#mark .section2 .item .more-text .s-items .s-item span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	font-family: 'ap';
	text-transform: uppercase
}

#mark .section2 .item:hover .more-text {
	transform: translateY(0)
}

#mark .section3 {
	width: 100%;
	padding: 90px 200px 100px
}

#mark .section3 .mod-title {
	font-size: 40px;
	text-align: center
}

#mark .section3 .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 90px
}

#mark .section3 .items .item {
	position: relative;
	text-align: center;
	width: 100%
}

#mark .section3 .items .item .num {
	font-size: 40px;
	font-family: 'ap';
	line-height: 40px
}

#mark .section3 .items .item .line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: relative;
	margin-top: 30px
}

#mark .section3 .items .item .line i {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px
}

#mark .section3 .items .item .iconfont {
	display: block;
	font-size: 68px;
	margin: 50px auto 0
}

#mark .section3 .items .item .title {
	font-size: 20px;
	margin-top: 10px
}

#mark .section3 .items .item .desc {
	font-size: 14px;
	line-height: 24px;
	margin: 10px auto 0;
	width: 100%;
	max-width: 270px
}

#mark .section3 .items .item:hover .line i {
	background-color: #fed130;
	border-color: #fed130
}

#news_d .detail {
	margin-left: 200px;
	margin-right: 200px;
	padding: 50px 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

#news_d .n-left {
	width: calc(100% - 400px)
}

#news_d .n-left.full {
	width: 100%
}

#news_d .n-left .article {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 40px 60px
}

#news_d .n-left .article .info {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd
}

#news_d .n-left .article .title {
	font-size: 24px;
	font-weight: normal;
	text-align: center
}

#news_d .n-left .article .date {
	text-align: center;
	font-size: 14px;
	margin-top: 10px
}

#news_d .n-left .article .content {
	padding: 30px 0 20px;
	font-size: 14px;
	line-height: 24px
}

#news_d .n-left .func {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#news_d .n-left .func .prev-next {
	overflow: hidden
}

#news_d .n-left .func .prev-next a {
	display: block;
	float: left;
	clear: both;
	margin: 5px 0
}

#news_d .n-left .func .back {
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s
}

#news_d .n-left .func .back:hover {
	border-color: #fed130
}

#news_d .n-right {
	width: 360px;
	margin-left: 40px;
	height: auto
}

#news_d .n-right .hot {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	position: sticky;
	top: 100px;
	left: 0
}

#news_d .n-right .hot .mod {
	display: block;
	font-size: 16px;
	line-height: 16px;
	border-left: 3px solid #fed130;
	padding-left: 10px
}

#news_d .n-right .hot ul {
	width: 100%;
	margin-top: 10px
}

#news_d .n-right .hot ul li {
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	border-bottom: 1px solid #f3f3f3
}

#case_l .case {
	margin-left: 200px;
	margin-right: 200px;
	padding: 130px 0 80px
}

#case_l .case .s-cate {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

#case_l .case .s-cate a {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #ddd;
	margin: 5px 10px;
	border-radius: 15px;
	transition: all 0.3s
}

#case_l .case .s-cate a:hover,#case_l .case .s-cate a.active {
	background-color: #3398CC;
	color: #fff;
	border-color: #3398CC
}

#case_l .case .items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px
}

#case_l .case .items .item {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 60px
}

#case_l .case .items .item:nth-of-type(3n+1) {
	margin-left: 0
}

#case_l .case .items .item .img {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

#case_l .case .items .item .img img {
	width: 100%;
	object-fit: cover
}

#case_l .case .items .item .img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s
}

#case_l .case .items .item .img .more {
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 30px;
	font-family: 'ap';
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.6s;
	opacity: 0
}

#case_l .case .items .item .img .more::after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.6s;
	transform: skew(-30deg)
}

#case_l .case .items .item .img .more span {
	position: relative;
	z-index: 2
}

#case_l .case .items .item .img .more:hover {
	color: #3398CC
}

#case_l .case .items .item .img .more:hover::after {
	width: 150%
}

#case_l .case .items .item .text {
	font-size: 20px;
	margin-top: 10px
}

#case_l .case .items .item .qrcode {
	opacity: 0;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%)
}

#case_l .case .items .item:hover .img .more {
	opacity: 1;
	color: #3398CC
}

#case_l .case .items .item:hover .img .more::after {
	width: 150%
}

#case_l .case .items .item:hover .img::after {
	opacity: 1
}

#case_l .case .items .item:hover .qrcode {
	opacity: 1
}

#case_l .case .pages {
	margin: 20px auto 0
}

#case_l .video-layer {
	background-color: #000
}

#case_l .video-layer .layui-layer-content {
	width: 750px;
	height: 422px;
	overflow: hidden !important
}

#case_l .video-layer video {
	width: 750px;
	height: 422px
}

#case_d .case-banner {
	width: 100%;
	height: auto;
	background-color: #3398CC;
	position: relative
}

#case_d .case-banner .img {
	width: 100%
}

#case_d .info {
	margin-left: 200px;
	margin-right: 200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px
}

#case_d .info .left {
	width: calc(100% - 400px);
	max-width: 1100px;
	padding-top: 80px
}

#case_d .info .left .labels {
	display: flex
}

#case_d .info .left .labels .item {
	width: 40%;
	min-width: 270px;
	margin-right: 100px
}

#case_d .info .left .labels .item:nth-of-type(2) {
	margin-right: 0
}

#case_d .info .left .labels .item .label {
	font-size: 28px;
	font-family: 'ap'
}

#case_d .info .left .labels .item .text {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	white-space: nowrap
}

#case_d .info .left .descs {
	width: 100%;
	margin-top: 40px
}

#case_d .info .left .descs .label {
	font-size: 32px;
	font-weight: bold
}

#case_d .info .left .descs .desc {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px
}

#case_d .info .logo {
	width: 320px;
	position: relative;
	top: -80px
}

#case_d .info .logo img {
	width: 100%;
	border-radius: 10px
}

#case_d .detail-sec-img {
	width: 100%
}

#case_d .detail-sec-img img {
	width: 100%
}

#case_d .detail-sec-text {
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
	padding: 100px 0 50px
}

#case_d .detail-sec-text .title {
	font-size: 32px;
	font-weight: bold
}

#case_d .detail-sec-text .content {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto
}

#case_d .prev-next {
	padding: 80px 0 40px;
	margin-left: 200px;
	margin-right: 200px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd
}

#case_d .prev-next a {
	font-size: 20px
}

#case_d .recom {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 80px
}

#case_d .recom .mod {
	font-size: 40px;
	text-align: center
}

#case_d .recom .items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px
}

#case_d .recom .items .item {
	display: block;
	width: 32%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	margin-left: 2%;
	margin-bottom: 30px
}

#case_d .recom .items .item:nth-of-type(3n+1) {
	margin-left: 0
}

#case_d .recom .items .item .img {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

#case_d .recom .items .item .img img {
	width: 100%;
	object-fit: cover
}

#case_d .recom .items .item .img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s
}

#case_d .recom .items .item .img .more {
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 30px;
	font-family: 'ap';
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.6s;
	opacity: 0
}

#case_d .recom .items .item .img .more::after {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.6s;
	transform: skew(-30deg)
}

#case_d .recom .items .item .img .more span {
	position: relative;
	z-index: 2
}

#case_d .recom .items .item .img .more:hover {
	color: #3398CC
}

#case_d .recom .items .item .img .more:hover::after {
	width: 150%
}

#case_d .recom .items .item .text {
	font-size: 20px;
	margin-top: 10px
}

#case_d .recom .items .item:hover .img .more {
	opacity: 1;
	color: #3398CC
}

#case_d .recom .items .item:hover .img .more::after {
	width: 150%
}

#case_d .recom .items .item:hover .img::after {
	opacity: 1
}

@media screen and (max-width: 1600px) {
	#index .banner .slogen {
		font-size: 44px;
		top: 50%;
		left: 0;
		margin-top: -150px;
		letter-spacing: 30px
	}

	#index .banner .enp {
		height: 310px;
		line-height: 290px;
		font-size: 400px;
		top: 50%;
		left: 0;
		margin-top: -95px
	}

	#index .banner .enb {
		height: 310px;
		line-height: 290px;
		font-size: 400px;
		top: 50%;
		left: 0;
		margin-top: -95px
	}

	#index .banner .hand-l {
		width: 46%;
		top: 22%
	}

	#index .banner .hand-r {
		width: 46%;
		top: 67%
	}

	#index .find {
		width: 100%
	}

	#index .find .texts {
		width: 46.8%;
		padding-left: 120px
	}

	#index .find .texts .en {
		font-size: 140px;
		line-height: 140px;
		height: 140px
	}

	#index .find .texts .slogen {
		font-size: 24px
	}

	#index .find .texts .bigs {
		font-size: 50px;
		line-height: 70px;
		margin-top: 50px;
		height: 240px
	}

	#index .find .texts .more {
		margin-top: 100px;
		height: 80px;
		line-height: 80px
	}

	#index .find .swiper {
		width: 53.2%;
		padding-left: 200px
	}

	#index .find .swiper .swiper-container {
		width: 100%
	}

	#index .find .swiper .swiper-slide {
		width: 100%
	}

	#index .find .swiper .page-l {
		width: 200px;
		top: 10%;
		left: 0;
		padding-right: 54px
	}

	#index .find .swiper .page-l a {
		width: 100%;
		height: 24px;
		line-height: 24px;
		font-size: 20px;
		margin-top: 20px
	}

	#index .find .swiper .page-l a::after {
		width: 0;
		height: 2px;
		top: 11px;
		left: 170px
	}

	#index .find .swiper .page-l a.active::after {
		width: 60px;
		transition-duration: 2s
	}

	#index .find .swiper .page-b {
		height: 160px;
		bottom: 0;
		left: 200px;
		right: 120px;
		padding: 0 28px
	}

	#index .find .swiper .page-b i {
		width: 100px;
		height: 2px;
		margin-right: 40px
	}

	#index .find .swiper .page-b .num {
		width: 100%
	}

	#index .find .swiper .page-b .num a {
		font-size: 30px
	}

	#index .find .swiper .page-b .num a.active {
		font-size: 40px
	}

	#about .swipers {
		width: 100%;
		height: 600px
	}

	#about .swipers .swiper {
		width: 52%;
		height: 600px
	}

	#about .swipers .swiper .swiper-slide {
		height: 600px
	}

	#about .swipers .swiper .page-b {
		max-width: 90%;
		height: 120px;
		padding: 0 28px
	}

	#about .swipers .swiper .page-b i {
		width: 100px;
		margin-right: 40px
	}

	#about .swipers .swiper .page-b .num {
		width: 100%
	}

	#about .swipers .swiper .page-b .num a {
		font-size: 30px;
		margin-right: 40px
	}

	#about .swipers .swiper .page-b .num a.active {
		font-size: 40px
	}

	#about .swipers .texts {
		width: 48%;
		padding: 0 120px;
		transform: translateY(-60px)
	}

	#about .swipers .texts .label {
		font-size: 24px
	}

	#about .swipers .texts .title {
		font-size: 40px
	}

	#about .swipers .texts .desc {
		font-size: 14px;
		line-height: 32px;
		margin-top: 50px
	}

	#culture .culture {
		padding-top: 150px;
		margin-left: 120px;
		margin-right: 120px
	}

	#culture .culture .left {
		width: 46%;
		float: left
	}

	#culture .culture .right {
		width: 46%;
		float: right;
		padding-top: 180px
	}

	#culture .culture .item {
		margin-bottom: 90px
	}

	#culture .culture .item .tops {
		width: 100%;
		display: flex
	}

	#culture .culture .item .tops .en {
		font-size: 50px;
		height: 50px;
		line-height: 32px;
		margin-right: 40px
	}

	#culture .culture .item .tops .cn .label {
		font-size: 18px;
		line-height: 18px
	}

	#culture .culture .item .tops .cn .desc {
		font-size: 24px
	}

	#culture .culture .item .img {
		margin-top: 30px
	}

	#dev .dev {
		padding-top: 145px;
		margin-left: 120px;
		margin-right: 120px
	}

	#dev .dev .sec {
		padding-bottom: 100px
	}

	#dev .dev .sec .left {
		width: 50%;
		padding: 0 60px 0 0
	}

	#dev .dev .sec .right {
		width: 50%;
		padding-left: 66px
	}

	#dev .dev .sec .right .en {
		font-size: 120px;
		line-height: 90px
	}

	#dev .dev .sec .right .cn {
		margin-top: -20px
	}

	#dev .dev .sec .right .cn p:nth-child(1) {
		font-size: 28px;
		line-height: 28px
	}

	#dev .dev .sec .right .cn p:nth-child(2) {
		font-size: 24px
	}

	#dev .dev .sec .right .list {
		margin-top: 24px
	}

	#dev .dev .sec .right .list .line {
		width: 100%;
		padding-bottom: 20px
	}

	#dev .dev .sec .right .list .line:last-child {
		padding-bottom: 6px
	}

	#dev .dev .sec .right .list .line .year {
		width: 63px;
		font-size: 24px;
		margin-top: 3px
	}

	#dev .dev .sec .right .list .line .content {
		padding-left: 24px;
		padding-top: 5px;
		font-size: 14px;
		line-height: 24px
	}

	#dev .dev .sec .right .list .line i.line {
		height: 100%;
		top: 0;
		left: 64px;
		z-index: 1
	}

	#dev .dev .sec .right .list .line i.dot {
		width: 7px;
		height: 7px;
		top: 14px;
		left: 61px
	}

	#dev .dev .sec:nth-child(even) .left {
		padding: 0 0 0 60px
	}

	#dev .dev .sec:nth-child(even) .right {
		padding-left: 0;
		padding-right: 66px
	}

	#honor .list {
		padding-top: 120px;
		margin-left: 120px;
		margin-right: 120px
	}

	#honor .list .item {
		width: 23%;
		margin-left: 2.66%;
		margin-bottom: 40px
	}

	#honor .list .item .title {
		margin-top: 20px;
		font-size: 14px;
		line-height: 14px
	}

	#honor .list .item:nth-child(4n+1) {
		margin-left: 0
	}

	#honor .pages {
		margin-top: 70px;
		margin-bottom: 110px
	}

	#impre .list {
		padding-top: 120px;
		margin-left: 120px;
		margin-right: 120px
	}

	#impre .list .item {
		width: 31.5%;
		margin-left: 2.75%;
		margin-bottom: 40px
	}

	#impre .list .item .text {
		padding-top: 18px
	}

	#impre .list .item .text .title {
		font-size: 18px;
		line-height: 18px
	}

	#impre .list .item .text .date {
		font-size: 20px;
		margin-top: 6px
	}

	#impre .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#impre .pages {
		margin-top: 70px;
		margin-bottom: 110px
	}

	#join .mod-title {
		padding-top: 150px;
		margin-left: 120px;
		margin-right: 120px
	}

	#join .mod-title .en {
		font-size: 120px;
		line-height: 80px
	}

	#join .mod-title .cn {
		font-size: 30px;
		line-height: 30px;
		margin-top: -20px
	}

	#join .mod-title .desc {
		font-size: 16px;
		margin-top: 15px
	}

	#join .cates {
		width: 100%;
		max-width: 960px;
		margin-top: 40px
	}

	#join .cates .item {
		margin-left: 130px;
		margin-top: 50px
	}

	#join .cates .item img {
		width: 76px;
		height: 61px
	}

	#join .cates .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#join .cates .item:nth-child(5n+1) {
		margin-left: 0
	}

	#join .list {
		margin-top: 70px;
		margin-left: 120px;
		margin-right: 120px;
		padding-bottom: 100px
	}

	#join .list .item {
		border-radius: 10px;
		padding: 20px 40px;
		margin-bottom: 20px
	}

	#join .list .item .tops .title {
		font-size: 18px
	}

	#join .list .item .tops .date {
		font-size: 20px
	}

	#join .list .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#edu .section1 {
		padding-top: 180px;
		padding-bottom: 100px;
		margin-left: 120px
	}

	#edu .section1 .texts {
		width: 34.88%
	}

	#edu .section1 .texts .title {
		font-size: 40px
	}

	#edu .section1 .texts .small {
		font-size: 20px
	}

	#edu .section1 .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#edu .section1 .texts .labels {
		font-size: 14px;
		margin-top: 55px
	}

	#edu .section2 {
		padding: 150px 120px 200px
	}

	#edu .section2 .left {
		width: 36.8%
	}

	#edu .section2 .left .title {
		font-size: 36px;
		line-height: 46px
	}

	#edu .section2 .left .desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section2 .right {
		width: 50%
	}

	#edu .section2 .right .item {
		width: 36.84%;
		margin-left: 13.16%;
		margin-bottom: 90px
	}

	#edu .section2 .right .item .title {
		font-size: 18px
	}

	#edu .section2 .right .item i {
		width: 50px;
		height: 3px;
		margin-top: 17px
	}

	#edu .section2 .right .item .desc {
		margin-top: 36px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section3 {
		padding: 0 120px 60px;
		margin-top: -120px
	}

	#edu .section3 .item {
		width: 23%;
		border-radius: 10px;
		padding: 50px 35px;
		box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
	}

	#edu .section3 .item img {
		width: 75px;
		margin: 0 auto
	}

	#edu .section3 .item .title {
		font-size: 18px;
		margin-top: 15px
	}

	#edu .section3 .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#edu .section4 {
		padding: 110px 120px 120px
	}

	#edu .section4 .line {
		padding-bottom: 90px
	}

	#edu .section4 .line .img {
		right: 0;
		top: 0;
		width: 47.36%
	}

	#edu .section4 .line .img img {
		width: 100%
	}

	#edu .section4 .line .texts {
		width: 40%;
		padding-top: 50px
	}

	#edu .section4 .line .texts i {
		width: 50px;
		height: 3px
	}

	#edu .section4 .line .texts .title {
		margin-top: 24px;
		font-size: 30px
	}

	#edu .section4 .line .texts .desc {
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px
	}

	#edu .section4 .line:nth-child(even) {
		flex-direction: row-reverse
	}

	#edu .section4 .line.line2 .img {
		right: auto;
		left: 0
	}

	#edu .section4 .line.line2 .texts {
		padding-top: 20%
	}

	#invo .news {
		padding-top: 120px;
		padding-bottom: 100px;
		margin-left: 120px;
		margin-right: 120px
	}

	#invo .news .list {
		width: calc(100% - 400px)
	}

	#invo .news .list .item {
		margin-bottom: 30px;
		border-radius: 10px
	}

	#invo .news .list .item .img {
		width: 340px;
		height: 259px
	}

	#invo .news .list .item .texts {
		width: calc(100% - 340px);
		padding: 10px 40px 10px 40px
	}

	#invo .news .list .item .texts .date {
		font-size: 14px;
		line-height: 20px
	}

	#invo .news .list .item .texts .title {
		font-size: 18px;
		margin-top: 18px
	}

	#invo .news .list .item .texts .desc {
		line-height: 24px;
		margin-top: 10px;
		height: 72px
	}

	#invo .news .list .item .texts .more {
		margin-top: 30px;
		font-size: 20px
	}

	#invo .news .list .item .texts .more i {
		margin-left: 20px;
		font-size: 20px
	}

	#invo .news .list .pages {
		justify-content: flex-end;
		margin-top: 30px
	}

	#invo .news .hot {
		width: 360px;
		border-radius: 10px;
		padding: 20px 20px 30px
	}

	#invo .news .hot .mod {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px;
		border-left: 3px solid #fed130
	}

	#invo .news .hot ul {
		margin-top: 15px
	}

	#invo .news .hot li {
		width: 100%;
		height: 40px;
		margin-top: 6px;
		line-height: 39px
	}

	#invo .prtn {
		padding-top: 120px;
		padding-bottom: 100px;
		margin-left: 120px;
		margin-right: 120px
	}

	#invo .prtn .item {
		width: 23%;
		margin-left: 2.66%;
		margin-bottom: 50px
	}

	#invo .prtn .item:nth-child(4n+1) {
		margin-left: 0
	}

	#invo .prtn .item p {
		margin-top: 28px;
		font-size: 18px
	}

	#invo .prtn .pages {
		margin-top: 40px
	}

	#card .section1 {
		padding: 30px 120px 80px
	}

	#card .section1 .texts {
		width: 60%;
		max-width: 580px
	}

	#card .section1 .texts .title {
		font-size: 40px;
		line-height: 56px
	}

	#card .section1 .texts .desc {
		font-size: 20px;
		line-height: 36px
	}

	#card .section1 .texts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#card .section1 .imgs .img1 {
		top: 160px
	}

	#card .section1 .imgs .img2 {
		top: 90px
	}

	#card .section2 {
		padding: 130px 120px
	}

	#card .section2 .mod {
		max-width: 700px
	}

	#card .section2 .mod .title {
		font-size: 40px;
		line-height: 56px
	}

	#card .section2 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section2 .items {
		margin-top: 100px
	}

	#card .section2 .items .item {
		width: 180px
	}

	#card .section2 .items .item .img {
		width: 100px;
		height: 100px
	}

	#card .section2 .items .item .title {
		font-size: 18px;
		line-height: 18px;
		margin-top: 30px
	}

	#card .section2 .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px
	}

	#card .section3 {
		padding: 70px 120px
	}

	#card .section3 .mod {
		max-width: 700px
	}

	#card .section3 .mod .title {
		font-size: 40px;
		line-height: 56px
	}

	#card .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section3 .items {
		margin-top: 70px
	}

	#card .section3 .items .item {
		width: 23%;
		border-radius: 10px
	}

	#card .section3 .items .item .text {
		padding: 25px 30px 35px
	}

	#card .section3 .items .item .text .title {
		font-size: 18px
	}

	#card .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#card .section4 {
		padding: 80px 120px 130px
	}

	#card .section4 .mod {
		max-width: 700px
	}

	#card .section4 .mod .title {
		font-size: 40px;
		line-height: 56px
	}

	#card .section4 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section4 .item {
		margin-top: 100px
	}

	#card .section4 .item .img {
		width: 50%;
		max-width: 720px
	}

	#card .section4 .item .img img {
		width: 73.6%
	}

	#card .section4 .item .text {
		width: 50%;
		padding: 0 9.6%
	}

	#card .section4 .item .text .title {
		font-size: 24px
	}

	#card .section4 .item .text i.line {
		width: 50px;
		height: 3px;
		margin-top: 20px
	}

	#card .section4 .item .text .desc {
		margin-top: 14px;
		font-size: 18px;
		line-height: 24px
	}

	#card .section4 .item .text .small {
		line-height: 24px;
		margin-top: 20px
	}

	#card .section4 .item:nth-of-type(odd) {
		flex-direction: row-reverse
	}

	#card .section5 {
		padding: 70px 120px 80px
	}

	#card .section5 .mod {
		max-width: 700px
	}

	#card .section5 .mod .title {
		font-size: 40px;
		line-height: 56px
	}

	#card .section5 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section5 .items {
		margin-top: 60px
	}

	#card .section5 .items .item {
		width: 23%;
		margin-bottom: 30px
	}

	#card .section5 .items .item .img {
		border-radius: 10px
	}

	#card .section5 .items .item .title {
		margin-top: 15px;
		font-size: 16px
	}

	#logi .section1 {
		padding-top: 180px;
		padding-bottom: 100px;
		margin-left: 120px
	}

	#logi .section1 .texts {
		width: 34.88%
	}

	#logi .section1 .texts .title {
		font-size: 40px
	}

	#logi .section1 .texts .small {
		font-size: 20px;
		line-height: 32px;
		margin-top: 10px
	}

	#logi .section1 .texts .labels {
		font-size: 14px;
		margin-top: 55px
	}

	#logi .section1 .texts .labels p {
		margin-top: 10px
	}

	#logi .section1 .texts .labels p::before {
		width: 6px;
		height: 6px;
		margin: 7px 15px 0 0
	}

	#logi .section1 .img {
		width: 61%
	}

	#logi .section2 {
		padding: 140px 120px 80px
	}

	#logi .section2 .lefts {
		width: 50%;
		max-width: 500px;
		padding-right: 20px
	}

	#logi .section2 .lefts .title {
		font-size: 30px;
		line-height: 40px
	}

	#logi .section2 .lefts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#logi .section2 .lefts img {
		margin-top: 100px;
		max-width: 435px
	}

	#logi .section2 .rights {
		width: 50%
	}

	#logi .section2 .rights .item {
		width: 48%;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1)
	}

	#logi .section2 .rights .item p {
		height: 80px;
		padding: 10px;
		font-size: 16px
	}

	#logi .section3 {
		padding: 110px 120px 100px
	}

	#logi .section3 .mod .title {
		font-size: 40px;
		line-height: 56px
	}

	#logi .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#logi .section3 .list {
		margin-top: 70px
	}

	#logi .section3 .list .item {
		width: 48%;
		box-shadow: 0 4px 20px rgba(0,0,0,0.1);
		margin-bottom: 20px
	}

	#logi .section3 .list .item .img {
		width: 240px;
		height: 200px
	}

	#logi .section3 .list .item .text {
		width: calc(100% - 240px);
		padding: 10px 40px
	}

	#logi .section3 .list .item .text .title {
		font-size: 18px
	}

	#logi .section3 .list .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section1 {
		padding-top: 180px;
		padding-bottom: 100px;
		margin-left: 120px;
		margin-right: 0
	}

	#secu .section1 .texts {
		width: 34.88%
	}

	#secu .section1 .texts .title {
		font-size: 40px
	}

	#secu .section1 .texts .small {
		font-size: 20px;
		line-height: 32px;
		margin-top: 10px
	}

	#secu .section1 .texts .items {
		margin-top: 75px
	}

	#secu .section1 .texts .items .item {
		margin-top: 45px
	}

	#secu .section1 .texts .items .item .title {
		font-size: 18px
	}

	#secu .section1 .texts .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	#secu .section1 .texts .items .item .desc {
		font-size: 15px;
		line-height: 24px;
		margin-top: 15px
	}

	#secu .section1 .img {
		width: 61%
	}

	#secu .section2 {
		padding: 90px 120px
	}

	#secu .section2 .tab {
		width: 300px
	}

	#secu .section2 .tab .item {
		height: 180px;
		margin-top: 30px;
		border-radius: 10px
	}

	#secu .section2 .tab .item:first-child {
		margin-top: 0
	}

	#secu .section2 .tab .item i {
		font-size: 60px;
		line-height: 60px
	}

	#secu .section2 .tab .item p {
		font-size: 18px;
		margin-top: 16px
	}

	#secu .section2 .rights {
		width: calc(100% - 300px);
		padding-top: 56px;
		padding-left: 130px
	}

	#secu .section2 .rights .mod {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 18px
	}

	#secu .section2 .rights .items {
		width: 100%
	}

	#secu .section2 .rights .items .item {
		padding: 35px 0 25px
	}

	#secu .section2 .rights .items .item .title {
		font-size: 18px
	}

	#secu .section2 .rights .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	#secu .section2 .rights .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#secu .section3 {
		padding: 70px 120px
	}

	#secu .section3 .mod {
		max-width: 700px
	}

	#secu .section3 .mod .title {
		font-size: 40px;
		line-height: 56px
	}

	#secu .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#secu .section3 .items {
		margin-top: 70px
	}

	#secu .section3 .items .item {
		width: 23%;
		border-radius: 10px
	}

	#secu .section3 .items .item .text {
		padding: 25px 30px
	}

	#secu .section3 .items .item .text .title {
		font-size: 18px
	}

	#secu .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 .items .item .text .more span {
		font-size: 20px;
		line-height: 20px
	}

	#secu .section3 .items .item .text .more i {
		font-size: 20px;
		margin-left: 20px
	}

	#contact .forms {
		margin-left: 120px;
		margin-right: 120px;
		margin-top: -60px;
		padding-bottom: 120px
	}

	#contact .forms .cont {
		max-width: 1280px;
		padding: 60px 100px 70px
	}

	#contact .forms .mod .title {
		font-size: 30px;
		line-height: 30px
	}

	#contact .forms .mod .desc {
		font-size: 16px;
		margin-top: 16px
	}

	#contact .forms .form {
		margin-top: 75px
	}

	#contact .forms .form .inputs {
		display: flex
	}

	#contact .forms .form .inputs .item {
		margin-left: 40px
	}

	#contact .forms .form .inputs .item .label {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px
	}

	#contact .forms .form .inputs .item input {
		height: 30px
	}

	#contact .forms .form .inputs .item select {
		height: 30px
	}

	#contact .forms .form .textarea {
		height: 200px;
		margin-top: 30px
	}

	#contact .forms .form .textarea textarea {
		padding: 14px
	}

	#contact .forms .form .fun {
		display: flex;
		margin-top: 20px
	}

	#contact .forms .form .fun .yzm {
		max-width: 310px;
		display: flex
	}

	#contact .forms .form .fun .yzm input {
		width: 150px;
		height: 50px;
		padding: 0 14px
	}

	#contact .forms .form .fun .yzm img {
		width: 150px;
		height: 50px;
		margin-left: 10px
	}

	#contact .forms .form .fun .btn {
		width: 100%;
		max-width: 200px;
		height: 50px;
		line-height: 50px
	}

	#contact .pay {
		margin-left: 120px;
		margin-right: 120px;
		padding: 80px 0
	}

	#contact .pay .item {
		margin-bottom: 50px
	}

	#contact .pay .label {
		display: block;
		width: 180px;
		padding-left: 16px;
		height: 46px;
		line-height: 46px;
		font-size: 20px;
		border-radius: 8px 8px 0 0
	}

	#contact .pay .table .line {
		border-left: 1px solid #e6e6e6;
		display: flex
	}

	#contact .pay .table .th {
		background-color: #fafafa
	}

	#contact .pay .table .th,#contact .pay .table .td {
		padding: 14px 10px 14px 16px;
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		word-break: break-all
	}

	#contact .pay .table.type1 .th {
		width: 180px
	}

	#contact .pay .table.type1 .td:nth-of-type(2n) {
		width: calc(50% - 180px)
	}

	#contact .pay .table.type1 .td.col-3 {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type2 .th:nth-of-type(1),#contact .pay .table.type2 .td:nth-of-type(1) {
		width: 180px
	}

	#contact .pay .table.type2 .th:nth-of-type(2),#contact .pay .table.type2 .td:nth-of-type(2) {
		width: calc(70% - 180px)
	}

	#contact .pay .table.type2 .th:nth-of-type(3),#contact .pay .table.type2 .td:nth-of-type(3) {
		width: 30%
	}

	#contact .pay .table.type2 .td.col-3 {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type3 .th:nth-of-type(1),#contact .pay .table.type3 .td:nth-of-type(1) {
		width: 180px
	}

	#contact .pay .table.type3 .th:nth-of-type(2),#contact .pay .table.type3 .td:nth-of-type(2) {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type3 .s-td {
		padding: 0
	}

	#contact .pay .table.type3 .m-td {
		padding: 14px 16px;
		border-bottom: 1px solid #e6e6e6
	}

	#contact .pay .table.type3 .m-td:last-child {
		border-bottom: none
	}

	#asce .live {
		padding-top: 160px;
		margin: 0 120px
	}

	#asce .live .mod-title {
		font-size: 24px;
		line-height: 24px
	}

	#asce .live .list {
		margin-top: 30px;
		padding-bottom: 30px
	}

	#asce .live .list .item {
		width: 31.6%;
		height: 240px;
		margin-left: 2.6%;
		margin-top: 30px;
		padding: 0 20px 20px 20px
	}

	#asce .live .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#asce .live .list .item .info {
		display: flex
	}

	#asce .live .list .item .info .img {
		width: 120px;
		height: 120px;
		top: -30px
	}

	#asce .live .list .item .info .text {
		padding-left: 30px;
		padding-top: 20px
	}

	#asce .live .list .item .info .text p {
		margin-top: 8px
	}

	#asce .live .list .item .title {
		font-size: 18px;
		line-height: 28px;
		height: 56px
	}

	#asce .live .list .item .link {
		margin-top: 30px
	}

	#asce .course {
		margin: 25px 120px 0
	}

	#asce .course .mod-title {
		font-size: 24px;
		line-height: 24px
	}

	#asce .course .list {
		margin-top: 30px
	}

	#asce .course .list .item {
		width: 23%;
		margin-left: 2.66%;
		margin-bottom: 30px
	}

	#asce .course .list .item:nth-child(4n+1) {
		margin-left: 0
	}

	#asce .course .list .item .text {
		padding: 24px 20px 20px
	}

	#asce .course .list .item .text .title {
		font-size: 18px;
		line-height: 18px
	}

	#asce .course .list .item .text .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#asce .course .list .item:hover {
		box-shadow: 0 4px 20px rgba(0,0,0,0.1)
	}

	#asce .c-list {
		margin-top: 70px;
		margin-left: 120px;
		margin-right: 120px;
		padding-bottom: 100px
	}

	#asce .c-list .tab {
		display: flex
	}

	#asce .c-list .tab a {
		font-size: 16px;
		padding: 0 6px
	}

	#asce .c-list .tab a::after {
		height: 5px;
		bottom: 3px
	}

	#asce .c-list .tab i {
		height: 15px;
		margin: 0 24px
	}

	#asce .c-list .cont {
		display: flex
	}

	#asce .c-list .lefts {
		width: calc(100% - 280px)
	}

	#asce .c-list .lefts .list {
		width: 100%;
		margin-top: 50px
	}

	#asce .c-list .lefts .list .item {
		border-radius: 10px;
		margin-top: 20px
	}

	#asce .c-list .lefts .list .item .img {
		width: 250px;
		height: 165px
	}

	#asce .c-list .lefts .list .item .text {
		width: calc(100% - 250px);
		padding: 10px 20px
	}

	#asce .c-list .lefts .list .item .text .title {
		font-size: 18px;
		line-height: 20px
	}

	#asce .c-list .lefts .list .item .text .cate {
		font-size: 14px;
		margin-top: 8px
	}

	#asce .c-list .lefts .list .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-top: 20px
	}

	#asce .c-list .lefts .pages {
		margin-top: 40px;
		justify-content: flex-end
	}

	#asce .c-list .rights {
		width: 260px;
		padding: 18px;
		margin-top: 50px
	}

	#asce .c-list .rights .mod-title {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#asce .c-list .rights .items {
		margin-top: 20px
	}

	#asce .c-list .rights .items a {
		margin-right: 8px;
		margin-bottom: 8px;
		height: 30px;
		padding: 0 14px;
		border-radius: 15px
	}

	#find .section2 {
		padding-top: 80px;
		padding-bottom: 70px;
		padding-left: 150px;
		padding-right: 150px
	}

	#find .section2 .item .en {
		font-size: 20px;
		line-height: 20px
	}

	#find .section2 .item .num {
		font-size: 60px;
		line-height: 46px
	}

	#find .section2 .item i.line {
		width: 40px;
		height: 3px;
		margin-top: 15px
	}

	#find .section2 .item .cn {
		font-size: 16px;
		margin-top: 20px
	}

	#find .section4 {
		width: 100%;
		padding: 0 60px;
		height: 626px
	}

	#find .section4 .thumb {
		width: 900px;
		height: 506px
	}

	#find .section4 .thumb .swiper-thumb {
		width: 100%
	}

	#find .section4 .thumb .swiper-thumb .swiper-wrapper {
		height: 506px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide {
		width: 900px;
		height: 506px;
		border-radius: 10px;
		padding: 10px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide a {
		width: 200px;
		height: 60px;
		border-radius: 30px;
		font-size: 30px;
		line-height: 56px
	}

	#find .section4 .texts {
		padding-left: 100px;
		height: 70px
	}

	#find .section4 .texts .swiper-slide {
		height: 70px
	}

	#find .section4 .texts .cate {
		font-size: 14px
	}

	#find .section4 .texts .title {
		font-size: 24px;
		margin-top: 16px
	}

	#find .section4 .navigation {
		right: -15px;
		width: 50px;
		height: 160px
	}

	#find .section4 .navigation a {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	#find .section4 .navigation a i {
		font-size: 16px
	}

	#find .section4 .nums {
		height: 70px;
		width: 90px;
		bottom: 20px;
		right: -60px
	}

	#find .section4 .nums .swiper-slide {
		height: 70px;
		font-size: 100px;
		line-height: 65px
	}

	#find .case-full {
		padding: 120px
	}

	#find .case-full .item {
		width: 29.6%;
		margin-left: 5.6%;
		margin-bottom: 40px
	}

	#find .case-full .item:nth-child(3n+1) {
		margin-left: 0
	}

	.find-sec1 {
		padding-top: 180px;
		padding-bottom: 100px;
		margin-left: 120px
	}

	.find-sec1 .texts {
		width: 50%;
		max-width: 615px
	}

	.find-sec1 .texts .en {
		width: 100%;
		font-size: 100px;
		line-height: 100px
	}

	.find-sec1 .texts .bot {
		width: 100%;
		margin-top: 20px
	}

	.find-sec1 .texts .bot i {
		width: 180px;
		height: 3px;
		margin-top: 10px
	}

	.find-sec1 .texts .bot .text {
		width: 100%;
		margin-left: 36px
	}

	.find-sec1 .texts .bot .text .title {
		font-size: 24px;
		line-height: 24px
	}

	.find-sec1 .texts .bot .text .desc {
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px
	}

	.find-sec1 .img {
		width: 50%
	}

	.find-sec1 .img img {
		max-width: 100%
	}

	#bdata .section2 {
		height: 960px
	}

	#bdata .section2 .item {
		width: 50%;
		padding: 70px 120px 50px
	}

	#bdata .section2 .item .nums span {
		font-size: 80px;
		height: 70px;
		line-height: 70px
	}

	#bdata .section2 .item .nums p {
		font-size: 24px;
		line-height: 20px;
		height: 20px;
		margin-top: 5px
	}

	#bdata .section2 .item .text .title {
		font-size: 20px
	}

	#bdata .section2 .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 24px
	}

	#bdata .section3 {
		width: 100%;
		padding: 95px 120px 110px
	}

	#bdata .section3 .mod-title {
		width: 100%;
		font-size: 40px
	}

	#bdata .section3 .items {
		width: 100%;
		margin-top: 60px
	}

	#bdata .section3 .items .item {
		width: 24%
	}

	#bdata .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text i {
		font-size: 50px
	}

	#bdata .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#bdata .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		margin-top: 18px
	}

	#fedu .section2 {
		width: 100%;
		height: 780px
	}

	#fedu .section2 .item {
		width: 25%;
		height: 100%
	}

	#fedu .section2 .item .masks {
		display: flex;
		padding-top: 270px
	}

	#fedu .section2 .item .masks i {
		font-size: 60px
	}

	#fedu .section2 .item .masks p {
		font-size: 20px;
		margin-top: 30px
	}

	#fedu .section2 .item .num {
		top: 60px;
		right: 50px;
		font-size: 120px;
		line-height: 100px;
		height: 100px
	}

	#fedu .section2 .item .b-text {
		padding: 40px 12%
	}

	#fedu .section2 .item .b-text .title {
		font-size: 20px
	}

	#fedu .section2 .item .b-text i.line {
		width: 50px;
		height: 3px;
		margin-top: 15px
	}

	#fedu .section2 .item .b-text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#fedu .section3 {
		width: 100%;
		padding: 70px 120px 30px
	}

	#fedu .section3 .mod-title {
		width: 100%;
		font-size: 40px
	}

	#fedu .section3 .items {
		width: 100%;
		margin-top: 60px
	}

	#fedu .section3 .items .item {
		width: 24%
	}

	#fedu .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section3 .items .item .img img {
		width: 100%
	}

	#fedu .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text i {
		width: 56px;
		height: 50px
	}

	#fedu .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#fedu .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 96px;
		margin-top: 18px
	}

	#fedu .section4 {
		width: 100%;
		padding: 70px 120px 30px
	}

	#fedu .section4 .mod-title {
		width: 100%;
		font-size: 40px
	}

	#fedu .section4 .items {
		width: 100%;
		margin-top: 60px
	}

	#fedu .section4 .item {
		width: 31.5%;
		margin-left: 2.75%;
		margin-bottom: 40px
	}

	#fedu .section4 .item:nth-child(3n+1) {
		margin-left: 0
	}

	#fedu .section4 .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section4 .item .img img {
		width: 100%
	}

	#fedu .section4 .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#mov .section2 {
		width: 100%
	}

	#mov .section2 .texts {
		padding: 0 120px 120px
	}

	#mov .section2 .texts .cn {
		font-size: 32px
	}

	#mov .section2 .texts .desc {
		font-size: 16px;
		margin-top: 10px
	}

	#mov .section2 .texts .en {
		font-size: 60px;
		margin-top: 10px
	}

	#mov .section3 {
		width: 100%
	}

	#mov .section3 .mod {
		padding: 75px 120px 80px
	}

	#mov .section3 .mod .title {
		font-size: 40px
	}

	#mov .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mov .section3 .items .item .mask .iconfont {
		font-size: 80px
	}

	#mov .section3 .items .item .mask .text {
		width: 126px
	}

	#mov .section3 .items .item .mask .text .title {
		font-size: 24px;
		margin-top: 22px
	}

	#mov .section3 .items .item .mask .text i.line {
		width: 40px;
		height: 3px;
		margin: 15px auto 0
	}

	#mov .section3 .items .item .mask .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mov .section3 .items .item:hover .mask {
		height: 130px;
		padding: 32px 50px
	}

	#mov .section3 .items .item:hover .mask .text {
		padding-left: 30px
	}

	#mov .section3 .items .item:hover .mask .text .title {
		font-size: 20px
	}

	#mov .section3 .items .item:hover .mask .text .desc {
		margin-top: 4px
	}

	#mark .section2 {
		width: 100%;
		height: 800px
	}

	#mark .section2 .item .b-text {
		width: 100%;
		height: 120px;
		padding: 0 60px
	}

	#mark .section2 .item .b-text p {
		font-size: 20px
	}

	#mark .section2 .item .b-text span {
		font-size: 16px
	}

	#mark .section2 .item .more-text {
		width: 100%;
		padding: 60px 60px 70px
	}

	#mark .section2 .item .more-text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 28px
	}

	#mark .section2 .item .more-text .s-items {
		width: 100%;
		margin-top: 100px
	}

	#mark .section2 .item .more-text .s-items .s-item {
		margin-right: 60px
	}

	#mark .section2 .item .more-text .s-items .s-item p {
		font-size: 16px;
		line-height: 16px
	}

	#mark .section2 .item .more-text .s-items .s-item i.line {
		width: 50px;
		height: 3px;
		margin-top: 18px
	}

	#mark .section2 .item .more-text .s-items .s-item span {
		font-size: 16px;
		margin-top: 10px
	}

	#mark .section3 {
		width: 100%;
		padding: 90px 120px 100px
	}

	#mark .section3 .mod-title {
		font-size: 40px
	}

	#mark .section3 .items {
		width: 100%;
		margin-top: 90px
	}

	#mark .section3 .items .item {
		width: 100%
	}

	#mark .section3 .items .item .num {
		font-size: 40px;
		line-height: 40px
	}

	#mark .section3 .items .item .line {
		margin-top: 30px
	}

	#mark .section3 .items .item .line i {
		width: 40px;
		height: 40px;
		top: 50%;
		left: 50%;
		margin-left: -20px;
		margin-top: -20px
	}

	#mark .section3 .items .item .iconfont {
		font-size: 68px;
		margin: 50px auto 0
	}

	#mark .section3 .items .item .title {
		font-size: 20px;
		margin-top: 10px
	}

	#mark .section3 .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin: 10px auto 0;
		width: 100%;
		max-width: 270px
	}

	#news_d .detail {
		margin-left: 120px;
		margin-right: 120px
	}

	#case_l .case {
		margin-left: 120px;
		margin-right: 120px;
		padding: 130px 0 80px
	}

	#case_l .case .s-cate {
		display: flex
	}

	#case_l .case .s-cate a {
		padding: 0 20px;
		height: 30px;
		line-height: 28px;
		margin: 5px 10px;
		border-radius: 15px
	}

	#case_l .case .items {
		width: 100%;
		margin-top: 50px
	}

	#case_l .case .items .item {
		width: 32%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 60px
	}

	#case_l .case .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_l .case .pages {
		margin: 20px auto 0
	}

	#case_d .case-banner {
		width: 100%
	}

	#case_d .info {
		margin-left: 120px;
		margin-right: 120px;
		margin-bottom: 100px
	}

	#case_d .info .left {
		width: calc(100% - 320px);
		max-width: 1100px;
		padding-top: 50px
	}

	#case_d .info .left .labels {
		display: flex
	}

	#case_d .info .left .labels .item {
		width: 40%;
		min-width: 270px;
		margin-right: 100px
	}

	#case_d .info .left .labels .item:nth-of-type(2) {
		margin-right: 0
	}

	#case_d .info .left .labels .item .label {
		font-size: 28px
	}

	#case_d .info .left .labels .item .text {
		height: 40px;
		line-height: 40px
	}

	#case_d .info .left .descs {
		margin-top: 40px
	}

	#case_d .info .left .descs .label {
		font-size: 32px
	}

	#case_d .info .left .descs .desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px
	}

	#case_d .info .logo {
		width: 240px;
		top: -80px
	}

	#case_d .detail-sec-img {
		width: 100%
	}

	#case_d .detail-sec-img img {
		width: 100%
	}

	#case_d .detail-sec-text {
		margin-left: 120px;
		margin-right: 120px;
		padding: 50px 0 50px
	}

	#case_d .detail-sec-text .title {
		font-size: 32px
	}

	#case_d .detail-sec-text .content {
		font-size: 16px;
		line-height: 30px;
		margin-top: 20px;
		max-width: 860px
	}

	#case_d .prev-next {
		padding: 60px 0 40px;
		margin-left: 120px;
		margin-right: 120px;
		display: flex
	}

	#case_d .prev-next a {
		font-size: 20px
	}

	#case_d .recom {
		margin-left: 120px;
		margin-right: 120px;
		margin-top: 50px
	}

	#case_d .recom .mod {
		font-size: 30px
	}

	#case_d .recom .items {
		width: 100%;
		margin-top: 30px
	}

	#case_d .recom .items .item {
		width: 32%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#case_d .recom .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_d .recom .items .item img {
		width: 100%;
		object-fit: cover
	}

	#case_d .recom .items .item .text .c {
		font-size: 14px
	}

	#case_d .recom .items .item .text .name {
		font-size: 24px;
		margin-top: 10px
	}
}

@media screen and (max-width: 1440px) {
	#index .banner .slogen {
		font-size: 36px;
		top: 50%;
		left: 0;
		margin-top: -140px;
		letter-spacing: 30px
	}

	#index .banner .enp {
		height: 270px;
		line-height: 250px;
		font-size: 360px;
		top: 50%;
		left: 0;
		margin-top: -95px
	}

	#index .banner .enb {
		height: 270px;
		line-height: 250px;
		font-size: 360px;
		top: 50%;
		left: 0;
		margin-top: -95px
	}

	#index .banner .hand-l {
		width: 46%;
		top: 62%
	}

	#index .banner .hand-r {
		width: 46%;
		top: 27%
	}

	#index .find {
		width: 100%
	}

	#index .find .texts {
		width: 46.8%;
		padding-left: 80px
	}

	#index .find .texts .en {
		font-size: 120px;
		line-height: 120px;
		height: 120px
	}

	#index .find .texts .slogen {
		font-size: 20px
	}

	#index .find .texts .bigs {
		font-size: 40px;
		line-height: 50px;
		margin-top: 40px;
		height: 150px
	}

	#index .find .texts .more {
		margin-top: 100px;
		height: 60px;
		line-height: 60px
	}

	#index .find .texts .more .more-canvas {
		width: 92px;
		height: 60px
	}

	#index .find .texts .more p {
		height: 60px;
		font-size: 18px;
		line-height: 60px
	}

	#index .find .texts .more p span {
		font-size: 18px;
		height: 60px
	}

	#index .find .swiper {
		width: 53.2%;
		padding-left: 200px
	}

	#index .find .swiper .swiper-container {
		width: 100%
	}

	#index .find .swiper .swiper-slide {
		width: 100%
	}

	#index .find .swiper .page-l {
		width: 200px;
		top: 10%;
		left: 0;
		padding-right: 54px
	}

	#index .find .swiper .page-l a {
		width: 100%;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		margin-top: 20px
	}

	#index .find .swiper .page-l a::after {
		width: 0;
		height: 2px;
		top: 11px;
		left: 170px
	}

	#index .find .swiper .page-l a.active::after {
		width: 60px;
		transition-duration: 2s
	}

	#index .find .swiper .page-b {
		height: 120px;
		bottom: 0;
		left: 200px;
		right: 80px;
		padding: 0 28px
	}

	#index .find .swiper .page-b i {
		width: 50px;
		height: 2px;
		margin-right: 20px
	}

	#index .find .swiper .page-b .num {
		width: 100%
	}

	#index .find .swiper .page-b .num a {
		font-size: 24px
	}

	#index .find .swiper .page-b .num a.active {
		font-size: 32px
	}

	#index .case {
		width: 100%;
		padding: 100px 0
	}

	#index .case .mod-b {
		width: 100%;
		font-size: 290px;
		line-height: 210px;
		height: 230px
	}

	#index .case .mod-p {
		width: 100%;
		font-size: 290px;
		line-height: 210px;
		height: 230px;
		top: 100px
	}

	#index .case .blue-block {
		width: 900px;
		height: 3000px;
		border-radius: 450px;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto
	}

	#index .case .slogen {
		width: 100%;
		margin-top: 30px;
		font-size: 20px
	}

	#index .case .swiper {
		width: 100%;
		margin-top: 20px
	}

	#index .case .swiper .swiper-container {
		padding-top: 50px;
		padding-bottom: 50px
	}

	#index .case .swiper .swiper-slide {
		width: 66.67%;
		border-radius: 10px
	}

	#index .case .swiper .swiper-slide .more {
		width: 140px;
		height: 50px;
		border-radius: 25px;
		font-size: 24px;
		line-height: 46px
	}

	#index .case .swiper .btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: 46%
	}

	#index .case .swiper .btn i {
		font-size: 20px
	}

	#index .case .swiper .btn.prev {
		left: 120px
	}

	#index .case .swiper .btn.next {
		right: 120px
	}

	#index .case .bots {
		margin-top: 10px;
		padding-top: 40px
	}

	#index .case .bots>.en {
		width: 100%;
		font-size: 320px;
		line-height: 220px;
		height: 230px;
		top: 0
	}

	#index .case .bots .b-slogen {
		width: 100%;
		font-size: 40px
	}

	#index .case .bots .desc {
		font-size: 18px;
		line-height: 32px;
		margin-top: 15px
	}

	#index .case .bots .items {
		width: 100%;
		margin-top: 70px
	}

	#index .case .bots .items .item {
		width: 240px;
		height: 300px;
		margin: 0 20px;
		border-radius: 10px;
		top: 0;
		perspective: 500;
		-webkit-perspective: 500
	}

	#index .case .bots .items .item .surfp {
		width: 100%;
		height: 100%;
		padding: 70px 10px;
		border-radius: 10px;
		perspective: 10000
	}

	#index .case .bots .items .item .surfp .img {
		width: 60px;
		height: 60px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfp .text {
		width: 100%;
		margin-top: 35px
	}

	#index .case .bots .items .item .surfp .text .tt {
		font-size: 20px
	}

	#index .case .bots .items .item .surfp .text .tb {
		font-size: 20px
	}

	#index .case .bots .items .item .surfb {
		width: 100%;
		height: 100%;
		padding: 70px 10px;
		border-radius: 10px;
		perspective: 10000;
		transform: rotateY(-180deg)
	}

	#index .case .bots .items .item .surfb .img {
		width: 60px;
		height: 60px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfb .text {
		width: 100%
	}

	#index .case .bots .items .item .surfb .text .tt {
		font-size: 20px
	}

	#index .case .bots .items .item .surfb .text .tb {
		font-size: 20px;
		margin-top: 35px
	}

	#index .yxt {
		width: 100%
	}

	#index .yxt .lefts {
		width: 50%;
		padding: 80px 80px
	}

	#index .yxt .lefts .item {
		width: 100%;
		height: 155px;
		border-radius: 10px;
		padding: 20px 25px 20px;
		margin-top: 20px;
		left: 0
	}

	#index .yxt .lefts .item:first-child {
		margin-top: 0
	}

	#index .yxt .lefts .item .tops {
		width: 100%
	}

	#index .yxt .lefts .item .tops span {
		font-size: 50px;
		line-height: 50px
	}

	#index .yxt .lefts .item .tops i {
		font-size: 30px
	}

	#index .yxt .lefts .item .title {
		font-size: 18px;
		line-height: 18px;
		margin-top: 20px
	}

	#index .yxt .lefts .item .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#index .yxt .lefts .item:hover {
		left: 20px
	}

	#index .yxt .rights {
		width: 50%;
		padding: 80px 80px
	}

	#index .yxt .rights .texts .title {
		font-size: 34px;
		line-height: 34px
	}

	#index .yxt .rights .texts .desc {
		font-size: 16px;
		margin-top: 20px
	}

	#index .yxt .rights .texts .more {
		margin-top: 60px;
		height: 60px;
		line-height: 60px
	}

	#index .yxt .rights .texts .more .more-canvas {
		width: 92px;
		height: 60px
	}

	#index .yxt .rights .texts .more p {
		height: 60px;
		font-size: 18px;
		line-height: 60px
	}

	#index .yxt .rights .texts .more p span {
		font-size: 18px;
		height: 60px
	}

	#index .yxt .rights .img {
		width: calc(100% + 110px);
		left: -110px;
		margin-top: 75px;
		border-radius: 10px
	}

	#index .yxt .rights .img img {
		width: 100%
	}

	#index .inno {
		width: 100%;
		padding-bottom: 240px
	}

	#index .inno .raid {
		width: 900px;
		height: 900px;
		top: -630px;
		left: 50%;
		transform: translateX(-50%)
	}

	#index .inno .mod-title {
		width: 100%;
		font-size: 40px;
		margin-top: 55px
	}

	#index .inno .en-b {
		width: 100%;
		height: 230px;
		font-size: 290px;
		line-height: 230px;
		top: 120px;
		left: 0
	}

	#index .inno .en-p {
		width: 100%;
		height: 230px;
		font-size: 290px;
		line-height: 230px;
		top: 120px;
		left: 0
	}

	#index .inno .items {
		width: 100%;
		top: 130px
	}

	#index .inno .items .item {
		width: 29.76%;
		border-radius: 10px;
		top: 0
	}

	#index .inno .items .item .text {
		width: 100%;
		height: 140px;
		padding: 20px 40px 25px
	}

	#index .inno .items .item .text .date {
		font-size: 20px
	}

	#index .inno .items .item .text .title {
		font-size: 18px;
		margin-top: 12px
	}

	#index .inno .items .item .text .desc {
		margin-top: 7px;
		font-size: 14px
	}

	#index .inno .items .item:hover {
		top: -20px
	}

	.openby {
		width: 100%;
		padding: 80px 0 80px
	}

	.openby .cn,.openby .typed-cursor {
		font-size: 32px;
		line-height: 32px
	}

	.openby .solid {
		font-size: 100px;
		line-height: 100px;
		height: 100px;
		margin-top: 20px
	}

	.openby .hollow {
		font-size: 100px;
		line-height: 100px;
		height: 100px
	}

	#about .about {
		padding-top: 90px
	}

	#about .about .texts {
		width: 100%;
		max-width: 1080px;
		padding: 70px 0 30px
	}

	#about .about .texts .title {
		font-size: 40px
	}

	#about .about .texts .desc {
		font-size: 16px;
		line-height: 26px;
		margin-top: 30px
	}

	#about .swipers {
		width: 100%;
		height: 600px
	}

	#about .swipers .swiper {
		width: 52%;
		height: 600px
	}

	#about .swipers .swiper .swiper-slide {
		height: 600px
	}

	#about .swipers .swiper .page-b {
		max-width: 90%;
		height: 120px;
		padding: 0 28px
	}

	#about .swipers .swiper .page-b i {
		width: 100px;
		margin-right: 40px
	}

	#about .swipers .swiper .page-b .num {
		width: 100%
	}

	#about .swipers .swiper .page-b .num a {
		font-size: 30px;
		margin-right: 40px
	}

	#about .swipers .swiper .page-b .num a.active {
		font-size: 40px
	}

	#about .swipers .texts {
		width: 48%;
		padding: 0 80px;
		transform: translateY(-60px)
	}

	#about .swipers .texts .label {
		font-size: 24px
	}

	#about .swipers .texts .title {
		font-size: 40px
	}

	#about .swipers .texts .desc {
		font-size: 14px;
		line-height: 32px;
		margin-top: 50px
	}

	#about .business {
		margin-top: 100px
	}

	#about .business .tab {
		padding: 0 6.25%
	}

	#about .business .tab a {
		font-size: 16px;
		padding: 0 6px;
		margin: 0 16px
	}

	#about .business .tab a::after {
		height: 5px;
		bottom: 3px
	}

	#about .business .mains {
		padding: 60px 0 100px
	}

	#about .business .mains .text-swiper {
		width: 37.5%;
		padding: 0 80px
	}

	#about .business .mains .text-swiper .swiper-slide {
		padding-top: 50px
	}

	#about .business .mains .text-swiper .swiper-slide .title .en {
		font-size: 40px
	}

	#about .business .mains .text-swiper .swiper-slide .title .cn {
		font-size: 24px
	}

	#about .business .mains .text-swiper .swiper-slide .bot {
		max-width: 100%
	}

	#about .business .mains .text-swiper .swiper-slide .bot .desc {
		font-size: 14px;
		line-height: 26px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more {
		margin-top: 30px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more span {
		font-size: 18px;
		line-height: 18px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more i {
		font-size: 18px;
		margin-left: 15px
	}

	#about .business .mains .img-swiper {
		width: 62.5%
	}

	#culture .culture {
		padding-top: 150px;
		margin-left: 80px;
		margin-right: 80px
	}

	#dev .dev {
		padding-top: 145px;
		margin-left: 80px;
		margin-right: 80px
	}

	#dev .dev .sec {
		padding-bottom: 100px
	}

	#dev .dev .sec .left {
		width: 50%;
		padding: 0 60px 0 0
	}

	#dev .dev .sec .right {
		width: 50%;
		padding-left: 66px
	}

	#dev .dev .sec .right .en {
		font-size: 120px;
		line-height: 90px
	}

	#dev .dev .sec .right .cn {
		margin-top: -20px
	}

	#dev .dev .sec .right .cn p:nth-child(1) {
		font-size: 28px;
		line-height: 28px
	}

	#dev .dev .sec .right .cn p:nth-child(2) {
		font-size: 24px
	}

	#dev .dev .sec .right .list {
		margin-top: 24px
	}

	#dev .dev .sec .right .list .line {
		width: 100%;
		padding-bottom: 20px
	}

	#dev .dev .sec .right .list .line:last-child {
		padding-bottom: 6px
	}

	#dev .dev .sec .right .list .line .year {
		width: 63px;
		font-size: 24px;
		margin-top: 3px
	}

	#dev .dev .sec .right .list .line .content {
		padding-left: 24px;
		padding-top: 5px;
		font-size: 14px;
		line-height: 24px
	}

	#dev .dev .sec .right .list .line i.line {
		height: 100%;
		top: 0;
		left: 64px;
		z-index: 1
	}

	#dev .dev .sec .right .list .line i.dot {
		width: 7px;
		height: 7px;
		top: 14px;
		left: 61px
	}

	#dev .dev .sec:nth-child(even) .left {
		padding: 0 0 0 60px
	}

	#dev .dev .sec:nth-child(even) .right {
		padding-left: 0;
		padding-right: 66px
	}

	#honor .list {
		padding-top: 120px;
		margin-left: 80px;
		margin-right: 80px
	}

	#honor .list .item {
		width: 23%;
		margin-left: 2.66%;
		margin-bottom: 30px
	}

	#honor .list .item .title {
		margin-top: 20px;
		font-size: 14px;
		line-height: 14px
	}

	#honor .list .item:nth-child(4n+1) {
		margin-left: 0
	}

	#honor .pages {
		margin-top: 50px;
		margin-bottom: 80px
	}

	#impre .list {
		padding-top: 120px;
		margin-left: 80px;
		margin-right: 80px
	}

	#impre .list .item {
		width: 31.5%;
		margin-left: 2.75%;
		margin-bottom: 40px
	}

	#impre .list .item .text {
		padding-top: 18px
	}

	#impre .list .item .text .title {
		font-size: 18px;
		line-height: 18px
	}

	#impre .list .item .text .date {
		font-size: 20px;
		margin-top: 6px
	}

	#impre .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#impre .pages {
		margin-top: 50px;
		margin-bottom: 80px
	}

	#join .mod-title {
		padding-top: 150px;
		margin-left: 80px;
		margin-right: 80px
	}

	#join .mod-title .en {
		font-size: 120px;
		line-height: 80px
	}

	#join .mod-title .cn {
		font-size: 30px;
		line-height: 30px;
		margin-top: -20px
	}

	#join .mod-title .desc {
		font-size: 16px;
		margin-top: 15px
	}

	#join .cates {
		width: 100%;
		max-width: 960px;
		margin-top: 40px
	}

	#join .cates .item {
		margin-left: 130px;
		margin-top: 50px
	}

	#join .cates .item img {
		width: 76px;
		height: 61px
	}

	#join .cates .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#join .cates .item:nth-child(5n+1) {
		margin-left: 0
	}

	#join .list {
		margin-top: 70px;
		margin-left: 80px;
		margin-right: 80px;
		padding-bottom: 100px
	}

	#join .list .item {
		border-radius: 10px;
		padding: 20px 40px;
		margin-bottom: 20px
	}

	#join .list .item .tops .title {
		font-size: 18px
	}

	#join .list .item .tops .date {
		font-size: 20px
	}

	#join .list .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#edu .section1 {
		padding-top: 150px;
		padding-bottom: 100px;
		margin-left: 80px
	}

	#edu .section1 .texts {
		width: 34.88%
	}

	#edu .section1 .texts .title {
		font-size: 40px
	}

	#edu .section1 .texts .small {
		font-size: 20px
	}

	#edu .section1 .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#edu .section1 .texts .labels {
		font-size: 14px;
		margin-top: 55px
	}

	#edu .section2 {
		padding: 120px 80px 180px
	}

	#edu .section2 .left {
		width: 45%
	}

	#edu .section2 .left .title {
		font-size: 40px;
		line-height: 48px
	}

	#edu .section2 .left .desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section2 .right {
		width: 50%
	}

	#edu .section2 .right .item {
		width: 40%;
		margin-left: 10%;
		margin-bottom: 60px
	}

	#edu .section2 .right .item .title {
		font-size: 18px
	}

	#edu .section2 .right .item i {
		width: 50px;
		height: 3px;
		margin-top: 17px
	}

	#edu .section2 .right .item .desc {
		margin-top: 36px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section3 {
		padding: 0 80px 60px;
		margin-top: -120px
	}

	#edu .section3 .item {
		width: 23%;
		border-radius: 10px;
		padding: 50px 35px;
		box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
	}

	#edu .section3 .item img {
		width: 75px;
		margin: 0 auto
	}

	#edu .section3 .item .title {
		font-size: 18px;
		margin-top: 15px
	}

	#edu .section3 .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#edu .section4 {
		padding: 110px 80px 120px
	}

	#edu .section4 .line {
		padding-bottom: 90px
	}

	#edu .section4 .line .img {
		right: 0;
		top: 0;
		width: 47.36%
	}

	#edu .section4 .line .img img {
		width: 100%
	}

	#edu .section4 .line .texts {
		width: 40%;
		padding-top: 50px
	}

	#edu .section4 .line .texts i {
		width: 50px;
		height: 3px
	}

	#edu .section4 .line .texts .title {
		margin-top: 24px;
		font-size: 24px
	}

	#edu .section4 .line .texts .desc {
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px
	}

	#edu .section4 .line:nth-child(even) {
		flex-direction: row-reverse
	}

	#edu .section4 .line.line2 .img {
		right: auto;
		left: 0
	}

	#edu .section4 .line.line2 .texts {
		padding-top: 20%
	}

	#invo .news {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-left: 80px;
		margin-right: 80px
	}

	#invo .news .list {
		width: calc(100% - 400px)
	}

	#invo .news .list .item {
		margin-bottom: 30px;
		border-radius: 10px
	}

	#invo .news .list .item .img {
		width: 300px;
		height: 229px
	}

	#invo .news .list .item .texts {
		width: calc(100% - 300px);
		padding: 10px 30px 10px 30px
	}

	#invo .news .list .item .texts .date {
		font-size: 14px;
		line-height: 20px
	}

	#invo .news .list .item .texts .title {
		font-size: 18px;
		margin-top: 18px
	}

	#invo .news .list .item .texts .desc {
		line-height: 24px;
		margin-top: 10px;
		height: 72px
	}

	#invo .news .list .item .texts .more {
		margin-top: 20px;
		font-size: 20px
	}

	#invo .news .list .item .texts .more i {
		margin-left: 20px;
		font-size: 20px
	}

	#invo .news .list .pages {
		justify-content: flex-end;
		margin-top: 30px
	}

	#invo .news .hot {
		width: 360px;
		border-radius: 10px;
		padding: 20px 20px 30px
	}

	#invo .news .hot .mod {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px;
		border-left: 3px solid #fed130
	}

	#invo .news .hot ul {
		margin-top: 15px
	}

	#invo .news .hot li {
		width: 100%;
		height: 40px;
		margin-top: 6px;
		line-height: 39px
	}

	#invo .prtn {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-left: 80px;
		margin-right: 80px
	}

	#invo .prtn .item {
		width: 23%;
		margin-left: 2.66%;
		margin-bottom: 50px
	}

	#invo .prtn .item:nth-child(4n+1) {
		margin-left: 0
	}

	#invo .prtn .item p {
		margin-top: 28px;
		font-size: 18px
	}

	#invo .prtn .pages {
		margin-top: 40px
	}

	#card .section1 {
		padding: 30px 80px 80px
	}

	#card .section1 .texts {
		width: 60%;
		max-width: 580px
	}

	#card .section1 .texts .title {
		font-size: 30px;
		line-height: 42px
	}

	#card .section1 .texts .desc {
		font-size: 16px;
		line-height: 28px
	}

	#card .section1 .texts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#card .section1 .imgs .img1 {
		top: 130px
	}

	#card .section1 .imgs .img2 {
		top: 60px
	}

	#card .section2 {
		padding: 100px 80px
	}

	#card .section2 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section2 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section2 .items {
		margin-top: 70px
	}

	#card .section2 .items .item {
		width: 180px
	}

	#card .section2 .items .item .img {
		width: 80px;
		height: 80px
	}

	#card .section2 .items .item .title {
		font-size: 16px;
		line-height: 16px;
		margin-top: 20px
	}

	#card .section2 .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px
	}

	#card .section3 {
		padding: 70px 80px 50px
	}

	#card .section3 .mod {
		max-width: 700px
	}

	#card .section3 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section3 .items {
		margin-top: 70px
	}

	#card .section3 .items .item {
		width: 23.5%;
		border-radius: 10px
	}

	#card .section3 .items .item .text {
		padding: 20px
	}

	#card .section3 .items .item .text .title {
		font-size: 16px
	}

	#card .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#card .section4 {
		padding: 50px 80px
	}

	#card .section4 .mod {
		max-width: 700px
	}

	#card .section4 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section4 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section4 .item {
		margin-top: 70px
	}

	#card .section4 .item .img {
		width: 50%;
		max-width: 720px
	}

	#card .section4 .item .img img {
		width: 73.6%
	}

	#card .section4 .item .text {
		width: 50%;
		padding: 0 9.6%
	}

	#card .section4 .item .text .title {
		font-size: 24px
	}

	#card .section4 .item .text i.line {
		width: 50px;
		height: 3px;
		margin-top: 20px
	}

	#card .section4 .item .text .desc {
		margin-top: 14px;
		font-size: 18px;
		line-height: 24px
	}

	#card .section4 .item .text .small {
		line-height: 24px;
		margin-top: 20px
	}

	#card .section4 .item:nth-of-type(odd) {
		flex-direction: row-reverse
	}

	#card .section5 {
		padding: 50px 80px
	}

	#card .section5 .mod {
		max-width: 700px
	}

	#card .section5 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section5 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section5 .items {
		margin-top: 60px
	}

	#card .section5 .items .item {
		width: 23%;
		margin-bottom: 30px
	}

	#card .section5 .items .item .img {
		border-radius: 10px
	}

	#card .section5 .items .item .title {
		margin-top: 15px;
		font-size: 16px
	}

	#logi .section1 {
		padding-top: 150px;
		padding-bottom: 100px;
		margin-left: 80px
	}

	#logi .section1 .texts {
		width: 34.88%
	}

	#logi .section1 .texts .title {
		font-size: 40px
	}

	#logi .section1 .texts .small {
		font-size: 20px;
		line-height: 32px;
		margin-top: 10px
	}

	#logi .section1 .texts .labels {
		font-size: 14px;
		margin-top: 55px
	}

	#logi .section1 .texts .labels p {
		margin-top: 10px
	}

	#logi .section1 .texts .labels p::before {
		width: 6px;
		height: 6px;
		margin: 7px 15px 0 0
	}

	#logi .section1 .img {
		width: 61%
	}

	#logi .section2 {
		padding: 140px 80px 80px
	}

	#logi .section2 .lefts {
		width: 50%;
		max-width: 500px;
		padding-right: 20px
	}

	#logi .section2 .lefts .title {
		font-size: 30px;
		line-height: 40px
	}

	#logi .section2 .lefts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#logi .section2 .lefts img {
		margin-top: 100px;
		max-width: 435px
	}

	#logi .section2 .rights {
		width: 50%
	}

	#logi .section2 .rights .item {
		width: 48%;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1)
	}

	#logi .section2 .rights .item p {
		height: 80px;
		padding: 10px;
		font-size: 16px
	}

	#logi .section3 {
		padding: 80px 80px
	}

	#logi .section3 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#logi .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#logi .section3 .list {
		margin-top: 70px
	}

	#logi .section3 .list .item {
		width: 48%;
		box-shadow: 0 4px 20px rgba(0,0,0,0.1);
		margin-bottom: 20px
	}

	#logi .section3 .list .item .img {
		width: 240px;
		height: 200px
	}

	#logi .section3 .list .item .text {
		width: calc(100% - 240px);
		padding: 10px 20px
	}

	#logi .section3 .list .item .text .title {
		font-size: 18px
	}

	#logi .section3 .list .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section1 {
		padding-top: 150px;
		padding-bottom: 100px;
		margin-left: 80px
	}

	#secu .section1 .texts {
		width: 34.88%
	}

	#secu .section1 .texts .title {
		font-size: 30px
	}

	#secu .section1 .texts .small {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px
	}

	#secu .section1 .texts .items {
		margin-top: 50px
	}

	#secu .section1 .texts .items .item {
		margin-top: 30px
	}

	#secu .section1 .texts .items .item .title {
		font-size: 18px
	}

	#secu .section1 .texts .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	#secu .section1 .texts .items .item .desc {
		font-size: 15px;
		line-height: 24px;
		margin-top: 15px
	}

	#secu .section1 .img {
		width: 61%
	}

	#secu .section2 {
		padding: 90px 80px
	}

	#secu .section2 .tab {
		width: 300px
	}

	#secu .section2 .tab .item {
		height: 180px;
		margin-top: 30px;
		border-radius: 10px
	}

	#secu .section2 .tab .item:first-child {
		margin-top: 0
	}

	#secu .section2 .tab .item i {
		font-size: 60px;
		line-height: 60px
	}

	#secu .section2 .tab .item p {
		font-size: 18px;
		margin-top: 16px
	}

	#secu .section2 .rights {
		width: calc(100% - 300px);
		padding-top: 30px;
		padding-left: 90px
	}

	#secu .section2 .rights .mod {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 18px
	}

	#secu .section2 .rights .items {
		width: 100%
	}

	#secu .section2 .rights .items .item {
		padding: 35px 0 25px
	}

	#secu .section2 .rights .items .item .title {
		font-size: 18px
	}

	#secu .section2 .rights .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	#secu .section2 .rights .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#secu .section3 {
		padding: 70px 80px 50px
	}

	#secu .section3 .mod {
		max-width: 700px
	}

	#secu .section3 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#secu .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#secu .section3 .items {
		margin-top: 70px
	}

	#secu .section3 .items .item {
		width: 23.5%;
		border-radius: 10px
	}

	#secu .section3 .items .item .text {
		padding: 20px 20px 20px
	}

	#secu .section3 .items .item .text .title {
		font-size: 16px
	}

	#secu .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 .items .item .text .more {
		left: 20px
	}

	#secu .section3 .items .item .text .more span {
		font-size: 14px;
		line-height: 16px
	}

	#secu .section3 .items .item .text .more i {
		font-size: 14px;
		margin-left: 14px
	}

	#contact .forms {
		margin-left: 80px;
		margin-right: 80px;
		margin-top: -60px;
		padding-bottom: 80px
	}

	#contact .forms .cont {
		max-width: 1280px;
		padding: 60px 70px 70px
	}

	#contact .forms .mod .title {
		font-size: 30px;
		line-height: 30px
	}

	#contact .forms .mod .desc {
		font-size: 16px;
		margin-top: 16px
	}

	#contact .forms .form {
		margin-top: 75px
	}

	#contact .forms .form .inputs {
		display: flex
	}

	#contact .forms .form .inputs .item {
		margin-left: 40px
	}

	#contact .forms .form .inputs .item .label {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px
	}

	#contact .forms .form .inputs .item input {
		height: 30px
	}

	#contact .forms .form .inputs .item select {
		height: 30px
	}

	#contact .forms .form .textarea {
		height: 200px;
		margin-top: 30px
	}

	#contact .forms .form .textarea textarea {
		padding: 14px
	}

	#contact .forms .form .fun {
		display: flex;
		margin-top: 20px
	}

	#contact .forms .form .fun .yzm {
		max-width: 310px;
		display: flex
	}

	#contact .forms .form .fun .yzm input {
		width: 150px;
		height: 50px;
		padding: 0 14px
	}

	#contact .forms .form .fun .yzm img {
		width: 150px;
		height: 50px;
		margin-left: 10px
	}

	#contact .forms .form .fun .btn {
		width: 100%;
		max-width: 200px;
		height: 50px;
		line-height: 50px
	}

	#contact .pay {
		margin-left: 80px;
		margin-right: 80px;
		padding: 80px 0
	}

	#contact .pay .item {
		margin-bottom: 50px
	}

	#contact .pay .label {
		display: block;
		width: 180px;
		padding-left: 16px;
		height: 46px;
		line-height: 46px;
		font-size: 20px;
		border-radius: 8px 8px 0 0
	}

	#contact .pay .table .line {
		border-left: 1px solid #e6e6e6;
		display: flex
	}

	#contact .pay .table .th {
		background-color: #fafafa
	}

	#contact .pay .table .th,#contact .pay .table .td {
		padding: 14px 10px 14px 16px;
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		word-break: break-all
	}

	#contact .pay .table.type1 .th {
		width: 180px
	}

	#contact .pay .table.type1 .td:nth-of-type(2n) {
		width: calc(50% - 180px)
	}

	#contact .pay .table.type1 .td.col-3 {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type2 .th:nth-of-type(1),#contact .pay .table.type2 .td:nth-of-type(1) {
		width: 180px
	}

	#contact .pay .table.type2 .th:nth-of-type(2),#contact .pay .table.type2 .td:nth-of-type(2) {
		width: calc(70% - 180px)
	}

	#contact .pay .table.type2 .th:nth-of-type(3),#contact .pay .table.type2 .td:nth-of-type(3) {
		width: 30%
	}

	#contact .pay .table.type2 .td.col-3 {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type3 .th:nth-of-type(1),#contact .pay .table.type3 .td:nth-of-type(1) {
		width: 180px
	}

	#contact .pay .table.type3 .th:nth-of-type(2),#contact .pay .table.type3 .td:nth-of-type(2) {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type3 .s-td {
		padding: 0
	}

	#contact .pay .table.type3 .m-td {
		padding: 14px 16px;
		border-bottom: 1px solid #e6e6e6
	}

	#contact .pay .table.type3 .m-td:last-child {
		border-bottom: none
	}

	#asce .live {
		padding-top: 120px;
		margin: 0 80px
	}

	#asce .live .mod-title {
		font-size: 24px;
		line-height: 24px
	}

	#asce .live .list {
		margin-top: 30px;
		padding-bottom: 30px
	}

	#asce .live .list .item {
		width: 31.6%;
		height: 220px;
		margin-left: 2.6%;
		margin-top: 30px;
		padding: 0 14px 14px 14px
	}

	#asce .live .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#asce .live .list .item .info {
		display: flex
	}

	#asce .live .list .item .info .img {
		width: 100px;
		height: 100px;
		top: -30px
	}

	#asce .live .list .item .info .text {
		padding-left: 14px;
		padding-top: 14px
	}

	#asce .live .list .item .info .text p {
		margin-top: 8px
	}

	#asce .live .list .item .title {
		font-size: 16px;
		line-height: 24px;
		height: 48px
	}

	#asce .live .list .item .link {
		margin-top: 30px
	}

	#asce .course {
		margin: 25px 80px 0
	}

	#asce .course .mod-title {
		font-size: 24px;
		line-height: 24px
	}

	#asce .course .list {
		margin-top: 30px
	}

	#asce .course .list .item {
		width: 23%;
		margin-left: 2.66%;
		margin-bottom: 30px
	}

	#asce .course .list .item:nth-child(4n+1) {
		margin-left: 0
	}

	#asce .course .list .item .text {
		padding: 16px 15px 15px
	}

	#asce .course .list .item .text .title {
		font-size: 16px;
		line-height: 16px
	}

	#asce .course .list .item .text .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#asce .course .list .item:hover {
		box-shadow: 0 4px 20px rgba(0,0,0,0.1)
	}

	#asce .c-list {
		margin-top: 70px;
		margin-left: 80px;
		margin-right: 80px;
		padding-bottom: 100px
	}

	#asce .c-list .tab {
		display: flex
	}

	#asce .c-list .tab a {
		font-size: 16px;
		padding: 0 6px
	}

	#asce .c-list .tab a::after {
		height: 5px;
		bottom: 3px
	}

	#asce .c-list .tab i {
		height: 15px;
		margin: 0 24px
	}

	#asce .c-list .cont {
		display: flex
	}

	#asce .c-list .lefts {
		width: calc(100% - 280px)
	}

	#asce .c-list .lefts .list {
		width: 100%;
		margin-top: 40px
	}

	#asce .c-list .lefts .list .item {
		border-radius: 10px;
		margin-top: 20px
	}

	#asce .c-list .lefts .list .item .img {
		width: 250px;
		height: 165px
	}

	#asce .c-list .lefts .list .item .text {
		width: calc(100% - 250px);
		padding: 10px 20px
	}

	#asce .c-list .lefts .list .item .text .title {
		font-size: 18px;
		line-height: 20px
	}

	#asce .c-list .lefts .list .item .text .cate {
		font-size: 14px;
		margin-top: 8px
	}

	#asce .c-list .lefts .list .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-top: 20px
	}

	#asce .c-list .lefts .pages {
		margin-top: 40px;
		justify-content: flex-end
	}

	#asce .c-list .rights {
		width: 260px;
		padding: 18px;
		margin-top: 40px
	}

	#asce .c-list .rights .mod-title {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#asce .c-list .rights .items {
		margin-top: 20px
	}

	#asce .c-list .rights .items a {
		margin-right: 8px;
		margin-bottom: 8px;
		height: 30px;
		padding: 0 14px;
		border-radius: 15px
	}

	#find .section2 {
		padding-top: 80px;
		padding-bottom: 70px;
		padding-left: 80px;
		padding-right: 80px
	}

	#find .section2 .item .en {
		font-size: 20px;
		line-height: 20px
	}

	#find .section2 .item .num {
		font-size: 60px;
		line-height: 46px
	}

	#find .section2 .item i.line {
		width: 40px;
		height: 3px;
		margin-top: 15px
	}

	#find .section2 .item .cn {
		font-size: 16px;
		margin-top: 20px
	}

	#find .section3 {
		height: 500px
	}

	#find .section3 .left {
		width: 50%
	}

	#find .section3 .left .text {
		padding: 50px
	}

	#find .section3 .left .text .title {
		font-size: 18px
	}

	#find .section3 .left .text .desc {
		font-size: 14px;
		margin-top: 12px
	}

	#find .section3 .mid {
		width: 25%;
		height: 100%
	}

	#find .section3 .mid .text {
		width: 100%;
		padding: 30px 20px 30px
	}

	#find .section3 .mid .text .title {
		font-size: 18px
	}

	#find .section3 .mid .text .desc {
		font-size: 14px;
		margin-top: 12px
	}

	#find .section3 .right {
		width: 25%;
		height: 100%
	}

	#find .section3 .right .text {
		width: 100%;
		padding: 30px 20px 30px
	}

	#find .section3 .right .text .title {
		font-size: 18px
	}

	#find .section3 .right .text .desc {
		font-size: 14px;
		margin-top: 12px
	}

	#find .section4 {
		width: 100%;
		padding: 0 60px;
		height: 626px
	}

	#find .section4 .thumb {
		width: 900px;
		height: 506px
	}

	#find .section4 .thumb .swiper-thumb {
		width: 100%
	}

	#find .section4 .thumb .swiper-thumb .swiper-wrapper {
		height: 506px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide {
		width: 900px;
		height: 506px;
		border-radius: 10px;
		padding: 10px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide .more {
		width: 140px;
		height: 50px;
		border-radius: 25px;
		font-size: 24px;
		line-height: 46px
	}

	#find .section4 .texts {
		padding-left: 100px;
		height: 70px
	}

	#find .section4 .texts .swiper-slide {
		height: 70px
	}

	#find .section4 .texts .cate {
		font-size: 14px
	}

	#find .section4 .texts .title {
		font-size: 24px;
		margin-top: 16px
	}

	#find .section4 .navigation {
		right: -15px;
		width: 50px;
		height: 160px
	}

	#find .section4 .navigation a {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	#find .section4 .navigation a i {
		font-size: 16px
	}

	#find .section4 .nums {
		height: 70px;
		width: 90px;
		bottom: 20px;
		right: -60px
	}

	#find .section4 .nums .swiper-slide {
		height: 70px;
		font-size: 100px;
		line-height: 65px
	}

	#find .case-full {
		padding: 80px
	}

	#find .case-full .item {
		width: 29.6%;
		margin-left: 5.6%;
		margin-bottom: 40px
	}

	#find .case-full .item .text .c {
		font-size: 14px
	}

	#find .case-full .item .text .name {
		font-size: 20px;
		margin-top: 10px
	}

	#find .case-full .item:nth-child(3n+1) {
		margin-left: 0
	}

	#find .case-full .item .img .more {
		width: 140px;
		height: 50px;
		border-radius: 25px;
		font-size: 24px;
		line-height: 46px
	}

	.find-sec1 {
		padding-top: 120px;
		padding-bottom: 100px;
		margin-left: 80px
	}

	.find-sec1 .texts {
		width: 50%;
		max-width: 615px
	}

	.find-sec1 .texts .en {
		width: 100%;
		font-size: 80px;
		line-height: 80px
	}

	.find-sec1 .texts .bot {
		width: 100%;
		margin-top: 20px
	}

	.find-sec1 .texts .bot i {
		width: 140px;
		height: 3px;
		margin-top: 10px
	}

	.find-sec1 .texts .bot .text {
		width: 100%;
		margin-left: 36px
	}

	.find-sec1 .texts .bot .text .title {
		font-size: 24px;
		line-height: 24px
	}

	.find-sec1 .texts .bot .text .desc {
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px
	}

	.find-sec1 .img {
		width: 50%
	}

	.find-sec1 .img img {
		max-width: 100%
	}

	#bdata .section2 {
		height: 700px
	}

	#bdata .section2 .item {
		width: 50%;
		padding: 40px 80px 40px
	}

	#bdata .section2 .item .nums span {
		font-size: 60px;
		height: 50px;
		line-height: 50px
	}

	#bdata .section2 .item .nums p {
		font-size: 18px;
		line-height: 16px;
		height: 16px;
		margin-top: 5px
	}

	#bdata .section2 .item .text .title {
		font-size: 20px
	}

	#bdata .section2 .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 24px
	}

	#bdata .section3 {
		width: 100%;
		padding: 70px 80px 80px
	}

	#bdata .section3 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#bdata .section3 .items {
		width: 100%;
		margin-top: 60px
	}

	#bdata .section3 .items .item {
		width: 24%
	}

	#bdata .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text i {
		font-size: 50px
	}

	#bdata .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#bdata .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		margin-top: 18px
	}

	#fedu .section2 {
		width: 100%;
		height: 780px
	}

	#fedu .section2 .item {
		width: 25%;
		height: 100%
	}

	#fedu .section2 .item .masks {
		display: flex;
		padding-top: 270px
	}

	#fedu .section2 .item .masks i {
		font-size: 60px
	}

	#fedu .section2 .item .masks p {
		font-size: 20px;
		margin-top: 30px
	}

	#fedu .section2 .item .num {
		top: 60px;
		right: 50px;
		font-size: 120px;
		line-height: 100px;
		height: 100px
	}

	#fedu .section2 .item .b-text {
		padding: 40px 12%
	}

	#fedu .section2 .item .b-text .title {
		font-size: 20px
	}

	#fedu .section2 .item .b-text i.line {
		width: 50px;
		height: 3px;
		margin-top: 15px
	}

	#fedu .section2 .item .b-text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#fedu .section3 {
		width: 100%;
		padding: 70px 80px 80px
	}

	#fedu .section3 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#fedu .section3 .items {
		width: 100%;
		margin-top: 60px
	}

	#fedu .section3 .items .item {
		width: 24%
	}

	#fedu .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text i {
		width: 56px;
		height: 50px
	}

	#fedu .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#fedu .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		margin-top: 18px
	}

	#fedu .section4 {
		width: 100%;
		padding: 70px 80px 30px
	}

	#fedu .section4 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#fedu .section4 .items {
		width: 100%;
		margin-top: 60px
	}

	#fedu .section4 .item {
		width: 31.5%;
		margin-left: 2.75%;
		margin-bottom: 40px
	}

	#fedu .section4 .item:nth-child(3n+1) {
		margin-left: 0
	}

	#fedu .section4 .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section4 .item .img img {
		width: 100%
	}

	#fedu .section4 .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#mov .section2 {
		width: 100%
	}

	#mov .section2 .texts {
		padding: 0 80px 80px
	}

	#mov .section2 .texts .cn {
		font-size: 26px
	}

	#mov .section2 .texts .desc {
		font-size: 16px;
		margin-top: 10px
	}

	#mov .section2 .texts .en {
		font-size: 60px;
		margin-top: 10px
	}

	#mov .section3 {
		width: 100%
	}

	#mov .section3 .mod {
		padding: 60px 80px 60px
	}

	#mov .section3 .mod .title {
		font-size: 26px
	}

	#mov .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#mov .section3 .items .item .mask .iconfont {
		font-size: 50px
	}

	#mov .section3 .items .item .mask .text {
		width: 126px
	}

	#mov .section3 .items .item .mask .text .title {
		font-size: 20px;
		margin-top: 20px
	}

	#mov .section3 .items .item .mask .text i.line {
		width: 40px;
		height: 3px;
		margin: 15px auto 0
	}

	#mov .section3 .items .item .mask .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mov .section3 .items .item:hover .mask {
		height: 130px;
		padding: 32px 50px
	}

	#mov .section3 .items .item:hover .mask .text {
		padding-left: 30px
	}

	#mov .section3 .items .item:hover .mask .text .title {
		font-size: 20px
	}

	#mov .section3 .items .item:hover .mask .text .desc {
		margin-top: 4px
	}

	#mark .section2 {
		width: 100%;
		height: 600px
	}

	#mark .section2 .item .b-text {
		width: 100%;
		height: 100px;
		padding: 0 50px
	}

	#mark .section2 .item .b-text p {
		font-size: 20px
	}

	#mark .section2 .item .b-text span {
		font-size: 16px
	}

	#mark .section2 .item .more-text {
		width: 100%;
		padding: 50px 50px 50px
	}

	#mark .section2 .item .more-text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 28px
	}

	#mark .section2 .item .more-text .s-items {
		width: 100%;
		margin-top: 60px
	}

	#mark .section2 .item .more-text .s-items .s-item {
		margin-right: 60px
	}

	#mark .section2 .item .more-text .s-items .s-item p {
		font-size: 16px;
		line-height: 16px
	}

	#mark .section2 .item .more-text .s-items .s-item i.line {
		width: 50px;
		height: 3px;
		margin-top: 18px
	}

	#mark .section2 .item .more-text .s-items .s-item span {
		font-size: 16px;
		margin-top: 10px
	}

	#mark .section3 {
		width: 100%;
		padding: 70px 80px 70px
	}

	#mark .section3 .mod-title {
		font-size: 26px
	}

	#mark .section3 .items {
		width: 100%;
		margin-top: 90px
	}

	#mark .section3 .items .item {
		width: 100%
	}

	#mark .section3 .items .item .num {
		font-size: 40px;
		line-height: 40px
	}

	#mark .section3 .items .item .line {
		margin-top: 30px
	}

	#mark .section3 .items .item .line i {
		width: 40px;
		height: 40px;
		top: 50%;
		left: 50%;
		margin-left: -20px;
		margin-top: -20px
	}

	#mark .section3 .items .item .iconfont {
		font-size: 68px;
		margin: 50px auto 0
	}

	#mark .section3 .items .item .title {
		font-size: 20px;
		margin-top: 10px
	}

	#mark .section3 .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin: 10px auto 0;
		width: 100%;
		max-width: 270px
	}

	#news_d .detail {
		margin-left: 80px;
		margin-right: 80px;
		padding: 50px 0 80px
	}

	#news_d .n-left {
		width: calc(100% - 320px)
	}

	#news_d .n-left.full {
		width: 100%
	}

	#news_d .n-left .article {
		padding: 40px 30px
	}

	#news_d .n-left .article .info {
		padding-bottom: 30px
	}

	#news_d .n-left .article .title {
		font-size: 24px
	}

	#news_d .n-left .article .date {
		font-size: 14px;
		margin-top: 10px
	}

	#news_d .n-left .article .content {
		padding: 30px 0 20px;
		font-size: 14px;
		line-height: 24px
	}

	#news_d .n-left .func {
		width: 100%;
		margin-top: 20px;
		display: flex
	}

	#news_d .n-left .func .prev-next a {
		margin: 5px 0
	}

	#news_d .n-left .func .back {
		width: 140px;
		height: 40px;
		line-height: 38px;
		font-size: 14px
	}

	#news_d .n-right {
		width: 290px;
		margin-left: 30px
	}

	#news_d .n-right .hot {
		padding: 20px
	}

	#news_d .n-right .hot .mod {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#news_d .n-right .hot ul {
		width: 100%;
		margin-top: 10px
	}

	#news_d .n-right .hot ul li {
		height: 40px;
		margin-top: 5px;
		line-height: 40px
	}

	#case_l .case {
		margin-left: 80px;
		margin-right: 80px;
		padding: 100px 0 80px
	}

	#case_l .case .s-cate {
		display: flex
	}

	#case_l .case .s-cate a {
		padding: 0 20px;
		height: 30px;
		line-height: 28px;
		margin: 5px 10px;
		border-radius: 15px
	}

	#case_l .case .items {
		width: 100%;
		margin-top: 50px
	}

	#case_l .case .items .item {
		width: 32%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 40px
	}

	#case_l .case .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_l .case .items .item .img .more {
		width: 140px;
		height: 50px;
		border-radius: 25px;
		font-size: 24px;
		line-height: 46px
	}

	#case_l .case .pages {
		margin: 20px auto 0
	}

	#case_d .case-banner {
		width: 100%
	}

	#case_d .info {
		margin-left: 80px;
		margin-right: 80px;
		margin-bottom: 80px
	}

	#case_d .info .left {
		width: calc(100% - 320px);
		max-width: 1100px;
		padding-top: 50px
	}

	#case_d .info .left .labels {
		display: flex
	}

	#case_d .info .left .labels .item {
		width: auto;
		margin-right: 50px
	}

	#case_d .info .left .labels .item:nth-of-type(2) {
		margin-right: 0
	}

	#case_d .info .left .labels .item .label {
		font-size: 28px
	}

	#case_d .info .left .labels .item .text {
		height: 40px;
		line-height: 40px
	}

	#case_d .info .left .descs {
		margin-top: 40px
	}

	#case_d .info .left .descs .label {
		font-size: 32px
	}

	#case_d .info .left .descs .desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px
	}

	#case_d .info .logo {
		width: 240px;
		top: -80px
	}

	#case_d .detail-sec-img {
		width: 100%
	}

	#case_d .detail-sec-img img {
		width: 100%
	}

	#case_d .detail-sec-text {
		margin-left: 80px;
		margin-right: 80px;
		padding: 50px 0 50px
	}

	#case_d .detail-sec-text .title {
		font-size: 32px
	}

	#case_d .detail-sec-text .content {
		font-size: 16px;
		line-height: 30px;
		margin-top: 20px;
		max-width: 860px
	}

	#case_d .prev-next {
		padding: 60px 0 40px;
		margin-left: 80px;
		margin-right: 80px;
		display: flex
	}

	#case_d .prev-next a {
		font-size: 20px
	}

	#case_d .recom {
		margin-left: 80px;
		margin-right: 80px;
		margin-top: 50px
	}

	#case_d .recom .mod {
		font-size: 30px
	}

	#case_d .recom .items {
		width: 100%;
		margin-top: 30px
	}

	#case_d .recom .items .item {
		width: 32%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#case_d .recom .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_d .recom .items .item .img .more {
		width: 140px;
		height: 50px;
		border-radius: 25px;
		font-size: 24px;
		line-height: 46px
	}
}

@media screen and (max-width: 1366px) {
	#index .develop {
		width: 100%;
		height: 270px;
		background-color: #3398CC
	}

	#index .develop .main {
		display: flex;
		justify-content: center;
		padding-top: 40px
	}

	#index .develop .main .item {
		min-width: 190px;
		margin-left: 80px
	}

	#index .develop .main .item:first-child {
		margin-left: 0
	}

	#index .develop .main .item .nums {
		position: relative
	}

	#index .develop .main .item .nums .numhide {
		font-size: 110px;
		height: 110px;
		line-height: 110px;
		color: #fed130;
		font-family: 'ap';
		opacity: 0
	}

	#index .develop .main .item .nums .num {
		width: 100%;
		font-size: 110px;
		height: 110px;
		line-height: 110px;
		color: #fed130;
		font-family: 'ap';
		position: absolute;
		top: 0;
		left: 0
	}

	#index .develop .main .item .desc {
		font-size: 16px;
		line-height: 24px;
		color: #fff;
		margin-top: 10px
	}

	#about .develop {
		width: 100%;
		height: 270px
	}

	#about .develop .main {
		padding-top: 40px
	}

	#about .develop .main .item {
		min-width: 190px;
		margin-left: 80px
	}

	#about .develop .main .item .nums .numhide {
		font-size: 110px;
		height: 110px;
		line-height: 110px
	}

	#about .develop .main .item .nums .num {
		font-size: 110px;
		height: 110px;
		line-height: 110px;
		top: 0;
		left: 0
	}

	#about .develop .main .item .desc {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px
	}
}

@media screen and (max-width: 1024px) {
	#index .banner {
		height: 700px
	}

	#index .banner .slogen {
		font-size: 30px;
		margin-top: -110px;
		letter-spacing: 20px
	}

	#index .banner .enp {
		height: 250px;
		line-height: 250px;
		font-size: 280px;
		margin-top: -95px
	}

	#index .banner .enb {
		height: 250px;
		line-height: 250px;
		font-size: 280px;
		margin-top: -95px
	}

	#index .find {
		width: 100%;
		display: block;
		padding: 50px 0 0;
		overflow: hidden
	}

	#index .find .texts {
		width: 100%;
		padding-left: 50px;
		overflow: hidden;
		position: relative
	}

	#index .find .texts .en {
		font-size: 120px;
		line-height: 120px;
		height: 120px
	}

	#index .find .texts .slogen {
		font-size: 20px
	}

	#index .find .texts .bigs {
		font-size: 40px;
		line-height: 50px;
		margin-top: 40px;
		height: 150px
	}

	#index .find .texts .more {
		margin-top: 10px;
		height: 60px;
		line-height: 60px
	}

	#index .find .texts .more .more-canvas {
		width: 92px;
		height: 60px
	}

	#index .find .texts .more p {
		height: 60px;
		font-size: 18px;
		line-height: 60px
	}

	#index .find .texts .more p span {
		font-size: 18px;
		height: 60px
	}

	#index .find .swiper {
		width: calc(50% + 150px);
		padding-left: 150px;
		margin: 50px auto 0;
		float: right
	}

	#index .find .swiper .swiper-container {
		width: 100%
	}

	#index .find .swiper .swiper-slide {
		width: 100%
	}

	#index .find .swiper .page-l {
		width: 150px;
		top: 10%;
		left: 0;
		padding-right: 30px
	}

	#index .find .swiper .page-l a {
		width: 100%;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin-top: 20px
	}

	#index .find .swiper .page-l a::after {
		width: 0;
		height: 2px;
		top: 11px;
		left: 130px
	}

	#index .find .swiper .page-l a.active::after {
		width: 40px;
		transition-duration: 2s
	}

	#index .find .swiper .page-b {
		height: 80px;
		bottom: 0;
		left: 150px;
		right: 50px;
		padding: 0 28px
	}

	#index .find .swiper .page-b i {
		width: 50px;
		height: 2px;
		margin-right: 20px;
		display: none
	}

	#index .find .swiper .page-b .num {
		width: 100%
	}

	#index .find .swiper .page-b .num a {
		font-size: 24px
	}

	#index .find .swiper .page-b .num a.active {
		font-size: 32px
	}

	#index .develop {
		width: 100%;
		height: auto;
		padding-bottom: 50px
	}

	#index .develop .main {
		flex-wrap: wrap;
		padding-top: 40px
	}

	#index .develop .main .item {
		width: 50%;
		min-width: 190px;
		margin-left: 0;
		text-align: center
	}

	#index .develop .main .item:first-child {
		margin-left: 0
	}

	#index .develop .main .item:nth-child(3) {
		margin-top: 30px
	}

	#index .develop .main .item:nth-child(4) {
		margin-top: 30px
	}

	#index .develop .main .item .nums .numhide {
		font-size: 110px;
		height: 110px;
		line-height: 110px
	}

	#index .develop .main .item .nums .num {
		font-size: 110px;
		height: 110px;
		line-height: 110px
	}

	#index .develop .main .item .desc {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px
	}

	#index .case {
		width: 100%;
		padding: 70px 0
	}

	#index .case .mod-b {
		width: 100%;
		font-size: 250px;
		line-height: 170px;
		height: 190px
	}

	#index .case .mod-p {
		width: 100%;
		font-size: 250px;
		line-height: 170px;
		height: 190px;
		top: 70px
	}

	#index .case .blue-block {
		width: 600px;
		height: 3000px;
		border-radius: 300px;
		top: 110px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto
	}

	#index .case .slogen {
		width: 100%;
		margin-top: 15px;
		font-size: 14px
	}

	#index .case .swiper {
		width: 100%;
		margin-top: 0
	}

	#index .case .swiper .swiper-container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	#index .case .swiper .swiper-slide {
		width: 66.67%;
		border-radius: 10px
	}

	#index .case .swiper .btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: 46%
	}

	#index .case .swiper .btn i {
		font-size: 20px
	}

	#index .case .swiper .btn.prev {
		left: 120px
	}

	#index .case .swiper .btn.next {
		right: 120px
	}

	#index .case .bots {
		margin-top: 10px;
		padding-top: 40px
	}

	#index .case .bots>.en {
		width: 100%;
		font-size: 190px;
		line-height: 130px;
		height: 150px;
		top: 0
	}

	#index .case .bots .b-slogen {
		width: 100%;
		font-size: 30px
	}

	#index .case .bots .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#index .case .bots .items {
		width: 100%;
		margin-top: 70px;
		flex-wrap: wrap;
		align-items: center
	}

	#index .case .bots .items .item {
		width: 24%;
		height: 230px;
		margin: 20px 20px;
		border-radius: 10px;
		top: 0;
		perspective: 500;
		-webkit-perspective: 500
	}

	#index .case .bots .items .item .surfp {
		width: 100%;
		height: 100%;
		padding: 40px 10px;
		border-radius: 10px;
		perspective: 10000
	}

	#index .case .bots .items .item .surfp .img {
		width: 50px;
		height: 50px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfp .text {
		width: 100%;
		margin-top: 35px
	}

	#index .case .bots .items .item .surfp .text .tt {
		font-size: 20px
	}

	#index .case .bots .items .item .surfp .text .tb {
		font-size: 20px
	}

	#index .case .bots .items .item .surfb {
		width: 100%;
		height: 100%;
		padding: 40px 10px;
		border-radius: 10px;
		perspective: 10000;
		transform: rotateY(-180deg)
	}

	#index .case .bots .items .item .surfb .img {
		width: 50px;
		height: 50px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfb .text {
		width: 100%
	}

	#index .case .bots .items .item .surfb .text .tt {
		font-size: 20px
	}

	#index .case .bots .items .item .surfb .text .tb {
		font-size: 20px;
		margin-top: 35px
	}

	#index .yxt {
		width: 100%;
		flex-wrap: wrap
	}

	#index .yxt .lefts {
		width: 100%;
		padding: 0 60px 60px
	}

	#index .yxt .lefts .item {
		width: 100%;
		height: 155px;
		border-radius: 10px;
		padding: 20px 25px 20px;
		margin-top: 20px;
		left: 0
	}

	#index .yxt .lefts .item:first-child {
		margin-top: 0
	}

	#index .yxt .lefts .item .tops {
		width: 100%
	}

	#index .yxt .lefts .item .tops span {
		font-size: 50px;
		line-height: 50px
	}

	#index .yxt .lefts .item .tops i {
		font-size: 30px
	}

	#index .yxt .lefts .item .title {
		font-size: 18px;
		line-height: 18px;
		margin-top: 20px
	}

	#index .yxt .lefts .item .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#index .yxt .lefts .item:hover {
		left: 20px
	}

	#index .yxt .rights {
		width: 100%;
		padding: 60px 60px;
		background-color: #f8f8f8
	}

	#index .yxt .rights .texts .title {
		font-size: 34px;
		line-height: 34px;
		text-align: left
	}

	#index .yxt .rights .texts .desc {
		font-size: 16px;
		margin-top: 20px;
		text-align: left
	}

	#index .yxt .rights .texts .more {
		margin-top: -70px;
		height: 60px;
		line-height: 60px
	}

	#index .yxt .rights .texts .more .more-canvas {
		width: 92px;
		height: 60px
	}

	#index .yxt .rights .texts .more p {
		height: 60px;
		font-size: 18px;
		line-height: 60px
	}

	#index .yxt .rights .texts .more p span {
		font-size: 18px;
		height: 60px
	}

	#index .yxt .rights .img {
		display: none
	}

	#index .inno {
		width: 100%;
		padding-bottom: 150px
	}

	#index .inno .raid {
		width: 600px;
		height: 600px;
		top: -400px;
		left: 50%;
		transform: translateX(-50%)
	}

	#index .inno .mod-title {
		width: 100%;
		font-size: 30px;
		margin-top: 40px
	}

	#index .inno .en-b {
		width: 100%;
		height: 170px;
		font-size: 220px;
		line-height: 150px;
		top: 110px;
		left: 0
	}

	#index .inno .en-p {
		width: 100%;
		height: 170px;
		font-size: 220px;
		line-height: 150px;
		top: 110px;
		left: 0
	}

	#index .inno .items {
		width: 100%;
		top: 90px
	}

	#index .inno .items .item {
		width: 30%;
		border-radius: 10px;
		top: 0
	}

	#index .inno .items .item .text {
		width: 100%;
		height: 100px;
		padding: 15px 20px 15px
	}

	#index .inno .items .item .text .date {
		font-size: 16px
	}

	#index .inno .items .item .text .title {
		font-size: 15px;
		margin-top: 6px
	}

	#index .inno .items .item .text .desc {
		margin-top: 3px;
		font-size: 12px
	}

	#index .inno .items .item:hover {
		top: 0
	}

	#index .frie {
		width: 100%;
		padding: 60px 0 60px
	}

	#index .frie .mod-title {
		width: 350px;
		font-size: 40px
	}

	#index .frie .mod-title i {
		height: 8px;
		bottom: 10px;
		left: 50%;
		margin-left: -175px
	}

	#index .frie .items {
		width: 100%;
		margin-top: 40px
	}

	#index .frie .items .item {
		width: 16.66%
	}

	.openby {
		width: 100%;
		padding: 60px 0 60px
	}

	.openby .cn,.openby .typed-cursor {
		font-size: 28px;
		line-height: 28px
	}

	.openby .solid {
		font-size: 80px;
		line-height: 80px;
		height: 80px;
		margin-top: 10px
	}

	.openby .hollow {
		font-size: 80px;
		line-height: 80px;
		height: 80px
	}

	#about .about {
		padding-top: 40px
	}

	#about .about .texts {
		padding: 30px 0 50px
	}

	#about .about .texts .title {
		font-size: 30px
	}

	#about .about .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#about .develop {
		width: 100%;
		height: auto;
		padding-bottom: 50px
	}

	#about .develop .main {
		flex-wrap: wrap;
		padding-top: 40px
	}

	#about .develop .main .item {
		width: 50%;
		min-width: 190px;
		margin-left: 0;
		text-align: center
	}

	#about .develop .main .item:first-child {
		margin-left: 0
	}

	#about .develop .main .item:nth-child(3) {
		margin-top: 30px
	}

	#about .develop .main .item:nth-child(4) {
		margin-top: 30px
	}

	#about .develop .main .item .nums .numhide {
		font-size: 110px;
		height: 110px;
		line-height: 110px
	}

	#about .develop .main .item .nums .num {
		font-size: 110px;
		height: 110px;
		line-height: 110px
	}

	#about .develop .main .item .desc {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px
	}

	#about .swipers {
		width: 100%;
		height: auto;
		flex-wrap: wrap
	}

	#about .swipers .swiper {
		width: 100%;
		height: auto
	}

	#about .swipers .swiper .swiper-slide {
		width: 100%;
		height: auto
	}

	#about .swipers .swiper .swiper-slide img {
		width: 100%
	}

	#about .swipers .swiper .page-b {
		max-width: 90%;
		height: 80px;
		padding: 0 28px
	}

	#about .swipers .swiper .page-b i {
		display: none
	}

	#about .swipers .swiper .page-b .num {
		width: 100%
	}

	#about .swipers .swiper .page-b .num a {
		font-size: 24px;
		margin-right: 30px
	}

	#about .swipers .swiper .page-b .num a.active {
		font-size: 32px
	}

	#about .swipers .texts {
		width: 100%;
		padding: 50px 50px;
		transform: translateY(0)
	}

	#about .swipers .texts .label {
		font-size: 24px
	}

	#about .swipers .texts .title {
		font-size: 40px
	}

	#about .swipers .texts .desc {
		font-size: 14px;
		line-height: 32px;
		margin-top: 30px
	}

	#about .business {
		margin-top: 120px
	}

	#about .business .tab {
		padding: 0;
		width: auto;
		margin-left: 50px;
		margin-right: 50px;
		overflow-x: auto;
		justify-content: flex-start
	}

	#about .business .tab::-webkit-scrollbar {
		display: none
	}

	#about .business .tab a {
		font-size: 16px;
		padding: 0 6px;
		margin: 0 14px
	}

	#about .business .tab a span {
		white-space: nowrap
	}

	#about .business .tab a:hover::after {
		background-color: transparent
	}

	#about .business .tab a.active::after {
		height: 5px;
		bottom: 3px;
		background-color: #fed130 !important
	}

	#about .business .tab a:first-child {
		margin-left: 0
	}

	#about .business .tab a:last-child {
		margin-right: 0
	}

	#about .business .mains {
		padding: 30px 0 50px;
		flex-wrap: wrap
	}

	#about .business .mains .text-swiper {
		width: 100%;
		padding: 0 50px
	}

	#about .business .mains .text-swiper .swiper-slide {
		padding-top: 0;
		padding-bottom: 0;
		display: block
	}

	#about .business .mains .text-swiper .swiper-slide .title .en {
		font-size: 40px
	}

	#about .business .mains .text-swiper .swiper-slide .title .cn {
		font-size: 24px
	}

	#about .business .mains .text-swiper .swiper-slide .bot {
		max-width: 100%;
		margin-top: 30px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .desc {
		font-size: 14px;
		line-height: 26px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more {
		margin-top: 30px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more span {
		font-size: 18px;
		line-height: 18px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more i {
		font-size: 18px;
		margin-left: 15px
	}

	#about .business .mains .img-swiper {
		width: 100%;
		padding: 0 30px;
		margin-top: 30px
	}

	#culture .culture {
		padding-top: 100px;
		margin-left: 50px;
		margin-right: 50px
	}

	#culture .culture .left {
		width: 100%;
		float: left
	}

	#culture .culture .right {
		width: 100%;
		float: right;
		padding-top: 0
	}

	#culture .culture .item {
		margin-bottom: 90px
	}

	#culture .culture .item .tops {
		width: 100%;
		display: flex
	}

	#culture .culture .item .tops .en {
		font-size: 40px;
		height: 30px;
		line-height: 26px;
		margin-right: 20px
	}

	#culture .culture .item .tops .cn .label {
		font-size: 14px;
		line-height: 14px
	}

	#culture .culture .item .tops .cn .desc {
		font-size: 20px
	}

	#culture .culture .item .img {
		margin-top: 30px
	}

	#dev .dev {
		padding-top: 70px;
		margin-left: 50px;
		margin-right: 50px
	}

	#dev .dev .sec {
		padding-bottom: 50px;
		flex-direction: row;
		flex-wrap: wrap
	}

	#dev .dev .sec .left {
		width: 100%;
		padding: 0;
		margin-top: 20px
	}

	#dev .dev .sec .left .img {
		background-image: none;
		min-height: unset
	}

	#dev .dev .sec .left .img img {
		display: block;
		width: 100%;
		height: auto
	}

	#dev .dev .sec .right {
		width: 100%;
		padding-left: 0
	}

	#dev .dev .sec .right .en {
		font-size: 80px;
		line-height: 60px
	}

	#dev .dev .sec .right .cn {
		margin-top: -10px
	}

	#dev .dev .sec .right .cn p:nth-child(1) {
		font-size: 22px;
		line-height: 22px
	}

	#dev .dev .sec .right .cn p:nth-child(2) {
		font-size: 18px
	}

	#dev .dev .sec .right .list {
		margin-top: 24px
	}

	#dev .dev .sec .right .list .line {
		width: 100%;
		padding-bottom: 20px
	}

	#dev .dev .sec .right .list .line:last-child {
		padding-bottom: 6px
	}

	#dev .dev .sec .right .list .line .year {
		width: 63px;
		font-size: 24px;
		margin-top: 3px
	}

	#dev .dev .sec .right .list .line .content {
		padding-left: 24px;
		padding-top: 5px;
		font-size: 14px;
		line-height: 24px
	}

	#dev .dev .sec .right .list .line i.line {
		height: 100%;
		top: 0;
		left: 64px;
		z-index: 1
	}

	#dev .dev .sec .right .list .line i.dot {
		width: 7px;
		height: 7px;
		top: 14px;
		left: 61px
	}

	#dev .dev .sec:nth-child(even) .left {
		padding: 0
	}

	#dev .dev .sec:nth-child(even) .right {
		padding-left: 0;
		padding-right: 0
	}

	#honor .list {
		padding-top: 70px;
		margin-left: 50px;
		margin-right: 50px
	}

	#honor .list .item {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#honor .list .item .title {
		margin-top: 20px;
		font-size: 14px;
		line-height: 14px
	}

	#honor .list .item:nth-child(4n+1) {
		margin-left: 2%
	}

	#honor .list .item:nth-child(2n+1) {
		margin-left: 0
	}

	#honor .pages {
		margin-top: 50px;
		margin-bottom: 80px
	}

	#impre .list {
		padding-top: 70px;
		margin-left: 50px;
		margin-right: 50px
	}

	#impre .list .item {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#impre .list .item .text {
		padding-top: 14px
	}

	#impre .list .item .text .title {
		font-size: 16px;
		line-height: 16px
	}

	#impre .list .item .text .date {
		font-size: 16px;
		margin-top: 6px
	}

	#impre .list .item:nth-child(3n+1) {
		margin-left: 2%
	}

	#impre .list .item:nth-child(2n+1) {
		margin-left: 0
	}

	#impre .pages {
		margin-top: 50px;
		margin-bottom: 80px
	}

	#impre .layui-layer-imguide {
		display: inline !important
	}

	#impre .layui-layer-imgbar {
		display: block !important
	}

	#join .mod-title {
		padding-top: 100px;
		margin-left: 50px;
		margin-right: 50px
	}

	#join .mod-title .en {
		font-size: 100px;
		line-height: 70px
	}

	#join .mod-title .cn {
		font-size: 24px;
		line-height: 24px;
		margin-top: -15px
	}

	#join .mod-title .desc {
		font-size: 14px;
		margin-top: 10px
	}

	#join .cates {
		width: auto;
		max-width: unset;
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 40px
	}

	#join .cates .item {
		margin-left: calc(20% - 54px);
		margin-top: 30px
	}

	#join .cates .item img {
		width: 50px;
		height: 40px
	}

	#join .cates .item p {
		font-size: 14px;
		margin-top: 12px
	}

	#join .cates .item:nth-child(5n+1) {
		margin-left: 0
	}

	#join .list {
		margin-top: 50px;
		margin-left: 50px;
		margin-right: 50px;
		padding-bottom: 80px
	}

	#join .list .item {
		border-radius: 6px;
		padding: 14px 20px;
		margin-bottom: 20px
	}

	#join .list .item .tops .title {
		font-size: 16px
	}

	#join .list .item .tops .date {
		font-size: 16px
	}

	#join .list .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#edu .section1 {
		padding-top: 60px;
		padding-bottom: 70px;
		margin-left: 50px;
		margin-right: 50px;
		flex-wrap: wrap
	}

	#edu .section1 .texts {
		width: 100%
	}

	#edu .section1 .texts .title {
		font-size: 30px
	}

	#edu .section1 .texts .small {
		font-size: 18px
	}

	#edu .section1 .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#edu .section1 .texts .labels {
		font-size: 14px;
		margin-top: 30px
	}

	#edu .section1 .img {
		width: 100%;
		margin-top: 50px
	}

	#edu .section2 {
		padding: 60px 50px 180px;
		flex-wrap: wrap
	}

	#edu .section2 .left {
		width: 100%
	}

	#edu .section2 .left .title {
		font-size: 24px;
		line-height: 36px
	}

	#edu .section2 .left .desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section2 .right {
		width: 100%;
		justify-content: space-between;
		margin-top: 40px
	}

	#edu .section2 .right .item {
		width: 46%;
		margin-left: 0;
		margin-bottom: 30px
	}

	#edu .section2 .right .item .title {
		font-size: 18px
	}

	#edu .section2 .right .item i {
		width: 30px;
		height: 3px;
		margin-top: 10px
	}

	#edu .section2 .right .item .desc {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section3 {
		padding: 0 50px 60px;
		margin-top: -120px;
		flex-wrap: wrap
	}

	#edu .section3 .item {
		width: 46%;
		border-radius: 10px;
		padding: 30px 20px;
		margin-bottom: 30px;
		box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
	}

	#edu .section3 .item img {
		width: 40px;
		margin: 0 auto
	}

	#edu .section3 .item .title {
		font-size: 16px;
		margin-top: 10px
	}

	#edu .section3 .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#edu .section4 {
		padding: 30px 60px 60px
	}

	#edu .section4 .line {
		padding-bottom: 90px;
		flex-wrap: wrap;
		flex-direction: column-reverse
	}

	#edu .section4 .line .img {
		position: static;
		width: 100%
	}

	#edu .section4 .line .img img {
		width: 100%
	}

	#edu .section4 .line .texts {
		width: 100%;
		padding-top: 0
	}

	#edu .section4 .line .texts i {
		width: 50px;
		height: 3px
	}

	#edu .section4 .line .texts .title {
		margin-top: 14px;
		font-size: 20px
	}

	#edu .section4 .line .texts .desc {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section4 .line:nth-child(even) {
		flex-direction: column-reverse
	}

	#edu .section4 .line.line2 .texts {
		padding-top: 0
	}

	#invo .news {
		padding-top: 70px;
		padding-bottom: 100px;
		margin-left: 50px;
		margin-right: 50px
	}

	#invo .news .list {
		width: 100%
	}

	#invo .news .list .item {
		margin-bottom: 30px;
		border-radius: 10px
	}

	#invo .news .list .item .img {
		width: 300px;
		height: 229px
	}

	#invo .news .list .item .texts {
		width: calc(100% - 300px);
		padding: 10px 30px 10px 30px
	}

	#invo .news .list .item .texts .date {
		font-size: 14px;
		line-height: 20px
	}

	#invo .news .list .item .texts .title {
		font-size: 18px;
		margin-top: 18px
	}

	#invo .news .list .item .texts .desc {
		line-height: 24px;
		margin-top: 10px;
		height: 72px
	}

	#invo .news .list .item .texts .more {
		margin-top: 20px;
		font-size: 20px
	}

	#invo .news .list .item .texts .more i {
		margin-left: 20px;
		font-size: 20px
	}

	#invo .news .list .pages {
		justify-content: center;
		margin-top: 30px
	}

	#invo .news .hot {
		display: none
	}

	#invo .prtn {
		padding-top: 70px;
		padding-bottom: 100px;
		margin-left: 50px;
		margin-right: 50px
	}

	#invo .prtn .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#invo .prtn .item:nth-child(4n+1) {
		margin-left: 4%
	}

	#invo .prtn .item:nth-child(2n+1) {
		margin-left: 0
	}

	#invo .prtn .item p {
		margin-top: 15px;
		font-size: 14px
	}

	#invo .prtn .pages {
		margin-top: 30px
	}

	#card .section1 {
		padding: 30px 50px 50px
	}

	#card .section1 .texts {
		width: 60%;
		max-width: 580px
	}

	#card .section1 .texts .title {
		font-size: 30px;
		line-height: 42px
	}

	#card .section1 .texts .desc {
		font-size: 16px;
		line-height: 28px
	}

	#card .section1 .texts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#card .section1 .imgs .img1 {
		top: 80px
	}

	#card .section1 .imgs .img2 {
		top: 30px
	}

	#card .section2 {
		padding: 100px 50px
	}

	#card .section2 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section2 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section2 .items {
		margin-top: 70px
	}

	#card .section2 .items .item {
		width: 180px
	}

	#card .section2 .items .item .img {
		width: 80px;
		height: 80px
	}

	#card .section2 .items .item .title {
		font-size: 16px;
		line-height: 16px;
		margin-top: 20px
	}

	#card .section2 .items .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px
	}

	#card .section3 {
		padding: 70px 50px 50px
	}

	#card .section3 .mod {
		max-width: 700px
	}

	#card .section3 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section3 .items {
		margin-top: 70px
	}

	#card .section3 .items .item {
		width: 23.5%;
		border-radius: 10px
	}

	#card .section3 .items .item .text {
		padding: 20px
	}

	#card .section3 .items .item .text .title {
		font-size: 16px
	}

	#card .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#card .section4 {
		padding: 50px 50px
	}

	#card .section4 .mod {
		max-width: 700px
	}

	#card .section4 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section4 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section4 .item {
		margin-top: 70px
	}

	#card .section4 .item .img {
		width: 50%;
		max-width: 720px
	}

	#card .section4 .item .img img {
		width: 73.6%
	}

	#card .section4 .item .text {
		width: 50%;
		padding: 0 9.6%
	}

	#card .section4 .item .text .title {
		font-size: 24px
	}

	#card .section4 .item .text i.line {
		width: 50px;
		height: 3px;
		margin-top: 20px
	}

	#card .section4 .item .text .desc {
		margin-top: 14px;
		font-size: 18px;
		line-height: 24px
	}

	#card .section4 .item .text .small {
		line-height: 24px;
		margin-top: 20px
	}

	#card .section4 .item:nth-of-type(odd) {
		flex-direction: row-reverse
	}

	#card .section5 {
		padding: 50px 50px
	}

	#card .section5 .mod {
		max-width: 700px
	}

	#card .section5 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#card .section5 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section5 .items {
		margin-top: 60px
	}

	#card .section5 .items .item {
		width: 23%;
		margin-bottom: 24px
	}

	#card .section5 .items .item .img {
		border-radius: 10px
	}

	#card .section5 .items .item .title {
		margin-top: 10px;
		font-size: 14px
	}

	#logi .section1 {
		padding-top: 60px;
		padding-bottom: 0;
		margin-left: 50px;
		margin-right: 50px;
		flex-wrap: wrap
	}

	#logi .section1 .texts {
		width: 100%
	}

	#logi .section1 .texts .title {
		font-size: 30px
	}

	#logi .section1 .texts .small {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px
	}

	#logi .section1 .texts .labels {
		font-size: 14px;
		margin-top: 30px
	}

	#logi .section1 .texts .labels p {
		margin-top: 10px
	}

	#logi .section1 .texts .labels p::before {
		width: 6px;
		height: 6px;
		margin: 7px 15px 0 0
	}

	#logi .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#logi .section2 {
		padding: 80px 50px 80px;
		flex-wrap: wrap
	}

	#logi .section2 .lefts {
		width: 100%;
		max-width: unset;
		padding-right: 0
	}

	#logi .section2 .lefts .title {
		font-size: 30px;
		line-height: 40px
	}

	#logi .section2 .lefts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#logi .section2 .lefts img {
		display: none
	}

	#logi .section2 .rights {
		width: 100%;
		margin-top: 30px
	}

	#logi .section2 .rights .item {
		width: 48%;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1)
	}

	#logi .section2 .rights .item p {
		height: 80px;
		padding: 10px;
		font-size: 16px
	}

	#logi .section3 {
		padding: 80px 50px 60px
	}

	#logi .section3 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#logi .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#logi .section3 .list {
		margin-top: 60px
	}

	#logi .section3 .list .item {
		width: 100%;
		box-shadow: 0 4px 20px rgba(0,0,0,0.1);
		margin-bottom: 20px
	}

	#logi .section3 .list .item .img {
		width: 240px;
		height: 200px
	}

	#logi .section3 .list .item .text {
		width: calc(100% - 240px);
		padding: 10px 20px
	}

	#logi .section3 .list .item .text .title {
		font-size: 18px
	}

	#logi .section3 .list .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section1 {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-left: 50px;
		flex-wrap: wrap
	}

	#secu .section1 .texts {
		width: 100%
	}

	#secu .section1 .texts .title {
		font-size: 30px
	}

	#secu .section1 .texts .small {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px
	}

	#secu .section1 .texts .items {
		margin-top: 50px
	}

	#secu .section1 .texts .items .item {
		margin-top: 30px
	}

	#secu .section1 .texts .items .item .title {
		font-size: 16px
	}

	#secu .section1 .texts .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 7px
	}

	#secu .section1 .texts .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#secu .section2 {
		padding: 90px 50px
	}

	#secu .section2 .tab {
		width: 200px
	}

	#secu .section2 .tab .item {
		height: 130px;
		margin-top: 20px;
		border-radius: 10px
	}

	#secu .section2 .tab .item:first-child {
		margin-top: 0
	}

	#secu .section2 .tab .item i {
		font-size: 40px;
		line-height: 40px
	}

	#secu .section2 .tab .item p {
		font-size: 14px;
		margin-top: 14px
	}

	#secu .section2 .rights {
		width: calc(100% - 200px);
		padding-top: 0;
		padding-left: 40px
	}

	#secu .section2 .rights .mod {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 14px
	}

	#secu .section2 .rights .items {
		width: 100%
	}

	#secu .section2 .rights .items .item {
		padding: 20px 0 15px
	}

	#secu .section2 .rights .items .item .title {
		font-size: 15px
	}

	#secu .section2 .rights .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 7px
	}

	#secu .section2 .rights .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 {
		padding: 70px 50px 50px
	}

	#secu .section3 .mod {
		max-width: 700px
	}

	#secu .section3 .mod .title {
		font-size: 30px;
		line-height: 46px
	}

	#secu .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#secu .section3 .items {
		margin-top: 70px
	}

	#secu .section3 .items .item {
		width: 23.5%;
		border-radius: 10px
	}

	#secu .section3 .items .item .text {
		padding: 20px 20px 20px
	}

	#secu .section3 .items .item .text .title {
		font-size: 16px
	}

	#secu .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 .items .item .text .more {
		left: 20px
	}

	#secu .section3 .items .item .text .more span {
		font-size: 14px;
		line-height: 16px
	}

	#secu .section3 .items .item .text .more i {
		font-size: 14px;
		margin-left: 14px
	}

	#contact .forms {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 50px;
		padding-bottom: 80px
	}

	#contact .forms .cont {
		padding: 50px
	}

	#contact .forms .mod .title {
		font-size: 24px;
		line-height: 24px
	}

	#contact .forms .mod .desc {
		font-size: 14px;
		margin-top: 14px
	}

	#contact .forms .form {
		margin-top: 40px
	}

	#contact .forms .form .inputs {
		display: flex
	}

	#contact .forms .form .inputs .item {
		margin-left: 20px
	}

	#contact .forms .form .inputs .item .label {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px
	}

	#contact .forms .form .inputs .item input {
		height: 30px
	}

	#contact .forms .form .inputs .item select {
		height: 30px
	}

	#contact .forms .form .textarea {
		height: 200px;
		margin-top: 20px
	}

	#contact .forms .form .textarea textarea {
		padding: 14px
	}

	#contact .forms .form .fun {
		display: flex;
		margin-top: 20px
	}

	#contact .forms .form .fun .yzm {
		max-width: 310px;
		display: flex
	}

	#contact .forms .form .fun .yzm input {
		width: 120px;
		height: 40px;
		padding: 0 14px
	}

	#contact .forms .form .fun .yzm img {
		width: 120px;
		height: 40px;
		margin-left: 10px
	}

	#contact .forms .form .fun .btn {
		width: 100%;
		max-width: 150px;
		height: 40px;
		line-height: 40px
	}

	#contact .pay {
		margin-left: 50px;
		margin-right: 50px;
		padding: 50px 0
	}

	#contact .pay .item {
		margin-bottom: 50px
	}

	#contact .pay .label {
		display: block;
		width: 180px;
		padding-left: 16px;
		height: 46px;
		line-height: 46px;
		font-size: 20px;
		border-radius: 8px 8px 0 0
	}

	#contact .pay .table .line {
		border-left: 1px solid #e6e6e6;
		display: flex;
		flex-wrap: wrap
	}

	#contact .pay .table .th {
		background-color: #fafafa
	}

	#contact .pay .table .th,#contact .pay .table .td {
		padding: 14px 10px 14px 16px;
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		word-break: break-all
	}

	#contact .pay .table.type1 .th {
		width: 180px
	}

	#contact .pay .table.type1 .td:nth-of-type(2n) {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type1 .td.col-3 {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type2 .th:nth-of-type(1),#contact .pay .table.type2 .td:nth-of-type(1) {
		width: 180px
	}

	#contact .pay .table.type2 .th:nth-of-type(2),#contact .pay .table.type2 .td:nth-of-type(2) {
		width: calc(70% - 180px)
	}

	#contact .pay .table.type2 .th:nth-of-type(3),#contact .pay .table.type2 .td:nth-of-type(3) {
		width: 30%
	}

	#contact .pay .table.type2 .td.col-3 {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type3 .th:nth-of-type(1),#contact .pay .table.type3 .td:nth-of-type(1) {
		width: 180px
	}

	#contact .pay .table.type3 .th:nth-of-type(2),#contact .pay .table.type3 .td:nth-of-type(2) {
		width: calc(100% - 180px)
	}

	#contact .pay .table.type3 .s-td {
		padding: 0
	}

	#contact .pay .table.type3 .m-td {
		padding: 14px 16px;
		border-bottom: 1px solid #e6e6e6
	}

	#contact .pay .table.type3 .m-td:last-child {
		border-bottom: none
	}

	#asce .live {
		padding-top: 30px;
		margin: 0 50px
	}

	#asce .live .mod-title {
		font-size: 20px;
		line-height: 20px
	}

	#asce .live .list {
		margin-top: 0;
		padding-bottom: 30px
	}

	#asce .live .list .item {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 50px;
		padding: 0 14px 14px 14px
	}

	#asce .live .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#asce .live .list .item .info {
		display: flex
	}

	#asce .live .list .item .info .img {
		width: 100px;
		height: 100px;
		top: -20px
	}

	#asce .live .list .item .info .text {
		padding-left: 14px;
		padding-top: 14px
	}

	#asce .live .list .item .info .text p {
		margin-top: 8px
	}

	#asce .live .list .item .title {
		font-size: 16px;
		line-height: 24px;
		height: 48px
	}

	#asce .live .list .item .link {
		margin-top: 30px
	}

	#asce .course {
		margin: 25px 50px 0
	}

	#asce .course .mod-title {
		font-size: 20px;
		line-height: 20px
	}

	#asce .course .list {
		margin-top: 20px
	}

	#asce .course .list .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#asce .course .list .item:nth-child(4n+1) {
		margin-left: 4%
	}

	#asce .course .list .item:nth-child(2n+1) {
		margin-left: 0
	}

	#asce .course .list .item .text {
		padding: 16px 15px 15px
	}

	#asce .course .list .item .text .title {
		font-size: 16px;
		line-height: 16px
	}

	#asce .course .list .item .text .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#asce .course .list .item:hover {
		box-shadow: 0 4px 20px rgba(0,0,0,0.1)
	}

	#asce .c-list {
		margin-top: 50px;
		margin-left: 50px;
		margin-right: 50px;
		padding-bottom: 100px
	}

	#asce .c-list .tab {
		display: flex
	}

	#asce .c-list .tab a {
		font-size: 16px;
		padding: 0 6px
	}

	#asce .c-list .tab a::after {
		height: 5px;
		bottom: 3px
	}

	#asce .c-list .tab i {
		height: 15px;
		margin: 0 24px
	}

	#asce .c-list .cont {
		display: flex
	}

	#asce .c-list .lefts {
		width: calc(100% - 280px)
	}

	#asce .c-list .lefts .list {
		width: 100%;
		margin-top: 40px
	}

	#asce .c-list .lefts .list .item {
		border-radius: 10px;
		margin-top: 20px
	}

	#asce .c-list .lefts .list .item .img {
		width: 180px;
		height: 119px
	}

	#asce .c-list .lefts .list .item .text {
		width: calc(100% - 180px);
		padding: 10px 20px
	}

	#asce .c-list .lefts .list .item .text .title {
		font-size: 16px;
		line-height: 18px
	}

	#asce .c-list .lefts .list .item .text .cate {
		font-size: 13px;
		margin-top: 8px
	}

	#asce .c-list .lefts .list .item .text .desc {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
		margin-top: 10px
	}

	#asce .c-list .lefts .pages {
		margin-top: 40px;
		justify-content: flex-end
	}

	#asce .c-list .rights {
		width: 260px;
		padding: 18px;
		margin-top: 40px
	}

	#asce .c-list .rights .mod-title {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#asce .c-list .rights .items {
		margin-top: 20px
	}

	#asce .c-list .rights .items a {
		margin-right: 8px;
		margin-bottom: 8px;
		height: 30px;
		padding: 0 14px;
		border-radius: 15px
	}

	#find .section2 {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 50px;
		padding-right: 50px
	}

	#find .section2 .item .en {
		font-size: 20px;
		line-height: 20px
	}

	#find .section2 .item .num {
		font-size: 50px;
		line-height: 36px
	}

	#find .section2 .item i.line {
		width: 40px;
		height: 3px;
		margin-top: 15px
	}

	#find .section2 .item .cn {
		font-size: 14px;
		margin-top: 10px
	}

	#find .section3 {
		height: 380px
	}

	#find .section3 .left {
		width: 50%
	}

	#find .section3 .left .text {
		padding: 20px
	}

	#find .section3 .left .text .title {
		font-size: 16px
	}

	#find .section3 .left .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section3 .mid {
		width: 25%;
		height: 100%
	}

	#find .section3 .mid .text {
		width: 100%;
		padding: 20px
	}

	#find .section3 .mid .text .title {
		font-size: 16px
	}

	#find .section3 .mid .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section3 .right {
		width: 25%;
		height: 100%
	}

	#find .section3 .right .text {
		width: 100%;
		padding: 20px 20px
	}

	#find .section3 .right .text .title {
		font-size: 16px
	}

	#find .section3 .right .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section4 {
		width: 100%;
		padding: 50px;
		height: auto;
		display: block
	}

	#find .section4 .thumb {
		width: 100%;
		height: auto
	}

	#find .section4 .thumb .swiper-thumb {
		width: 100%
	}

	#find .section4 .thumb .swiper-thumb .swiper-wrapper {
		height: 506px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide {
		width: 900px;
		height: 506px;
		border-radius: 10px;
		padding: 10px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide a {
		width: 200px;
		height: 60px;
		border-radius: 30px;
		font-size: 30px;
		line-height: 56px
	}

	#find .section4 .texts {
		position: static;
		padding-left: 10px;
		padding-right: 10px;
		height: 70px;
		margin-top: 50px
	}

	#find .section4 .texts .swiper-slide {
		height: 70px;
		text-align: center
	}

	#find .section4 .texts .cate {
		font-size: 14px
	}

	#find .section4 .texts .title {
		font-size: 24px;
		margin-top: 16px
	}

	#find .section4 .navigation {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -15px;
		transform: translateX(-50%);
		height: 50px;
		width: 160px;
		flex-direction: row
	}

	#find .section4 .navigation a {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	#find .section4 .navigation a i {
		font-size: 16px;
		display: block;
		transform: rotate(-90deg)
	}

	#find .section4 .nums {
		display: none
	}

	#find .case-full {
		padding: 50px
	}

	#find .case-full .item {
		width: 29.6%;
		margin-left: 5.6%;
		margin-bottom: 40px
	}

	#find .case-full .item .img .more {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 36px
	}

	#find .case-full .item .text {
		font-size: 16px
	}

	#find .case-full .item:nth-child(3n+1) {
		margin-left: 0
	}

	.find-sec1 {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-left: 50px;
		display: block
	}

	.find-sec1 .texts {
		width: 100%;
		max-width: 615px
	}

	.find-sec1 .texts .en {
		width: 100%;
		font-size: 60px;
		line-height: 60px
	}

	.find-sec1 .texts .bot {
		width: 100%;
		margin-top: 10px
	}

	.find-sec1 .texts .bot i {
		width: 100px;
		height: 3px;
		margin-top: 10px
	}

	.find-sec1 .texts .bot .text {
		width: 100%;
		margin-left: 36px
	}

	.find-sec1 .texts .bot .text .title {
		font-size: 24px;
		line-height: 24px
	}

	.find-sec1 .texts .bot .text .desc {
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px
	}

	.find-sec1 .img {
		width: 100%;
		margin-top: 30px
	}

	.find-sec1 .img img {
		max-width: 100%
	}

	#bdata .section2 {
		height: 700px
	}

	#bdata .section2 .item {
		width: 50%;
		padding: 30px 50px 30px
	}

	#bdata .section2 .item .nums span {
		font-size: 60px;
		height: 50px;
		line-height: 50px
	}

	#bdata .section2 .item .nums p {
		font-size: 18px;
		line-height: 16px;
		height: 16px;
		margin-top: 5px
	}

	#bdata .section2 .item .text .title {
		font-size: 20px
	}

	#bdata .section2 .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 24px
	}

	#bdata .section3 {
		width: 100%;
		padding: 50px
	}

	#bdata .section3 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#bdata .section3 .items {
		width: 100%;
		margin-top: 60px;
		flex-wrap: wrap
	}

	#bdata .section3 .items .item {
		width: 48%;
		margin-bottom: 30px
	}

	#bdata .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text i {
		font-size: 50px
	}

	#bdata .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#bdata .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		margin-top: 18px
	}

	#fedu .section2 {
		width: 100%;
		height: auto;
		flex-wrap: wrap
	}

	#fedu .section2 .item {
		width: 100%;
		height: 780px
	}

	#fedu .section2 .item .masks {
		display: none
	}

	#fedu .section2 .item .num {
		opacity: 1;
		top: 60px;
		right: 50px;
		font-size: 120px;
		line-height: 100px;
		height: 100px
	}

	#fedu .section2 .item .b-text {
		opacity: 1;
		padding: 40px 50px
	}

	#fedu .section2 .item .b-text .title {
		font-size: 20px
	}

	#fedu .section2 .item .b-text i.line {
		width: 50px;
		height: 3px;
		margin-top: 15px
	}

	#fedu .section2 .item .b-text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#fedu .section3 {
		width: 100%;
		padding: 50px
	}

	#fedu .section3 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#fedu .section3 .items {
		width: 100%;
		margin-top: 60px;
		flex-wrap: wrap
	}

	#fedu .section3 .items .item {
		width: 48%;
		margin-bottom: 30px
	}

	#fedu .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text i {
		width: 56px;
		height: 50px
	}

	#fedu .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#fedu .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		margin-top: 18px
	}

	#fedu .section4 {
		width: 100%;
		padding: 20px 50px 30px
	}

	#fedu .section4 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#fedu .section4 .items {
		width: 100%;
		margin-top: 60px
	}

	#fedu .section4 .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#fedu .section4 .item:nth-child(3n+1) {
		margin-left: 4%
	}

	#fedu .section4 .item:nth-child(2n+1) {
		margin-left: 0
	}

	#fedu .section4 .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section4 .item .img img {
		width: 100%
	}

	#fedu .section4 .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#mov .section2 {
		width: 100%
	}

	#mov .section2 .texts {
		padding: 0 50px 50px
	}

	#mov .section2 .texts .cn {
		font-size: 20px
	}

	#mov .section2 .texts .desc {
		font-size: 14px;
		margin-top: 10px
	}

	#mov .section2 .texts .en {
		font-size: 40px;
		margin-top: 10px
	}

	#mov .section3 {
		width: 100%
	}

	#mov .section3 .mod {
		padding: 50px 50px 50px
	}

	#mov .section3 .mod .title {
		font-size: 26px
	}

	#mov .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#mov .section3 .items .item .mask .iconfont {
		font-size: 50px
	}

	#mov .section3 .items .item .mask .text {
		width: 126px
	}

	#mov .section3 .items .item .mask .text .title {
		font-size: 20px;
		margin-top: 20px
	}

	#mov .section3 .items .item .mask .text i.line {
		width: 40px;
		height: 3px;
		margin: 15px auto 0
	}

	#mov .section3 .items .item .mask .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mov .section3 .items .item:hover .mask {
		height: 100%;
		padding: 32px 50px;
		flex-direction: column;
		justify-content: center
	}

	#mov .section3 .items .item:hover .mask .text {
		padding-left: 0;
		text-align: center;
		width: 126px
	}

	#mov .section3 .items .item:hover .mask .text .title {
		font-size: 20px;
		margin-top: 20px
	}

	#mov .section3 .items .item:hover .mask .text i.line {
		display: block;
		width: 40px;
		height: 3px;
		margin: 15px auto 0
	}

	#mov .section3 .items .item:hover .mask .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mark .section2 {
		width: 100%;
		height: 400px
	}

	#mark .section2 .item .b-text {
		display: none
	}

	#mark .section2 .item .more-text {
		transform: translateY(0);
		width: 100%;
		padding: 20px
	}

	#mark .section2 .item .more-text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 22px
	}

	#mark .section2 .item .more-text .s-items {
		width: 100%;
		margin-top: 30px
	}

	#mark .section2 .item .more-text .s-items .s-item {
		margin-right: 20px
	}

	#mark .section2 .item .more-text .s-items .s-item p {
		font-size: 14px;
		line-height: 14px
	}

	#mark .section2 .item .more-text .s-items .s-item i.line {
		width: 20px;
		height: 3px;
		margin-top: 10px
	}

	#mark .section2 .item .more-text .s-items .s-item span {
		font-size: 12px;
		margin-top: 10px
	}

	#mark .section3 {
		width: 100%;
		padding: 50px
	}

	#mark .section3 .mod-title {
		font-size: 26px
	}

	#mark .section3 .items {
		width: 100%;
		margin-top: 50px
	}

	#mark .section3 .items .item {
		width: 100%
	}

	#mark .section3 .items .item .num {
		font-size: 30px;
		line-height: 30px
	}

	#mark .section3 .items .item .line {
		margin-top: 30px
	}

	#mark .section3 .items .item .line i {
		width: 30px;
		height: 30px;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -15px
	}

	#mark .section3 .items .item .iconfont {
		font-size: 40px;
		margin: 40px auto 0
	}

	#mark .section3 .items .item .title {
		font-size: 16px;
		margin-top: 10px
	}

	#mark .section3 .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin: 10px auto 0;
		width: 92%;
		max-width: 270px
	}

	#news_d .detail {
		margin-left: 50px;
		margin-right: 50px;
		padding: 30px 0 50px;
		display: block
	}

	#news_d .n-left {
		width: 100%
	}

	#news_d .n-left .article {
		padding: 40px 30px
	}

	#news_d .n-left .article .info {
		padding-bottom: 30px
	}

	#news_d .n-left .article .title {
		font-size: 22px
	}

	#news_d .n-left .article .date {
		font-size: 14px;
		margin-top: 10px
	}

	#news_d .n-left .article .content {
		padding: 30px 0 0;
		font-size: 14px;
		line-height: 24px
	}

	#news_d .n-left .func {
		width: 100%;
		margin-top: 20px;
		display: block
	}

	#news_d .n-left .func .prev-next a {
		margin: 5px 0
	}

	#news_d .n-left .func .back {
		width: 140px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin: 30px auto 0
	}

	#news_d .n-right {
		width: 100%;
		margin-left: 0;
		margin-top: 30px
	}

	#news_d .n-right .hot {
		padding: 20px
	}

	#news_d .n-right .hot .mod {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#news_d .n-right .hot ul {
		width: 100%;
		margin-top: 10px
	}

	#news_d .n-right .hot ul li {
		height: 40px;
		margin-top: 5px;
		line-height: 40px
	}

	#case_l .case {
		margin-left: 50px;
		margin-right: 50px;
		padding: 50px 0 60px
	}

	#case_l .case .s-cate {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto
	}

	#case_l .case .s-cate a {
		padding: 0 14px;
		height: 30px;
		line-height: 28px;
		margin: 4px 8px;
		border-radius: 15px;
		flex-shrink: 0
	}

	#case_l .case .items {
		width: 100%;
		margin-top: 50px
	}

	#case_l .case .items .item {
		width: 32%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#case_l .case .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_l .case .items .item .img .more {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 36px
	}

	#case_l .case .items .item .text {
		font-size: 16px
	}

	#case_l .case .pages {
		margin: 20px auto 0
	}

	#case_d .case-banner {
		width: 100%;
		height: auto
	}

	#case_d .case-banner .img {
		position: relative
	}

	#case_d .case-banner img {
		width: 100%;
		height: auto
	}

	#case_d .info {
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 50px
	}

	#case_d .info .left {
		width: calc(100% - 180px);
		max-width: 1100px;
		padding-top: 50px
	}

	#case_d .info .left .labels {
		display: flex
	}

	#case_d .info .left .labels .item {
		width: auto;
		min-width: unset;
		margin-right: 50px
	}

	#case_d .info .left .labels .item:nth-of-type(2) {
		margin-right: 0
	}

	#case_d .info .left .labels .item .label {
		font-size: 28px
	}

	#case_d .info .left .labels .item .text {
		height: 40px;
		line-height: 40px
	}

	#case_d .info .left .descs {
		margin-top: 40px
	}

	#case_d .info .left .descs .label {
		font-size: 22px
	}

	#case_d .info .left .descs .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#case_d .info .logo {
		width: 150px;
		top: -50px
	}

	#case_d .detail-sec-img {
		width: 100%
	}

	#case_d .detail-sec-img img {
		width: 100%
	}

	#case_d .detail-sec-text {
		margin-left: 50px;
		margin-right: 50px;
		padding: 30px 0 30px
	}

	#case_d .detail-sec-text .title {
		font-size: 22px
	}

	#case_d .detail-sec-text .content {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		max-width: 860px
	}

	#case_d .prev-next {
		padding: 40px 0 20px;
		margin-left: 50px;
		margin-right: 50px;
		display: flex
	}

	#case_d .prev-next a {
		font-size: 16px
	}

	#case_d .recom {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 40px
	}

	#case_d .recom .mod {
		font-size: 22px
	}

	#case_d .recom .items {
		width: 100%;
		margin-top: 30px
	}

	#case_d .recom .items .item {
		width: 32%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#case_d .recom .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_d .recom .items .item .img .more {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 36px
	}
}

@media screen and (max-width: 768px) {
	#index .banner {
		height: 500px
	}

	#index .banner .slogen {
		font-size: 24px;
		margin-top: -90px;
		letter-spacing: 10px
	}

	#index .banner .enp {
		height: 170px;
		line-height: 170px;
		font-size: 200px;
		margin-top: -65px
	}

	#index .banner .enb {
		height: 170px;
		line-height: 170px;
		font-size: 200px;
		margin-top: -65px
	}

	#index .find {
		width: 100%;
		display: block;
		padding: 50px 0 0;
		overflow: hidden
	}

	#index .find .texts {
		width: 100%;
		padding-left: 50px;
		overflow: hidden;
		position: relative
	}

	#index .find .texts .en {
		font-size: 120px;
		line-height: 120px;
		height: 120px
	}

	#index .find .texts .slogen {
		font-size: 20px
	}

	#index .find .texts .bigs {
		font-size: 30px;
		line-height: 40px;
		margin-top: 30px;
		height: 120px
	}

	#index .find .texts .more {
		margin-top: 10px;
		height: 36px;
		line-height: 36px
	}

	#index .find .texts .more .more-canvas {
		width: 55px;
		height: 36px
	}

	#index .find .texts .more p {
		height: 36px;
		font-size: 14px;
		line-height: 36px
	}

	#index .find .texts .more p span {
		font-size: 14px;
		height: 36px
	}

	#index .find .swiper {
		width: calc(50% + 150px);
		padding-left: 150px;
		margin: 50px auto 0;
		float: right
	}

	#index .find .swiper .swiper-container {
		width: 100%
	}

	#index .find .swiper .swiper-slide {
		width: 100%
	}

	#index .find .swiper .page-l {
		width: 150px;
		top: 10%;
		left: 0;
		padding-right: 30px
	}

	#index .find .swiper .page-l a {
		width: 100%;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin-top: 20px
	}

	#index .find .swiper .page-l a::after {
		width: 0;
		height: 2px;
		top: 11px;
		left: 130px
	}

	#index .find .swiper .page-l a.active::after {
		width: 40px;
		transition-duration: 2s
	}

	#index .find .swiper .page-b {
		height: 80px;
		bottom: 0;
		left: 150px;
		right: 50px;
		padding: 0 28px
	}

	#index .find .swiper .page-b i {
		width: 50px;
		height: 2px;
		margin-right: 20px;
		display: none
	}

	#index .find .swiper .page-b .num {
		width: 100%
	}

	#index .find .swiper .page-b .num a {
		font-size: 18px
	}

	#index .find .swiper .page-b .num a.active {
		font-size: 24px
	}

	#index .develop {
		width: 100%;
		height: auto;
		padding-bottom: 40px
	}

	#index .develop .main {
		flex-wrap: wrap;
		padding-top: 40px
	}

	#index .develop .main .item {
		width: 50%;
		min-width: 190px;
		margin-left: 0;
		text-align: center
	}

	#index .develop .main .item:first-child {
		margin-left: 0
	}

	#index .develop .main .item:nth-child(3) {
		margin-top: 30px
	}

	#index .develop .main .item:nth-child(4) {
		margin-top: 30px
	}

	#index .develop .main .item .nums .numhide {
		font-size: 70px;
		height: 70px;
		line-height: 70px
	}

	#index .develop .main .item .nums .num {
		font-size: 70px;
		height: 70px;
		line-height: 70px
	}

	#index .develop .main .item .desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px
	}

	#index .case {
		width: 100%;
		padding: 40px 0
	}

	#index .case .mod-b {
		width: 100%;
		font-size: 210px;
		line-height: 140px;
		height: 160px
	}

	#index .case .mod-p {
		width: 100%;
		font-size: 210px;
		line-height: 140px;
		height: 160px;
		top: 40px
	}

	#index .case .blue-block {
		width: 600px;
		height: 3000px;
		border-radius: 300px;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto
	}

	#index .case .slogen {
		width: 100%;
		margin-top: 15px;
		font-size: 14px
	}

	#index .case .swiper {
		width: 100%;
		margin-top: 0
	}

	#index .case .swiper .swiper-container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	#index .case .swiper .swiper-slide {
		width: 66.67%;
		border-radius: 10px
	}

	#index .case .swiper .swiper-slide .more {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 36px
	}

	#index .case .swiper .btn {
		width: 36px;
		height: 36px;
		line-height: 36px;
		top: 42%
	}

	#index .case .swiper .btn i {
		font-size: 15px
	}

	#index .case .swiper .btn.prev {
		left: 40px
	}

	#index .case .swiper .btn.next {
		right: 40px
	}

	#index .case .bots {
		margin-top: 0;
		padding-top: 40px
	}

	#index .case .bots>.en {
		width: 100%;
		font-size: 190px;
		line-height: 130px;
		height: 150px;
		top: 0
	}

	#index .case .bots .b-slogen {
		width: 100%;
		font-size: 30px
	}

	#index .case .bots .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}

	#index .case .bots .items {
		width: 100%;
		margin-top: 20px;
		flex-wrap: wrap;
		align-items: center
	}

	#index .case .bots .items .item {
		width: 24%;
		height: 170px;
		margin: 20px 20px;
		border-radius: 10px;
		top: 0;
		perspective: 500;
		-webkit-perspective: 500
	}

	#index .case .bots .items .item .surfp {
		width: 100%;
		height: 100%;
		padding: 30px 10px;
		border-radius: 10px;
		perspective: 10000
	}

	#index .case .bots .items .item .surfp .img {
		width: 40px;
		height: 40px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfp .text {
		width: 100%;
		margin-top: 20px
	}

	#index .case .bots .items .item .surfp .text .tt {
		font-size: 17px
	}

	#index .case .bots .items .item .surfp .text .tb {
		font-size: 17px
	}

	#index .case .bots .items .item .surfb {
		width: 100%;
		height: 100%;
		padding: 30px 10px;
		border-radius: 10px;
		perspective: 10000;
		transform: rotateY(-180deg)
	}

	#index .case .bots .items .item .surfb .img {
		width: 40px;
		height: 40px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfb .text {
		width: 100%
	}

	#index .case .bots .items .item .surfb .text .tt {
		font-size: 17px
	}

	#index .case .bots .items .item .surfb .text .tb {
		font-size: 17px;
		margin-top: 20px
	}

	#index .yxt {
		width: 100%;
		flex-wrap: wrap
	}

	#index .yxt .lefts {
		width: 100%;
		padding: 0 50px 50px
	}

	#index .yxt .lefts .item {
		width: 100%;
		height: 155px;
		border-radius: 10px;
		padding: 20px 25px 20px;
		margin-top: 20px;
		left: 0
	}

	#index .yxt .lefts .item:first-child {
		margin-top: 0
	}

	#index .yxt .lefts .item .tops {
		width: 100%
	}

	#index .yxt .lefts .item .tops span {
		font-size: 50px;
		line-height: 50px
	}

	#index .yxt .lefts .item .tops i {
		font-size: 30px
	}

	#index .yxt .lefts .item .title {
		font-size: 18px;
		line-height: 18px;
		margin-top: 20px
	}

	#index .yxt .lefts .item .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#index .yxt .lefts .item:hover {
		left: 20px
	}

	#index .yxt .rights {
		width: 100%;
		padding: 50px 50px;
		background-color: #f8f8f8
	}

	#index .yxt .rights .texts .title {
		font-size: 30px;
		line-height: 30px;
		text-align: left
	}

	#index .yxt .rights .texts .desc {
		font-size: 14px;
		margin-top: 16px;
		text-align: left
	}

	#index .yxt .rights .texts .more {
		margin-top: -50px;
		height: 36px;
		line-height: 36px
	}

	#index .yxt .rights .texts .more .more-canvas {
		width: 55px;
		height: 36px
	}

	#index .yxt .rights .texts .more p {
		height: 36px;
		font-size: 14px;
		line-height: 36px
	}

	#index .yxt .rights .texts .more p span {
		font-size: 14px;
		height: 36px
	}

	#index .yxt .rights .img {
		display: none
	}

	#index .inno {
		width: 100%;
		padding-bottom: 120px
	}

	#index .inno .raid {
		width: 600px;
		height: 600px;
		top: -440px;
		left: 50%;
		transform: translateX(-50%)
	}

	#index .inno .mod-title {
		width: 100%;
		font-size: 24px;
		margin-top: 30px
	}

	#index .inno .en-b {
		width: 100%;
		height: 120px;
		font-size: 160px;
		line-height: 100px;
		top: 90px;
		left: 0
	}

	#index .inno .en-p {
		width: 100%;
		height: 120px;
		font-size: 160px;
		line-height: 100px;
		top: 90px;
		left: 0
	}

	#index .inno .items {
		width: 100%;
		top: 70px
	}

	#index .inno .items .item {
		width: 30%;
		border-radius: 10px;
		top: 0
	}

	#index .inno .items .item .text {
		width: 100%;
		height: 95px;
		padding: 10px 14px 10px
	}

	#index .inno .items .item .text .date {
		font-size: 16px
	}

	#index .inno .items .item .text .title {
		font-size: 15px;
		margin-top: 6px
	}

	#index .inno .items .item .text .desc {
		margin-top: 3px;
		font-size: 12px
	}

	#index .inno .items .item:hover {
		top: 0
	}

	#index .frie {
		width: 100%;
		padding: 40px 0 40px
	}

	#index .frie .mod-title {
		width: 270px;
		font-size: 30px
	}

	#index .frie .mod-title i {
		height: 5px;
		bottom: 10px;
		left: 50%;
		margin-left: -135px
	}

	#index .frie .items {
		width: 100%;
		margin-top: 30px
	}

	#index .frie .items .item {
		width: 33.33%
	}

	.openby {
		width: 100%;
		padding: 40px 0 40px
	}

	.openby .cn,.openby .typed-cursor {
		font-size: 25px;
		line-height: 25px
	}

	.openby .solid {
		font-size: 60px;
		line-height: 60px;
		height: 60px;
		margin-top: 10px
	}

	.openby .hollow {
		font-size: 60px;
		line-height: 60px;
		height: 60px
	}

	#about .about {
		padding-top: 10px
	}

	#about .about .texts {
		padding: 30px 0 50px
	}

	#about .about .texts .title {
		font-size: 24px
	}

	#about .about .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#about .develop {
		width: 100%;
		height: auto;
		padding-bottom: 40px
	}

	#about .develop .main {
		flex-wrap: wrap;
		padding-top: 40px
	}

	#about .develop .main .item {
		width: 50%;
		min-width: 190px;
		margin-left: 0;
		text-align: center
	}

	#about .develop .main .item:first-child {
		margin-left: 0
	}

	#about .develop .main .item:nth-child(3) {
		margin-top: 30px
	}

	#about .develop .main .item:nth-child(4) {
		margin-top: 30px
	}

	#about .develop .main .item .nums .numhide {
		font-size: 70px;
		height: 70px;
		line-height: 70px
	}

	#about .develop .main .item .nums .num {
		font-size: 70px;
		height: 70px;
		line-height: 70px
	}

	#about .develop .main .item .desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px
	}

	#about .swipers .swiper .page-b {
		max-width: 90%;
		height: 80px;
		padding: 0 28px
	}

	#about .swipers .swiper .page-b .num {
		width: 100%
	}

	#about .swipers .swiper .page-b .num a {
		font-size: 24px;
		margin-right: 30px
	}

	#about .swipers .swiper .page-b .num a.active {
		font-size: 32px
	}

	#about .swipers .texts {
		width: 100%;
		padding: 50px 50px;
		transform: translateY(0)
	}

	#about .swipers .texts .label {
		font-size: 24px
	}

	#about .swipers .texts .title {
		font-size: 30px
	}

	#about .swipers .texts .desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px
	}

	#about .business .mains .text-swiper .swiper-slide {
		padding-bottom: 0
	}

	#invo .news {
		padding-top: 40px;
		padding-bottom: 60px;
		margin-left: 50px;
		margin-right: 50px
	}

	#invo .news .list {
		width: 100%
	}

	#invo .news .list .item {
		margin-bottom: 20px;
		border-radius: 10px
	}

	#invo .news .list .item .img {
		width: 200px;
		height: 153px
	}

	#invo .news .list .item .texts {
		width: calc(100% - 200px);
		padding: 10px 20px 10px 20px
	}

	#invo .news .list .item .texts .date {
		font-size: 14px;
		line-height: 16px
	}

	#invo .news .list .item .texts .title {
		font-size: 16px;
		margin-top: 6px
	}

	#invo .news .list .item .texts .desc {
		line-height: 22px;
		margin-top: 10px;
		height: 48px;
		-webkit-line-clamp: 2
	}

	#invo .news .list .item .texts .more {
		margin-top: 6px;
		font-size: 14px
	}

	#invo .news .list .item .texts .more i {
		margin-left: 10px;
		font-size: 14px
	}

	#invo .prtn {
		padding-top: 40px;
		padding-bottom: 60px;
		margin-left: 50px;
		margin-right: 50px
	}

	#invo .prtn .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#invo .prtn .item:nth-child(4n+1) {
		margin-left: 4%
	}

	#invo .prtn .item:nth-child(2n+1) {
		margin-left: 0
	}

	#invo .prtn .item p {
		margin-top: 15px;
		font-size: 14px
	}

	#invo .prtn .pages {
		margin-top: 30px
	}

	#card .section1 {
		padding: 30px 50px 50px
	}

	#card .section1 .texts {
		width: 60%;
		max-width: 580px
	}

	#card .section1 .texts .title {
		font-size: 22px;
		line-height: 34px
	}

	#card .section1 .texts .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section1 .texts .small {
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px
	}

	#card .section1 .imgs .img1 {
		top: 80px
	}

	#card .section1 .imgs .img2 {
		top: 30px
	}

	#card .section2 {
		padding: 70px 50px
	}

	#card .section2 .mod .title {
		font-size: 22px;
		line-height: 34px
	}

	#card .section2 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section2 .items {
		margin-top: 50px
	}

	#card .section2 .items .item {
		width: 20%
	}

	#card .section2 .items .item .img {
		width: 60px;
		height: 60px
	}

	#card .section2 .items .item .title {
		font-size: 14px;
		line-height: 14px;
		margin-top: 14px
	}

	#card .section2 .items .item .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px
	}

	#card .section3 {
		padding: 50px 50px 30px
	}

	#card .section3 .mod {
		max-width: 700px
	}

	#card .section3 .mod .title {
		font-size: 22px;
		line-height: 34px
	}

	#card .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section3 .items {
		margin-top: 40px;
		flex-wrap: wrap
	}

	#card .section3 .items .item {
		width: 48%;
		border-radius: 10px;
		margin-bottom: 20px
	}

	#card .section3 .items .item .text {
		padding: 20px
	}

	#card .section3 .items .item .text .title {
		font-size: 16px
	}

	#card .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#card .section4 {
		padding: 50px 50px
	}

	#card .section4 .mod {
		max-width: 700px
	}

	#card .section4 .mod .title {
		font-size: 22px;
		line-height: 34px
	}

	#card .section4 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section4 .item {
		margin-top: 40px
	}

	#card .section4 .item .img {
		width: 50%;
		max-width: 720px
	}

	#card .section4 .item .img img {
		width: 73.6%
	}

	#card .section4 .item .text {
		width: 50%;
		padding: 0 30px
	}

	#card .section4 .item .text .title {
		font-size: 18px
	}

	#card .section4 .item .text i.line {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	#card .section4 .item .text .desc {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px
	}

	#card .section4 .item .text .small {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#card .section4 .item:nth-of-type(odd) {
		flex-direction: row-reverse
	}

	#card .section5 {
		padding: 30px 50px
	}

	#card .section5 .mod {
		max-width: 700px
	}

	#card .section5 .mod .title {
		font-size: 22px;
		line-height: 34px
	}

	#card .section5 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#card .section5 .items {
		margin-top: 40px
	}

	#card .section5 .items .item {
		width: 48%;
		margin-bottom: 20px
	}

	#card .section5 .items .item .img {
		border-radius: 10px
	}

	#card .section5 .items .item .title {
		margin-top: 10px;
		font-size: 14px
	}

	#logi .section1 {
		padding-top: 60px;
		padding-bottom: 0;
		margin-left: 50px;
		margin-right: 50px;
		flex-wrap: wrap
	}

	#logi .section1 .texts {
		width: 100%
	}

	#logi .section1 .texts .title {
		font-size: 30px
	}

	#logi .section1 .texts .small {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px
	}

	#logi .section1 .texts .labels {
		font-size: 14px;
		margin-top: 30px
	}

	#logi .section1 .texts .labels p {
		margin-top: 10px
	}

	#logi .section1 .texts .labels p::before {
		width: 6px;
		height: 6px;
		margin: 7px 15px 0 0
	}

	#logi .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#logi .section2 {
		padding: 60px 50px 60px;
		flex-wrap: wrap
	}

	#logi .section2 .lefts {
		width: 100%;
		max-width: unset;
		padding-right: 0
	}

	#logi .section2 .lefts .title {
		font-size: 22px;
		line-height: 34px
	}

	#logi .section2 .lefts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#logi .section2 .lefts img {
		display: none
	}

	#logi .section2 .rights {
		width: 100%;
		margin-top: 30px
	}

	#logi .section2 .rights .item {
		width: 48%;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1)
	}

	#logi .section2 .rights .item p {
		height: 80px;
		padding: 10px;
		font-size: 16px
	}

	#logi .section3 {
		padding: 60px 50px 40px
	}

	#logi .section3 .mod .title {
		font-size: 22px;
		line-height: 34px
	}

	#logi .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#logi .section3 .list {
		margin-top: 40px
	}

	#logi .section3 .list .item {
		width: 100%;
		box-shadow: 0 4px 20px rgba(0,0,0,0.1);
		margin-bottom: 20px
	}

	#logi .section3 .list .item .img {
		width: 240px;
		height: 200px
	}

	#logi .section3 .list .item .text {
		width: calc(100% - 240px);
		padding: 10px 20px
	}

	#logi .section3 .list .item .text .title {
		font-size: 18px
	}

	#logi .section3 .list .item .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section1 {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-left: 50px;
		flex-wrap: wrap
	}

	#secu .section1 .texts {
		width: 100%
	}

	#secu .section1 .texts .title {
		font-size: 22px;
		line-height: 34px
	}

	#secu .section1 .texts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0
	}

	#secu .section1 .texts .items {
		margin-top: 30px
	}

	#secu .section1 .texts .items .item {
		margin-top: 20px
	}

	#secu .section1 .texts .items .item .title {
		font-size: 14px;
		line-height: 20px
	}

	#secu .section1 .texts .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 5px
	}

	#secu .section1 .texts .items .item .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px
	}

	#secu .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#secu .section2 {
		padding: 70px 50px;
		display: block
	}

	#secu .section2 .tab {
		width: 100%;
		display: flex;
		justify-content: space-between
	}

	#secu .section2 .tab .item {
		width: 32%;
		height: 130px;
		margin-top: 0;
		border-radius: 10px
	}

	#secu .section2 .tab .item:first-child {
		margin-top: 0
	}

	#secu .section2 .tab .item i {
		font-size: 40px;
		line-height: 40px
	}

	#secu .section2 .tab .item p {
		font-size: 14px;
		margin-top: 14px
	}

	#secu .section2 .rights {
		width: 100%;
		padding-left: 0;
		margin-top: 30px
	}

	#secu .section2 .rights .mod {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 14px
	}

	#secu .section2 .rights .items {
		width: 100%
	}

	#secu .section2 .rights .items .item {
		padding: 20px 0 15px
	}

	#secu .section2 .rights .items .item .title {
		font-size: 15px
	}

	#secu .section2 .rights .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 7px
	}

	#secu .section2 .rights .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 {
		padding: 50px 50px 30px
	}

	#secu .section3 .mod {
		max-width: 700px
	}

	#secu .section3 .mod .title {
		font-size: 22px;
		line-height: 34px
	}

	#secu .section3 .mod .desc {
		font-size: 14px;
		line-height: 24px
	}

	#secu .section3 .items {
		margin-top: 40px;
		flex-wrap: wrap
	}

	#secu .section3 .items .item {
		width: 48%;
		border-radius: 10px;
		margin-bottom: 20px
	}

	#secu .section3 .items .item .text {
		padding: 20px 20px 20px
	}

	#secu .section3 .items .item .text .title {
		font-size: 16px
	}

	#secu .section3 .items .item .text .desc {
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 .items .item .text .more {
		left: 20px
	}

	#secu .section3 .items .item .text .more span {
		font-size: 14px;
		line-height: 16px
	}

	#secu .section3 .items .item .text .more i {
		font-size: 14px;
		margin-left: 14px
	}

	#contact .forms {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 50px;
		padding-bottom: 80px
	}

	#contact .forms .cont {
		padding: 40px 30px
	}

	#contact .forms .mod .title {
		font-size: 20px;
		line-height: 20px
	}

	#contact .forms .mod .desc {
		font-size: 14px;
		margin-top: 14px
	}

	#contact .forms .form {
		margin-top: 40px
	}

	#contact .forms .form .inputs {
		display: block
	}

	#contact .forms .form .inputs .item {
		margin-left: 0;
		margin-top: 20px
	}

	#contact .forms .form .inputs .item .label {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px
	}

	#contact .forms .form .inputs .item input {
		height: 30px
	}

	#contact .forms .form .inputs .item select {
		height: 30px
	}

	#contact .forms .form .textarea {
		height: 200px;
		margin-top: 20px
	}

	#contact .forms .form .textarea textarea {
		padding: 14px
	}

	#contact .forms .form .fun {
		display: block;
		margin-top: 20px
	}

	#contact .forms .form .fun .yzm {
		max-width: 310px;
		display: flex
	}

	#contact .forms .form .fun .yzm input {
		width: 120px;
		height: 40px;
		padding: 0 14px
	}

	#contact .forms .form .fun .yzm img {
		width: 120px;
		height: 40px;
		margin-left: 10px
	}

	#contact .forms .form .fun .btn {
		width: 100%;
		max-width: unset;
		height: 40px;
		line-height: 40px;
		margin-top: 20px
	}

	#asce .live {
		padding-top: 30px;
		margin: 0 50px
	}

	#asce .live .mod-title {
		font-size: 20px;
		line-height: 20px
	}

	#asce .live .list {
		margin-top: 0;
		padding-bottom: 30px
	}

	#asce .live .list .item {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 50px;
		padding: 0 14px 14px 14px
	}

	#asce .live .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#asce .live .list .item .info {
		display: flex
	}

	#asce .live .list .item .info .img {
		width: 100px;
		height: 100px;
		top: -20px
	}

	#asce .live .list .item .info .text {
		padding-left: 14px;
		padding-top: 14px
	}

	#asce .live .list .item .info .text p {
		margin-top: 8px
	}

	#asce .live .list .item .title {
		font-size: 16px;
		line-height: 24px;
		height: 48px
	}

	#asce .live .list .item .link {
		margin-top: 30px
	}

	#asce .course {
		margin: 25px 50px 0
	}

	#asce .course .mod-title {
		font-size: 20px;
		line-height: 20px
	}

	#asce .course .list {
		margin-top: 20px
	}

	#asce .course .list .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#asce .course .list .item:nth-child(4n+1) {
		margin-left: 4%
	}

	#asce .course .list .item:nth-child(2n+1) {
		margin-left: 0
	}

	#asce .course .list .item .text {
		padding: 16px 15px 15px
	}

	#asce .course .list .item .text .title {
		font-size: 16px;
		line-height: 16px
	}

	#asce .course .list .item .text .desc {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px
	}

	#asce .course .list .item:hover {
		box-shadow: 0 4px 20px rgba(0,0,0,0.1)
	}

	#asce .c-list {
		margin-top: 30px;
		margin-left: 50px;
		margin-right: 50px;
		padding-bottom: 100px
	}

	#asce .c-list .tab {
		display: flex
	}

	#asce .c-list .tab a {
		font-size: 16px;
		padding: 0 6px
	}

	#asce .c-list .tab a::after {
		height: 5px;
		bottom: 3px
	}

	#asce .c-list .tab i {
		height: 15px;
		margin: 0 24px
	}

	#asce .c-list .cont {
		display: block
	}

	#asce .c-list .lefts {
		width: 100%
	}

	#asce .c-list .lefts .list {
		width: 100%;
		margin-top: 30px
	}

	#asce .c-list .lefts .list .item {
		border-radius: 10px;
		margin-top: 20px
	}

	#asce .c-list .lefts .list .item .img {
		width: 180px;
		height: 119px
	}

	#asce .c-list .lefts .list .item .text {
		width: calc(100% - 180px);
		padding: 10px 20px
	}

	#asce .c-list .lefts .list .item .text .title {
		font-size: 16px;
		line-height: 18px
	}

	#asce .c-list .lefts .list .item .text .cate {
		font-size: 13px;
		margin-top: 8px
	}

	#asce .c-list .lefts .list .item .text .desc {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
		margin-top: 10px
	}

	#asce .c-list .lefts .pages {
		margin-top: 40px;
		justify-content: flex-end
	}

	#asce .c-list .rights {
		width: 100%;
		padding: 18px;
		margin-top: 40px
	}

	#asce .c-list .rights .mod-title {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#asce .c-list .rights .items {
		margin-top: 20px
	}

	#asce .c-list .rights .items a {
		margin-right: 8px;
		margin-bottom: 8px;
		height: 30px;
		padding: 0 14px;
		border-radius: 15px
	}

	#find .section2 {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 50px;
		padding-right: 50px
	}

	#find .section2 .item .en {
		font-size: 20px;
		line-height: 20px
	}

	#find .section2 .item .num {
		font-size: 50px;
		line-height: 36px
	}

	#find .section2 .item i.line {
		width: 40px;
		height: 3px;
		margin-top: 15px
	}

	#find .section2 .item .cn {
		font-size: 14px;
		margin-top: 10px
	}

	#find .section3 {
		height: auto;
		display: block;
		overflow: hidden
	}

	#find .section3 .left {
		width: 100%;
		height: 400px
	}

	#find .section3 .left .text {
		padding: 20px
	}

	#find .section3 .left .text .title {
		font-size: 16px
	}

	#find .section3 .left .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section3 .mid {
		width: 50%;
		height: 100%;
		float: left
	}

	#find .section3 .mid .img img {
		display: block;
		width: 100%
	}

	#find .section3 .mid .text {
		width: 100%;
		padding: 20px
	}

	#find .section3 .mid .text .title {
		font-size: 16px
	}

	#find .section3 .mid .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section3 .right {
		width: 50%;
		height: 100%;
		float: left
	}

	#find .section3 .right .img img {
		display: block;
		width: 100%
	}

	#find .section3 .right .text {
		width: 100%;
		padding: 20px 20px
	}

	#find .section3 .right .text .title {
		font-size: 16px
	}

	#find .section3 .right .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section4 {
		width: 100%;
		padding: 40px;
		height: auto;
		display: block
	}

	#find .section4 .thumb {
		width: 100%;
		height: auto
	}

	#find .section4 .thumb .swiper-thumb {
		width: 100%
	}

	#find .section4 .thumb .swiper-thumb .swiper-wrapper {
		height: auto
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 10px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide a {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 36px
	}

	#find .section4 .texts {
		position: static;
		padding-left: 10px;
		padding-right: 10px;
		height: 70px;
		margin-top: 50px
	}

	#find .section4 .texts .swiper-slide {
		height: 70px;
		text-align: center
	}

	#find .section4 .texts .cate {
		font-size: 14px
	}

	#find .section4 .texts .title {
		font-size: 20px;
		margin-top: 15px
	}

	#find .section4 .navigation {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -15px;
		transform: translateX(-50%);
		height: 50px;
		width: 160px;
		flex-direction: row
	}

	#find .section4 .navigation a {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	#find .section4 .navigation a i {
		font-size: 16px;
		display: block;
		transform: rotate(-90deg)
	}

	#find .section4 .nums {
		display: none
	}

	#find .case-full {
		padding: 50px
	}

	#find .case-full .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#find .case-full .item .text .c {
		font-size: 14px
	}

	#find .case-full .item .text .name {
		font-size: 18px;
		margin-top: 8px
	}

	#find .case-full .item:nth-child(3n+1) {
		margin-left: 4%
	}

	#find .case-full .item:nth-child(2n+1) {
		margin-left: 0
	}

	.find-sec1 {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-left: 50px;
		display: block
	}

	.find-sec1 .texts {
		width: 100%;
		max-width: 615px;
		padding-right: 50px
	}

	.find-sec1 .texts .en {
		width: 100%;
		font-size: 60px;
		line-height: 60px
	}

	.find-sec1 .texts .bot {
		width: 100%;
		margin-top: 10px
	}

	.find-sec1 .texts .bot i {
		width: 100px;
		height: 3px;
		margin-top: 10px
	}

	.find-sec1 .texts .bot .text {
		width: 100%;
		margin-left: 36px
	}

	.find-sec1 .texts .bot .text .title {
		font-size: 24px;
		line-height: 24px
	}

	.find-sec1 .texts .bot .text .desc {
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px
	}

	.find-sec1 .img {
		width: 100%;
		margin-top: 30px
	}

	.find-sec1 .img img {
		max-width: 100%
	}

	#fedu .section2 {
		width: 100%;
		height: auto;
		flex-wrap: wrap
	}

	#fedu .section2 .item {
		width: 100%;
		height: 500px
	}

	#fedu .section2 .item .masks {
		display: none
	}

	#fedu .section2 .item .num {
		opacity: 1;
		top: 40px;
		right: 40px;
		font-size: 80px;
		line-height: 70px;
		height: auto
	}

	#fedu .section2 .item .b-text {
		opacity: 1;
		padding: 20px 50px
	}

	#fedu .section2 .item .b-text .title {
		font-size: 16px
	}

	#fedu .section2 .item .b-text i.line {
		width: 50px;
		height: 3px;
		margin-top: 15px
	}

	#fedu .section2 .item .b-text .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#fedu .section3 {
		width: 100%;
		padding: 50px
	}

	#fedu .section3 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#fedu .section3 .items {
		width: 100%;
		margin-top: 60px;
		flex-wrap: wrap
	}

	#fedu .section3 .items .item {
		width: 48%;
		margin-bottom: 30px
	}

	#fedu .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text i {
		width: 56px;
		height: 50px
	}

	#fedu .section3 .items .item .text .title {
		font-size: 18px;
		margin-top: 15px
	}

	#fedu .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		margin-top: 18px
	}

	#fedu .section4 {
		width: 100%;
		padding: 20px 50px 30px
	}

	#fedu .section4 .mod-title {
		width: 100%;
		font-size: 26px
	}

	#fedu .section4 .items {
		width: 100%;
		margin-top: 60px
	}

	#fedu .section4 .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 30px
	}

	#fedu .section4 .item:nth-child(3n+1) {
		margin-left: 4%
	}

	#fedu .section4 .item:nth-child(2n+1) {
		margin-left: 0
	}

	#fedu .section4 .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section4 .item .img img {
		width: 100%
	}

	#fedu .section4 .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#mark .section2 {
		width: 100%;
		height: auto;
		flex-wrap: wrap
	}

	#mark .section2 .item {
		width: 100%;
		height: 400px
	}

	#mark .section2 .item .b-text {
		display: none
	}

	#mark .section2 .item .more-text {
		transform: translateY(0);
		width: 100%;
		padding: 20px
	}

	#mark .section2 .item .more-text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 22px
	}

	#mark .section2 .item .more-text .s-items {
		width: 100%;
		margin-top: 30px
	}

	#mark .section2 .item .more-text .s-items .s-item {
		margin-right: 20px
	}

	#mark .section2 .item .more-text .s-items .s-item p {
		font-size: 14px;
		line-height: 14px
	}

	#mark .section2 .item .more-text .s-items .s-item i.line {
		width: 20px;
		height: 3px;
		margin-top: 10px
	}

	#mark .section2 .item .more-text .s-items .s-item span {
		font-size: 12px;
		margin-top: 10px
	}

	#mark .section3 {
		width: 100%;
		padding: 50px
	}

	#mark .section3 .mod-title {
		font-size: 26px
	}

	#mark .section3 .items {
		width: 100%;
		margin-top: 50px
	}

	#mark .section3 .items .item {
		width: 100%
	}

	#mark .section3 .items .item .num {
		font-size: 30px;
		line-height: 30px
	}

	#mark .section3 .items .item .line {
		margin-top: 30px
	}

	#mark .section3 .items .item .line i {
		width: 30px;
		height: 30px;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -15px
	}

	#mark .section3 .items .item .iconfont {
		font-size: 40px;
		margin: 40px auto 0
	}

	#mark .section3 .items .item .title {
		font-size: 16px;
		margin-top: 10px
	}

	#mark .section3 .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin: 10px auto 0;
		width: 92%;
		max-width: 270px
	}

	#case_l .case {
		margin-left: 50px;
		margin-right: 50px;
		padding: 50px 0 60px
	}

	#case_l .case .s-cate {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto
	}

	#case_l .case .s-cate a {
		padding: 0 14px;
		height: 30px;
		line-height: 28px;
		margin: 4px 8px;
		border-radius: 15px;
		flex-shrink: 0
	}

	#case_l .case .items {
		width: 100%;
		margin-top: 30px
	}

	#case_l .case .items .item {
		width: 49%;
		border-radius: 10px;
		margin-left: 2%;
		margin-bottom: 30px
	}

	#case_l .case .items .item:nth-of-type(3n+1) {
		margin-left: 2%
	}

	#case_l .case .items .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	#case_l .case .pages {
		margin: 20px auto 0
	}

	#case_l .video-layer .layui-layer-content {
		width: 450px;
		height: 253px
	}

	#case_l .video-layer video {
		width: 450px;
		height: 253px
	}

	#case_d .info {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 30px
	}

	#case_d .info .left {
		width: 100%;
		padding-top: 30px
	}

	#case_d .info .left .labels {
		display: block
	}

	#case_d .info .left .labels .item {
		width: 100%;
		max-width: unset;
		margin-right: 0;
		margin-bottom: 20px
	}

	#case_d .info .left .labels .item:nth-of-type(2) {
		margin-right: 0
	}

	#case_d .info .left .labels .item .label {
		font-size: 28px
	}

	#case_d .info .left .labels .item .text {
		height: auto;
		line-height: 24px;
		padding-bottom: 4px;
		white-space: normal;
		word-break: break-all
	}

	#case_d .info .left .descs {
		margin-top: 40px
	}

	#case_d .info .left .descs .label {
		font-size: 22px
	}

	#case_d .info .left .descs .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#case_d .info .logo {
		display: none
	}

	.index-welcome {
		background-image: url(../img/year-welcome-mobile.jpg)
	}
}

@media screen and (max-width: 480px) {
	#index .banner {
		height: 300px
	}

	#index .banner .hand-l {
		top: 63%
	}

	#index .banner .hand-r {
		top: 70%
	}

	#index .banner .slogen {
		font-size: 18px;
		margin-top: -40px;
		letter-spacing: 5px
	}

	#index .banner .enp {
		top: 60%;
		height: 100px;
		line-height: 100px;
		font-size: 120px;
		margin-top: -50px
	}

	#index .banner .enb {
		top: 60%;
		height: 100px;
		line-height: 100px;
		font-size: 120px;
		margin-top: -50px
	}

	#index .find {
		width: 100%;
		display: block;
		padding: 30px 0 0;
		overflow: hidden
	}

	#index .find .texts {
		width: 100%;
		padding-left: 30px;
		overflow: hidden;
		position: relative
	}

	#index .find .texts .en {
		font-size: 90px;
		line-height: 90px;
		height: 90px
	}

	#index .find .texts .slogen {
		font-size: 20px
	}

	#index .find .texts .bigs {
		font-size: 30px;
		line-height: 40px;
		margin-top: 30px;
		height: 120px
	}

	#index .find .texts .more {
		margin-top: 30px;
		height: 36px;
		line-height: 36px
	}

	#index .find .texts .more .more-canvas {
		width: 55px;
		height: 36px
	}

	#index .find .texts .more p {
		height: 36px;
		font-size: 14px;
		line-height: 36px
	}

	#index .find .texts .more p span {
		font-size: 14px;
		height: 36px
	}

	#index .find .swiper {
		width: 100%;
		padding-left: 150px;
		margin: 50px auto 0;
		float: right
	}

	#index .find .swiper .swiper-container {
		width: 100%
	}

	#index .find .swiper .swiper-slide {
		width: 100%
	}

	#index .find .swiper .page-l {
		width: 150px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		padding-right: 30px
	}

	#index .find .swiper .page-l a {
		width: 100%;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin-top: 5px
	}

	#index .find .swiper .page-l a::after {
		width: 0;
		height: 2px;
		top: 11px;
		left: 130px
	}

	#index .find .swiper .page-l a.active::after {
		width: 40px;
		transition-duration: 2s
	}

	#index .find .swiper .page-l a:first-child {
		margin-top: 0
	}

	#index .find .swiper .page-b {
		display: none;
		height: 50px;
		bottom: 0;
		left: 150px;
		right: 30px;
		padding: 0 18px
	}

	#index .find .swiper .page-b i {
		width: 50px;
		height: 2px;
		margin-right: 20px;
		display: none
	}

	#index .find .swiper .page-b .num {
		width: 100%
	}

	#index .find .swiper .page-b .num a {
		font-size: 18px
	}

	#index .find .swiper .page-b .num a.active {
		font-size: 24px
	}

	#index .develop {
		width: 100%;
		height: auto;
		padding-bottom: 40px
	}

	#index .develop .main {
		width: 100%;
		flex-wrap: wrap;
		padding-top: 30px
	}

	#index .develop .main .item {
		width: 50%;
		min-width: auto;
		margin-left: 0;
		text-align: center
	}

	#index .develop .main .item:first-child {
		margin-left: 0
	}

	#index .develop .main .item:nth-child(3) {
		margin-top: 30px
	}

	#index .develop .main .item:nth-child(4) {
		margin-top: 30px
	}

	#index .develop .main .item .nums .numhide {
		font-size: 50px;
		height: 50px;
		line-height: 50px
	}

	#index .develop .main .item .nums .num {
		font-size: 50px;
		height: 50px;
		line-height: 50px
	}

	#index .develop .main .item .desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px
	}

	#index .case {
		width: 100%;
		padding: 30px 0
	}

	#index .case .mod-b {
		width: 100%;
		font-size: 120px;
		line-height: 100px;
		height: 110px
	}

	#index .case .mod-p {
		width: 100%;
		font-size: 120px;
		line-height: 100px;
		height: 110px;
		top: 30px
	}

	#index .case .blue-block {
		width: 600px;
		height: 3000px;
		border-radius: 300px;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto
	}

	#index .case .slogen {
		width: 100%;
		margin-top: 15px;
		font-size: 14px;
		padding: 0 24px
	}

	#index .case .swiper {
		width: 100%;
		margin-top: 0
	}

	#index .case .swiper .swiper-container {
		padding-top: 20px;
		padding-bottom: 20px
	}

	#index .case .swiper .swiper-slide {
		width: 90%;
		border-radius: 10px
	}

	#index .case .swiper .swiper-slide .text .c {
		font-size: 14px
	}

	#index .case .swiper .swiper-slide .text .name {
		font-size: 18px;
		margin-top: 10px
	}

	#index .case .swiper .btn {
		width: 36px;
		height: 36px;
		line-height: 36px;
		top: 42%
	}

	#index .case .swiper .btn i {
		font-size: 15px
	}

	#index .case .swiper .btn.prev {
		left: 5px
	}

	#index .case .swiper .btn.next {
		right: 5px
	}

	#index .case .bots {
		margin-top: 0;
		padding-top: 40px
	}

	#index .case .bots>.en {
		width: 100%;
		font-size: 130px;
		line-height: 100px;
		height: 110px;
		top: 0
	}

	#index .case .bots .b-slogen {
		width: 100%;
		font-size: 22px
	}

	#index .case .bots .desc {
		font-size: 13px;
		line-height: 22px;
		margin-top: 15px;
		padding: 0 40px
	}

	#index .case .bots .items {
		width: 100%;
		margin-top: 20px;
		flex-wrap: wrap;
		align-items: center
	}

	#index .case .bots .items .item {
		width: 26%;
		height: 125px;
		margin: 10px 10px;
		border-radius: 4px;
		top: 0;
		perspective: 500;
		-webkit-perspective: 500
	}

	#index .case .bots .items .item .surfp {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
		border-radius: 4px;
		perspective: unset
	}

	#index .case .bots .items .item .surfp .img {
		width: 30px;
		height: 30px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfp .text {
		width: 100%;
		margin-top: 14px
	}

	#index .case .bots .items .item .surfp .text .tt {
		font-size: 13px
	}

	#index .case .bots .items .item .surfp .text .tb {
		font-size: 12px
	}

	#index .case .bots .items .item .surfb {
		display: none
	}

	#index .case .bots .items .item .surfb .img {
		width: 30px;
		height: 30px;
		margin: 0 auto
	}

	#index .case .bots .items .item .surfb .text {
		width: 100%
	}

	#index .case .bots .items .item .surfb .text .tt {
		font-size: 12px
	}

	#index .case .bots .items .item .surfb .text .tb {
		font-size: 13px;
		margin-top: 14px
	}

	#index .case .bots .items .item:hover {
		top: 0
	}

	#index .case .bots .items .item:hover .surfp {
		transform: rotateY(0)
	}

	#index .case .bots .items .item:hover .surfb {
		transform: rotateY(0)
	}

	#index .yxt {
		width: 100%
	}

	#index .yxt .lefts {
		width: 100%;
		padding: 0 30px 30px
	}

	#index .yxt .lefts .item {
		width: 100%;
		height: 130px;
		border-radius: 10px;
		padding: 14px 20px 14px;
		margin-top: 15px;
		left: 0
	}

	#index .yxt .lefts .item:first-child {
		margin-top: 0
	}

	#index .yxt .lefts .item .tops {
		width: 100%
	}

	#index .yxt .lefts .item .tops span {
		font-size: 40px;
		line-height: 40px
	}

	#index .yxt .lefts .item .tops i {
		font-size: 20px
	}

	#index .yxt .lefts .item .title {
		font-size: 16px;
		line-height: 16px;
		margin-top: 14px
	}

	#index .yxt .lefts .item .desc {
		font-size: 12px;
		line-height: 12px;
		margin-top: 10px
	}

	#index .yxt .lefts .item:hover {
		left: 0
	}

	#index .yxt .lefts .more {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		height: 36px;
		line-height: 36px;
		position: static
	}

	#index .yxt .lefts .more img {
		height: 36px
	}

	#index .yxt .lefts .more span {
		font-size: 14px;
		margin-left: 10px;
		white-space: nowrap
	}

	#index .yxt .rights {
		width: 100%;
		padding: 30px 30px;
		background-color: #f8f8f8
	}

	#index .yxt .rights .texts .title {
		font-size: 25px;
		line-height: 25px;
		text-align: left
	}

	#index .yxt .rights .texts .desc {
		font-size: 14px;
		margin-top: 16px;
		text-align: left
	}

	#index .yxt .rights .texts .more {
		display: none
	}

	#index .inno {
		width: 100%;
		padding-bottom: 80px
	}

	#index .inno .raid {
		width: 600px;
		height: 600px;
		top: -440px;
		left: 50%;
		transform: translateX(-50%)
	}

	#index .inno .mod-title {
		width: 100%;
		font-size: 25px;
		margin-top: 30px
	}

	#index .inno .en-b {
		width: 100%;
		height: 80px;
		font-size: 120px;
		line-height: 80px;
		top: 90px;
		left: 0
	}

	#index .inno .en-p {
		width: 100%;
		height: 80px;
		font-size: 120px;
		line-height: 80px;
		top: 90px;
		left: 0
	}

	#index .inno .items {
		width: 100%;
		top: 50px;
		flex-wrap: wrap
	}

	#index .inno .items .item {
		width: 100%;
		border-radius: 10px;
		top: 0;
		margin-top: 20px
	}

	#index .inno .items .item .text {
		width: 100%;
		height: 95px;
		padding: 10px 14px 10px
	}

	#index .inno .items .item .text .date {
		font-size: 16px
	}

	#index .inno .items .item .text .title {
		font-size: 15px;
		margin-top: 6px
	}

	#index .inno .items .item .text .desc {
		margin-top: 3px;
		font-size: 12px
	}

	#index .inno .items .item:hover {
		top: 0
	}

	#index .frie {
		width: 100%;
		padding: 30px 0 30px
	}

	#index .frie .mod-title {
		width: 220px;
		font-size: 25px
	}

	#index .frie .mod-title i {
		height: 4px;
		bottom: 7px;
		left: 50%;
		margin-left: -110px
	}

	#index .frie .items {
		width: 100%;
		margin-top: 20px
	}

	#index .frie .items .item {
		width: 33.33%
	}

	#index .frie .items .item:nth-child(n+7) {
		display: none
	}

	.openby {
		width: 100%;
		padding: 30px 0 30px
	}

	.openby .cn,.openby .typed-cursor {
		font-size: 20px;
		line-height: 20px;
		margin-left: 5px;
		transform: translateY(-1px)
	}

	.openby .solid {
		font-size: 40px;
		line-height: 40px;
		height: 40px;
		margin-top: 10px
	}

	.openby .hollow {
		font-size: 40px;
		line-height: 40px;
		height: 40px;
		-webkit-text-stroke-width: 1px
	}

	#about .about {
		padding-top: 10px
	}

	#about .about .main {
		width: auto;
		margin-left: 20px;
		margin-right: 20px
	}

	#about .about .texts {
		padding: 30px 0 20px
	}

	#about .about .texts .title {
		font-size: 18px
	}

	#about .about .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#about .develop {
		width: 100%;
		height: auto;
		padding-bottom: 40px
	}

	#about .develop .main {
		width: 100%;
		flex-wrap: wrap;
		padding-top: 30px
	}

	#about .develop .main .item {
		width: 50%;
		min-width: auto;
		margin-left: 0;
		text-align: center
	}

	#about .develop .main .item:first-child {
		margin-left: 0
	}

	#about .develop .main .item:nth-child(3) {
		margin-top: 30px
	}

	#about .develop .main .item:nth-child(4) {
		margin-top: 30px
	}

	#about .develop .main .item .nums .numhide {
		font-size: 50px;
		height: 50px;
		line-height: 50px
	}

	#about .develop .main .item .nums .num {
		font-size: 50px;
		height: 50px;
		line-height: 50px
	}

	#about .develop .main .item .desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px
	}

	#about .swipers .swiper .page-b {
		max-width: 90%;
		height: 40px;
		padding: 0 28px
	}

	#about .swipers .swiper .page-b .num {
		width: 100%
	}

	#about .swipers .swiper .page-b .num a {
		font-size: 16px;
		margin-right: 20px
	}

	#about .swipers .swiper .page-b .num a.active {
		font-size: 20px
	}

	#about .swipers .texts {
		display: none;
		width: 100%;
		padding: 20px 20px;
		transform: translateY(0)
	}

	#about .swipers .texts .label {
		font-size: 16px
	}

	#about .swipers .texts .title {
		font-size: 20px
	}

	#about .swipers .texts .desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px
	}

	#about .business {
		margin-top: 60px
	}

	#about .business .tab {
		margin-left: 20px;
		margin-right: 20px
	}

	#about .business .tab a {
		font-size: 14px;
		padding: 0 6px;
		margin: 0 4px
	}

	#about .business .tab a::after {
		height: 3px;
		bottom: 3px
	}

	#about .business .mains {
		padding: 30px 0 50px;
		flex-wrap: wrap
	}

	#about .business .mains .text-swiper {
		width: 100%;
		padding: 0 20px
	}

	#about .business .mains .text-swiper .swiper-slide {
		padding-top: 0;
		padding-bottom: 0
	}

	#about .business .mains .text-swiper .swiper-slide .title .en {
		font-size: 20px
	}

	#about .business .mains .text-swiper .swiper-slide .title .cn {
		font-size: 20px
	}

	#about .business .mains .text-swiper .swiper-slide .bot {
		max-width: 100%;
		margin-top: 20px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .desc {
		font-size: 14px;
		line-height: 26px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more {
		margin-top: 20px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more span {
		font-size: 14px;
		line-height: 14px
	}

	#about .business .mains .text-swiper .swiper-slide .bot .more i {
		font-size: 14px;
		margin-left: 10px
	}

	#about .business .mains .img-swiper {
		width: 100%;
		padding: 0;
		margin-top: 0
	}

	#culture .culture {
		padding-top: 40px;
		margin-left: 20px;
		margin-right: 20px
	}

	#culture .culture .item {
		margin-bottom: 40px
	}

	#culture .culture .item .tops {
		flex-wrap: wrap
	}

	#culture .culture .item .tops .en {
		width: 100%;
		font-size: 34px;
		height: 30px;
		line-height: 26px;
		margin-right: 20px
	}

	#culture .culture .item .tops .cn {
		width: 100%;
		margin-top: 15px
	}

	#culture .culture .item .tops .cn .label {
		font-size: 14px;
		line-height: 14px
	}

	#culture .culture .item .tops .cn .desc {
		font-size: 20px
	}

	#culture .culture .item .img {
		margin-top: 20px
	}

	#dev .dev {
		padding-top: 40px;
		margin-left: 20px;
		margin-right: 20px
	}

	#dev .dev .sec {
		padding-bottom: 30px;
		flex-direction: row;
		flex-wrap: wrap
	}

	#dev .dev .sec .left {
		width: 100%;
		padding: 0;
		margin-top: 20px
	}

	#dev .dev .sec .left .img {
		background-image: none
	}

	#dev .dev .sec .left .img img {
		display: block;
		width: 100%;
		height: auto
	}

	#dev .dev .sec .right {
		width: 100%;
		padding-left: 0
	}

	#dev .dev .sec .right .en {
		font-size: 80px;
		line-height: 60px
	}

	#dev .dev .sec .right .cn {
		margin-top: -10px
	}

	#dev .dev .sec .right .cn p:nth-child(1) {
		font-size: 22px;
		line-height: 22px
	}

	#dev .dev .sec .right .cn p:nth-child(2) {
		font-size: 18px
	}

	#dev .dev .sec .right .list {
		margin-top: 24px
	}

	#dev .dev .sec .right .list .line {
		width: 100%;
		padding-bottom: 20px
	}

	#dev .dev .sec .right .list .line:last-child {
		padding-bottom: 6px
	}

	#dev .dev .sec .right .list .line .year {
		width: 63px;
		font-size: 24px;
		margin-top: 3px
	}

	#dev .dev .sec .right .list .line .content {
		padding-left: 24px;
		padding-top: 5px;
		font-size: 14px;
		line-height: 24px
	}

	#dev .dev .sec .right .list .line i.line {
		height: 100%;
		top: 0;
		left: 64px;
		z-index: 1
	}

	#dev .dev .sec .right .list .line i.dot {
		width: 7px;
		height: 7px;
		top: 14px;
		left: 61px
	}

	#dev .dev .sec:nth-child(even) .left {
		padding: 0
	}

	#dev .dev .sec:nth-child(even) .right {
		padding-left: 0;
		padding-right: 0
	}

	#honor .list {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px
	}

	#honor .list .item {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 20px
	}

	#honor .list .item .title {
		margin-top: 14px;
		font-size: 14px;
		line-height: 14px
	}

	#honor .list .item:nth-child(4n+1) {
		margin-left: 2%
	}

	#honor .list .item:nth-child(2n+1) {
		margin-left: 0
	}

	#honor .pages {
		margin-top: 30px;
		margin-bottom: 50px
	}

	#impre .list {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px
	}

	#impre .list .item {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 20px
	}

	#impre .list .item .img img {
		-webkit-filter: none;
		filter: none
	}

	#impre .list .item .text {
		padding-top: 14px
	}

	#impre .list .item .text .title {
		font-size: 14px;
		line-height: 14px
	}

	#impre .list .item .text .date {
		font-size: 14px;
		margin-top: 2px
	}

	#impre .pages {
		margin-top: 50px;
		margin-bottom: 80px
	}

	#join .mod-title {
		padding-top: 40px;
		margin-left: 20px;
		margin-right: 20px
	}

	#join .mod-title .en {
		font-size: 80px;
		line-height: 50px
	}

	#join .mod-title .cn {
		font-size: 18px;
		line-height: 18px;
		margin-top: -8px
	}

	#join .mod-title .desc {
		font-size: 14px;
		margin-top: 10px
	}

	#join .cates {
		width: auto;
		max-width: unset;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px
	}

	#join .cates .item {
		margin-left: 0;
		margin-top: 20px;
		width: 20%
	}

	#join .cates .item img {
		width: 30px;
		height: 24px
	}

	#join .cates .item p {
		font-size: 12px;
		margin-top: 12px
	}

	#join .cates .item:nth-child(5n+1) {
		margin-left: 0
	}

	#join .list {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 30px
	}

	#join .list .item {
		border-radius: 6px;
		padding: 14px 20px;
		margin-bottom: 20px
	}

	#join .list .item .tops .title {
		font-size: 16px
	}

	#join .list .item .tops .date {
		font-size: 16px
	}

	#join .list .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#edu .section1 {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px
	}

	#edu .section1 .texts {
		width: 100%
	}

	#edu .section1 .texts .title {
		font-size: 22px
	}

	#edu .section1 .texts .small {
		font-size: 16px
	}

	#edu .section1 .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#edu .section1 .texts .labels {
		font-size: 14px;
		margin-top: 20px
	}

	#edu .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#edu .section2 {
		padding: 30px 20px 120px;
		flex-wrap: wrap
	}

	#edu .section2 .left {
		width: 100%
	}

	#edu .section2 .left .title {
		font-size: 22px;
		line-height: 36px
	}

	#edu .section2 .left .desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section2 .right {
		width: 100%;
		justify-content: space-between;
		margin-top: 40px
	}

	#edu .section2 .right .item {
		width: 46%;
		margin-left: 0;
		margin-bottom: 30px
	}

	#edu .section2 .right .item .title {
		font-size: 16px
	}

	#edu .section2 .right .item i {
		width: 30px;
		height: 3px;
		margin-top: 10px
	}

	#edu .section2 .right .item .desc {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section3 {
		padding: 0 20px 30px;
		margin-top: -80px;
		flex-wrap: wrap
	}

	#edu .section3 .item {
		width: 100%;
		border-radius: 10px;
		padding: 30px 20px;
		margin-bottom: 30px;
		box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2)
	}

	#edu .section3 .item img {
		width: 40px;
		margin: 0 auto
	}

	#edu .section3 .item .title {
		font-size: 16px;
		margin-top: 10px
	}

	#edu .section3 .item .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#edu .section4 {
		padding: 20px 20px 0
	}

	#edu .section4 .line {
		padding-bottom: 90px;
		flex-wrap: wrap;
		flex-direction: column-reverse
	}

	#edu .section4 .line .img {
		position: static;
		width: 100%
	}

	#edu .section4 .line .img img {
		width: 100%
	}

	#edu .section4 .line .texts {
		width: 100%;
		padding-top: 0
	}

	#edu .section4 .line .texts i {
		width: 50px;
		height: 3px
	}

	#edu .section4 .line .texts .title {
		margin-top: 14px;
		font-size: 20px
	}

	#edu .section4 .line .texts .desc {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px
	}

	#edu .section4 .line:nth-child(even) {
		flex-direction: column-reverse
	}

	#edu .section4 .line.line2 .texts {
		padding-top: 0
	}

	#invo .news {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px
	}

	#invo .news .list .item {
		margin-bottom: 15px;
		border-radius: 6px
	}

	#invo .news .list .item .img {
		width: 140px;
		height: 107px
	}

	#invo .news .list .item .texts {
		width: calc(100% - 140px);
		padding: 4px 14px
	}

	#invo .news .list .item .texts .date {
		font-size: 14px;
		line-height: 14px
	}

	#invo .news .list .item .texts .title {
		font-size: 14px;
		margin-top: 6px
	}

	#invo .news .list .item .texts .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px;
		height: 40px;
		-webkit-line-clamp: 2
	}

	#invo .news .list .item .texts .more {
		display: none
	}

	#invo .prtn {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px
	}

	#invo .prtn .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px
	}

	#invo .prtn .item:nth-child(4n+1) {
		margin-left: 4%
	}

	#invo .prtn .item:nth-child(2n+1) {
		margin-left: 0
	}

	#invo .prtn .item p {
		margin-top: 15px;
		font-size: 14px
	}

	#invo .prtn .pages {
		margin-top: 20px
	}

	#card .section1 {
		padding: 30px 20px 0;
		display: block
	}

	#card .section1 .texts {
		width: 100%;
		max-width: 580px
	}

	#card .section1 .texts .title {
		font-size: 22px;
		line-height: unset
	}

	#card .section1 .texts .desc {
		font-size: 16px;
		line-height: unset;
		margin-top: 0
	}

	#card .section1 .texts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#card .section1 .imgs {
		width: 50%;
		margin: 20px auto 0;
		align-items: flex-start
	}

	#card .section1 .imgs .img1 {
		top: 30px
	}

	#card .section1 .imgs .img2 {
		top: 0
	}

	#card .section2 {
		padding: 70px 20px 10px
	}

	#card .section2 .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#card .section2 .mod .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#card .section2 .items {
		margin-top: 50px;
		flex-wrap: wrap;
		justify-content: center
	}

	#card .section2 .items .item {
		width: 33.33%;
		margin-bottom: 30px
	}

	#card .section2 .items .item .img {
		width: 60px;
		height: 60px
	}

	#card .section2 .items .item .title {
		font-size: 14px;
		line-height: 14px;
		margin-top: 14px
	}

	#card .section2 .items .item .desc {
		font-size: 11px;
		line-height: 20px;
		margin-top: 6px
	}

	#card .section3 {
		padding: 50px 20px 10px
	}

	#card .section3 .mod {
		max-width: 700px
	}

	#card .section3 .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#card .section3 .mod .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#card .section3 .items {
		margin-top: 40px;
		flex-wrap: wrap
	}

	#card .section3 .items .item {
		width: 48%;
		border-radius: 10px;
		margin-bottom: 20px
	}

	#card .section3 .items .item .text {
		padding: 10px
	}

	#card .section3 .items .item .text .title {
		font-size: 14px
	}

	#card .section3 .items .item .text .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px
	}

	#card .section4 {
		padding: 30px 20px
	}

	#card .section4 .mod {
		max-width: 700px
	}

	#card .section4 .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#card .section4 .mod .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#card .section4 .item {
		margin-top: 40px;
		flex-wrap: wrap-reverse
	}

	#card .section4 .item .img {
		width: 100%;
		max-width: 720px;
		margin-top: 20px
	}

	#card .section4 .item .img img {
		width: 73.6%
	}

	#card .section4 .item .text {
		width: 100%;
		padding: 0
	}

	#card .section4 .item .text .title {
		font-size: 18px
	}

	#card .section4 .item .text i.line {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	#card .section4 .item .text .desc {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px
	}

	#card .section4 .item .text .small {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#card .section4 .item:nth-of-type(odd) {
		flex-direction: row-reverse
	}

	#card .section5 {
		padding: 30px 20px
	}

	#card .section5 .mod {
		max-width: 700px
	}

	#card .section5 .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#card .section5 .mod .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#card .section5 .items {
		margin-top: 40px
	}

	#card .section5 .items .item {
		width: 48%;
		margin-bottom: 20px
	}

	#card .section5 .items .item .img {
		border-radius: 10px
	}

	#card .section5 .items .item .title {
		margin-top: 10px;
		font-size: 14px
	}

	#logi .section1 {
		padding-top: 30px;
		margin-left: 20px;
		margin-right: 20px
	}

	#logi .section1 .texts .title {
		font-size: 22px;
		line-height: unset
	}

	#logi .section1 .texts .small {
		font-size: 16px;
		line-height: unset;
		margin-top: 0
	}

	#logi .section1 .texts .labels {
		font-size: 14px;
		margin-top: 20px
	}

	#logi .section1 .texts .labels p {
		margin-top: 10px
	}

	#logi .section1 .texts .labels p::before {
		width: 6px;
		height: 6px;
		margin: 7px 15px 0 0
	}

	#logi .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#logi .section2 {
		padding: 40px 20px 20px;
		flex-wrap: wrap
	}

	#logi .section2 .lefts {
		width: 100%;
		max-width: unset;
		padding-right: 0
	}

	#logi .section2 .lefts .title {
		font-size: 18px;
		line-height: 26px
	}

	#logi .section2 .lefts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#logi .section2 .lefts img {
		display: none
	}

	#logi .section2 .rights {
		width: 100%;
		margin-top: 30px
	}

	#logi .section2 .rights .item {
		width: 48%;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1)
	}

	#logi .section2 .rights .item p {
		height: 60px;
		padding: 10px;
		font-size: 13px
	}

	#logi .section3 {
		padding: 40px 20px 40px
	}

	#logi .section3 .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#logi .section3 .mod .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#logi .section3 .list {
		margin-top: 40px
	}

	#logi .section3 .list .item {
		width: 100%;
		box-shadow: 0 4px 20px rgba(0,0,0,0.1);
		margin-bottom: 14px
	}

	#logi .section3 .list .item .img {
		width: 100px;
		height: 83px
	}

	#logi .section3 .list .item .text {
		width: calc(100% - 83px);
		padding: 6px 14px
	}

	#logi .section3 .list .item .text .title {
		font-size: 14px
	}

	#logi .section3 .list .item .text .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px;
		-webkit-line-clamp: 2;
		height: 40px
	}

	#secu .section1 {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px
	}

	#secu .section1 .texts {
		width: 100%
	}

	#secu .section1 .texts .title {
		font-size: 22px;
		line-height: 34px
	}

	#secu .section1 .texts .small {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0
	}

	#secu .section1 .texts .items {
		margin-top: 30px
	}

	#secu .section1 .texts .items .item {
		margin-top: 20px
	}

	#secu .section1 .texts .items .item .title {
		font-size: 14px;
		line-height: 20px
	}

	#secu .section1 .texts .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 5px
	}

	#secu .section1 .texts .items .item .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px
	}

	#secu .section1 .img {
		width: 100%;
		margin-top: 30px
	}

	#secu .section2 {
		padding: 40px 20px
	}

	#secu .section2 .tab .item {
		width: 32%;
		height: 90px;
		margin-top: 0;
		border-radius: 10px
	}

	#secu .section2 .tab .item:first-child {
		margin-top: 0
	}

	#secu .section2 .tab .item i {
		font-size: 24px;
		line-height: 24px
	}

	#secu .section2 .tab .item p {
		font-size: 14px;
		margin-top: 10px
	}

	#secu .section2 .rights {
		width: 100%;
		padding-left: 0;
		margin-top: 30px
	}

	#secu .section2 .rights .mod {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 14px
	}

	#secu .section2 .rights .items {
		width: 100%
	}

	#secu .section2 .rights .items .item {
		padding: 20px 0 15px
	}

	#secu .section2 .rights .items .item .title {
		font-size: 15px
	}

	#secu .section2 .rights .items .item i.line {
		width: 50px;
		height: 3px;
		margin-top: 7px
	}

	#secu .section2 .rights .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#secu .section3 {
		padding: 50px 20px 10px
	}

	#secu .section3 .mod {
		max-width: 700px
	}

	#secu .section3 .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#secu .section3 .mod .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px
	}

	#secu .section3 .items {
		margin-top: 40px;
		flex-wrap: wrap
	}

	#secu .section3 .items .item {
		width: 48%;
		border-radius: 10px;
		margin-bottom: 20px
	}

	#secu .section3 .items .item .text {
		padding: 10px 10px 10px
	}

	#secu .section3 .items .item .text .title {
		font-size: 14px
	}

	#secu .section3 .items .item .text .desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px
	}

	#secu .section3 .items .item .text .more {
		left: 10px;
		bottom: 10px
	}

	#secu .section3 .items .item .text .more span {
		font-size: 14px;
		line-height: 16px
	}

	#secu .section3 .items .item .text .more i {
		font-size: 14px;
		margin-left: 14px
	}

	#contact .forms {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		padding-bottom: 50px
	}

	#contact .forms .cont {
		padding: 30px 20px
	}

	#contact .forms .mod .title {
		font-size: 18px;
		line-height: 26px
	}

	#contact .forms .mod .desc {
		font-size: 12px;
		margin-top: 20px;
		margin-top: 10px
	}

	#contact .forms .form {
		margin-top: 40px
	}

	#contact .forms .form .inputs {
		display: block
	}

	#contact .forms .form .inputs .item {
		margin-left: 0;
		margin-top: 20px
	}

	#contact .forms .form .inputs .item .label {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
		opacity: 1
	}

	#contact .forms .form .inputs .item input {
		height: 30px
	}

	#contact .forms .form .inputs .item select {
		height: 30px
	}

	#contact .forms .form .textarea {
		height: 140px;
		margin-top: 20px
	}

	#contact .forms .form .textarea textarea {
		padding: 14px
	}

	#contact .forms .form .fun {
		display: block;
		margin-top: 20px
	}

	#contact .forms .form .fun .yzm {
		max-width: 310px;
		display: flex
	}

	#contact .forms .form .fun .yzm input {
		width: 120px;
		height: 40px;
		padding: 0 14px
	}

	#contact .forms .form .fun .yzm img {
		width: 120px;
		height: 40px;
		margin-left: 10px
	}

	#contact .forms .form .fun .btn {
		width: 100%;
		max-width: unset;
		height: 40px;
		line-height: 40px;
		margin-top: 20px
	}

	#contact .pay {
		margin-left: 20px;
		margin-right: 20px;
		padding: 30px 0
	}

	#contact .pay .item {
		margin-bottom: 50px
	}

	#contact .pay .label {
		display: block;
		width: 120px;
		padding-left: 10px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 6px 6px 0 0
	}

	#contact .pay .table .line {
		border-left: 1px solid #e6e6e6;
		display: flex;
		flex-wrap: wrap
	}

	#contact .pay .table .th {
		background-color: #fafafa
	}

	#contact .pay .table .th,#contact .pay .table .td {
		padding: 10px;
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		word-break: break-all
	}

	#contact .pay .table.type1 .th {
		width: 120px
	}

	#contact .pay .table.type1 .td:nth-of-type(2n) {
		width: calc(100% - 120px)
	}

	#contact .pay .table.type1 .td.col-3 {
		width: calc(100% - 120px)
	}

	#contact .pay .table.type2 .th:nth-of-type(1),#contact .pay .table.type2 .td:nth-of-type(1) {
		width: 120px
	}

	#contact .pay .table.type2 .th:nth-of-type(2),#contact .pay .table.type2 .td:nth-of-type(2) {
		width: calc(70% - 120px)
	}

	#contact .pay .table.type2 .th:nth-of-type(3),#contact .pay .table.type2 .td:nth-of-type(3) {
		width: 30%
	}

	#contact .pay .table.type2 .td.col-3 {
		width: calc(100% - 120px)
	}

	#contact .pay .table.type3 .th:nth-of-type(1),#contact .pay .table.type3 .td:nth-of-type(1) {
		width: 120px
	}

	#contact .pay .table.type3 .th:nth-of-type(2),#contact .pay .table.type3 .td:nth-of-type(2) {
		width: calc(100% - 120px)
	}

	#contact .pay .table.type3 .s-td {
		padding: 0
	}

	#contact .pay .table.type3 .m-td {
		padding: 10px 10px;
		border-bottom: 1px solid #e6e6e6
	}

	#contact .pay .table.type3 .m-td:last-child {
		border-bottom: none
	}

	#asce .live {
		padding-top: 20px;
		margin: 0 20px
	}

	#asce .live .mod-title {
		font-size: 18px;
		line-height: 20px
	}

	#asce .live .list {
		margin-top: 0;
		padding-bottom: 30px
	}

	#asce .live .list .item {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 40px;
		padding: 0 14px 14px 14px
	}

	#asce .live .list .item:nth-child(3n+1) {
		margin-left: 0
	}

	#asce .live .list .item .info {
		display: flex
	}

	#asce .live .list .item .info .img {
		width: 100px;
		height: 100px;
		top: -20px
	}

	#asce .live .list .item .info .text {
		padding-left: 14px;
		padding-top: 0
	}

	#asce .live .list .item .info .text p {
		margin-top: 8px
	}

	#asce .live .list .item .title {
		font-size: 15px;
		line-height: 20px;
		height: 40px
	}

	#asce .live .list .item .link {
		margin-top: 15px
	}

	#asce .course {
		margin: 15px 20px 0
	}

	#asce .course .mod-title {
		font-size: 18px;
		line-height: 20px
	}

	#asce .course .list {
		margin-top: 14px
	}

	#asce .course .list .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 14px
	}

	#asce .course .list .item:nth-child(4n+1) {
		margin-left: 4%
	}

	#asce .course .list .item:nth-child(2n+1) {
		margin-left: 0
	}

	#asce .course .list .item .text {
		padding: 12px 10px 12px
	}

	#asce .course .list .item .text .title {
		font-size: 14px;
		line-height: 14px
	}

	#asce .course .list .item .text .desc {
		font-size: 12px;
		line-height: 12px;
		margin-top: 10px
	}

	#asce .course .list .item:hover {
		box-shadow: 0 4px 20px rgba(0,0,0,0.1)
	}

	#asce .c-list {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 50px
	}

	#asce .c-list .tab {
		display: flex
	}

	#asce .c-list .tab a {
		font-size: 14px;
		padding: 0 4px;
		white-space: nowrap
	}

	#asce .c-list .tab a::after {
		height: 3px;
		bottom: 3px
	}

	#asce .c-list .tab a:hover::after {
		background-color: transparent
	}

	#asce .c-list .tab i {
		height: 12px;
		margin: 0 6px
	}

	#asce .c-list .cont {
		display: block
	}

	#asce .c-list .lefts {
		width: 100%
	}

	#asce .c-list .lefts .list {
		width: 100%;
		margin-top: 30px
	}

	#asce .c-list .lefts .list .item {
		border-radius: 4px;
		margin-top: 10px
	}

	#asce .c-list .lefts .list .item .img {
		width: 100px;
		height: 66px
	}

	#asce .c-list .lefts .list .item .text {
		width: calc(100% - 100px);
		padding: 0px 14px
	}

	#asce .c-list .lefts .list .item .text .title {
		font-size: 14px;
		line-height: 14px
	}

	#asce .c-list .lefts .list .item .text .cate {
		font-size: 12px;
		margin-top: 14px
	}

	#asce .c-list .lefts .list .item .text .desc {
		display: none;
		font-size: 12px;
		line-height: 12px;
		height: 12px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	#asce .c-list .lefts .pages {
		margin-top: 40px;
		justify-content: flex-end
	}

	#asce .c-list .rights {
		width: 100%;
		padding: 14px;
		margin-top: 30px
	}

	#asce .c-list .rights .mod-title {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#asce .c-list .rights .items {
		margin-top: 10px
	}

	#asce .c-list .rights .items a {
		margin-right: 5px;
		margin-bottom: 5px;
		height: 30px;
		padding: 0 10px;
		border-radius: 15px;
		font-size: 12px
	}

	#find .section2 {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px
	}

	#find .section2 .item .en {
		font-size: 14px;
		line-height: 14px
	}

	#find .section2 .item .num {
		font-size: 30px;
		line-height: 20px;
		margin-top: 6px
	}

	#find .section2 .item i.line {
		width: 20px;
		height: 2px;
		margin-top: 10px
	}

	#find .section2 .item .cn {
		font-size: 13px;
		margin-top: 7px
	}

	#find .section3 {
		height: auto;
		display: flex;
		overflow: hidden;
		flex-wrap: wrap;
		align-items: stretch
	}

	#find .section3 .left {
		width: 100%;
		height: 400px
	}

	#find .section3 .left .text {
		padding: 20px
	}

	#find .section3 .left .text .title {
		font-size: 16px
	}

	#find .section3 .left .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section3 .mid {
		width: 50%;
		height: 100%;
		float: left
	}

	#find .section3 .mid .img img {
		display: block;
		width: 100%
	}

	#find .section3 .mid .text {
		width: 100%;
		height: 130px;
		padding: 20px 14px
	}

	#find .section3 .mid .text .title {
		font-size: 16px
	}

	#find .section3 .mid .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section3 .right {
		width: 50%;
		height: 100%;
		float: left
	}

	#find .section3 .right .img img {
		display: block;
		width: 100%
	}

	#find .section3 .right .text {
		width: 100%;
		height: 130px;
		padding: 20px 14px
	}

	#find .section3 .right .text .title {
		font-size: 16px
	}

	#find .section3 .right .text .desc {
		font-size: 13px;
		margin-top: 12px
	}

	#find .section4 {
		width: 100%;
		padding: 10px;
		height: auto;
		display: block
	}

	#find .section4 .thumb {
		width: 100%;
		height: auto
	}

	#find .section4 .thumb .swiper-thumb {
		width: 100%
	}

	#find .section4 .thumb .swiper-thumb .swiper-wrapper {
		height: auto
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 10px
	}

	#find .section4 .thumb .swiper-thumb .swiper-slide a {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 36px
	}

	#find .section4 .texts {
		position: static;
		padding-left: 10px;
		padding-right: 10px;
		height: 70px;
		margin-top: 30px
	}

	#find .section4 .texts .swiper-slide {
		height: 70px;
		text-align: center
	}

	#find .section4 .texts .cate {
		font-size: 14px
	}

	#find .section4 .texts .title {
		font-size: 16px;
		margin-top: 10px
	}

	#find .section4 .navigation {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -15px;
		transform: translateX(-50%);
		height: 50px;
		width: 160px;
		flex-direction: row
	}

	#find .section4 .navigation a {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	#find .section4 .navigation a i {
		font-size: 16px;
		display: block;
		transform: rotate(-90deg)
	}

	#find .section4 .nums {
		display: none
	}

	#find .case-full {
		padding: 20px
	}

	#find .case-full .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}

	#find .case-full .item .text .c {
		font-size: 14px
	}

	#find .case-full .item .text .name {
		font-size: 18px;
		margin-top: 8px
	}

	#find .case-full .item:nth-child(3n+1) {
		margin-left: 0
	}

	#find .case-full .item:nth-child(2n+1) {
		margin-left: 0
	}

	.find-sec1 {
		padding-top: 20px;
		padding-bottom: 30px;
		margin-left: 20px;
		display: block
	}

	.find-sec1 .texts {
		width: 100%;
		max-width: 615px;
		padding-right: 20px
	}

	.find-sec1 .texts .en {
		width: 100%;
		font-size: 30px;
		line-height: 30px
	}

	.find-sec1 .texts .bot {
		width: 100%;
		margin-top: 10px;
		display: block
	}

	.find-sec1 .texts .bot i {
		width: 50px;
		height: 3px;
		margin-top: 10px
	}

	.find-sec1 .texts .bot .text {
		width: 100%;
		margin-left: 0;
		margin-top: 20px
	}

	.find-sec1 .texts .bot .text .title {
		font-size: 18px;
		line-height: 18px
	}

	.find-sec1 .texts .bot .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	.find-sec1 .img {
		width: 100%;
		margin-top: 30px
	}

	.find-sec1 .img img {
		max-width: 100%
	}

	#bdata .section2 {
		height: auto
	}

	#bdata .section2 .item {
		width: 100%;
		padding: 20px
	}

	#bdata .section2 .item .nums span {
		font-size: 40px;
		height: 30px;
		line-height: 30px
	}

	#bdata .section2 .item .nums p {
		font-size: 14px;
		line-height: 14px;
		height: 14px;
		margin-top: 5px
	}

	#bdata .section2 .item .text {
		margin-top: 30px
	}

	#bdata .section2 .item .text .title {
		font-size: 16px
	}

	#bdata .section2 .item .text .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 15px
	}

	#bdata .section3 {
		width: 100%;
		padding: 30px 20px
	}

	#bdata .section3 .mod-title {
		width: 100%;
		font-size: 18px
	}

	#bdata .section3 .items {
		width: 100%;
		margin-top: 30px;
		flex-wrap: wrap
	}

	#bdata .section3 .items .item {
		width: 100%;
		margin-bottom: 30px
	}

	#bdata .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#bdata .section3 .items .item .text i {
		font-size: 30px
	}

	#bdata .section3 .items .item .text .title {
		font-size: 16px;
		margin-top: 10px
	}

	#bdata .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: auto;
		margin-top: 18px
	}

	#fedu .section2 .item {
		width: 100%;
		height: auto;
		background-image: none
	}

	#fedu .section2 .item .bg {
		display: block;
		width: 100%
	}

	#fedu .section2 .item .num {
		opacity: 1;
		top: 30px;
		right: 30px;
		font-size: 60px;
		line-height: 50px;
		height: auto
	}

	#fedu .section2 .item .b-text {
		opacity: 1;
		padding: 14px 20px;
		position: static
	}

	#fedu .section2 .item .b-text .title {
		font-size: 16px
	}

	#fedu .section2 .item .b-text i.line {
		width: 50px;
		height: 3px;
		margin-top: 15px
	}

	#fedu .section2 .item .b-text .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#fedu .section3 {
		width: 100%;
		padding: 30px 20px
	}

	#fedu .section3 .mod-title {
		width: 100%;
		font-size: 18px
	}

	#fedu .section3 .items {
		width: 100%;
		margin-top: 30px;
		flex-wrap: wrap
	}

	#fedu .section3 .items .item {
		width: 100%;
		margin-bottom: 30px
	}

	#fedu .section3 .items .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 30px;
		border-radius: 10px
	}

	#fedu .section3 .items .item .text i {
		width: 34px;
		height: 30px
	}

	#fedu .section3 .items .item .text .title {
		font-size: 16px;
		margin-top: 10px
	}

	#fedu .section3 .items .item .text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		height: auto;
		margin-top: 18px
	}

	#fedu .section4 {
		width: 100%;
		padding: 0 20px 30px
	}

	#fedu .section4 .mod-title {
		width: 100%;
		font-size: 18px
	}

	#fedu .section4 .items {
		width: 100%;
		margin-top: 30px
	}

	#fedu .section4 .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px
	}

	#fedu .section4 .item:nth-child(3n+1) {
		margin-left: 0
	}

	#fedu .section4 .item .img {
		width: 100%;
		border-radius: 10px
	}

	#fedu .section4 .item .img img {
		width: 100%
	}

	#fedu .section4 .item p {
		font-size: 16px;
		margin-top: 16px
	}

	#mov .section2 {
		width: 100%
	}

	#mov .section2 .texts {
		padding: 0 20px 20px
	}

	#mov .section2 .texts .cn {
		font-size: 16px
	}

	#mov .section2 .texts .desc {
		font-size: 13px;
		margin-top: 10px
	}

	#mov .section2 .texts .en {
		font-size: 18px;
		margin-top: 10px
	}

	#mov .section3 {
		width: 100%
	}

	#mov .section3 .mod {
		padding: 30px 20px
	}

	#mov .section3 .mod .title {
		font-size: 18px
	}

	#mov .section3 .mod .desc {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px
	}

	#mov .section3 .items {
		flex-wrap: wrap
	}

	#mov .section3 .items .item {
		width: 100%
	}

	#mov .section3 .items .item .mask .iconfont {
		font-size: 50px
	}

	#mov .section3 .items .item .mask .text {
		width: 126px
	}

	#mov .section3 .items .item .mask .text .title {
		font-size: 20px;
		margin-top: 20px
	}

	#mov .section3 .items .item .mask .text i.line {
		width: 40px;
		height: 3px;
		margin: 15px auto 0
	}

	#mov .section3 .items .item .mask .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mov .section3 .items .item:hover .mask {
		height: 100%;
		padding: 32px 50px;
		flex-direction: column;
		justify-content: center
	}

	#mov .section3 .items .item:hover .mask .text {
		padding-left: 0;
		text-align: center;
		width: 126px
	}

	#mov .section3 .items .item:hover .mask .text .title {
		font-size: 20px;
		margin-top: 20px
	}

	#mov .section3 .items .item:hover .mask .text i.line {
		display: block;
		width: 40px;
		height: 3px;
		margin: 15px auto 0
	}

	#mov .section3 .items .item:hover .mask .text .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px
	}

	#mark .section2 {
		width: 100%;
		height: auto;
		flex-wrap: wrap
	}

	#mark .section2 .item {
		width: 100%;
		height: 400px
	}

	#mark .section2 .item .b-text {
		display: none
	}

	#mark .section2 .item .more-text {
		transform: translateY(0);
		width: 100%;
		padding: 20px
	}

	#mark .section2 .item .more-text .desc {
		width: 100%;
		font-size: 14px;
		line-height: 22px
	}

	#mark .section2 .item .more-text .s-items {
		width: 100%;
		margin-top: 30px
	}

	#mark .section2 .item .more-text .s-items .s-item {
		margin-right: 20px
	}

	#mark .section2 .item .more-text .s-items .s-item p {
		font-size: 14px;
		line-height: 14px
	}

	#mark .section2 .item .more-text .s-items .s-item i.line {
		width: 20px;
		height: 3px;
		margin-top: 10px
	}

	#mark .section2 .item .more-text .s-items .s-item span {
		font-size: 12px;
		margin-top: 10px
	}

	#mark .section3 {
		width: 100%;
		padding: 20px
	}

	#mark .section3 .mod-title {
		font-size: 18px
	}

	#mark .section3 .items {
		width: 100%;
		margin-top: 30px;
		flex-wrap: wrap
	}

	#mark .section3 .items .item {
		width: 100%;
		margin-bottom: 30px
	}

	#mark .section3 .items .item .num {
		font-size: 30px;
		line-height: 30px
	}

	#mark .section3 .items .item .line {
		margin-top: 30px
	}

	#mark .section3 .items .item .line i {
		width: 30px;
		height: 30px;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -15px
	}

	#mark .section3 .items .item .iconfont {
		font-size: 30px;
		margin: 30px auto 0
	}

	#mark .section3 .items .item .title {
		font-size: 16px;
		margin-top: 10px
	}

	#mark .section3 .items .item .desc {
		font-size: 13px;
		line-height: 24px;
		margin: 10px auto 0;
		width: 100%;
		max-width: unset
	}

	#news_d .detail {
		margin-left: 20px;
		margin-right: 20px;
		padding: 30px 0 40px;
		display: block
	}

	#news_d .n-left {
		width: 100%
	}

	#news_d .n-left .article {
		padding: 20px 14px
	}

	#news_d .n-left .article .info {
		padding-bottom: 20px
	}

	#news_d .n-left .article .title {
		font-size: 18px;
		font-weight: bold
	}

	#news_d .n-left .article .date {
		font-size: 12px;
		margin-top: 10px
	}

	#news_d .n-left .article .content {
		padding: 14px 0 0;
		font-size: 14px;
		line-height: 24px
	}

	#news_d .n-left .func {
		width: 100%;
		margin-top: 20px
	}

	#news_d .n-left .func .prev-next a {
		margin: 5px 0
	}

	#news_d .n-left .func .back {
		width: 140px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin: 20px auto 0
	}

	#news_d .n-right {
		width: 100%;
		margin-left: 0;
		margin-top: 30px
	}

	#news_d .n-right .hot {
		padding: 20px
	}

	#news_d .n-right .hot .mod {
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px
	}

	#news_d .n-right .hot ul {
		width: 100%;
		margin-top: 10px
	}

	#news_d .n-right .hot ul li {
		height: 40px;
		margin-top: 5px;
		line-height: 40px
	}

	#case_l .case {
		margin-left: 20px;
		margin-right: 20px;
		padding: 30px 0 30px
	}

	#case_l .case .s-cate {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto
	}

	#case_l .case .s-cate a {
		padding: 0 14px;
		height: 30px;
		line-height: 28px;
		margin: 4px 8px;
		border-radius: 15px;
		flex-shrink: 0
	}

	#case_l .case .items {
		width: 100%;
		margin-top: 30px
	}

	#case_l .case .items .item {
		width: 100%;
		border-radius: 10px;
		margin-left: 0;
		margin-bottom: 30px
	}

	#case_l .case .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_l .case .items .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	#case_l .case .pages {
		margin: 20px auto 0
	}

	#case_l .video-layer .layui-layer-content {
		width: 300px;
		height: 169px
	}

	#case_l .video-layer video {
		width: 300px;
		height: 169px
	}

	#case_d .case-banner {
		width: 100%;
		height: auto
	}

	#case_d .case-banner .img {
		position: relative
	}

	#case_d .case-banner img {
		width: 100%;
		height: auto
	}

	#case_d .info {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 30px
	}

	#case_d .info .left {
		width: 100%;
		padding-top: 30px
	}

	#case_d .info .left .labels {
		display: block
	}

	#case_d .info .left .labels .item {
		width: 100%;
		max-width: unset;
		margin-right: 0;
		margin-bottom: 20px
	}

	#case_d .info .left .labels .item:nth-of-type(2) {
		margin-right: 0
	}

	#case_d .info .left .labels .item .label {
		font-size: 28px
	}

	#case_d .info .left .labels .item .text {
		height: auto;
		line-height: 24px;
		padding-bottom: 4px;
		white-space: normal;
		word-break: break-all
	}

	#case_d .info .left .descs {
		margin-top: 40px
	}

	#case_d .info .left .descs .label {
		font-size: 22px
	}

	#case_d .info .left .descs .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	#case_d .info .logo {
		display: none
	}

	#case_d .detail-sec-img {
		width: 100%
	}

	#case_d .detail-sec-img img {
		width: 100%
	}

	#case_d .detail-sec-text {
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 20px
	}

	#case_d .detail-sec-text .title {
		font-size: 18px
	}

	#case_d .detail-sec-text .content {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		max-width: 860px
	}

	#case_d .prev-next {
		padding: 30px 0 10px;
		margin-left: 20px;
		margin-right: 20px;
		display: flex
	}

	#case_d .prev-next a {
		font-size: 14px
	}

	#case_d .recom {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px
	}

	#case_d .recom .mod {
		font-size: 18px
	}

	#case_d .recom .items {
		width: 100%;
		margin-top: 20px
	}

	#case_d .recom .items .item {
		width: 100%;
		border-radius: 10px;
		margin-left: 0;
		margin-bottom: 15px
	}

	#case_d .recom .items .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#case_d .recom .items .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	#case_d .recom .items .item img {
		width: 100%;
		object-fit: cover
	}

	#case_d .recom .items .item .text .c {
		font-size: 14px
	}

	#case_d .recom .items .item .text .name {
		font-size: 20px;
		margin-top: 10px
	}
}
