@charset "UTF-8";

@-webkit-keyframes marketing_leftToRight {
	0% {
		left: 0;
		opacity: 1;
	}

	20% {
		left: 100%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 0;
	}
}

@-webkit-keyframes marketing_scaleAndRotate {
	0% {
		transform: scaleX(1) rotate(0);
	}

	20% {
		transform: scaleX(1.1) rotate(5deg);
	}

	40% {
		transform: scaleX(1) rotate(0);
	}

	60% {
		transform: scaleX(1.1) rotate(-5deg);
	}

	100% {
		transform: scaleX(1) rotate(0);
	}
}

@-webkit-keyframes marketing_topToBottom {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes marketing_color {
	0% {
		color: #000;
		top: 0;
	}

	30% {
		color: #6430e9;
		top: -5px;
	}

	60% {
		color: #3f7efd;
		top: 3px;
	}

	100% {
		color: #000;
		top: 0;
	}
}

.saas_overflow {
	overflow: hidden;
}

.saas_mainBackground1 {
	background: #051023;
}

.saas_mainBackground2 {
	background: #f3f3f4;
}

.saas_mainBackground3 {
	background: url(../images/saas/saas_mainBackground_bg1_pc.jpg) no-repeat center center;
	background-size: cover;
}

.saas_mainBackground4 {
	background: url(../images/saas/saas_mainBackground_bg2_pc.jpg) no-repeat center center;
	background-size: cover;
}

.saas_main_pad1 {
	padding: 30px 0;
}

.saas_main_pad2 {
	padding: 130px 0;
}

@media screen and (max-width:990px) {
	.saas_main_pad2 {
		padding: 45px 0;
	}
}

.saas_main_pad3 {
	padding: 70px 0;
}

@media screen and (max-width:990px) {
	.saas_main_pad3 {
		padding: 45px 0;
	}
}

.saas_mainTop1 {
	margin-top: 75px;
}

@media screen and (max-width:990px) {
	.saas_mainTop1 {
		margin-top: 35px;
	}
}

@media screen and (min-width:991px) {
	.saas_mainLeft1 {
		padding-left: 122px;
	}
}

@media screen and (min-width:991px) {
	.saas_mainRight1 {
		padding-right: 70px;
	}
}

.saas_container_fluid {
	max-width: 1440px !important;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:990px) {
	.saas_container_fluid {
		padding: 0 10px;
	}
}

.saas_container_fluid2 {
	max-width: 1200px !important;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:990px) {
	.saas_container_fluid2 {
		padding: 0 10px;
	}
}

.saas_title1 {
	font-size: 32px;
	color: #000;
}

.saas_picture1 img {
	width: 100%;
}

.saas_picture2 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.saas_picture2 .list {
	display: inline-block;
	width: 30.33%;
}

.saas_picture2 .list a {
	text-decoration: none;
	display: block;
	color: #fff;
	overflow: hidden;
}

.saas_picture2 .list a:hover .icon img {
	transform: rotateX(360deg);
}

.saas_picture2 .list a .icon {
	float: left;
	width: 90px;
}

.saas_picture2 .list a .icon img {
	transition: all .3s;
}

.saas_picture2 .list a .text {
	margin-top: 5px;
	float: left;
	width: calc(100% - 90px);
}

.saas_picture2 .list a .text span {
	display: block;
	font-size: 18px;
}

.saas_picture2 .list a .text span:nth-child(2) {
	margin-top: 5px;
	font-size: 14px;
}

.saas_picture3 img {
	max-width: 100%;
}

.saas_picture4.active2 img {
	animation: marketing_topToBottom 2s 0s linear infinite;
}

.saas_picture4 img {
	position: relative;
	top: 0;
	max-width: 100%;
}

.saas_picture5 {
	margin-top: 35px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.saas_picture5.active2 .list {
	width: 31.33%;
	border-color: #f66868;
}

.saas_picture5.active2 .list:before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	border-left: 1px solid #00fff3;
	border-top: 1px solid #00fff3;
	width: 0;
	height: 0;
	z-index: 1;
	transition: all .3s;
}

.saas_picture5.active2 .list:after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	border-right: 1px solid #00fff3;
	border-bottom: 1px solid #00fff3;
	width: 0;
	height: 0;
	z-index: 1;
	transition: all .3s;
}

