@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

=====================================================================*/
/*====================================================*/
/*=== fonts ====*/

/*===== color =====*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 0rem;
}

.row.m0 {
	margin: 0px;
}

.p0 {
	padding: 0px;
}

i:before {
	margin-left: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	color: #2c2d4f;
	font-weight: 600;
}

body {
	font: 400 16px/28px "PingFang SC", "microsoft yahei", sans-serif;
	letter-spacing: 0px;
	color: #7b7b93;
	padding: 0px;
	overflow-x: hidden;
	z-index: 0;
	position: relative;
}

.body_wrapper {
	z-index: 20;
	overflow: hidden;
}



.btn_1 {
	border: 1px solid #5e2ced;
	border-radius: 25px;
	display: inline-block;
	padding: 10px 40px;
	background: #5e2ced;
	color: #fff;
	font-size: 16px;
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	font-weight: 500;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
}

.btn_1:hover {
	color: #fff;
	box-shadow: none;
}

a,
.btn,
button {
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
	text-decoration: none;
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.sec_pad {
	padding: 120px 0px;
}

svg#loading {
	width: 2em;
	transform-origin: center;
	animation: rotate 2s linear infinite;
}

circle {
	fill: none;
	stroke: #757172;
	stroke-width: 2;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -125px;
	}
}

@media (max-width: 991px) {
	.sec_pad {
		padding: 100px 0px;
	}


}

@-webkit-keyframes circleAnimation {

	0%,
	100% {
		border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}

	34% {
		border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}

	50% {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}

	67% {
		border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}

@keyframes circleAnimation {

	0%,
	100% {
		border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}

	34% {
		border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}

	50% {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}

	67% {
		border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}

@keyframes jumping_animation {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: 0.8;
	}

	50% {
		transform: translateY(-25px) translateX(-25px) rotate(5deg) scale(0.75);
		opacity: 0.9;
	}

	100% {
		transform: translateY(-25px) translateX(-25px) rotate(0) scale(1);
		opacity: 0.85;
	}
}

@-webkit-keyframes round_circle {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0 0.2);
		transform: translate(-50%, -50%) scale(0.02);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}
}

@keyframes round_circle {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.02);
		transform: translate(-50%, -50%) scale(0.02);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}
}

/*====================================================*/
/*====================================================*/
/* 头部菜单栏 */


.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 9;
	border-bottom: 0px;
	transition: all 0.4s ease-in-out;
}

.navbar .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 767px) {
	.navbar {
		padding-left: 15px;
		padding-right: 15px;
		z-index: 1000;
	}
}

.navbar .logo_h {
	padding: 0;
	line-height: 20px;
	display: inline-block;
}

.navbar .logo_h img {
	max-height: 56px;
	display: inline-block;
}

@media (max-width: 767px) {
	.navbar .navbar-collapse {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

@media (max-width: 991px) {
	.navbar .nav {
		background: rgba(255, 255, 255, 0.96);
		margin-top: 10px !important;
		padding: 10px 20px;
		transition: all 0.3s linear;
	}
}

.navbar .nav .nav-item {
	margin-left: 30px;
	position: relative;
}

.navbar .nav .nav-item:first-child {
	margin-left: 0;
}

@media (max-width: 991px) {
	.navbar .nav .nav-item {
		margin-left: 0;
		padding: 10px 0;
	}
}

.navbar .nav .nav-item .nav-link,
.navbar .fb_like .fb_like_link {
	font: 500 18px/20px "PingFang SC", "microsoft yahei", sans-serif;
	color: #2c2d4f;
	position: relative;
	padding: 0;
	text-transform: capitalize;
}

.navbar .nav .nav-item .nav-link:hover,
.navbar .nav .nav-item .nav-link.active,
.navbar .fb_like .fb_like_link:hover {
	color: #396afc;
}

.navbar .fb_like .fb_like_link+.fb_like_link {
	margin-left: 30px;
}

.navbar .nav .nav-item .purchase_btn,
.purchase_btn {
	border: 1px solid #5e2ced;
	border-radius: 25px;
	display: inline-block;
	padding: 12px 40px;
	background: #5e2ced;
	color: #fff;
	font-size: 16px;
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	font-weight: 500;
	transition: all 0.3s linear;
}

.navbar .nav .nav-item .purchase_btn:before,
.purchase_btn:before {
	display: none;
}

.navbar .nav .nav-item .purchase_btn:hover,
.purchase_btn:hover {
	background: transparent;
	color: #5e2ced;
}

.navbar-nav.navbar-right {
	padding-left: 0;
}

@media (max-width: 767px) {
	.navbar .nav.navbar-right {
		display: none;
	}
}

.navbar .nav.navbar-right .nav-item:before {
	display: none;
}

.navbar_fixed {
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
}

.navbar-toggler {
	padding: 0px;
	border: 0px;
}

.navbar-toggler .icon-bar {
	background-color: #5e2ced;
	transition: all 0.5s linear;
	display: block;
	width: 22px;
	height: 2px;
}

.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 5px;
}

.navbar-toggler .icon-bar:nth-child(2) {
	transform: rotate(-45deg);
}

.navbar-toggler.collapsed .icon-bar:nth-child(2) {
	transform: rotate(0deg);
}

.navbar-toggler .icon-bar:nth-child(3) {
	opacity: 0;
}

.navbar-toggler.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggler .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	top: 7px;
	position: relative;
}

