@media screen and (min-width: 1000px) {
main .pc-hidden {
    display: none!important;
}
}
@media screen and (max-width: 1000px){
main .m-hidden {
    display: none!important;
}
}
main section.banner {
	/* height: 500px; */
	/* background: url(../images/banner_bgl_96a47ae.png) 0 0 no-repeat,url(../images/new/vocationalBrain-1.png) 100% 0 no-repeat,-webkit-linear-gradient(270deg,#01C0B7 0,#04CB94 90%); */
	background: url(../images/new/vocationalBrain-2.png) 6% 20% no-repeat,url(../images/new/vocationalBrain-1.png) 95% 65px no-repeat,linear-gradient(to bottom,#2ea3fb, #2f7bf1);
	background-size: auto
}

@media screen and (max-width:1000px) {
	main section.banner {
		background: -webkit-linear-gradient(270deg,#01C0B7 0,#04CB94 90%);
		background: linear-gradient(to bottom, #2ea3fb, #2f7bf1);
		height: 640px;
		padding: 0;
	}
}

main section.banner .show {
	display: none
}

@media screen and (max-width:1000px) {
	main section.banner .show {
		display: block;
		background: pink
	}

	main section.banner .show .shape {
		width: 314px;
		height: 266px;
		top: 350px;
	}
}

main section.banner .slogen {
	text-align: center;
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner .slogen {
		width: 100%;
		margin: 0;
		left: 0;
		top: 90px
	}
}

main section.banner .slogen .h1 {
	text-align: center;
	max-width: 600px
}

@media screen and (max-width:1000px) {
	main section.banner .slogen .h1 {
		width: 100%;
		font-size: 24px
	}
}

main section.banner .slogen p:nth-child(2) {
	text-align: center;
	max-width: 600px
}

@media screen and (max-width:1000px) {
	main section.banner .slogen p:nth-child(2) {
		width: 100%;
		font-size: 16px;
		text-align: left
	}
}

main section.banner .slogen .buttons {
	margin: 40px auto 0;
	float: none
}

@media screen and (max-width:1000px) {
	main section.banner .slogen .buttons {
		margin-top: 0
	}
}

main section .line-title {
	color: #1f2d3d;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400
}

main section .line-title::after {
	margin: 20px auto 40px
}

@media screen and (max-width:1000px) {
	main section .line-title::after {
		margin: 10px auto 20px;
		width: 40px
	}
}

main section .lineSmallTitle::after {
	margin: 20px auto
}

main section .lineSmall {
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #475669;
	line-height: 24px
}

@media screen and (max-width:1000px) {
	main section .lineSmall {
		width: 89%;
		margin: 0 auto;
		font-size: 14px;
		font-family: PingFangSC-Regular,PingFang SC;
		font-weight: 400;
		color: #475669
	}
}

.nav-parent .leftIcon {
	width: 95px!important;
	height: 95px!important
}

@media screen and (max-width:1000px) {
	.nav-parent .leftIcon {
		float: right!important
	}
}

.nav-parent .message li {
	padding: 3% 2.3% 1%!important
}

@media screen and (max-width:1000px) {
	.nav-parent .message li {
		min-height: 434px!important;
		padding: 30px 20px 0!important
	}
}

.customernewSaaS {
	padding: 40px 0 75px!important
}

.contentPec {
	padding: 100px 0 50px
}

@media screen and (max-width:1000px) {
	.contentPec {
		padding: 40px 0 0
	}
}

.contentPec .contentPecMain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto
}

@media screen and (max-width:1280px) {
	.contentPec .contentPecMain {
		width: 1000px
	}
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecMain {
		display: block;
		width: 100%
	}
}

.contentPec .contentPecMain .contentPecEvery {
	width: 258px;
	height: 340px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(153,169,191,.2);
	padding: 15px 30px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:1280px) {
	.contentPec .contentPecMain .contentPecEvery {
		padding: 15px;
		width: 228px
	}
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecMain .contentPecEvery {
		width: 90%;
		height: 214px;
		margin: 0 auto 20px;
		padding: 0
	}
}

.contentPec .contentPecMain .contentPecEvery .everyPhone {
	display: none
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecMain .contentPecEvery .everyPhone {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.contentPec .contentPecMain .contentPecEvery .everyPc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contentPec .contentPecMain .contentPecEvery .contentPecIcon {
	width: 110px;
	height: 110px;
	display: block
}

.contentPec .contentPecMain .contentPecEvery .contentPecTitle {
	font-size: 20px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #1F2D3D
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecMain .contentPecEvery .contentPecTitle {
		font-size: 18px
	}
}

.contentPec .contentPecMain .contentPecEvery .contentPecText {
	font-size: 14px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #475669;
	line-height: 28px;
	margin-top: 10px
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecMain .contentPecEvery .contentPecText {
		padding: 0 20px 10px;
		margin: 0
	}
}

.contentPec .contentPecButton {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px
}

.contentPec .contentPecButton .rotationbtnL {
	width: 180px
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecButton .rotationbtnL {
		width: 143px
	}
}

.contentPec .contentPecButton .rotationbtnL .btn {
	display: block;
	width: 100%;
	height: 40px;
	background: #3A95FF;
	border-radius: 2px;
	color: #fff;
	line-height: 40px
}

.contentPec .contentPecButton .rotationbtnL .btn:hover {
	background:#1773DF;
	color: #fff
}

.contentPec .contentPecButton .rotationbtnR {
	width: 132px;
	margin-left: 20px
}

@media screen and (max-width:1000px) {
	.contentPec .contentPecButton .rotationbtnR {
		width: 94px
	}
}

.contentPec .contentPecButton .rotationbtnR .btn {
	display: block;
	width: 100%;
	height: 40px;
	background: #DAEBFF;
	border-radius: 2px;
	color: #1773DF;
	line-height: 40px;
	border: 1px solid #1773DF
}

.contentPec .contentPecButton .rotationbtnR .btn:hover {
	background:#1773DF;
	color: #FFF
}

.contentHow {
	padding: 50px 0 0
}

.contentHow .buttons {
	margin-top: 40px
}

@media screen and (max-width:1000px) {
	.contentHow .buttons {
		margin: 0 auto 40px
	}
}

.contentHow .buttons .btn {
	display: block;
	width: 180px;
	height: 40px;
	background: #3A95FF;
	border-radius: 2px;
	color: #fff;
	line-height: 40px
}

@media screen and (max-width:1000px) {
	.contentHow .buttons .btn {
		margin: 0 auto
	}
}

.contentHow .buttons .btn:hover {
	background:#1773DF;
	color: #fff
}

.contentHow .how .howImgCon {
	background: #f3f8fb
}

.contentHow .how .howImgContent {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:1280px) {
	.contentHow .how .howImgContent {
		width: 1000px;
		padding: 40px 0
	}
}

.contentHow .how .howImgContent .howImgContL {
	display: none
}

.contentHow .how .howImgContent .howImgContLbga {
	width: 400px;
	height: 170px;
	background: #5091FF
}

.contentHow .how .howImgContent .howImgContLbgaRed {
	width: 400px;
	height: 170px;
	margin-left: 256px;
	background: #FD716D
}

@media screen and (max-width:1280px) {
	.contentHow .how .howImgContent .howImgContLbgaRed {
		margin-left: 130px
	}
}

.contentHow .how .howImgContent .howImgContLbgaOr {
	width: 400px;
	height: 170px;
	background: #FFC371
}

.contentHow .how .howImgContent .howImgContLShow {
	animation: imgAnim 2s;
	-webkit-animation: imgAnim 2s;
	display: block
}

@-webkit-keyframes imgAnim {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.contentHow .how .howImgContent .howlimg {
	width: 636px;
	/* height: 428px; */
	margin-left: 20px;
	margin-top: -150px
}

@media screen and (max-width:1280px) {
	.contentHow .how .howImgContent .howlimg {
		width: 508.8px;
		height: 342.4px
	}
}

.contentHow .how .howImgContent .howlimgR {
	width: 636px;
	height: 391px;
	margin-right: 20px;
	margin-top: -150px
}

@media screen and (max-width:1280px) {
	.contentHow .how .howImgContent .howlimgR {
		width: 508.8px;
		height: 342.4px
	}
}

.contentHow .how .howImgContent .mistakesImg {
	width: 565px;
	height: 303px
}

.contentHow .how .howImgContent .promoteImg {
	width: 408px;
	height: 374px
}

.contentHow .how .howImgContent .howRight .hrTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contentHow .how .howImgContent .howRight .hrTitle .hrTitleImg {
	width: 58px;
	height: 58px
}

.contentHow .how .howImgContent .howRight .hrTitle .hrTitleText {
	font-size: 24px;
	color: #1f2d3d;
	margin-left: 10px
}

.contentHow .how .howImgContent .howRight .hrTextSpetion {
	margin-top: 20px;
	line-height: 28px;
	font-size: 14px
}

.contentHow .how .howImgContent .howRight .hrTextSpetion .hrTextEvery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 446px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contentHow .how .howImgContent .howRight .hrTextSpetion .hrTextEvery .hrTextEl {
	width: 440px;
	display: block;
	padding: 0 15px
}

.contentHow .how .howImgContent .howRight .hrTextSpetion .hrTextEvery .hrTextEveryCol {
	width: 6px;
	height: 125px;
	background: #E1E8F1
}

.contentHow .how .howImgContent .howRight .hrTextSpetion .hrTextEveryActive .hrTextEl {
	animation: myAnim 2s;
	-webkit-animation: myAnim 2s;
	background: #e7f3ff
}

@-webkit-keyframes myAnim {
	from {
		background: #F3F8FB
	}

	to {
		background: #e7f3ff
	}
}

.contentHow .how .howImgContent .howRight .hrTextSpetion .hrTextEveryActive .hrTextEveryCol {
	animation: myAnimTw 1s;
	-webkit-animation: myAnimTw 1s;
	background: #3473e3
}

@-webkit-keyframes myAnimTw {
	from {
		background: #F3F8FB
	}

	to {
		background: #3473e3
	}
}

.contentHow .how .howImgContent .howRight .hrTextSpetion .hrTextTitle {
	font-size: 16px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #1F2D3D;
	margin-top: 20px
}

.contentHow .how .howImgContent .howRight .hrText {
	margin-top: 20px;
	width: 410px;
	line-height: 28px;
	font-size: 14px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #475669
}

.contentHow .how .howImgContent .howRight .hrText .hrTextTitle {
	font-size: 16px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #1F2D3D;
	margin-top: 20px
}

.contentHow .how .howImgContent .howRight .hrText .hrTextp {
	margin: 10px auto 40px
}

.contentHow .how .howImgwhite {
	background: #fff
}

.contentHow .howPhone .howImgCon {
	margin-top: 30px
}

.contentHow .howPhone .howTop {
	display: block;
	width: 100%
}

.contentHow .howPhone .howTop .hrTitleImg {
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto
}

.contentHow .howPhone .howTop .hrTitleText {
	font-size: 18px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #1F2D3D;
	text-align: center;
	margin-top: 10px
}

.contentHow .howPhone .howTop .hrText {
	width: 89%;
	margin: 20px auto 0;
	line-height: 28px;
	font-size: 14px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #475669
}

.contentHow .howPhone .howTop .hrText .hrTextTitle {
	font-size: 16px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #1F2D3D;
	margin-top: 20px;
	text-align: center
}

.contentHow .howPhone .howTop .hrText .hrTextp {
	margin: 10px auto 30px
}

.contentHow .howPhone .howBottom .howlimg {
	width: 100%
}

.contentHow .howPhone .hrTextHeader .hrTextHeaderTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 89%;
	margin: 20px auto 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contentHow .howPhone .hrTextHeader .hrTextHeaderTitle .hrTextTitlePhone {
	font-size: 12px;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 500;
	color: #1F2D3D;
	line-height: 24px;
	width: 34%;
	height: 54px;
	position: relative;
	padding: 0 4.5%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contentHow .howPhone .hrTextHeader .hrTextHeaderTitle .hrTextTitlePhone::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #E1E8F1;
	position: absolute;
	bottom: 0;
	left: 0
}

.contentHow .howPhone .hrTextHeader .hrTextHeaderTitle .hrTextTitlePhoneActive {
	color: #3473e3
}

.contentHow .howPhone .hrTextHeader .hrTextHeaderTitle .hrTextTitlePhoneActive::after {
	background: #3473e3
}

.contentHow .howPhone .hrTextHeader .hrTextHeaderText {
	font-size: 14px;
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
	color: #475669;
	line-height: 28px;
	width: 89%;
	margin: 10px auto 0
}

.contentHow .howPhone .hrTextHeader .hrTextTextEver {
	display: none
}

.contentHow .howPhone .hrTextHeader .hrTextTextEverShow {
	display: block
}

.contentHow .howPhone .hrTextHeader .hrTextImgContent {
	width: 100%
}

.contentHow .howPhone .hrTextHeader .hrTextImgContent img {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 10px
}

.contentHow .howPhone .hrTextHeader .hrTextImgContent .hrTextImgEver {
	display: none
}

.contentHow .howPhone .hrTextHeader .hrTextImgContent .hrTextImgEverShow {
	display: block
}














section.section_03 {
	padding: 60px 0px;
}

section.section_03 .content {
	margin-top: 40px
}

section.section_03 .content .row {
	white-space: nowrap;
	margin: 0 -50px 56px
}

section.section_03 .content .row>div {
	display: inline-block;
	vertical-align: top
}

section.section_03 .content .item {
	padding: 0 50px
}

section.section_03 .content .item>div {
	display: inline-block;
	vertical-align: top
}

section.section_03 .content .item .icon {
	width: 40px;
	height: 40px
}

section.section_03 .content .item .icon img {
	width: 100%;
	height: 100%;
	display: block
}

section.section_03 .content .item .info {
	width: 164px;
	margin-left: 10px;
    white-space: normal;
    text-align: left !important;
}

section.section_03 .content .item h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #1F2D3D
}

section.section_03 .content .item p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #475669;
	margin-top: 4px
}

.vocationalBrainBtn_1 {
	border-color: #3a95ff;
	color: #3A95FF;
}

.vocationalBrainBtn_1:hover {
	background: #1773DF;
	color: #fff;
}

section.section_03 .content .sd-button-group {
	text-align: center
}

@media screen and (max-width:1080px) {
	section.section_03 .content .row {
		white-space: normal;
		margin: 0;
		text-align: center
	}

	section.section_03 .content .row>div {
		padding: 0
	}

	section.section_03 .content .item {
		margin: 0 2% 28px
	}

	section.section_03 .content .item .icon {
		width: 28px;
		height: 28px
	}

	section.section_03 .content .item .info {
		width: 112px;
		text-align: left !important;
	}

	section.section_03 .content .item .info h3 {
		font-size: 14px;
		line-height: 20px
	}

	section.section_03 .content .item .info p {
		font-size: 12px;
		line-height: 18px
	}

	section.section_03 .content .sd-button-group .sd-button {
		padding: 11px 40px
	}
}















.customernewSaaS {
	background: #f3f8fb;
	padding: 40px 0 30px
}

.customernewSaaS .line-title {
	color: #1F2D3D
}

.customernewSaaS .line-title:after {
	background-color: #3271e1
}

.customernewSaaS article {
	position: relative
}

.customernewSaaS article .arrow {
	display: inline-block;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background-image: url( SaaS/sw_35fd41e.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute
}

.customernewSaaS article .arrow.arrow-prev {
	left: 140px
}

@media screen and (max-width:1330px) {
	.customernewSaaS article .arrow.arrow-prev {
		width: 56px;
		height: 56px
	}
}

@media screen and (max-width:1100px) {
	.customernewSaaS article .arrow.arrow-prev {
		left: 40px
	}
}

@media screen and (max-width:1000px) {
	.customernewSaaS article .arrow.arrow-prev {
		left: -20px
	}
}

.customernewSaaS article .arrow.arrow-next {
	right: 140px;
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

@media screen and (max-width:1330px) {
	.customernewSaaS article .arrow.arrow-next {
		width: 56px;
		height: 56px
	}
}

@media screen and (max-width:1100px) {
	.customernewSaaS article .arrow.arrow-next {
		right: 40px
	}
}

@media screen and (max-width:1000px) {
	.customernewSaaS article .arrow.arrow-next {
		right: -20px
	}
}

.customernewSaaS article .arrow:hover {
	background-image: url( SaaS/swActive_4c0abd0.png)
}

.customernewSaaS .message {
	position: relative;
	white-space: nowrap
}

@media screen and (max-width:1000px) {
	.customernewSaaS .message {
		width: 98%;
		margin: 0 auto
	}
}

.customernewSaaS .message .talk {
	-webkit-transition: all .7s;
	transition: all .7s
}

.customernewSaaS .message .talk.nav-index-1 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.customernewSaaS .message .talk.nav-index-2 {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0)
}

.customernewSaaS .message .talk.nav-index-3 {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0)
}

.customernewSaaS .message .talk.nav-index-4 {
	-webkit-transform: translate3d(-400%,0,0);
	transform: translate3d(-400%,0,0)
}

.customernewSaaS .message .talk.nav-index-5 {
	-webkit-transform: translate3d(-500%,0,0);
	transform: translate3d(-500%,0,0)
}

.customernewSaaS .message li {
	border-radius: 18px;
	padding: 3% 2.3%;
	margin-left: 220px;
	margin-right: 220px;
	box-shadow: 0 15px 30px 0 rgba(26,52,45,.1);
	background-color: #fff;
	-webkit-transition: all .7s;
	transition: all .7s;
	display: inline-block;
	white-space: normal;
	opacity: 0;
	position: relative;
	overflow: hidden
}

@media screen and (max-width:1330px) {
	.customernewSaaS .message li {
		height: auto;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		margin-left: 96px;
		margin-right: 96px
	}
}

@media screen and (max-width:1100px) {
	.customernewSaaS .message li {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width:1000px) {
	.customernewSaaS .message li {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		padding: 30px 20px;
		width: 98%;
		min-height: 485px;
		margin-left: 1.6%;
		margin-right: 1.6%
	}
}

.customernewSaaS .message li.active {
	opacity: 1
}

.customernewSaaS .message li .left {
	float: left;
	width: 43%;
	height: 100%;
	margin-right: 1.6%;
	text-align: start
}

@media screen and (max-width:1000px) {
	.customernewSaaS .message li .left {
		width: 100%
	}
}

.customernewSaaS .message li .left .leftIntro {
	font-size: 20px;
	color: #1f2d3d;
	line-height: 30px
}

.customernewSaaS .message li .left .leftDeputy {
	font-size: 18px;
	color: #000;
	line-height: 27px;
	margin-top: 20px
}

@media screen and (max-width:1000px) {
	.customernewSaaS .message li .left .leftDeputy {
		text-align: end;
		font-size: 16px
	}
}

.customernewSaaS .message li .left .leftIcon {
	width: 250px;
	height: 42px;
	margin-top: 10px
}

@media screen and (max-width:1000px) {
	.customernewSaaS .message li .left .leftIcon {
		width: 220px;
		height: 37px;
		float: right
	}
}

.customernewSaaS .message li .right {
	float: left;
	width: 51%;
	margin-left: 4.4%;
	height: 100%;
	text-align: start
}

@media screen and (max-width:1000px) {
	.customernewSaaS .message li .right {
		width: 100%;
		margin-left: 0;
		height: auto
	}
}

.customernewSaaS .message li .right .rightText {
	font-size: 14px;
	color: #475669;
	line-height: 28px
}

.customernewSaaS .nav {
	margin-top: 40px
}

.customernewSaaS .nav li {
	margin: 4px;
	border-radius: 50%;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #e1e8f1
}

.customernewSaaS .nav li.active {
	background: #c8d2e0;
	cursor: pointer;
	border-radius: 3px;
	width: 39px;
	height: 5px
}