.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
	padding: 0;
}
.img {
	width: 100%;
}
.home-page .navbar-div{
	background-color: rgba(0, 0, 0, .1);
}
.introduction-page .navbar-div{
	background-color: rgba(2, 51, 190);
}
.navbar-div {
	width: 100%;
	height: 64px;
	line-height: 64px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	white-space: nowrap;
	display: flex;
}
.navbar-div .logo-div {
	text-align: center;
}
.navbar-div .logo-div .logo {
	width: 117px;
}
.navbar-tabs div{
	display: inline-block;
	font-size: 15px;
	width: 118px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.navbar-tabs div.open {
	color: #d7cece;
}
.navbar-tabs div.active::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: 17px;
	transform: translate(-50%, -50%);
	background-color: #fff;
}
.div-a{
	text-decoration: none;
	color: #fff;
}
.div-a:hover{
	text-decoration: none;
	color: #d7cece;
}
.navbar-down-div {
	background-color: #0232bc;
	position: absolute;
	top: 64px;
	left: 0;
	box-shadow: 0px 0px 30px 0px rgba(221,221,221,0.15);
	border: solid 1px #e4e4e4;
	height: auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
	padding: 5px 0;
	display: none;
}
.navbar-down-div a {
		color: #f4f4f4;
}
.navbar-down-div li {
	padding: 0 26px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	list-style: none;
	cursor: pointer;
}
.navbar-down-div li:hover {
	color: #2c68ff;
	background-color: #f4f4f4;
}
.navbar-down-div li.active {
	color: #2c68ff;
	background-color: #f4f4f4;
} 
.home-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #041528;
	margin: 66px 0 54px;
}
.home-superiority-div {
	text-align: center;
	margin-bottom: 32px;
}
.home-superiority-div>div {
	display: inline-block;
	width: 460px;
	height: 150px;
	background-color: #eff5fa;
	overflow: hidden;
	margin: 0 16px;
}
.home-superiority-grid>div {
	float: left;
	height: 100%;
}
.home-superiority-grid>div:nth-child(1) {
	width: 140px;
	text-align: center;
	position: relative;
}
.home-superiority-grid>div:nth-child(2) {
	width: 320px;
	text-align: left;
}
.home-superiority-grid-icon img{
	width: 74px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.home-superiority-grid-title {
	color: #041528;
	font-size: 20px;
	margin-top: 35px;
}
.home-superiority-grid-text {
	color: #666;
	font-size: 14px;
	word-wrap: break-word;
}
.home-main-business-div {
	display: flex;
	overflow: hidden;
}
.home-main-business-div>div {
	width: 25.72%;
	position: relative;
	color: #fff;
	margin-right: .3%;
}
.home-main-business-div>div:last-child {
	margin-right: 0;
}
.home-main-business-name {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	left: 0;
	top: 50px;
}
.home-main-business-name::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #ffffff;
}
.home-main-business-icon {
	width: 32px;
	position: absolute;
	left: 50%;
	bottom: 64px;
	transform: translateX(-50%);
}
.home-main-business.active {
	width: 47.91%;
}
.home-main-business.active>.home-main-business-name,.home-main-business.active>.home-main-business-icon{
	display: none;
}
.home-main-business-panel {
	width: 250px;
	height: 100%;
	background-color: #0f63ff;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
}
.home-main-business-panel-text {
	font-size: 14px;
	margin-top: 145px;
	padding: 0 30px;
	line-height: 1.8;
}
.home-data-div {
	text-align: center;
}
.home-data-div>div {
	display: inline-block;
	width: 310px;
	height: 347px;
	margin-right: 8px;
	background-color: #ffffff;
	box-shadow: 0 0 32px 0 rgba(204, 204, 204, 0.25);
	text-align: center;
}
.home-data-centent {
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #eff5fa;
	margin-top: 56px;
}
.home-data-centent>p {
	margin-bottom: 0;
}
.home-data-centent-title {
	font-size: 48px;
	font-weight: bold;
	margin-top: 30px;
}
.home-data-centent-text {
	font-size: 14px;
}
.home-data-centent1 {
	background-color: #eff5fa;
}
.home-data-centent2 {
	background-color: #fff1e6;
}
.home-data-centent3 {
	background-color: #ecf9ff;
}
.home-data-centent1>p {
	color: #2d6eff;
}
.home-data-centent2>p {
	color: #ff6c00;
}
.home-data-centent3>p {
	color: #00affd;
}
.home-data-title {
	color: #333;
	font-size: 14px;
	margin: 32px 0 5px;
}
.home-data-text {
	color: #666;
	font-size: 14px;
}
.home-title-tip {
	color: #999999;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}
.home-solution-icon-tabs {
	text-align: center;
	overflow: hidden;
	
}
.home-solution-icon-tabs>div {
	display: inline-block;
	width: 120px;
	margin: 0 27px;
	position: relative;
}
.home-solution-icon-tabs>div img {
	width: 64px;
	margin-bottom: 25px;
}
.home-solution-content {
	margin-top: 40px;
	position: relative;
}
.home-solution-uptriangle{
  width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #2364f9;
	position: absolute;
	top: -25px;
}
.home-solution-uptriangle1 {
	left: 25%;
}
.home-solution-content-div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 18.75%;
	color: #fff;
	display: flex;
}
.home-solution-content-text-div {
	padding-top: 8%;
}
.home-solution-content-title {
	position: relative;
	font-size: 20px;
}
.home-solution-content-title-num {
	position: absolute;
	font-size: 56px;
	color: #dce9f3;
	opacity: 0.2;
	left: 0;
	top: -25px;
}
.home-solution-content-text {
	width: 300px;
	word-wrap: break-word;
	margin-top: 40px;
	line-height: 1.5;
}
.home-solution-content-code {
	width: 33%;
	background-color: #ffffff;
	border-radius: 24px 24px 0px 0px;
	height: auto;
	position: absolute;
	bottom: 0;
	padding: 32px;
	right: 18.75%;
}
.home-partner-wrap {
	position: relative;
}
.home-partner-div {
	height: 200px;
	background-color: #fff;
	margin-bottom: 32px;
}
.home-partner-div img {
	width: 200px;
	margin-right: 20px;
	border: solid 1px #ebebeb;
}
.home-partner-div img:last-child {
	margin-right: 0;
}
.home-partner-div2 {
	margin-bottom: 90px;
}
.home-partner-guard {
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
}
.home-partner-guard-left {
	left: 0;
	background-image: linear-gradient(to right,#fff,transparent);
}
.home-partner-guard-right {
	right: 0;
	background-image: linear-gradient(to left,#fff,transparent);
}
.footer-bar-div {
	height: 360px;
	background-color: #0a193f;
	display: flex;
}
.footer-bar-list {
	padding: 90px 0 0 18%;
	color: #fff;
}
.footer-bar-ul {
	padding: 0;
	margin-right: 70px;
	display: inline-block;
	float: left;
}
.footer-bar-list>ul:last-child {
	margin-right: 0;
}
.footer-bar-ul div {
	font-size: 14px;
	margin-bottom: 30px;
}
.footer-bar-ul li {
	list-style: none;
	font-size: 13px;
	color: #87929f;
	margin-bottom: 22px;
}
.footer-bar-ul li:hover {
	color: #fff;
}
.footer-bar-xian {
	width: 1px;
	height: 130px;
	background-color: #87929f;
	margin: 90px 88px 0;
}
.footer-bar-code {
	padding-top: 90px;
	color: #fff;
	font-size: 14px;
	width: 150px;
	text-align: center;
}
.footer-bar-code img {
	width: 104px;
}
.introduction-about-div {
	display: flex;
	justify-content: center;
	margin-left: 1%;
}
.introduction-about-div>div {

}
.introduction-about-code {
	width: 450px;
}
.introduction-about-text {
	padding: 0 0 0 48px;
}
.introduction-about-title {
	font-size: 20px;
	font-weight: bold;
}
.introduction-about-tip {
	font-size: 15px;
	color: #666;
	text-indent: 2em;
}
.introduction-culture-div {
	width: 444px;
	height: 444px;
	margin: 125px auto;
	position: relative;
}
.introduction-culture-wq {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: solid 1px #c8d5fb;
	padding: 40px;
}
.introduction-culture-nq {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.introduction-culture-nq::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: dashed 1px #5d83ff;
	text-align: center;
	animation:rotate-wq 1s linear infinite;
}
.introduction-culture-bg {
	width: 280px;
	margin-top: 90px;
}
.introduction-culture-panel-left {
	position: absolute;
	left: 50px;
	z-index: 2;
}
.introduction-culture-panel-left2 {
	bottom: -120px;
}
.introduction-culture-panel-left .introduction-culture-code {
	width: 105px;
}
.introduction-culture-text {
	background-color: #eff5fa;
	width: 216px;
	font-size: 14px;
	color: #666666;
	padding: 20px;
	word-wrap: break-word;
	position: absolute;
	left: 200px;
	top: -30px;
	height: 120px;
	display: flex;
	align-items : center;
}
.introduction-culture-panel-left .introduction-culture-text {
	position: relative;
	top: -150px;
	left: -300px;
} 
.introduction-culture-panel-left .introduction-culture-xian {
	position: relative;
	top: -20px;
	left: -200px;
}
.introduction-culture-panel-right {
	position: absolute;
	right: -60px;
	z-index: 2;
}
.introduction-culture-panel-right2 {
	bottom: -120PX;
}
.introduction-culture-panel-right .introduction-culture-code {
	width: 105px;
}
.introduction-culture-panel-right .introduction-culture-xian {
	position: relative;
	top: -30px;
}
.introduction-culture-panel-right .introduction-culture-text {
		position: relative;
		top: -150px;
}
.introduction-develop-div {
	color: #fff;
	position: relative;
}

.introduction-develop-title {
	font-size: 32px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 12%;
	left: 0;
}
.introductio-develop-code {
	position: absolute;
	top: 30%;
	left: 0;
	overflow: hidden;
}
.introductio-develop-code.animate-develop {
		animation: develop 5s linear;
}
.introductio-develop-code img {
	display: block;
}
.introduction-develop-xian {
	width: 100%;
	position: absolute;
	left: 0;
}
.introduction-qualifica1 {
	text-align: center;
}
.introduction-qualifica1>div {
	display: inline-block;
	width: 300px;
	font-size: 16px;
	margin: 0 10px;
}
.introduction-qualifica1>div img {
	margin-bottom: 20px;
}
.introduction-qualifica2>div {
	width: 220px;
	margin: 50px 10px 60px;
}
.introduction-develop-panel-up {
	display: flex;
	position: absolute;
}
.introduction-develop-panel-up1 {
	left: 5%;
}
.introduction-develop-panel-code {
	width: 60px;
	position: relative;
}
.introduction-develop-panel-code p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 66px;
	color: #2d6eff;
	font-size: 15px;
}
.introduction-develop-panel-xian {
	width: 4px;
	height: 64px;
	background-color: #ffffff;
	box-shadow: inset 0px 2px 1px 0px rgba(73, 120, 241, 0.55);
	border-radius: 1px;
	margin: 0 auto;
}
.introduction-develop-panel-text {
	font-size: 13px;
	color: #fff;
	width: 150px;
	word-wrap: break-word;
	margin-left: 15px;
}

.product-service-top {
	position: relative;
}
.product-service-top-title {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	left: 18%;
	top: 38%;
}
.product-service-top-tip {
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
}
.product-service-content {
	text-align: center;
}
.product-service-content-div {
	display: inline-block;
	width: 185px;
	margin: 0 37px 50px;
}
.product-service-content-title {
	font-size: 20px;
	font-weight: bold;
	color: #041528;
	margin: 30px 0 15px;
}
.product-service-content-text {
	text-align: left;
	font-size: 14px;
	color: #9aa2ae;
	word-wrap: break-word;
}
.finance-product-service-div {
	text-align: center;
}
.finance-product-service-div>div {
	display: inline-block;
}
.finance-product-service-left>div {
	width: 198px;
	height: 90px;
	background: url(../imags/finance-left-bg.png) no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 0 0 19px;
	text-align: left;
	margin-bottom: 24px;
}
.finance-product-service-left>div::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 20px;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../imags/finance-left-bg-code.png) no-repeat;
	background-size: contain;
} 
.finance-product-service-left>div.active {
	background: url(../imags/finance-left-bg-active.png) no-repeat;
	background-size: contain;
	box-shadow: 0 0 16px 0 rgba(0, 58, 205, 0.2);
}
.finance-product-service-left>div.active::after {
	background: url(../imags/finance-left-bg-code-active.png) no-repeat;
	background-size: contain;
	right: -7px;
}
.finance-product-service-left>div.active p:nth-child(1) {
	color: #2c68ff;
}
.finance-product-service-left>div p:nth-child(1) {
	font-size: 16px;
	color: #333333;
}
.finance-product-service-left>div p:nth-child(2) {
	font-size: 13px;
	color: #666666;
}
.finance-product-service-right {
	position: relative;
}
.inance-product-service-bg {
	width: 650px;
	display: inline-flex;
	margin-left: 120px;
	position: relative;
	top: 50px;
}
.finance-product-service-right-code {
	position: absolute;
	width: 128px;
	display: none;
}
.finance-product-service-right-code1 {
	left: 83px;
	top: -25px;
}
.finance-product-service-right-code2 {
	left: 190px;
	top: 10px;
}
.finance-product-service-right-code3 {
	left: 95px;
	top: 90px;
}
.finance-product-service-right-code4 {
	right: -12px;
	top: -25px;
}
.finance-product-service-right-code5 {
	right: 95px;
	top: 10px;
}
.finance-product-service-right-code6 {
	right: 0;
	top: 90px;
}
.finance-content-div {
	margin-top: 80px;
}
.finance-marketing-div {
	text-align: center;
	overflow: hidden;
	margin: 100px auto;
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
}
.finance-marketing-div>div {
	display: inline-block;
	position: relative;
}
.finance-marketing-left {
		margin-right: 5%;
}
.finance-marketing-title {
	font-size: 32px;
	font-weight: bold;
	color: #041528;
}
.finance-marketing-text {
	font-size: 16px;
	color: #666666;
}
.wisdom-top {
	position: relative;
}
.wisdom-top-tip {
	font-size: 24px;
	color: #2c68ff;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 5px 15px;
}
.wisdom-system-div {
	text-align: center;
	color: #fff;
}
.wisdom-system-div>div {
	width: 300px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.wisdom-system-div>div:hover .wisdom-system-top{
	font-size: 18px;
}
.wisdom-system-div>div:hover .wisdom-system-text{
	font-size: 24px;
}
.wisdom-system-text {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 40px;
	font-size: 20px;
	width: 100%;
}
.wisdom-system-top {
	position: absolute;
	left: 50%;
	top: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transform: translateX(-50%);
	background-color: #2c68ff;
	border: solid 8px #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	padding-top: 12px;
}
.wisdom-system-text-div {
	display: -webkit-flex;
	justify-content: center;
	margin-top: 100px;
}
.wisdom-system-text-div>div {
	display: inline-block;
	margin: 0 58px;
}
.wisdom-system-text-left {
	text-align: left;
}
.wisdom-system-text-left-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.wisdom-system-text-left-tip {
	font-size: 14px;
	color: #666666;
	line-height: 1.8;
}
.wisdom-system-text-right {
	width: 522px;
}
.wisdom-advantage-div {
	position: relative;
	margin-top: 100px;
}
.wisdom-advantage-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.wisdom-advantage-title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin: 5% 0 4%;
}
.wisdom-advantage-tabs {
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 24px;
}
.wisdom-advantage-tabs>div {
	width: 304px;
	height: 200px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin: 0 12px;
	background-color: #fff;
	text-align: center;
}
.wisdom-advantage-tabs>div.active {
	box-shadow: 0 0 16px 0 rgba(1, 90, 208, 0.35);
	background: url(../imags/wisdom-advantage-tabs-bg.jpg) no-repeat;
	background-size: cover;
}
.wisdom-advantage-tabs>div img {
	margin-top: 40px;
}
.wisdom-advantage-tabs-name{
	font-size: 15px;
	color: #666;
	margin-top: 35px;
}
.wisdom-advantage-tabs-dian {
	color: #666;
	font-size: 20px;
	position: relative;
	top: -15px;
}
.wisdom-advantage-tabs>div.active p {
	color: #fff;
}
.equity-operation-div {
	width: 1060px;
	margin: 20px auto;
	position: relative;
}