.navbar-toggler.collapsed .icon-bar:nth-child(1) {
	transform: rotate(0deg);
	top: 0;
}

@media (max-width: 992px) {
	#saasLandCollapes .nav-item {
		display: block;
		width: 100%;
	}
}

#saasLandCollapes .nav-item .nav-link {
	padding: 35px 0;
	display: block;
}

@media (max-width: 992px) {
	#saasLandCollapes .nav-item .nav-link {
		padding: 4px 0;
	}
}

#saasLandCollapes .nav-item.dropdown .dropdown-toggle::after {
	border: 0px solid transparent;
	content: "";
	font-family: "themify";
	font-size: 10px;
	vertical-align: 1px;
	margin-left: 7px;
}

#saasLandCollapes .nav-item.dropdown .dropdown-menu {
	margin: 0;
	padding: 0;
	border: 0px solid transparent;
	padding: 20px 0;
	transition: all 0.3s linear;
	box-shadow: 0px 10px 30px 0px rgba(7, 28, 55, 0.08);
}

@media (min-width: 992px) {
	#saasLandCollapes .nav-item.dropdown .dropdown-menu {
		transform: translateY(0);
		display: block;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) {
	#saasLandCollapes .nav-item.dropdown .dropdown-menu {
		transform: translateY(15px);
	}
}

@media (min-width: 992px) {
	#saasLandCollapes .nav-item.dropdown:hover .dropdown-menu {
		transform: translateY(0);
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

#saasLandCollapes .nav-item.dropdown .dropdown-item {
	font: 500 14px/20px "PingFang SC", "microsoft yahei", sans-serif;
	color: #2c2c51;
	position: relative;
	padding: 10px 30px;
	text-transform: capitalize;
}

#saasLandCollapes .nav-item.dropdown .dropdown-item :hover {
	background-color: transparent;
}

#saasLandCollapes .nav-item .dropdown-item:focus,
#saasLandCollapes .nav-item .dropdown-item:hover {
	color: #5e2ced;
	background-color: transparent;
}

@media (max-width: 992px) {
	.landing_navbar {
		padding: 15px 0;
	}
}

@media (max-width: 576px) {
	.landing_navbar .navbar-collapse {
		max-height: 480px;
		overflow-Y: scroll;
	}
}

.landing_navbar .purchase_btn {
	border: 2px solid #396afc;
	border-radius: 25px;
	display: inline-block;
	padding: 6px 70px;
	background: #fff;
	color: #396afc;
	font-size: 16px;
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	font-weight: 500;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 5px;
}

.landing_navbar .purchase_btn:hover {
	background-color: #396afc;
	color: #fff;
	border: 2px solid #396afc;
}

.f-s-30{
	font-size: 30px;
}

