.clear {
	clear: both;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-column {
	-webkit-box-direction: column;
	-webkit-box-orient: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.clSAer {
	position: fixed;
	top: 0;
	right: 0;
	height: 80px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 14px;
	font-weight: bold;
	z-index: 100;
	padding: 0px 57px 0 50px;
	width: 100%;
	box-sizing: border-box;
}

.fixbg {
	background: rgb(5, 18, 51);
}

.phone-container.redbg {
	background: #fb3030;
}

.pcnav-left {
	flex: 1;
}

.pcnav {
	margin-left: 20px;
}

.pcnav li.nLi {
	float: left;
	position: relative;
	display: inline;
}

.pcnav li.nLi a {
	font-size: 16px;
	color: #fff;
	display: block;
	height: auto;
	line-height: 60px;
	padding: 0 20px;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
}

.pcnav .sub {
	display: none;
	width: 140px;
	left: -36px;
	top: 60px;
	position: absolute;
	background: #FFFFFF;
	line-height: 26px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
}

.pcnav .sub:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}

.pcnav .sub li a {
	display: block;
	padding: 0 10px;
	color: #333;
	line-height: 32px;
}

.pcnav .sub a:hover {
	color: #051233;
}

.phone-container {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 178px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	position: fixed;
	right: 57px;
}

.bASsMb {
	user-select: none;
	margin-left: 5px;
	font-family: arial;
	cursor: default;
	border-radius: 2px;
}

.bannerCon {
	position: relative;
	width: 100%;
	color: #fff;
	background: #1d232d;
}

.layout-content {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1200px;
	margin: 0 auto;
}

.layout-content .title {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 50px;
}

.layout-content .title .title-label {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: column;
	-webkit-box-orient: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.layout-content .title .title-label span {
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
}

.layout-content .title .title-label span:first-of-type {
	margin-bottom: 6px;
}

.layout-content .title .title-label span:after {
	content: '';
	height: 6px;
	background: #f58269;
	display: block;
	margin-top: -6px;
	border-radius: 4px;
}

.layout-content .sub-title {
	font-weight: 600;
	margin-top: 24px;
	font-size: 20px;
	line-height: 30px;
	/*background: url(../images/checked.png) no-repeat left center;*/
	/*padding-left: 30px;*/
	background-size: 22px;
}

.layout-content .bannerhref a {
	border-radius: 4px;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-top: 80px;
	display: inline-block;
	margin-right: 12px;
}

.layout-content .bannerhref a:first-of-type {
	width: 260px;
	background: #fb3030;
}

.layout-content .hint {
	margin-top: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #d3d4da;
}

.layout-content .hint .number {
	font-family: arial;
}

.swiper-container-v .swiper-slide img {
	width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #5c6582;
	font-weight: bold;
}

.bannerCon .banner-label {
	position: absolute;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -110px;
	color: #051233;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
	text-align: center;
	background: #FFFFFF;
	height: 220px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.bannerCon .banner-label div {
	-webkit-box-direction: column;
	-webkit-box-orient: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	flex: 1;
	position: relative;
}

.bannerCon .banner-label div:after {
	content: '';
	width: 1px;
	height: 48px;
	background: #dbdbdb;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.bannerCon .banner-label div:last-of-type:after {
	width: 0;
}

.bannerCon .banner-label span {
	flex: 1;
	margin-top: 15px;
}

.bannerCon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background: #9c9aa5;
	opacity: 1;
	border-radius: 0;
}

.bannerCon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 48px;
	background: #fff;
}

.pubwidth {
	width: 1200px;
	margin: 0 auto;
}

.com-tit {
	color: #051233;
	padding-top: 110px;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 70px;
}

.com-tit h4 {
	font-family: Penrose, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: lighter;
	letter-spacing: 2px;
}

.com-tit h3 {
	font-size: 48px;
	margin-top: 24px;
	line-height: 48px;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 48px;
}

.com-tit p {
	font-size: 16px;
	color: #4b5366;
	margin-top: 50px;
}

.pro-service {
	overflow: hidden;
	background: #f5f6fa;
}

.zxkfbtn {
	width: 260px;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	background: #fb3030;
	color: #FFFFFF;
	display: block;
	clear: both;
	margin: 50px auto 120px;
	letter-spacing: 2px;
}

.intro-content {
	width: 56%;
	font-size: 16px;
	line-height: 34px;
	text-align: justify;
}

.intro-content .com-tit {
	padding-top: 0;
	margin-bottom: 20px;
}

.intro-content .com-tit:after {
	content: '';
	width: 60px;
	height: 8px;
	background: #FB3030;
	display: block;
	margin-top: 30px;
}

.pro-service-list ul,
.ability-list {
	overflow: hidden;
}

.pro-service-list ul li {
	width: 380px;
	height: 335px;
	border-radius: 6px;
	float: left;
	padding: 30px 28px 22px 30px;
	box-sizing: border-box;
	margin: 0 30px 30px 0;
	background: #fff;
	color: #051233;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.pro-service-list ul li:nth-child(3n) {
	margin-right: 0;
}

.pro-service-list ul li .pro-service-con h5 {
	font-size: 16px;
	font-weight: bold;
}

.pro-service-list ul li .pro-service-con span {
	font-size: 22px;
	font-weight: bold;
}

.pro-service-list ul li .pro-service-con p {
	margin-top: 10px;
	font-size: 14px;
	color: #7d8599;
	line-height: 26px;
	border-bottom: 1px dashed #d1d1d1;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.pro-service-list ul li .pro-service-con .logo-item {
	margin: 10px 10px 0;
}

.pro-service-list ul li .pro-service-con .logo-item em {
	font-size: 14px;
	color: #051233;
	display: block;
	text-align: center;
	font-style: normal;
}

.solution-mod {
	background: url(../images/bg.png) no-repeat center 50%;
	background-size: cover;
	overflow: hidden;
}

.solution-mod.abilities .zxkfbtn {
	width: 240px;
	margin-top: 60px;
}

.solution-mod.abilities .mod-title {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin: 0 auto 60px;
}

.solution-mod .pains-slider {
	display: -webkit-box;
	width: 1200px;
	color: #FFFFFF;
}

.solution-mod .pains-slider .pains {
	flex-shrink: 0;
	width: 136px;
	border-right: 4px solid #737781;
}

.solution-mod .pains-slider .pains ul li {
	width: 116px;
	height: 40px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.solution-mod .pains-slider .pains li .name {
	font-size: 17px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.solution-mod .pains-slider .pains li.on {
	background: #fb3030;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
}

.solution-mod .pains-slider .pains li.on .name {
	font-family: Penrose, PingFang SC Medium, BaseFont;
	font-weight: 500;
}

.solution-mod .pains-slider .solutions .content {
	padding-left: 50px;
	font-size: 16px;
	line-height: 32px;
}

.solution-mod .pains-slider .solutions .content .solution-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}

.solution-mod .pains-slider .solutions .content .solution-title p {
	font-size: 16px;
}

.solution-mod .pains-slider .solutions .content .solution-content {
	margin-top: 36px;
	display: -webkit-box;
	display: flex;
	width: 100%;
	border-top: 1px dashed #FFFFFF;
}

.solution-mod .pains-slider .solutions .content .solution-content ul {
	width: 100%;
	padding-top: 36px;
}

.solution-mod .pains-slider .solutions .content .solution-content ul li {
	float: left;
	margin: 0 64px 20px 0;
	box-sizing: border-box;
}

.solution-mod .pains-slider .solutions .content .solution-content ul li:last-of-type {
	margin-right: 0;
}

.solution-mod .pains-slider .solutions .content .solution-content ul li .member_icon {
	width: 70px;
	height: 70px;
}

.solution-mod .pains-slider .solutions .content .solution-content ul li span {
	font-size: 12px;
	display: block;
}

.solution-mod .btn-contact {
	flex-shrink: 0;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background: #fb3030;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.solution-mod .pains-slider .solutions .content .solution-content .img-wrapper {
	-webkit-box-flex: 1;
	flex: 1 1;
}

.solution-mod .pains-slider .solutions .content .solution-content .img-wrapper img {
	float: right;
}

.solution-mod .pains-slider .pains .title,
.solution-mod .pains-slider .solutions .title {
	flex-shrink: 0;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #222222;
	line-height: 50px;
	text-align: center;
	background: #c8d4e2;
}

.solution-mod .pains-slider .pains .title {
	border-radius: 10px 0 0 0;
}

.solution-mod .pains-slider .solutions .title {
	border-radius: 0 10px 0 0;
}

.solution-mod .pains-slider .solutions {
	width: calc(100% - 140px)
}

.ability-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ability {
	margin-bottom: 30px;
	color: #051233;
	float: left;
	flex: 1;
	width: 280px;
	margin-right: 27px;
	padding-left: 16px;
	box-sizing: border-box;
}

.ability:last-of-type {
	margin-right: 0;
}

.ability .icon-wrapper {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	margin-bottom: 30px;
}

.ability .name {
	font-weight: 500;
	font-size: 20px;
	color: #051233;
	line-height: 24px;
	font-weight: bold;
}

.ability .desc {
	margin-top: 15px;
	font-size: 14px;
	color: #848c9f;
	line-height: 24px;
}

.section-wechat {
	font-size: 16px;
	color: #4b5366;
	line-height: 28px;
}

.section-wechat h3 {
	font-size: 30px;
	color: #051233;
	font-weight: bold;
	margin-bottom: 20px;
}

.section-wechat .zxkfbtn {
	width: 220px;
	margin: 50px 0;
}

.develop_con ul li {
	width: 220px;
	height: 246px;
	background: #FFFFFF;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .08);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #4b5366;
	line-height: 22px;
}

.develop_con ul li h4 {
	font-size: 24px;
	color: #ff6419;
	padding: 40px 0;
	font-weight: bold;
}

.develop_con ul li::before {
	content: '';
	width: 100%;
	display: block;
	border-radius: 4px 4px 0 0;
	height: 10px;
}

.develop_con ul li:first-of-type:before {
	background: linear-gradient(to right, #ff893e, #ff3710);
}

.develop_con ul li:nth-child(2):before {
	background: linear-gradient(to right, #eb2e30, #fd4099);
}

.develop_con ul li:nth-child(3):before {
	background: linear-gradient(to right, #2039ff, #24bfff);
}

.develop_con ul li:nth-child(4):before {
	background: linear-gradient(to right, #35e4e0, #38d987);
}

.develop_con ul li:nth-child(5):before {
	background: linear-gradient(to right, #ff7630, #ffc144);
}

.fangan {
	width: 1200px;
	margin: 0 auto 16px;
	box-shadow: 0 0 9px rgba(22, 67, 126, 0.15);
	height: 167px;
	overflow: hidden;
	text-align: center;
	background: #FFFFFF;
}

.fangan .fa_l {
	float: left;
	width: 190px;
	background: #d9e9ff;
	height: 167px;
}

.fangan .fa_l h3 {
	color: #222;
	font-size: 22px;
	line-height: 1;
	padding: 45px 0 18px;
	font-weight: normal;
}

.fangan .fa_l p {
	color: #949da8;
	font-size: 14px;
	line-height: 24px;
	width: 154px;
	margin: 0 auto;
}

.fangan .fa_r {
	float: left;
	width: 1008px;
}

.fangan .fa_r li {
	float: left;
	width: 25%;
	position: relative;
	height: 167px;
}

.fangan .fa_r li img {
	width: 38px;
	height: 31px;
	margin-top: 32px;
}

.fangan .fa_r li h3 {
	color: #222;
	font-size: 20px;
	line-height: 1;
	padding: 29px 0 15px;
	font-weight: normal;
}

.fangan .fa_r li p {
	color: #949da8;
	font-size: 12px;
	line-height: 1;
}

.fangan .fa_r li+li:before {
	content: "";
	display: block;
	width: 2px;
	height: 78px;
	background: #16437e;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -39px;
}

.fangan .fa_r li:hover img {
	animation: jllc 1.2s forwards;
	-moz-animation: jllc 1.2s forwards;
	-webkit-animation: jllc 1.2s forwards;
	-o-animation: jllc 1.2s forwards;
}

@keyframes jllc {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes jllc {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.section5 .tion5 li {
	float: left;
	width: 25%;
	overflow: hidden;
	padding-bottom: 60px;
}

.section5 .tion5 li .img {
	float: left;
	background: #f5f6fa;
	border-radius: 100%;
	width: 84px;
	height: 84px;
}

.section5 .tion5 li .img img {
	width: 64px;
	height: 64px;
}

.section5 .tion5 li p {
	float: left;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0 0 10px;
	font-family: PingFang SC;
}

.section5 .tion5 li:hover img {
	animation: tion5 1.2s forwards;
	-moz-animation: tion5 1.2s forwards;
	-webkit-animation: tion5 1.2s forwards;
	-o-animation: tion5 1.2s forwards;
}

@keyframes tion5 {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(-20deg);
	}
	70% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes tion5 {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(-20deg);
	}
	70% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.common-bg {
	background: url(../images/intro-bg.png) no-repeat top right #f5f6fa;
	overflow: hidden;
	background-size: 40% 690px;
	height: 690px;
}

.support {
	background: url(../images/support-bg.png) no-repeat top center #FFFFFF;
	overflow: hidden;
	height: 638px;
}

.support .service-card-list {
	overflow: hidden;
}

.support .statistics {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 60px;
	overflow: hidden;
	color: #FFFFFF
}

.support .statistics .count {
	line-height: 50px;
	display: flex;
	align-items: baseline;
}

.support .statistics .count .number {
	display: inline-block;
	font-size: 60px;
	font-family: Penrose, BaseFont;
	font-weight: 600;
	line-height: 50px;
	vertical-align: middle;
}

.support .statistics .count .unit {
	display: inline-block;
	margin-left: 10px;
	font-size: 24px;
	font-family: Penrose, PingFang SC Medium, BaseFont;
	font-weight: 500;
	line-height: 24px;
	vertical-align: middle;
}

.support .statistics .text {
	margin-top: 14px;
	font-size: 20px;
	line-height: 22px;
}

.service-card-list .service-card {
	width: 280px;
	height: 350px;
	margin-right: 26px;
	overflow: hidden;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: left;
	margin-bottom: 15px;
}

.service-card-list .service-card:nth-child(4n) {
	margin-right: 0;
}

.service-card-list .service-card .card-img {
	flex-shrink: 0;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.service-card-list .service-card .card-img img {
	width: 100%;
}

.service-card-list .service-card .card-content {
	padding: 40px 30px 0;
}

.service-card-list .service-card .card-content .title {
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	color: #222
}

.service-card-list .service-card .card-content .desc {
	-webkit-box-flex: 1;
	flex: 1 1;
	margin-top: 12px;
	font-size: 14px;
	line-height: 21px;
	color: #949da8
}

.service-card-list .service-card:hover {
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .08)
}

.case-tab .tab-item {
	font-size: 21px;
	color: #fff;
	border: 1px solid #ced2db;
	border-radius: 50px;
	min-width: 120px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	padding: 0 28px;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 50px;
	cursor: pointer;
}

.case-tab .tab-item.itemact {
	background: #fb3030;
	color: #FFFFFF;
	border: 1px solid #fb3030;
}

.common-bg .statistics {
	color: #FFFFFF;
	margin-right: 140px;
}

.common-bg .statistics .stat {
	margin-bottom: 50px;
}

.common-bg .statistics .count {
	line-height: 50px;
	display: flex;
	align-items: baseline;
}

.common-bg .statistics .count .number {
	display: inline-block;
	font-size: 46px;
	font-family: Penrose, BaseFont;
	line-height: 46px;
	vertical-align: middle;
}

.common-bg .statistics .count .unit {
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
	font-family: Penrose, PingFang SC Medium, BaseFont;
	line-height: 24px;
	vertical-align: middle;
}

.common-bg .statistics .text {
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
}

.solution-partner-logos {
	margin: -142px auto 120px;
	overflow: hidden;
	background: #FFFFFF;
	height: 284px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.solution-partner-logos img {
	width: 1120px;
}

.footzx {
	background: url(../images/ditzxbg.png) no-repeat center;
	height: 458px;
}

.footzx .content {
	position: relative;
	padding-top: 120px;
	padding-bottom: 100px;
	width: 1200px;
	z-index: 1;
	margin: 0px auto;
}

.footzx .content .ggPahd {
	font-size: 40px;
	color: rgb(245, 246, 250);
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

.footzx .content .jaOLTF {
	margin-top: 22px;
	font-size: 20px;
	color: rgba(245, 246, 250, 0.5);
	line-height: 20px;
	text-align: center;
}

.footzx .content .ifBRgt {
	color: #fb3030;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	font-family: arial;
}

.footzx .content .ljzx {
	user-select: none;
	cursor: pointer;
	width: 420px;
	font-size: 18px;
	margin: 70px auto 0;
}

.copy {
	width: 160px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	background: #fb3030;
	box-sizing: border-box;
	margin-top: 0.2rem;
	border: none;
}

.copy-text {
	opacity: 0;
}

.gansgT {
	background: url(../images/hangyebg.png) no-repeat;
	overflow: hidden;
}

.video-con {
	display: flex;
	margin-bottom: 48px;
}

.video-con-left {
	background-size: cover;
	position: relative;
	flex-shrink: 0;
	width: 580px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: background-image 300ms cubic-bezier(0, 0, 0.2, 1) 0s;
	border: 2px solid #18bbf4;
	box-sizing: border-box;
}

.video-con-left .btn-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 49px;
	transform: translate(-50%, -50%);
}

.video-con-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	flex: 1 1 0%;
	padding: 0px 60px;
}

.video-con-right .title {
	font-size: 36px;
	color: rgb(245, 246, 250);
	letter-spacing: 0px;
	line-height: 36px;
}

.video-con-right .desc {
	margin-top: 24px;
	font-size: 24px;
	color: #949da8;
	letter-spacing: 4px;
	line-height: 24px;
}

.industry-swiper .service-card-list {}

.industry-swiper .service-card-list.casehide {
	display: none;
}

.industry-swiper .service-card-list .service-card {
	width: 280px;
	height: 310px;
	margin-bottom: 27px;
}

.industry-swiper .service-card-list .service-card .card-img {
	height: 180px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.industry-swiper .service-card-list .service-card .card-content {
	padding: 20px 16px 0 20px;
	height: 130px;
	box-sizing: border-box;
}

.industry-swiper .service-card-list .service-card .card-content .desc span {
	height: 24px;
	line-height: 24px;
	border: 1px solid #dfe6ee;
	font-size: 14px;
	color: #949da8;
	padding: 0 6px;
	margin-right: 6px;
	display: block;
	float: left;
	margin-bottom: 6px;
}

.industry-swiper .service-card-list .service-card:hover .card-img {
	height: 140px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.btn-chat {
	display: block;
	height: 40px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-weight: bold;
	background: #fb3030;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.swiper-wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto 66px;
}

.swiper-wrap .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -68px;
}

.swiper-wrap .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -68px;
}

.swiper-wrap .swiper-button-next:after,
.swiper-wrap .swiper-button-prev:after {
	color: rgba(255, 255, 255, 0.3);
}

.morebtn {
	width: 260px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #FB3030;
	border-radius: 4px;
}

.video-modal {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	box-sizing: border-box;
	list-style: none;
	position: relative;
	width: auto;
	padding: 0 0 24px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
	display: none;
}

.ant-modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	display: block;
	background: rgba(0, 0, 0, .65);
	display: none;
}

.ant-modal-content {
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	background-clip: padding-box;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.video-modal .btn-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(112, 152, 204, .16);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer
}

.pcwx{
	width: 178px;
	height: 192px;
	position: fixed;
    margin-top: 60px;
    right: 57px;
    background: #fff;
    border-radius:0 0 4px 4px;
    font-size: 14px;
    color: #333;
    text-align: center;
    z-index: 1000;
    box-sizing: border-box;
}
.pcwx.pckf{
	height: 64px;
}
.pcwx .wx{
	margin-top: 10px;
}
.pcwx .shouqi{
	color: #2287f1;
	margin-top: 5px;
	cursor: pointer;
}
.pcwx .kfshow{
	padding-top: 10px;
	display: none;
}
.pcwx .poster-btn img{
	width: 20px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.pcwx.pckf .poster-btn img{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.sermartop {
	margin-top: 110px;
}

@media screen and (max-width: 1601px) {
	.bannerCon .layout-content .title {
		font-size: 46px;
	}
	.bannerCon .layout-content .sub-title {
		margin-top: 10px;
		font-size: 16px;
	}
	.bannerCon .layout-content .bannerhref a {
		height: 46px;
		font-size: 16px;
		line-height: 46px;
		margin-top: 60px;
	}
	.bannerCon .layout-content .bannerhref a:first-of-type {
		width: 240px;
	}
	.bannerCon .layout-content .hint {
		font-size: 16px;
		line-height: 20px;
	}
	.bannerCon .banner-label {
		bottom: -95px;
		color: #051233;
		font-size: 16px;
		height: 190px;
	}
	.bannerCon .banner-label img {
		transform: scale(0.8);
	}
	.bannerCon .banner-label span {
		margin-top: 0;
	}
	.sermartop {
		margin-top: 80px;
	}
	.com-tit h3 {
		font-size: 44px;
	}
}

@media screen and (max-width: 750px) {
	.pubwidth {
		width: 100%;
	}
	.clSAer {
		display: none;
	}
	.header_web {
		background-color: #fff;
		height: 1rem;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 12;
		float: left;
		padding: 0 0.15rem;
	}
	.header_web .web_logo {
		width: 1.8rem;
		height: 0.84rem;
		float: left;
	}
	.header_web .web_logo img {
		width: 100%;
		margin-top: 0.08rem;
	}
	.websearch {
		font-size: 12px;
		color: #FFFFFF;
		float: left;
		width: 0.44rem;
		height: 0.44rem;
		cursor: pointer;
		background: url(../images/websearchbtn.png) no-repeat center;
		margin-top: 0.31rem;
		float: right;
		background-size: 100%;
		margin-right: 1.2rem;
	}
	.searchBox {
		width: 100%;
		height: 100%;
		background: rgba(14, 32, 67, 0.98);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
	}
	.searchBox .close {
		display: block;
		width: 0.38rem;
		height: 0.38rem;
		background: url(../images/close.png) no-repeat;
		position: absolute;
		top: 1rem;
		right: 0.44rem;
		background-size: 100%;
	}
	.searchBox div {
		position: relative;
		margin: 2.32rem 0.4rem 0;
	}
	.searchBox .text {
		width: 100%;
		height: 0.92rem;
		line-height: 0.92rem;
		border-bottom: 0.02rem solid #ffffff;
		color: #ffffff;
		font-size: 0.26rem;
		outline: none;
		-webkit-appearance: none;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	.searchBox div:after {
		content: "";
		display: block;
		width: 0.02rem;
		height: 0.48rem;
		background: #ffffff;
		position: absolute;
		top: 0.21rem;
		right: 0.82rem;
		z-index: 10;
	}
	.searchBox .search_btn {
		width: 0.48rem;
		height: 0.48rem;
		border: 0;
		outline: none;
		-webkit-appearance: none;
		cursor: pointer;
		background: url(../images/websearchbtn2.png) no-repeat center;
		position: absolute;
		top: 0.21rem;
		right: 0.17rem;
		background-size: 0.48rem 0.48rem;
	}
	.btn-nav {
		position: fixed;
		top: 0.34rem;
		right: 0.3rem;
		background: transparent;
		border: none;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		cursor: pointer;
		z-index: 99999;
	}
	.btn-nav:focus {
		outline: 0;
	}
	.icon-bar {
		display: block;
		margin: 0.06rem 0;
		width: 0.44rem;
		height: 0.06rem;
		background-color: #0068b7;
	}
	.nav-content {
		position: fixed;
		top: 1rem;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FFFFFF;
		display: block;
		height: 100%;
		z-index: 9;
	}
	.nav-content ul {
		margin-top: 1rem;
		padding-top: 50px
	}
	.nav-content ul li a {
		color: #333;
		font-size: 0.32rem;
		display: block;
		text-align: center;
		line-height: 0.58rem;
	}
	.animat {
		display: block;
		margin: 0 auto;
	}
	.animat:hover .icon-bar,
	.animat:focus .icon-bar {
		background-color: #0068b7;
	}
	.animat:focus {
		cursor: pointer;
		z-index: 9999;
	}
	.icon-bar {
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}
	.animat .icon-bar {
		z-index: 999999;
		background-color: #0068b7;
	}
	.animat .top {
		-webkit-transform: translateY(0.1rem) rotateZ(45deg);
		-moz-transform: translateY(0.1rem) rotateZ(45deg);
		-ms-transform: translateY(0.1rem) rotateZ(45deg);
		-o-transform: translateY(0.1rem) rotateZ(45deg);
		transform: translateY(0.1rem) rotateZ(45deg);
	}
	.animat .bottom {
		-webkit-transform: translateY(-0.14rem) rotateZ(-45deg);
		-moz-transform: translateY(-0.14rem) rotateZ(-45deg);
		-ms-transform: translateY(-0.14rem) rotateZ(-45deg);
		-o-transform: translateY(-0.14rem) rotateZ(-45deg);
		transform: translateY(-0.14rem) rotateZ(-45deg);
	}
	.animat .middle {
		width: 0;
	}
	@keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-webkit-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-moz-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-o-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	.showNav {
		-webkit-animation: showNav 1s ease forwards;
		-moz-animation: showNav 1s ease forwards;
		-o-animation: showNav 1s ease forwards;
		animation: showNav 1s ease forwards;
	}
	@keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-webkit-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-moz-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-o-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	.hideNav {
		-webkit-animation: hideNav 1s ease forwards;
		-moz-animation: hideNav 1s ease forwards;
		-o-animation: hideNav 1s ease forwards;
		animation: hideNav 1s ease forwards;
	}
	.hidden {
		display: none;
	}
	.swiper-webbanner {
		margin-top: 1rem;
	}
	.swiper-webbanner img {
		width: 100%;
	}
	.com-tit {
		width: calc(100% - 0.6rem);
		box-sizing: border-box;
		margin: 0 0.3rem;
		margin-top: 1.2rem;
		font-size: 0.4rem;
		font-weight: normal;
		margin-bottom: 0.8rem;
	}
	.com-tit h3 {
		font-size: 0.48rem;
		margin-top: 0.24rem;
		line-height: 0.68rem;
	}
	.fangan {
		width: auto;
		margin: 0 0.3rem 0.25rem;
		border-radius: 0.05rem;
		box-shadow: 0 0 0.09rem rgba(64, 143, 253, 0.17);
		height: auto;
	}
	.fangan .fa_l {
		float: none;
		width: auto;
		height: auto;
		padding-bottom: 0.25rem;
	}
	.fangan .fa_l h3 {
		font-size: 0.3rem;
		padding: 0.3rem 0 0.1rem;
	}
	.fangan .fa_l p {
		font-size: 0.24rem;
		line-height: 0.4rem;
		width: auto;
	}
	.fangan .fa_r {
		float: none;
		width: auto;
		padding-bottom: 0.25rem;
	}
	.fangan .fa_r li {
		width: 50%;
		height: 1.67rem;
	}
	.fangan .fa_r li img {
		width: 0.38rem;
		height: 0.31rem;
		margin-top: 0.32rem;
	}
	.fangan .fa_r li h3 {
		font-size: 0.3rem;
		padding: 0.29rem 0 0.15rem;
	}
	.fangan .fa_r li p {
		font-size: 0.24rem;
	}
	.fangan .fa_r li+li:before {
		height: 0.78rem;
		margin-top: -0.39rem;
	}
	.fangan .fa_r li:nth-child(3):before {
		display: none;
	}
	.section5 .tion5 {
		width: calc(100% - 0.6rem);
		margin: 0 0.3rem;
		padding-top: 0.8rem;
	}
	.section5 .tion5 li {
		width: 50%;
		padding-bottom: 0.3rem;
	}
	.section5 .tion5 li .img,
	.section5 .tion5 li .img img {
		width: 0.65rem;
		height: 0.65rem;
	}
	.section5 .tion5 li p {
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding: 0 0 0 0.2rem;
	}
}

.major ul {
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: 420px;
	margin: 60px auto 84px;
	color: #FFFFFF;
	text-align: center;
}

.major ul li {
	float: left;
	width: 180px;
	overflow: hidden;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.major ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.major ul li .layer .p1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 18px;
	width: 180px;
	padding: 0 24px;
	box-sizing: border-box;
}

.major ul li .layer .p2 {
	position: absolute;
	width: 480px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 48px;
	box-sizing: border-box;
	opacity: 0;
}

.major ul li .layer .p2 .col2 {
	font-size: 32px;
	display: block;
}

.major ul li .layer .p2 .col1 {
	font-size: 14px;
	display: block;
	margin-top: 30px;
	text-align: left;
	line-height: 24px;
}


/*联系我们*/

.talentCon {
	background: #f5f6fa;
}

.contact {
	margin-bottom: 86px;
	overflow: hidden;
}

.contact .lxwmLeft {
	width: 720px;
	height: 400px;
	float: left;
	margin-right: 18px;
	position: relative;
}

.contact .lxwmLeft .imgcon {
	position: absolute;
	left: 40px;
	top: 40px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	font-size: 30px;
	text-transform: uppercase;
}

.contact .lxwmRight {
	width: 462px;
	height: 400px;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	float: left;
}

.contact .lxwmRight ul li {
	border-bottom: 1px solid #e7e7e7;
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.contact .lxwmRight ul li .lxicon {
	margin-right: 20px;
}

.contact .lxwmRight ul li:last-of-type {
	border-bottom: none;
}

.BMap_Marker.BMap_noprint {
	width: 19px !important;
	height: 25px !important;
	background: url(../images/c_icon.png) no-repeat !important;
	display: block;
}


/*footer*/
.newfooter{background: #051233;overflow: hidden;padding: 0 70px 45px;}
.newfooter .foot{padding: 50px 0 127px;}
.newfooter .foot h4{color: #ffffff;font-size: 21px;line-height: 1;padding-bottom: 30px;font-weight: normal;}
.newfooter .foot h4.margin-bot{
	padding-bottom: 10px;
}
.newfooter .address{float: left;width: 29%;box-sizing: border-box;}
.newfooter .address h2{color: #ffffff;font-size: 32px;line-height: 1.5;font-weight: normal;}
.newfooter .address h3{color: #ffffff;font-size: 17px;line-height: 1.5;font-weight: normal;padding: 32px 0 12px;}
.newfooter .address p{color: #ffffff;font-size: 14px;line-height: 1.5;}

.newfooter .address .footNav{display: inline-block;height:43px;line-height:43px;background: url(../images/address.png) no-repeat 17px center #d62727;
padding: 0 17px 0 45px;color: #ffffff;font-size: 14px;margin-top: 19px;}
.newfooter .call_tel{float: left;width: 34%;margin: 0 0 0 3%;box-sizing: border-box;}
.newfooter .call_tel h2{color: #ffffff;font-size: 28px;line-height: 1;font-weight: normal;padding-bottom: 14px;}
.newfooter .call_tel p{color: #ffffff;font-size: 14px;line-height: 1;padding-bottom: 13px;}
.newfooter .call_tel p.wxh{
	font-size: 17px;
}
.newfooter .call_tel .copy {
    width: 160px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    background: #fb3030;
    box-sizing: border-box;
    margin-top: 0.2rem;
    border: none;
}
.newfooter .call_tel .copy-text {
    opacity: 0;
}
.newfooter .navigation{float: left;width: 26%;box-sizing: border-box;}
.newfooter .navigation a{display: inline-block;color: #ffffff;font-size: 17px;line-height: 1;margin-bottom: 13px;}
.newfooter .talk{float: left;width: 8%;box-sizing: border-box;}
.newfooter .talk img{max-width: 100%;}
.newfooter .talk p{color: #ffffff;font-size: 14px;line-height:25px;padding-top: 7px;}
.newfooter .northern,
.newfooter .copyright{float: left;width: 50%;}
.newfooter .northern p{color: #cccccc;font-size: 14px;line-height: 1;}
.newfooter .northern .link{padding-top: 12px;}
.newfooter .northern .link a{color: #cccccc;font-size: 14px;line-height: 1;margin-right: 12px;}
.newfooter .copyright{text-align: right;color: #cccccc;font-size: 14px;line-height: 1;padding-top: 29px;}
.newfooter .northern .link a:hover{color: #ffffff;}