.swiper-container {
    width: 960px;
    margin-bottom: 53px;
    overflow: visible!important;
		position: relative;
		padding-top: 20px;
		overflow-x: hidden !important;
}
.swiper-container .swiper-wrapper .swiper-slide { 
	width: 576px;
	height: 324px;
	background-color: #fff;
	margin: 0 !important;
	box-shadow: 0 0 32px 0 rgba(204, 204, 204, 0.1);
	position: relative;
}
.swiper-slide-code {
	width: 240px;
	margin-left: 48px;
	position: relative;
	top: -32px;
	display: none;
}
.swiper-slide-content {
	width: 200px;
}
.swiper-slide-content p {
	margin: 0;
}
.swiper-slide-num {
	font-size: 48px;
	line-height: 48px;
	color: #dadce5;
	margin-top: 40px !important;
}
.swiper-slide-name {
	color: #333;
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px !important;
}
.swiper-slide-dian {
	color: #2c68ff;
	font-size: 20px;
	position: relative;
	top: -8px;
}
.equity-page .swiper-slide-text {
	font-size: 13px;
	color: #9aa2ae;
	word-break: break-all;
}


.finance-page .swiper-container {
    margin-top: 20px;
    width: 700px;
    height: 380px;
    margin-bottom: 53px;
		overflow: hidden !important;
}
.finance-page .swiper-container .swiper-wrapper .swiper-slide{width: 210px; border-radius: 16px; margin: 48px -50px 0 0!important;height: 260px; overflow: hidden; opacity: .6;}
.finance-page .swiper-container .swiper-wrapper .swiper-slide img{width: 100%; border-radius: 16px;}
.finance-page .swiper-container .swiper-wrapper .swiper-slide-prev{ margin: 24px -70px 0 0 !important;z-index: 2; height: 300px; overflow: hidden;opacity: 1;}
.finance-page .swiper-container .swiper-wrapper .swiper-slide-next{ margin: 24px -50px 0 -70px !important; z-index: 2;height: 300px; overflow: hidden;opacity: 1;}
.finance-page .swiper-container .swiper-wrapper .swiper-slide-active{ width: 210px; margin: 0 !important;z-index: 3;height: 100%;opacity: 1;}