@media (max-width: 992px) {
	.landing_navbar .purchase_btn {
		font-size: 11px;
		padding: 4px 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.landing_navbar .purchase_btn {
		font-size: 12px;
		padding: 7px 15px;
	}

	2
}

.landing_navbar .purchase_btn i {
	padding-right: 8px;
}

.dropdown:hover>.dropdown-toggle {
	color: #5e2ced !important;
}

/*====================================================*/
/*====================================================*/
/*============== banner_area css =============*/
.banner_area {
	min-height: 720px;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background: #f5f7fb;
	z-index: 1;
}

.banner_text {
	margin-top: 35%;
}

.banner_text h2 {
	font-size: 46px;
	color: #2c2d4f;
	line-height: 60px;
	font-weight: 400;
	margin-bottom: 15px;
}

.banner_text h4 {
	font-size: 34px;
	color: #2f2f2f;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 25px;
}

.banner_text p {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
	color: #7b7c91;
}

.banner_text p.text-right {
	color: #b0b1bd;
	margin-bottom: 60px;
}


.image_mockup .one_img {
	position: absolute;
	z-index: -1;
}

.image_mockup .one_img .layer {
	position: relative !important;
}

.image_mockup .one_img:nth-child(1) {
	right: -29px;
	top: 106px;
}

.image_mockup .one_img:nth-child(2) {
	right: 178px;
	top: 338px;
}

.image_mockup .one_img:nth-child(3) {
	bottom: 18px;
	right: 541px;
}

.image_mockup .one_img:nth-child(4) {
	bottom: -433px;
	right: 665px;
}

.image_mockup .one_img:nth-child(5) {
	bottom: 78px;
	right: -185px;
}

.image_mockup .one_img:nth-child(6) {
	bottom: -323px;
	right: 76px;
}

.image_mockup .one_img:nth-child(7) {
	bottom: 190px;
	right: 90px;
	z-index: -2;
}

.image_mockup .one_img:nth-child(8) {
	top: 100px;
	left: -150px;
	z-index: -2;
}

.image_mockup .one_img:nth-child(9) {
	top: 50%;
	left: 56%;
	z-index: -2;
}

.image_mockup .one_img:nth-child(10) {
	top: 210px;
	left: 30%;
	z-index: -2;
}

.image_mockup .one_img:nth-child(11) {
	bottom: 80px;
	left: 200px;
	z-index: -2;
}

.image_mockup .one_img:nth-child(12) {
	top: 42%;
	left: 160px;
	z-index: -2;
}

.image_mockup .one_img:nth-child(13) {
	top: 220px;
	right: 30%;
	z-index: -2;
}

.image_mockup .one_img:nth-child(14) {
	top: 80px;
	right: 40%;
	z-index: -2;
	animation: zoomIn 3s linear infinite alternate;
}

.image_mockup .one_img:nth-child(15) {
	bottom: 180px;
	left: 600px;
	z-index: -2;
}

.image_mockup .one_img:nth-child(16) {
	top: 460px;
	right: 414px;
	z-index: -2;
}

.dmeo_banner_btn {
	font-size: 16px;
	color: #fff;
	background-color: #396afc;
	border-radius: 25px;
	font-weight: 500;
	padding: 8px 70px;
	display: inline-block;
	border: 2px solid transparent;
	transition: all 0.3s linear;
	letter-spacing: 3px;
}

.dmeo_banner_btn:hover {
	box-shadow: none;
	color: #396afc;
	border-color: #396afc;
	background: #f5f7fb;
}

.dmeo_banner_btn.dmeo_banner_btn_two {
	box-shadow: none;
	background: #f5f7fb;
	border-color: #396afc;
	color: #396afc;
	margin-left: 20px;
}

.dmeo_banner_btn.dmeo_banner_btn_two:hover {
	background-color: #396afc;
	box-shadow: 0px 0px 50px 0px rgba(57, 106, 252, 0.3);
	color: #fff;
}



.mes-box2 {
	display: none;
	position: absolute;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	background: #fff;
	color: #f28e26 !important;
	font-size: 14px;
	width: 200px;
	padding: 10px 15px;
	text-align: center;
	right: -35px;
	top: 45px;

}

.mes-box2::before,
.mes-box2::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
}