.saas_picture5.active2 .list:hover:before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.saas_picture5.active2 .list:hover:after {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.saas_picture5.active2 .list:hover a .icon img {
	transform: rotateX(360deg);
}

.saas_picture5.active2 .list a {
	color: #3b3b3b;
}

.saas_picture5 .list {
	display: inline-block;
	width: 23.5%;
	border: 1px solid #00fff3;
	padding: 25px 10px;
	transition: all .3s;
	position: relative;
}

.saas_picture5 .list:before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	border-left: 1px solid #f66868;
	border-top: 1px solid #f66868;
	width: 0;
	height: 0;
	z-index: 1;
	transition: all .3s;
}

.saas_picture5 .list:after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	border-right: 1px solid #f66868;
	border-bottom: 1px solid #f66868;
	width: 0;
	height: 0;
	z-index: 1;
	transition: all .3s;
}

.saas_picture5 .list:hover:before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.saas_picture5 .list:hover:after {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.saas_picture5 .list:hover a .icon img {
	transform: rotateY(360deg);
}

.saas_picture5 .list a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
}

.saas_picture5 .list a .icon img {
	transition: all .3s;
}

.saas_picture5 .list a .biaoti {
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-top: 20px;
}

.saas_picture5 .list a .text {
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden;
}

.saas_text1 {
	margin-top: 45px;
}

.saas_text1 .biaoti1 {
	font-size: 33px;
	font-weight: bold;
	color: #000;
	line-height: 45px;
}

.saas_text1 .text {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.saas_text1 .biaoti2 {
	margin-top: 40px;
	font-size: 24px;
	color: #333031;
}

.saas_text1 .bqtxt {
	margin-top: 30px;
}

.saas_text1 .bqtxt span {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 35px;
	height: 37px;
	width: 85px;
	border: 1px solid #f95f5f;
	border-radius: 37px;
	text-align: center;
	font-size: 16px;
	color: #5c5c5c;
	position: relative;
	top: 0;
	transition: all .3s;
}

.saas_text1 .bqtxt span:hover {
	background: #f95f5f;
	position: relative;
	top: -3px;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.3);
	color: #fff;
}

.saas_text1 .bqtxt span:hover:nth-child(2) {
	background: #ffb041;
}

.saas_text1 .bqtxt span:hover:nth-child(3) {
	background: #2be8c8;
}

.saas_text1 .bqtxt span:hover:nth-child(4) {
	background: #5faff2;
}

.saas_text1 .bqtxt span:hover:nth-child(5) {
	background: #437aff;
}

.saas_text1 .bqtxt span:hover:nth-child(6) {
	background: #6c36fc;
}

.saas_text1 .bqtxt span:nth-child(2) {
	border-color: #ffb041;
}

.saas_text1 .bqtxt span:nth-child(3) {
	border-color: #2be8c8;
}

.saas_text1 .bqtxt span:nth-child(4) {
	border-color: #5faff2;
}

.saas_text1 .bqtxt span:nth-child(5) {
	border-color: #437aff;
}

.saas_text1 .bqtxt span:nth-child(6) {
	border-color: #6c36fc;
}

.saas_text2.active2 .biaoti {
	color: #000;
}

.saas_text2.active2 .text {
	color: #666;
}

