﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_news_bg {
	position: relative;
	height: 100px;
}
.i_news_bg .i_news {
	width: 1300px;
	display: flex;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -650px;
	z-index: 2;
}
.i_news_bg .i_news .i_news_item {
	width: 400px;
	height: 140px;
	margin-right: 50px;
	border-radius: 15px;
	opacity: 1;
	box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.15);
	padding: 20px;
	color: #1D1D1F;
	box-sizing: border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	filter: drop-shadow(4px 6px 16px rgba(9, 67, 135, 0.2));
}
.i_news_bg .i_news .i_news_item:nth-child(1) {
	background: url("../images/news_1.png") no-repeat bottom right, rgba(255, 255, 255, 0.9);
	background-blend-mode: multiply;
}
.i_news_bg .i_news .i_news_item:nth-child(2) {
	background: url("../images/news_2.png") no-repeat bottom right, rgba(255, 255, 255, 0.9);
	background-blend-mode: multiply;
}
.i_news_bg .i_news .i_news_item:nth-child(3) {
	background: url("../images/news_3.png") no-repeat bottom right, rgba(255, 255, 255, 0.9);
	background-blend-mode: multiply;
}
.i_news_bg .i_news .i_news_item:nth-child(4) {
	background: url("../images/news_4.png") no-repeat bottom right, rgba(255, 255, 255, 0.9);
	background-blend-mode: multiply;
}