.mes-box2::before {
	top: -8px;
	right: calc(50% - 8px);
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.mes-box2::after {
	top: -8px;
	right: calc(50% - 8px);
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.weixin_btn:hover .mes-box2 {
	display: block;
}

.m-r-5 {
	margin-right: 5px;
}

.text-blue {
	color: #396afc;
}

.weixin_btn {
	position: relative;
	font-size: 16px;
	color: #fff !important;
	background-color: #f28e26;
	box-shadow: 0px 0px 50px 0px rgba(235, 159, 42, 0.2);
	border-radius: 25px;
	font-weight: 500;
	padding: 8px 70px;
	display: inline-block;
	border: 2px solid transparent;
	transition: all 0.3s linear;
	letter-spacing: 3px;
}

.weixin_btn:hover {
	box-shadow: none;
	color: #f28e26 !important;
	background-color: #fff;
	border-color: #f28e26;

}


.xs-btn {
	padding: 3px 20px !important;
	letter-spacing: 2px !important;
	font-size: 14px !important;
}


.min-menu {
		display: none;
	}

.service {
	position: fixed;
	right: 0px;
	top: calc(50% - 40px);
	z-index: 100;
	background: linear-gradient(to bottom, #1f1dd6 0 74%, #f28e26 74% 100%) !important;
	color: #ffffff;
	border-radius: 15px;
	padding: 73px 0px 10px 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.service li {
	line-height: 1.3;
	padding: 5px 10px;
	position: relative;

}

.service li>div {
	display: none;
	position: absolute;
	left: -208px;
	top: calc(50% - 30px);
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	background: #fff;
	color: #1f1dd6 !important;
	font-size: 14px;
	width: 200px;
	padding: 10px 15px;

}

.service li>div::before,
.service li>div::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
}

.service li>div::before {
	right: -8px;
	top: calc(50% - 8px);
	border-left: 8px solid #e9e9e9;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.service li>div::after {
	right: -7px;
	top: calc(50% - 8px);
	border-left: 8px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 6px solid transparent;
}

.service li>a {
	color: #fff;
}

.service li>div a {
	color: #1f1dd6 !important;
	line-height: 50px;
}

.service li>div p {
	line-height: 2;
}

.service li:hover {
	background: rgba(0, 0, 0, 0.3);
}

.service li:hover>div {
	display: block;
}

.service:hover {
	right: 0px;
}

.mes-box {
	top: -62px !important;
}

/*============== banner_area css =============*/
/* @media (min-width: 1450px) {
  .custom_container {
    max-width: 1400px;
  }
} */
/* @media (min-width: 1700px) {
 
} */
.custom_container {
	max-width: 100%;
	padding: 0px 50px;
}

.demo_features_area {
	position: relative;
}

.demo_features_area .section_title h2 {
	font-size: 34px;
	line-height: 44px;
}

.demo_features_area .row {
	margin-bottom: -100px;
}

.section_title {
	margin-bottom: 90px;
}

.section_title .number {
	font-size: 120px;
	line-height: 120px;
	font-weight: 700;
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 35px;
}

.section_title .number sup {
	font-weight: 500;
	background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: -0.4em;
}

.section_title h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 14px;
}

.section_title h2 span {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #2c2d4f;
	vertical-align: middle;
	padding: 0px 15px;
	letter-spacing: 2px;
}

.section_title p {
	font-size: 18px;
	line-height: 2;
	color: #7b7c91;
	font-weight: 400;
	max-width: 900px;
	margin: 0 auto;
}

.section_title p span {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #2c2d4f;
	vertical-align: text-top;
	padding: 0px 10px;
	letter-spacing: 2px;
}


.typed {
	font-weight: 700;
}

.typed-cursor {
	font-weight: 500;
}

.features_item {
	text-align: center;
	margin-bottom: 100px;
}

.features_item .content {
	padding-top: 44px;
}

.features_item .content h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.features_item .content p {
	margin-bottom: 0;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.demo_area {
	position: relative;
}

.demo_area .bg_demo {
	position: absolute;
	height: 755px;
	background: #f9fafe;
	width: 100%;
	top: 0;
}






.slider_demos_area {
	background: #f9fafe;
	padding: 100px 0px 80px;
}

.slider_demos_area .slick-slide .inner {
	margin: 32px 15px 65px;
}

.slider_demos_area .slick-slide .inner img {
	box-shadow: 0px 10px 50px 0px rgba(1, 1, 64, 0.1);
	background: #f9fafe;
	margin-bottom: 30px;
}

.slider_demos_area .section_title .number {
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 30px;
}


#Marquee_x {
	overflow: hidden;
	width: 100%;
	margin: 45px auto 0px;
}

#Marquee_x ul li {
	list-style: none;
}

#Marquee_x ul li,
#Marquee_x ul li div {
	float: left;
	line-height: 25px;
	overflow: hidden;
	display: block;
}