.equity-page .swiper-container .swiper-wrapper .swiper-slide-prev{ margin-top: 18px;}
.equity-page .swiper-container .swiper-wrapper .swiper-slide-next{ margin-top: 18px;}
.equity-page .swiper-container .swiper-wrapper .swiper-slide-active{ 
	width: 576px;
	height: 334px;
	background-color: #2c68ff;
}
.equity-page .swiper-slide-next>div{
	float: left;
	padding-left: 16px;
	width: 180px;
}
.equity-page .swiper-slide-prev>div{
	float: right;
	padding-right: 16px;
	width: 180px;
}
.equity-page .swiper-slide-active>div {
	float: left;
}
.equity-page .swiper-slide-active .swiper-slide-code {
	display: block;
}
.equity-page .swiper-slide-active .swiper-slide-content {
	margin-left: 32px;
}
.equity-page .swiper-slide-active .swiper-slide-content p{
	color: #fff;
}
.equity-page .swiper-slide-active .swiper-slide-dian {
	color: #fff;
}
.equity-page .swiper-button-prev:after,.swiper-button-next:after {
	display: none;
}
.equity-page .swiper-button-prev {
	left: -92px;
}
.equity-container {
	background-color: #f8f9fb;
	overflow: hidden;
}
.equity-scenes-div {
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 96px;
}
.equity-scenes-left>div {
	width: 291px;
	height: 80px;
	line-height: 80px;
	background-color: #ffffff;
	border-left: solid 1px #e8e8f3;
	border-right: solid 1px #e8e8f3;
	border-bottom: solid 1px #e8e8f3;
	text-align: center;
	color: #999999;
	font-size: 20px;
}
.equity-scenes-left>div.active {
	background-color: #2d6eff;
	border-left: solid 1px #2d6eff;
	border-right: solid 1px #2d6eff;
	border-bottom: solid 1px #2d6eff;
	color: #fff;
}
.equity-scenes-right {
	width: 650px;
	height: 317px;
	background-color: #fff;
	margin-left: 16px;
	overflow: hidden;
}
.equity-scenes-right>div {
	float: left;
}
.equity-scenes-right-div1 {
	padding: 40px 48px;
	width: 373px;
}
.equity-scenes-right-div2 {
	width: 240px;
	margin-top: 38px;
}
.equity-scenes-right-title {
	position: relative;
	line-height: 48px;
}
.equity-scenes-right-num {
	font-size: 48px;
	color: #dadce5;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
}
.equity-scenes-right-name {
	font-size: 16px;
}
.equity-scenes-right-text {
	font-size: 14px;
	color: #9aa2ae;
}
.equity-footer-div {
	background-color: #fff;
	padding: 94px 0;
}
.equity-footer-div {
	display: -webkit-flex;
	justify-content: center;
}
.equity-footer-div>div {
	width: 228px;
	margin: 0 8px;
	position: relative;
}
.equity-footer-div>div p {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
}
.containerp{
	display: flex;
	color:#999999;
	text-align:left
}
.containerp p{
	color: #000000;
	display: inline-block;
	margin: 0 5px;
}
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 9;
}
.xdr-main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60%;
	transform: translate(-50%, -50%);
}
.xdr-main img {
	width: 100%;
}
.close-xdr {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTM3NzYwMi00YTBjLTBjNDctYjE1Zi1hZWY3NjlkOWRmNmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qjk4RkRENjkyRDIwMTFFRUJFRkU5N0M3NkEwRUQwNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qjk4RkRENjgyRDIwMTFFRUJFRkU5N0M3NkEwRUQwNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEI1RDMwMkYyOUNBMTFFRUJDRkRCODZERTBEMkRBREIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1RDMwMzAyOUNBMTFFRUJDRkRCODZERTBEMkRBREIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7URwBsAAAAxklEQVR42uzW0Q2DMAwE0NANWIEVslN2ullYobN0BTeRgqiqkNwR1PIRS/5Bxk8R4mAyM/frerg/1EBvgc7iXt+LhtirACPPH8Pplal0sL2esefGPD7mX7F9aY4FGRiF+QQvCurzTQxcAi1fl07KwhLIoC1YBlm0BsuggrIwmF0KusFdYGo1BkMjhbgAEU4J4nkyAeKuBGm4B4QYIDTKvIcy3Au24FVFS4sgzJ/6ynwvghAgh6CSvRADxNdmpvHfO9Ar6i3AAAS+DWCmrvztAAAAAElFTkSuQmCC) no-repeat;
	background-size: contain;
	cursor: pointer;
}
@keyframes window-open {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.popup-open {
    animation: window-open 0.2s 1;
    transform-origin: center;
}

@keyframes rotate-wq {
	0% {
			transform: rotate(0deg);
		}

	100% {
			transform: rotate(360deg);
	}
}
@keyframes develop {
	0% {
			width: 0%;
		}
		50% {
			width: 50%;
		}
	100% {
			width: 100%;
	}
}
@media screen and (max-width: 1550px){
	.wisdom-advantage-div>img{
		height: 650px;
	}
}
@media screen and (max-width: 1429px){
		.footer-bar-list {
			padding-left: 5%;
		}
}
@media screen and (max-width: 1300px){
		.wisdom-advantage-title {
			margin: 3% 0 2%	;
		}
		.product-service-top-title {
			font-size: 40px;
		}
		.product-service-top-tip {
			font-size: 20px;
		}
}
@media screen and (max-width: 1139px){
		.footer-bar-ul {
			margin-right: 50px;
		}
		.wisdom-advantage-div>img{
			height: 550px;
		}
}
@media screen and (max-width: 1010px){
		.home-superiority-div>div {
			width: 400px;
		}
		.home-superiority-grid-icon {
			width: 120px;
		}
		.home-superiority-grid>div:nth-child(2) {
			width: 250px;
		}
		.home-data-div>div {
			width: 280px;
		}
		.home-solution-icon-tabs>div {
			width: 80px;
		}
		.home-solution-content-div {
			padding: 0 10%;
		}
}
@media screen and (max-width: 1020px){
	.footer-bar-ul {
		  margin-right: 30px;
	}
	.footer-bar-xian {
		  margin: 90px 30px 0;
	}
	.wisdom-advantage-div>img{
		height: 600px;
	}
}
@media screen and (max-width: 1080px){
	.finance-marketing-right-div {
		width: 800px;
	}
	.finance-marketing-right-div img {
		width: 200px;
	}
}
@media screen and (max-width: 1015px){
	.finance-marketing-left {
		position: absolute;
	}
}
@media screen and (max-width: 1100px){
		.navbar-div .logo-div {
			width: 20%;
		}
		.navbar-div .col-md-8{

		}
		.navbar-tabs div {
			width: 110px;
		}
		.product-service-top-title {
			font-size: 34px;
		}
		.product-service-top-tip {
			font-size: 18px;
		}
}