.saas_text2 .biaoti {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.saas_text2 .text {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	font-weight: lighter;
}

.saas_text3.active2 .text {
	margin-top: 130px;
}

.saas_text3 .biaoti {
	margin-top: 100px;
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

.saas_text3 .text {
	margin-top: 30px;
}

.saas_text3 .text .t1 {
	font-size: 28px;
	color: #000;
}

.saas_text3 .text .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	font-family: "黑体";
}

.saas_text4 {
	color: #fff;
}

.saas_text4.marketing_active .btnbox a {
	background: url(../images/saas/saas_text4_marketing_active_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.saas_text4.marketing_active .btnbox a:nth-child(2) {
	color: #031640;
}

.saas_text4 .biaoti {
	margin-top: 35px;
	font-size: 28px;
}

.saas_text4 .text {
	margin-top: 25px;
	font-size: 20px;
}

.saas_text4 .btnbox {
	margin-top: 35px;
}

.saas_text4 .btnbox a {
	text-decoration: none;
	display: inline-block;
	background: #feb71d;
	width: 270px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 10px 20px;
	transition: all .3s;
}

.saas_text4 .btnbox a:nth-child(2) {
	background: #fff;
	color: #fe462b;
}

.saas_text4 .btnbox a:hover {
	background: #c21a01;
	color: #fff !important;
}

/* 20210327 start */
.list8{width: 100%; overflow: hidden; zoom: 1;}
.list8 li{width: 33.333%; float: left; padding: 40px 0;}
.list8 li:nth-child(1){background: url(../images/saas/saas_picture8_bg1.jpg) no-repeat center center; background-size: cover;}
.list8 li:nth-child(2){background: url(../images/saas/saas_picture8_bg2.jpg) no-repeat center center; background-size: cover;}
.list8 li:nth-child(3){background: url(../images/saas/saas_picture8_bg3.jpg) no-repeat center center; background-size: cover;}
.list8 .saas_icon8{text-align: center;}
.list8 .saas_icon8 img{max-width: 100%; height: auto;}
.list8 .text8{text-align: center; font-size: 22px; color: #4b4b4b; margin-top: 30px;}
.saas_title2{text-align: center; font-size: 32px; color: #2d2d2d; font-weight: bold;}
.sass_slideBox9{width: 100%; padding-top: 40px;}
.sass_slideBox9 .hd ul{width: calc(100% + 40px); overflow: hidden; zoom: 1; margin: 0;}
.sass_slideBox9 .hd ul li{width: calc(100% / 4 - 40px); float: left; margin: 0 40px 0 0;}
.sass_slideBox9 .hd ul li a{height: 99px; line-height: 95px; border-top: 4px solid #EEEEEE; text-align: center; font-size: 26px; color: #888; position: relative; display: block; transition: all .3s; -webkit-transition: all .3s;}
.sass_slideBox9 .hd ul li a::before{content: ""; position: absolute; width: 33px; height: 16px; bottom: 0; left: 0; right: 0; margin: auto; opacity: 0; background: url(../images/saas/saas_picture9_icon1.png) no-repeat; background-size: 100% 100%; transition: all .3s; -webkit-transition: all .3s;}
.sass_slideBox9 .hd ul .on a{border-top-color: #5F5F5F; color: #191919;}
.sass_slideBox9 .hd ul .on a::before{opacity: 1;}
.sass_slideBox9 .bd{background: linear-gradient(#eee, #fff); background: -webkit-linear-gradient(#eee, #fff);}
.sass_slideBox9 .bd .list9 li{margin-bottom: 15px; padding-left: 90px; min-height: 76px; position: relative; display: flex; display: -webkit-flex; flex-wrap: wrap; align-content: center;}
.sass_slideBox9 .bd .list9 .icon{position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 76px; height: 76px;}
.sass_slideBox9 .bd .list9 .tit9{font-size: 16px; color: #1a1a1a; font-weight: bold; width: 100%;}
.sass_slideBox9 .bd .list9 .txt9{font-size: 16px; color: #424242; width: 100%;}
.sass_slideBox9 .bd .saas_img{text-align: center; overflow: hidden;}
.sass_slideBox9 .bd .saas_img img{max-width: 100%; height: auto;}

/* 20210327 end */