/* 横向滚动必须让所有li左浮动 */
#Marquee_x ul li div {
	float: left;
	line-height: 25px;
	height: 600px;
	overflow: hidden;
	margin-right: 10px;
}

#Marquee_x img {
	height: 600px;
	display: block
}

#Marquee_x ul li div span {
	display: block;
}

.Marquee {
	display: none;
}

.responsive_area {
	padding: 0px 0px 50px;
	position: relative;
	z-index: 1;
}

.responsive_area .r_shap {
	position: absolute;
	left: 0;
	top: 250px;
	z-index: -1;
}

.responsive_area .responsive_device {
	display: flex;
	align-items: flex-end;
}

.responsive_area .responsive_device img {
	max-width: 100%;
	margin-left: -20px;
}



/*============== promo css===============*/
.body_wrapper {
	padding-top: 0;
	transition: all 0.25s linear;
}

.body_wrapper.promotion {
	padding-top: 70px;
}

.body_wrapper.promotion .navbar {
	top: 70px;
}





/*====================================================*/
/*====================================================*/


.section_title .number {
	font-size: 70px;
	line-height: 60px;
	font-weight: 700;
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 30px;
}

.section_title .number sup {
	font-weight: 500;
	background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: -0.4em;
}


/*====================================================*/
/*====================================================*/



.footer_part {
	background-color: #5e2ced;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.footer_part .footer_shap_1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer_part .footer_shap_2 {
	position: absolute;
	right: 0;
	top: 0;
}

.footer_part .footer_shap_3 {
	position: absolute;
	left: 30%;
	top: 40%;
}

.footer_part .circle_shape_1 {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	opacity: 0.1;
	position: absolute;
	right: -150px;
	top: 40%;
	width: 300px;
	height: 300px;
	-webkit-animation: circleAnimation 7s linear infinite;
	animation: circleAnimation 7s linear infinite;
	z-index: -1;
}

.footer_part .footer_shap_3 {
	backface-visibility: hidden;
	animation: jumping_animation 3s ease-in-out 0.5s infinite alternate;
	animation-delay: 0.5s;
	transition: all 0.5s ease 5s;
	user-select: none;
	z-index: -1;
}

.section_title .number {
	font-size: 100px;
	line-height: 120px;
	font-weight: 500;
	font-family: "arial", "PingFang SC", "microsoft yahei", sans-serif;
	background: #396afc;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 35px;
}

.section_title .number sup {
	font-weight: 500;
	background: #396afc;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: -50px;
	font-weight: 400;
	font-size: 50%;
}


.all_img img {
	width: 90%;
}

.how_imgbox {
	position: relative;
}

.how_img1 {
	width: 680px;
	margin-left: 10%;
}

.how_img2 {
	width: 180px;
	position: absolute;
	left: 5%;
	bottom: 0px;
}

.how_img3 {
	width: 180px;
	position: absolute;
	left: 525px;
	bottom: 0px;
}

.how_img4 {
	width: 160px;
	position: absolute;
	left: 680px;
	bottom: 5px;
}

.how_textbox {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}

.how_textbox a {
	color: #7b7b93;
}

.how_textbox a:hover {
	color: #396afc;
}

.how_textbox img {
	width: 70px;
}


/*logo列表布局*/
.who {
	display: none;
}

.who h5 {
	font-weight: 500;
	color: #2c2d4f;
	font-size: 20px;
	margin-top: 28px;
}

.who2 {}


.gallery {
	display: flex;
	flex-wrap: wrap;
}

ul.gallery {
	margin: 0px 0px;
	padding: 0px 0px 25px;
}

.gallery li {
	list-style: none;
	flex-grow: 1;
	margin: 3px 0px;
}

.gallery img {
	cursor: pointer;
	height: 80px;
	object-fit: contain;
	vertical-align: bottom;
	box-shadow: 0 0 6px rgba(245, 246, 250, 1);
	transition: all .3s linear;
	bottom: 0;
}

.gallery img:hover {
	box-shadow: 0 2px 6px rgba(245, 246, 250, 1);
	border-radius: 3px;
	transform: translateY(-8px);
}

.no-shadow {
	box-shadow: none !important;
}