.i_news_bg .i_news .i_news_item:hover {
	box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.3);
}
.i_news_bg .i_news .i_news_item:nth-child(1):hover {
	background: url("../images/news_1.png") no-repeat top right, linear-gradient(79deg, #0058ff, #1ab9f7);
}
.i_news_bg .i_news .i_news_item:nth-child(2):hover {
	background: url("../images/news_2.png") no-repeat top right, linear-gradient(79deg, #0058ff, #1ab9f7);
}
.i_news_bg .i_news .i_news_item:nth-child(3):hover {
	background: url("../images/news_3.png") no-repeat top right, linear-gradient(79deg, #0058ff, #1ab9f7);
}
.i_news_bg .i_news .i_news_item:nth-child(4):hover {
	background: url("../images/news_4.png") no-repeat top right, linear-gradient(79deg, #0058ff, #1ab9f7);
}
.i_news_bg .i_news .i_news_item:hover {
	transform: translateY(-10px);
	transition: 0.5s;
}
.i_news_bg .i_news .i_news_item:hover div{
	color: #FFFFFF;
}
.i_news_bg .i_news .i_news_item:hover div:nth-child(3) {
	display: flex;
}
.i_news_bg .i_news .i_news_item:hover div:nth-child(4) {
	display: none;
}
.i_news_bg .i_news .i_news_item:hover div:nth-child(3) a{
	color: #FFFFFF;
}
.i_news_bg .i_news .i_news_item img{
	width: 18px;
	height: 18px;
}
.i_news_bg .i_news .i_news_item > div:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
.i_news_bg .i_news .i_news_item > div:nth-child(2) {
	font-size: 14px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 6px;
	line-height: 28px;
}
.i_news_bg .i_news .i_news_item > div:nth-child(3) {
	display: none;
	font-size: 14px;
}

.i_news_bg .i_news .i_news_item:last-child {
	margin: 0;
}
.i_marketing_bg {
	/*height: 420px;*/
}
.i_marketing_bg .i_marketing {
	width: 1400px;
	color: #1D1D1F;
	margin: 0 auto;
	font-size: 14px;
}
.i_marketing_bg .i_marketing .i_marketing_title{
	text-align: center;
	margin-top: 55px;
	font-size: 28px;
	font-weight: bold;
}
.i_marketing_bg .i_marketing  .i_marketing_content {
	display: flex;
	margin-top: 30px;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item {
	width: 264px;
	height: 300px;
	border-radius: 15px;
	background: #F5F7FB;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item:hover .i_marketing_detail {
	display: flex;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item:hover div:nth-child(1) {
	color: #0058FF;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item:hover {
	background: url("../images/marketing_bg.jpg") no-repeat;
	box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.15);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item:last-child {
	margin-right: 0;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item > div:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item > div:nth-child(2) {
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	line-height: 28px;
  	height: 88px;
	text-align: justify;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item > div:nth-child(3){
	width: 135px;
	height: 135px;
	margin: 0 auto;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item > div:nth-child(3) > img{
	width: 100%;
	height: 100%;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item .i_marketing_detail {
	display: none;
	text-align: center;
	position: absolute;
	bottom: 15px;
	/*left: 95px;*/
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item .i_marketing_detail a{
	display: block;
	color: #0058FF;
}
.i_marketing_bg .i_marketing  .i_marketing_content .i_marketing_item .i_marketing_detail a img{
	width: 18px;
	height: 18px;
}
i_service_bg {

}
.i_service_bg .i_service {
	width: 100%;
	color: #1D1D1F;
}
.i_service_bg .i_service .i_service_title {
	text-align: center;
	margin-top: 55px;
	font-size: 28px;
	font-weight: bold;
}
.i_service_bg .i_service .i_service_content {
	width: 100%;
	height: 400px;
	background: #F7F7F9;
	margin-top: 30px;
}
.i_service_bg .i_service .i_service_content >div{
	width: 1400px;
	margin: 0 auto;
	display: flex;
}
.i_service_bg .i_service .i_service_content .i_service_left {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item{
	width: 300px;
	height: 200px;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(1) {
	background: url("../images/quanqudao.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(2) {
	background: url("../images/rexian.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(3) {
	background: url("../images/zaixian.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(4) {
	background: url("../images/shipin.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(5) {
	background: url("../images/kehu.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(6) {
	background: url("../images/gongdan.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(7) {
	background: url("../images/zhishi.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(8) {
	background: url("../images/yuyin.png") no-repeat bottom right;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:first-child {
	display: flex;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:first-child img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:first-child div{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(2) {
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	line-height: 28px;
	height: 88px;
	font-size: 14px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(3) {
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	line-height: 28px;
	height: 108px;
	font-size: 14px;
	border-top: 1px solid rgba(226, 229, 235, 0.5);
	padding: 12px 0;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) {
	display: flex;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) >div:nth-child(2) {
	width: 100px;
	height: 32px;
	border-radius: 5px;
	background: #0058FF;
	text-align: center;
	line-height: 32px;
	margin-left: 85px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) >div:nth-child(2) a {
	color: #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) >div:nth-child(1) {
	display: flex;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) >div:nth-child(1) a:nth-child(1){
	display: block;
	font-size: 14px;
	color: #0058FF;
	line-height: 32px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) >div:nth-child(1) a:nth-child(2){
	display: block;
	line-height: 32px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item > div >div:nth-child(4) >div:nth-child(1) a:nth-child(2) img {
	width: 18px;
	height: 18px;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(-n + 4){
	border-bottom: 1px solid #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(4n){
	border-right: 1px solid #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:hover .i_service_left_item_hover {
	display: block;
	height: 340px;
	animation: increaseHeight 1s; /* 只运行一次动画 */
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:hover {
	z-index: 9;
}
@keyframes increaseHeight {
	0% {
		height: 200px; /* 动画开始的高度 */
	}
	100% {
		height: 340px; /* 动画结束的高度 */
	}
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item .i_service_left_item_hover{
	display: none;
	position: absolute;
	width: 300px;
	height: 200px;
	box-sizing: border-box;
	padding: 20px;
	z-index: 999;
	left: 0;
	overflow: hidden;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(1) .i_service_left_item_hover{
	background: url("../images/quanqudao1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(2) .i_service_left_item_hover{
	background: url("../images/rexian1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(3) .i_service_left_item_hover{
	background: url("../images/zaixian1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(4) .i_service_left_item_hover{
	background: url("../images/shipin1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(5) .i_service_left_item_hover{
	background: url("../images/kehu1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(6) .i_service_left_item_hover{
	background: url("../images/gongdan1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(7) .i_service_left_item_hover{
	background: url("../images/zhishi1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(8) .i_service_left_item_hover{
	background: url("../images/yuyin1.png") no-repeat bottom right, #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-child(-n + 4) .i_service_left_item_hover{
	top: 0;
	border-bottom: 1px solid #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_left .i_service_left_item:nth-last-child(-n + 4) .i_service_left_item_hover{
	bottom: 0;
	border-top: 1px solid #FFFFFF;
}
.i_service_bg .i_service .i_service_content .i_service_right {
	width: 200px;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	/*background: url("../images/service_bg.png") no-repeat bottom right;*/
}
.i_service_bg .i_service .i_service_content .i_service_right >div:first-child {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
}
.i_service_bg .i_service .i_service_content .i_service_right .i_service_right_item {
	display: flex;
	margin-bottom: 12px;
}
.i_service_bg .i_service .i_service_content .i_service_right .i_service_right_item:hover div a{
	color: #0058FF;
}
.i_service_bg .i_service .i_service_content .i_service_right .i_service_right_item img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.i_service_bg .i_service .i_service_content .i_service_right .i_service_right_item div a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #1D1D1F;
	width: 120px;
}
.i_number_bg {
	/*height: 420px;*/
}
.i_number_bg .i_number {
	width: 1400px;
	color: #1D1D1F;
	margin: 0 auto;
	font-size: 14px;
}
.i_number_bg .i_number .i_number_title{
	text-align: center;
	margin-top: 55px;
	font-size: 28px;
	font-weight: bold;
}
.i_number_bg .i_number  .i_number_content {
	display: flex;
	margin-top: 30px;
}
.i_number_bg .i_number  .i_number_content .i_number_item {
	width: 264px;
	height: 380px;
	border-radius: 15px;
	background: #F5F7FB;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.i_number_bg .i_number  .i_number_content .i_number_item:hover .i_number_detail {
	display: flex;
}
.i_number_bg .i_number  .i_number_content .i_number_item:hover div:nth-child(1) {
	color: #0058FF;
}
.i_number_bg .i_number  .i_number_content .i_number_item:hover {
	background: url("../images/marketing_bg.jpg") repeat;
	box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.15);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.i_number_bg .i_number  .i_number_content .i_number_item:last-child {
	margin-right: 0;
}
.i_number_bg .i_number  .i_number_content .i_number_item > div:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.i_number_bg .i_number  .i_number_content .i_number_item > div:nth-child(2) {
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	line-height: 28px;
	height: 88px;
	margin-bottom: 12px;
	text-align: justify;
}
.i_number_bg .i_number  .i_number_content .i_number_item > div:nth-child(3){
	width: 175px;
	height: 175px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	/* box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15); */
}
.i_number_bg .i_number  .i_number_content .i_number_item > div:nth-child(3) > img{
	width: 100%;
	height: 100%;
}
.i_number_bg .i_number  .i_number_content .i_number_item .i_number_detail {
	display: none;
	text-align: center;
	position: absolute;
	bottom: 15px;
	/*left: 95px;*/
}
.i_number_bg .i_number  .i_number_content .i_number_item .i_number_detail a{
	display: block;
	color: #0058FF;
}
.i_number_bg .i_number  .i_number_content .i_number_item .i_number_detail a img{
	width: 18px;
	height: 18px;
}
.i_business_bg {
	/*height: 420px;*/
}
.i_business_bg .i_business {
	width: 1400px;
	color: #1D1D1F;
	margin: 0 auto;
	font-size: 14px;
}
.i_business_bg .i_business .i_business_title{
	text-align: center;
	margin-top: 55px;
	font-size: 28px;
	font-weight: bold;
}
.i_business_bg .i_business  .i_business_content {
	display: flex;
	margin-top: 30px;
}
.i_business_bg .i_business  .i_business_content .i_business_item {
	width: 335px;
	height: 426px;
	border-radius: 15px;
	background: #F5F7FB;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.i_business_bg .i_business  .i_business_content .i_business_item:hover .i_business_detail {
	display: flex;
}
.i_business_bg .i_business  .i_business_content .i_business_item:hover div:nth-child(1) {
	color: #0058FF;
}
.i_business_bg .i_business  .i_business_content .i_business_item:hover {
	background: url("../images/marketing_bg.jpg") repeat;
	box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.15);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.i_business_bg .i_business  .i_business_content .i_business_item:last-child {
	margin-right: 0;
}
.i_business_bg .i_business  .i_business_content .i_business_item > div:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.i_business_bg .i_business  .i_business_content .i_business_item > div:nth-child(2) {
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	line-height: 28px;
	height: 110px;
	margin-bottom: 12px;
	text-align: justify;
}
.i_business_bg .i_business  .i_business_content .i_business_item > div:nth-child(3){
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	/* box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15); */
}
.i_business_bg .i_business  .i_business_content .i_business_item > div:nth-child(3) > img{
	width: 100%;
	height: 100%;
}
.i_business_bg .i_business  .i_business_content .i_business_item .i_business_detail {
	display: none;
	text-align: center;
	position: absolute;
	bottom: 15px;
	/*left: 95px;*/
}
.i_business_bg .i_business  .i_business_content .i_business_item .i_business_detail a{
	display: block;
	color: #0058FF;
}
.i_business_bg .i_business  .i_business_content .i_business_item .i_business_detail a img{
	width: 18px;
	height: 18px;
}
.i_industry_bg {
	display: none;
}
.i_industry_bg .i_industry {
	width: 100%;
	color: #1D1D1F;
}
.i_industry_bg .i_industry .i_industry_title {
	text-align: center;
	margin-top: 55px;
	font-size: 28px;
	font-weight: bold;
}
.i_industry_bg .i_industry .i_industry_content {
	width: 100%;
	margin-top: 30px;
}
.i_industry_bg .i_industry .i_industry_content {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item{
	width: 335px;
	height: 200px;
	box-sizing: border-box;
	position: relative;
	margin-right: 20px;
	border-radius: 15px;
	background: #F5F7FB;
	overflow: hidden;
}

/*@keyframes shake {*/
/*	0% { transform: translateX(0); }*/
/*	25% { transform: translateX(-5px); }*/
/*	50% { transform: translateX(5px); }*/
/*	75% { transform: translateX(-5px); }*/
/*	100% { transform: translateX(5px); }*/
/*}*/

/*.shake-animation {*/
/*	animation: shake 0.5s; !* 抖动的持续时间 *!*/
/*	animation-iteration-count: infinite; !* 动画重复次数 *!*/
/*}*/
.i_industry_bg .i_industry .i_industry_content .i_industry_item:hover .i_industry_item_hover{
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(30px);
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item:hover .i_industry_item_hover div{
	opacity: 1;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item:hover .i_industry_item_convention div{
	opacity: 0;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item:nth-child(4n){
	margin-right: 0;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item:nth-child(-n + 4){
	margin-bottom: 20px;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_convention img{
	width: 335px;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_convention div{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 999;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_convention div a{
	color: #FFFFFF;
}

.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover{
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(19, 15, 64, 0.75) 100%, rgba(0, 0, 0, 0.5) 100%);
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover div {
	opacity: 0;
	transition: opacity 0.5s; /* 透明度变化的过渡效果 */
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover div:nth-child(1){
	font-size: 16px;
	font-weight: bold;
	color: #0058FF;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover div:nth-child(2){
	font-size: 14px;
	overflow: hidden;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	line-height: 28px;
	height: 140px;
	text-align: justify;
	color: #1D1D1F;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover div:nth-child(3){
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	z-index: 9999;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover div:nth-child(3) a{
	display: block;
	color: #0058FF;
}
.i_industry_bg .i_industry .i_industry_content .i_industry_item .i_industry_item_hover div:nth-child(3) a img{
	width: 18px;
	height: 18px;
}
i_custom_bg {
	width: 100%;
}
.i_custom_bg .i_custom {
	width: 100%;
	color: #1D1D1F;
}
.i_custom_bg .i_custom .i_custom_title {
	text-align: center;
	margin-top: 55px;
	font-size: 28px;
	font-weight: bold;
}
.i_custom_bg .i_custom .i_custom_content {
	margin-top: 30px;
	margin-bottom: 55px;
	position: relative;
}
.i_custom_bg .i_custom .i_custom_content .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}
.i_custom_bg .i_custom .i_custom_content .bx-wrapper .bx-prev {
	display: block;
	z-index: 3;
}
.i_custom_bg .i_custom .i_custom_content .bx-wrapper .bx-next {
	display: block;
	z-index: 3;
}
.i_custom_bg .i_custom .i_custom_content::before {
	content: "";
	width: 518px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #ffffff 30%, #ffffff 10%, rgba(255, 255, 255, 0) 70%);
	z-index: 2;
	transition: 0.5s;
}
.i_custom_bg .i_custom .i_custom_content::after {
	content: "";
	width: 518px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(270deg, #ffffff 30%, #ffffff 10%, rgba(255, 255, 255, 0) 70%);
	z-index: 2;
	transition: 0.5s;
}
.i_aptitude_bg {
	background: #F7F7F9;
}
.i_aptitude_bg .i_aptitude {
	width: 1400px;
	margin: 0 auto;
	padding: 55px 0;
}
.i_aptitude_bg .i_aptitude .i_aptitude_title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.i_aptitude_bg .i_aptitude .i_aptitude_content {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.i_aptitude_bg .i_aptitude .i_aptitude_content .i_business_item{
	width: 128px;
	height: 160px;
	margin-right: 53px;
	cursor: pointer;
}
.i_aptitude_bg .i_aptitude .i_aptitude_content .i_business_item:hover img{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.i_aptitude_bg .i_aptitude .i_aptitude_content .i_business_item:hover div{
	color: #0058FF;
}
.i_aptitude_bg .i_aptitude .i_aptitude_content .i_business_item img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.i_aptitude_bg .i_aptitude .i_aptitude_content .i_business_item div{
	text-align: center;
	font-size: 16px;
	color: #1D1D1F;
	margin-top: 8px;
}
.i_aptitude_bg .i_aptitude .i_aptitude_content .i_business_item:nth-child(8n){
	margin-right: 0;
}
.i_free_bg {
	width: 100%;
	height: 300px;
	background-image: url("../images/free_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #1D1D1F;
	text-align: center;
	overflow: hidden;
}
.i_free_bg div:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	margin-top: 65px;
}
.i_free_bg div:nth-child(2) {
	font-size: 16px;
	margin-top: 14px;
}
.i_free_bg div:nth-child(3) {
	width: 200px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	background: #0058FF;
	font-size: 16px;
	margin: 48px auto;
}
.i_free_bg div:nth-child(3) a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
}
 @media screen and (max-width:360px) {
}

/*地图*/
.i_map_bg {
	position: relative;
	height: 705px;
	color: #1D1D1F;
	background: #FFFFFF;
	/*background: url('../images/map_balck_whole_bg.jpg') center no-repeat;*/
}

.i_map {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.i_map .i_map_title {
	margin-top: 55px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.i_map .i_map_title div:nth-child(2){
	margin-top: 16px;
	font-size: 18px;
	font-weight: normal;
}
.i_map .i_map_title div:nth-child(2) span{
	color: #0058FF;
}
.i_map .i_map_content {
	margin-left: 88px;
	width: 580px;
}
.i_map .i_map_content>div {
	margin-top: 26px;
}
.i_map .i_map_content>div div:nth-child(1){
	font-size: 18px;
}
.i_map .i_map_content>div div:nth-child(1) span{
	font-size: 40px;
	color: #0058FF;
}
.i_map .i_map_content>div div:nth-child(2){
	font-size: 14px;
	line-height: 28px;
	color: #888F9B;
}
.china-map {
	width: 660px;
	height: 545px;
	background: url('../images/map_black_bg.png') center no-repeat;
	position: absolute;
	top: 80px;
	right: 0;
}

.region-list {
	position: absolute;
	left: 0;
	top: 0;
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.area-box .dot {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100);
}

.area-box .pulse {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 66px;
	width: 66px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0;
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}

.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}

.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s;
}

.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s;
}

.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}

.region-list.active .area-box .dot {
	background: #009fd9;
}

.region-list.active .area-box .pulse {
	border-color: #009fd9;
	top: -41px;
	left: -41px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
	-moz-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
	box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
}

.region-list.waite .area-box .dot {
	background: #f90;
}

.region-list.waite .area-box .pulse {
	border-color: #f90;
}

.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.online-node .show-regin, .region-list:hover .show-regin, .underline-node .show-regin, .waite-node .show-regin {
	height: 127px;
	opacity: 1;
}

.show-regin span {
	/*width: 80px;*/
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
}

.postition-10 .show-regin span {
	left: 0;
}

.postition-6 .show-regin span {
	left: -50px;
}
.postition-3 .show-regin span {
	left: -50px;
}
.postition-14 .show-regin span {
	left: -50px;
}
.area-box {
	z-index: 77;
}

.show-regin {
	z-index: 66;
}

.region-list.active .show-regin span {
	position: relative;
	color: #ccc;
}

.region-list.waite .show-regin span {
	color: #ccc;
}

.postition-1 {
	left: 405px;
	top: 300px;
}

.postition-2 {
	left: 330px;
	top: 355px;
}

.postition-3 {
	left: 412px;
	top: 467px;
}

.postition-8 {
	left: 465px;
	top: 293px;
}

.postition-5 {
	left: 545px;
	top: 313px;
}

.postition-6 {
	left: 470px;
	top: 464px;
}

.postition-7 {
	left: 553px;
	top: 170px;
}

.postition-7.region-list.active .area-box .pulse {
	top: -52px;
	left: -52px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.postition-4 {
	left: 493px;
	top: 202px;
}
.postition-19 {
	left: 510px;
	top: 217px;
}

.postition-9 {
	left: 570px;
	top: 330px;
}

.postition-9.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.postition-10 {
	left: 486px;
	top: 468px;
}

.postition-11 {
	left: 512px;
	top: 261px;
}
.postition-12 {
	left: 467px;
	top: 348px;
}
.postition-13 {
	left: 446px;
	top: 250px;
}
.postition-14 {
	left: 515px;
	top: 325px;
}
.postition-15 {
	left: 388px;
	top: 372px;
}
.postition-16 {
	left: 552px;
	top: 410px;
}
.postition-17 {
	left: 540px;
	top: 438px;
}
.postition-18 {
	left: 552px;
	top: 349px;
}

.douhao {
	width: 0;
}