@media (min-width: 1300px) {
	.who-box1 {
		width: 550px;
	}

	.who-box2 {
		width: 250px;
	}

	.who-box3 {
		width: 330px;
	}

	.gallery img {
		height: 50px;
	}

}

@media (min-width: 1500px) {
	.who-box1 {
		width: 550px;
	}

	.who-box2 {
		width: 250px;
	}

	.who-box3 {
		width: 330px;
	}

	.gallery img {
		height: 60px;
	}

}


@media (min-width: 1900px) {
	.who-box1 {
		width: 720px;
	}

	.who-box2 {
		width: 335px;
	}

	.who-box3 {
		width: 430px;
	}

	.gallery img {
		height: 80px;
	}

}

/*结束*/
/* all begin */
.all-box {
	border-radius: 15px;
	background: #FFFFFF;
	overflow: hidden;
	width: 90%;
	text-align: left;
	margin: 0px auto;
}

.all-box img {
	width: 100%;
}

.all-box-title {
	margin: 40px 0px 0px;
	background: url(../img/gy_bj.png) no-repeat left;
	background-size: contain;
	text-align: left;
	height: 59px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	padding-left: 58px;
}

.all-box h5 {
	padding-left: 58px;
	font-size: 20px;
	font-weight: 500;
	color: #2c2d4f;
}

.all-box p {
	color: #7b7c91;
	font-size: 16px;
	padding-left: 58px;
	padding-right: 58px;
	line-height: 2;
	padding-bottom: 20px;
}

/* all end */
/* why begin */
.why-title {
	background: url(../img/gy_bj.png) no-repeat;
	background-size: cover;
	text-align: right;
	position: absolute;
	padding-right: 20px;
	top: -40px;
	width: 152px;
	color: #fff;
	height: 59px;
	font-size: 18px;
	line-height: 40px;
}

.why-btn-box {
	padding: 0px 0.4% 0px 0.6%;
}

.why-btn-bg1,
.why-btn-bg2 {
	float: left;
	background: #ebeffe;
	border-radius: 30px 30px 0px 0px;
	padding: 7px 0px;
}

.why-btn-bg1 {
	width: 44.5%;
}

.why-btn-bg2 {
	position: relative;
	width: calc(55.3% - 2px);
	margin-left: 2px;
}

.why-btn {
	padding: 2px 10px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
}

.why-btn2 {
	position: absolute;
	padding: 8px 0px 5px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #e3e3e3;
	font-size: 12px;
	writing-mode: tb-rl;
	left: 0px;
	letter-spacing: 3px;
	line-height: 1.6;
}

.why-btn2.top {
	top: 25%;
}

.why-btn2.middle {
	bottom: 28%;
}

.why-btn2.bottom {
	bottom: 4%;
}

.why-webkit {
	display: none;
}

.m-r-10 {
	margin-right: 10px;
}

.f-s-18 {
	font-size: 18px;
}

#lj {
	background: #4170fc;
	font-family: "microsoft yahei";
	color: #FFFFFF;
	padding: 30px 0 20px;
	text-align: left;
	font-size: 14px;
}

#lj a {
	color: #ffffff;
}

#lj a:hover {
	color: #eeeeee;
}

#lj a.color6 {
	color: #a4bbfe;
}

#lj a.color6:hover {
	color: #EEEEEE;
}

.lj_link {
	margin-left: 80px;
	display: flex;
}

.lj_link li {
	float: left;
	width: 140px;
	list-style: none;
}

.lj_link li:last-child {
	margin-right: 0px;
	width: 150px;
}

.bton {
	border: 1px solid #FFFFFF;
	border-radius: 25px;
	display: inline-block;
	padding: 4px 25px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-family: "PingFang SC", "microsoft yahei", sans-serif;
	font-weight: 500;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 25px;
}

.bton:hover {
	background-color: #ffffff;
	color: #396afc !important;
	border: 2px solid #ffffff;
}

.bton span {
	padding-right: 5px;
	color: #a4bbfe;
	vertical-align: bottom;
}

footer {
	background: #ffffff;
	text-align: center;
	padding: 50px 0px 60px;
	font-size: 12px;
}

footer a,
footer font {
	color: #000;
}

/*====================================================*/

/*# sourceMappingURL=style.css.map */