* {
	margin: 0;
	padding: 0;
}

html {
	color: #000;
	background: #FFF;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Microsoft YaHei, Arial, Helvetica, "\534E\6587\9ED1\4F53", sans-serif;
	color: #333;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.contain {
	min-width: 1200px;
	margin: auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
	/*--swiper-pagination-color: #FFF;*/
	background: rgba(245, 248, 250, 1);
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #FFF;

	/* Center slide text vertically */
	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;
}

.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #FFF;
}

.swiper-pagination-bullet-active {
	width: 30px;
	height: 9px;
	border-radius: 20px;
	background: #FFF;
}

.header1 {
	width: 100%;
	height: 630px;
	background: url('/static/index/bj1.jpg') no-repeat 0 center;
	background-size: 100% 100%;
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 999;
}

.logo {
	margin-top: 18px;
	float: left;
	line-height: 63px;
	font-size: 24px;
}

.tab {
	float: right;
}

.tab-link {
	padding: 0 20px;
	line-height: 63px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}

.tab-link1 {
	padding: 0 20px;
	line-height: 63px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}

.adv_active {
	border-bottom: 2px solid #FFFFFF;
}

.tab-link:hover {
	border-bottom: 2px solid #FFF;
}

.tab-btn {
	display: inline-block;
	width: 102px;
	height: 32px;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	margin-left: 75px;
	cursor: pointer;
}

.tab-btn2 {
	display: inline-block;
	width: 240px;
	height: 32px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	margin-left: 34px;
	display: none;
}

.tab-btn2-enter {
	display: inline-block;
	width: 90px;
	height: 32px;
	background: #E7E5EE;
	color: #0C43C0;
	border-radius: 25px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.tab-btn2-enter:hover {
	background: #FFF;
}

.tab-btn2-enter a {
	color: #0C43C0;
}

.header1-txt {
	/*position: absolute;*/
	/*top: 152px;*/
	/*left: 50%;*/
	/*margin-left: -359.5px;*/
}

.header1-txt-first {
	position: absolute;
	left: 0px;
	top: 155px;
}

.header1-txt-second {
	position: absolute;
	left: 0px;
	top: 320px;
}

.mainContent{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 565px;
	margin-top: 65px;
}

.hearder1-btn {
	padding:16px 58px;
	color: #2658e7;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 90px;
}

.hearder1-btn:hover {
	background: #3078f1;
	color: #fff;
}

.header1-img {
	/*position: relative;*/
	position: absolute;
	bottom: 63px;
	right: 68px;
}

.header1-img-first {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -80px;
	z-index: 999;
}

.header1-img-second {
	position: absolute;
	top: -40px;
	left: 63%;
	margin-left: -271px;
}

.header1-img-third {
	position: absolute;
	top: -40px;
	left: 137%;
	margin-left: -323px;
}

.header1-img-four {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -383px;
}

.header1-img-five {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -473px;
}

.header1-img-six {
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -600px;
}

.swiper-slide {
	overflow: hidden;
}

@-webkit-keyframes breath {
	0% {
		-webkit-transform: scale(0.5, 0.5);
	}
	50% {
		-webkit-transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(0.5, 0.5);
	}
}

@-webkit-keyframes breath2 {
	0% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(0.5, 0.5);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}

.hearder2-img-five {
	position: absolute;
	top: 150px;
	left: 0;
}

.hearder2-img-six {
	position: absolute;
	top: 155px;
	right: 62px;
}

/*鏀圭増*/
.private {
	height: 512px;
	width: 1200px;
	margin: auto;
}

.private-title {
	margin: auto;
	padding-top:60px;
	text-align: center;
}

.private-card {
	width: 1200px;
	height: 220px;
	border-radius: 4px;
	margin-top: 55px;
	font-size: 0;
	position: relative;
}

.private-card-pard {
	width: 20%;
	height: 100%;
	float: left;
	font-size: 13px;
	padding: 10px 0px;
	cursor:pointer;
}

.private-card-pard:hover {
	background: #FBFCFE;
}

.private-card-pard:hover .private-card-pard-hd-img > img {
	transform: rotate(360deg);
	transition: all 1s;
}

.private-card-pard-hd {
	height:60%;
}

.private-card-pard-hd-img {
	margin: auto;
	display: block;
	height: 105px;
}

.private-card-pard-hd-img img {
	display: block;
	margin: auto;
	width: 88px;
}

.private-card-pard-hd-title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.private-card-pard-arrow {
	position: absolute;
	top: 135px;
	margin-left: -22px;
}

.private-card-pard-bd-ul {
	text-align: center;
	color: #8c949d;
}
.private-card-pard-bd-ul p{
	width: 208px;
	margin: 0 auto;
	line-height: 24px;
}

.private-card-pard-bd-ul2 {
	width: 176px;
}

.private-card-pard-bd-ul3 {
	width: 105px;
}

.ul3 {
	margin: auto;
}

.private-card-pard-bd-ul li {
	list-style: none;
	height: 47px;
	border-bottom: dashed 1px #E5ECFD;
	line-height: 47px;
	font-size: 14px;
}

.private-card-pard-bd-ul3 li {
	list-style: none;
	height: 47px;
	border-bottom: dashed 1px #E5ECFD;
	line-height: 47px;
	font-size: 14px;
}

.private-card-pard-bd-ul li i, .private-card-pard-bd-div i, .private-card-pard-bd-div2 i, .private-card-pard-bd-ul3 li i {
	width: 4px;
	height: 4px;
	background-color: #376EF2;
	display: inline-block;
	border-radius: 50%;
	margin: 0 12px 3px 0;
}

.private-card-pard-bd-div {
	list-style: none;
	height: 47px;
	border-bottom: dashed 1px #E5ECFD;
	line-height: 47px;
	width: 68px;
	display: inline-block;
}

.private-card-pard-bd-div:nth-child(2n), .private-card-pard-bd-div2:nth-child(2n) {
	padding-left: 10px;
}

.private-card-pard-bd-div2 {
	list-style: none;
	height: 47px;
	border-bottom: dashed 1px #E5ECFD;
	line-height: 47px;
	width: 81px;
	display: inline-block;
}

/*鏀圭増缁撴潫*/

.system {
	height: 790px;
	 background-color: #f6faff;
	/*background: url(https://pigmcsdotcom.pigcms.com/qywxscrm/images/activity1/bg1.png);*/
	box-sizing: border-box;
	/*background-position: 73% 90%;*/
}

.system-p1, .action-p1 {
	text-align: center;
	font-size: 32px;
	color: #000;
}

.system-p2 {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 18px 0 28px;
}

.system-body {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.system-body-left {
	width: 520px;
	float: left;
	text-align: left;
	padding-left: 45px;
	box-sizing: border-box;
}

.system-body-left-part {
	margin: 45px 0;
	overflow: hidden;
}

.system-body-left-check {
	float: left;
	margin-right: 22px;
}

.system-body-left-check img {
	width: 21px;
	margin-top: 11px;
	margin-left: 8px;
}

.system-body-left-text {
	width: calc(100% - 71px);
	float: left;
}

.system-body-left-p1 {
	font-size: 24px;
	color: #191e31;
	font-weight: 700;
}

.system-body-left-p2 {
	color: #646566;
	font-size: 16px;
	padding: 22px 0px;
}

.system-body-left-p3{
	color: #646566;
	font-size: 14px;
	line-height: 24px;
}
.system-body-left-btn {
	display: inline-block;
	width: 136px;
	height: 48px;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	color: #fff;
}

.system-body-left-btn1 {
	background: linear-gradient(90deg, #018AFF, #60B4FF);
	cursor: pointer;
}

.system-body-left-btn2{
	background: transparent;
	color: #0b8eff;
	background: url("https://pigmcsdotcom.pigcms.com/qywxscrm/images/btnbg.png");
	background-color:#fafcff;
	cursor: pointer;
	margin-left:17px;
	/*border-image:linear-gradient(to right,#018AFF, #60B4FF) 1 10;*/
}

.trends .system-body-left-p{
	color: #191e31;
	font-size: 36px;
	margin-bottom: 50px;
}

.trends .system-body-left-p1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #191E31;
	line-height: 22px;
}

.trends .system-body-left-p3{
	margin-top:19px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
}

.trends .btn-group{
	margin-top:60px
}

.dot{
	font-style: normal;
	display: inline-block;
	color: #75afff;
	margin-right: 10px;
}

.system-body-right {
	position: relative;
	float: left;
	width: calc(100% - 520px);
	height: 74%;
	box-sizing: border-box;
}

.system-body-right-img1 {
	width: 15%;
	position: absolute;
	top: 330px;
	left: 110px;
	animation: gogogo 3s infinite linear !important;
}

.system-body-right-img2 {
	width: 34%;
	position: absolute;
	top: 204px;
	left: 143px;
	animation: gogogo 3s infinite linear !important;
	/*-moz-animation: gogogo 3s infinite linear; !* Firefox *!*/
	/*-webkit-animation: gogogo 3s infinite linear; !* Safari and Chrome *!*/
	/*-o-animation: gogogo 3s infinite linear; !* Opera *!*/
}

.system-body-right-img3 {
	width: 43%;
	position: absolute;
	top: 118px;
	left: 200px;
	animation: gogogo 3s infinite linear !important;
}

.system-body-right-img4 {
	position: absolute;
	top: 68px;
	left: 30px;
}

.system-body-right-img5 {
	z-index:1;
	width: 100%;
	position: absolute;
	top: 45px;
	animation: gogogo 3s infinite linear !important;
}

@-webkit-keyframes gogogo {
	0% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.05, 1.05);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}

.system-body-right-img6 {
	position: absolute;
	width: 153px;
	right: 14px;
	bottom: 0;
}

/*鏀圭増*/
.action {
	min-width: 1200px;
	height: 1158px;
	padding-top: 80px;
	box-sizing: border-box;
	/*background: #f6faff;*/
}

.helper-w1200, .trends-w1200 {
	width: 1200px;
	margin: auto;
}

.action-p2 {
	text-align: center;
	margin: 21px 0 56px;
	font-size: 18px;
	color: #666;
}

.action-body {
	height: 134px;
	width: 1200px;
	margin: auto;
}

.action-body-line {
	height: 1px;
	background: #E5E9F4;
}

.action-body-card {
	width: 20%;
	height: 136px;
	float: left;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.action-body-card:hover .action-body-card-img {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
}

.action-body-card-img {
	width: 35px;
}

.action-body-card-p1 {
	font-size: 18px;
	margin-top: 22px;
	font-weight: 700;
}

.action-body-card:first-child .action-body-card-p1,
.action-body-card:first-child .action-body-card-p2 {
	color: #376EF2;
}

.action-body-card-p2 {
	font-size: 14px;
	margin: 11px 0 23px;
}

.action-body-card-line {
	width: 150px;
	height: 3px;
	background-color: #376EF2;
	margin: auto;
	display: none;
}

.action-body-card:first-child .action-body-card-line {
	display: block;
}

.action-two {
	width: 1120px;
	height: 48px;
	margin: 30px auto;
	display: none;
}

.action-two-box .action-two:first-child {
	display: block;
}

.action-two-btn {
	padding: 0 28px;
	height: 48px;
	float: left;
	border-radius: 25px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	margin-right: 55px;
	cursor: pointer;
}

.action-two-btn:first-child {
	display: none;
}

.action-two-btn2 {
	padding: 0 28px;
	height: 48px;
	float: left;
	border-radius: 25px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #3B65F0;
	background-color: #EAEFFF;
	margin-right: 55px;
	display: none;
	cursor: pointer;
}

div.action-two-btn:first-child + .action-two-btn2 {
	display: block;
}

.action-two-btn-img {
	width: 15px;
	margin-right: 6px;
	margin-bottom: -3px;
}

.action-part-box .action-part:first-child {
	display: block;
}

.action-part {
	width: 1200px;
	height: 600px;
	background-color: #FFF;
	box-shadow: 0px 0px 29px 0px rgba(216, 216, 216, 0.52);
	border: solid 1px #E6E6E6;
	margin: 30px auto 0;
	display: none;
}

.action-part-left {
	float: left;
	width: calc(100% - 720px);
	height: 600px;
	padding: 170px 65px 0;
	box-sizing: border-box;
	background-color: #FAFAFA;
}

.action-part-left-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.action-part-left-title2 {
	font-size: 16px;
	color: #666;
	margin: 20px 0 38px;
}

.action-part-left-text {
	font-size: 16px;
	line-height: 30px;
}

.action-part-right {
	float: left;
	width: 720px;
	height: 600px;
}

.action-part-right-img {
	display: block;
	margin: 53px auto;
}

.active {
	display: block;
}

.hide {
	display: none;
}

.helper {
	min-width: 1200px;
	height:680px;
	box-sizing: border-box;
	text-align: center;
}

.helper-p1 {
	font-size: 32px;
	color: #000;
}

.helper-p2 {
	font-size: 16px;
	color: #666;
	margin: 22px 0 70px;
}

.helper-body {
	height: 680px;
}

.helper-body-btn-group{
	margin-top:90px;
}

.helper-body-header {
	height: 40px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E9E9E9;
}

.helper-body-header-part {
	width: 20%;
	height: 40px;
	border-right: solid 1px #E9E9E9;
	float: left;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	cursor: pointer;
}

.helper-body-header-part:first-child {
	background: #376EF2;
	color: #FFF;
}

.helper-body-header-part:last-child {
	border-right: 0;
}

.helper-body-content {
	height: 100%;
	box-sizing: border-box;
	color: #333;
}

.helper-body-content-left {
	padding-left: 40px;
	width: calc(100% - 660px);
	padding-top:180px;
	height: 100%;
	box-sizing: border-box;
	text-align: left;
	float: right;
}

.helper-body-content-right {
	max-width: 604px;
	max-height: 528px;
}

.helper-body-content-left-p1 {
	width: 432px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #191E31;
	line-height: 22px;
}

.helper-body-content-left-p2 {
	margin-top:37px;
	width: 477px;
	height: 58px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
}

.helper-body-content-left-p3 {
	font-size: 14px;
	margin-bottom: 26px;
	overflow: hidden;
}

.helper-body-content-left-p3 img {
	margin-right: 9px;
	margin-top: 2px;
}

.helper_Img_box{
	position: relative;
	width: calc(100% - 540px);
	height: calc(100% - 64px);
	margin-top: 64px;
}

.trends {
	background-size: 100% 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	height: 925px;
}

.trendss {
	height: 920px;
    background: url(/static/index/bg.png) no-repeat 0 center;
    background-size: 100% 100%;
    padding-top: 79px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
	/*background-size: 100% 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	height: 925px;
	background: url(/static/index/bg.png) no-repeat 0 center;*/
}

.trends-card {
	width: 50%;
	height: 104px;
	float: left;
	padding: 23px 10px;
	box-sizing: border-box;
}

.trends-p1 {
	font-size: 32px;
	color: #000;
}

.trends-p2 {
	font-size: 16px;
	color: #666;
	margin: 21px 0 94px;
}

.trends-card-circle {
	width: 56px;
	height: 56px;
	background-color: #F6F9FF;
	border-radius: 50%;
	font-size: 22px;
	color: #376EF2;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 56px;
	float: left;
}

.trends-card-text {
	width: 325px;
	float: left;
	text-align: left;
	margin: 0 23px 0 6px;
}

.trends-card-text-title {
	font-size: 15px;
	color: #454F66;
	margin-bottom: 18px;
}

.trends-card-text-content {
	font-size: 14px;
	color: #9AA3B7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trends-card-btn {
	width: 144px;
	height: 56px;
	background-color: #F6F9FF;
	border-radius: 28px;
	float: left;
	font-size: 14px;
	color: #376EF2;
	line-height: 56px;
	cursor: pointer;
}

.trends-card:hover {
	box-shadow: 0px 8px 29px 0px #F2F2F5;
	background: #FFF;
}

.trends-card:active .trends-card-btn {
	background-color: #96B5FF;
}

.trends-btn {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -20px;
}

.trends-btn a {
	display: inline-block;
	height: 40px;
	border-radius: 50%;
}

.trends-btn a:hover {
	box-shadow: 0px 6px 16px 2px rgba(55, 110, 242, 0.49);
}

.bottom {
	height: 200px;
	background: url("/static/index/regbg.png") no-repeat 0 center;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: -1px;
}

.bottom-text {
	width: 569px;
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-50%);
}


.bottom-btn {
	width: 165px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	position: absolute;
	text-align: center;
	line-height: 38px;
	color: #fff;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%);
}

.bottom-btn:hover {
	background: #fafcff;
	color:#0094ff;
}

.contact {
	position: fixed;
	right: 20px;
	top: 290px;
	z-index: 9999999;
}


@media (max-width: 1024px) {
	.contact {
		position: fixed;
		right: 20px;
		top: 250px;
		z-index: 9999999;
	}
}


.contact_ul li {
	width: 40px;
	position: relative;
	cursor: pointer;
	height: 40px;
	border: 1px solid #E7EAF2;
	background: #FFF;
	margin: 10px 0;
	box-shadow: 0 0px 6px 0 rgba(76, 86, 114, .12);
	border-radius: 4px;
}

.contact_ul li:hover {
	background: #4D96FC;
	border: 1px solid #4D96FC;
}

.contact_ul li a {
	display: block;
	width: 40px;
	height: 40px;
}

.contact_ul li a {
	display: block;
}

.contact_ul li.icon_contact1 a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact1.png) center no-repeat;
}

.contact_ul li.icon_contact2 a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact2.png) center no-repeat;
}

.contact_ul li.icon_contact3 a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact3.png) center no-repeat;
}

.contact_ul li.icon_contact4 a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact4.png) center no-repeat;
}

.contact_ul li.icon_contact4 {
	display: none;
}

.contact_ul li.icon_contact1:hover a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact1hover.png) center no-repeat;
}

.contact_ul li.icon_contact2:hover a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact2hover.png) center no-repeat;
}

.contact_ul li.icon_contact3:hover a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact3hover.png) center no-repeat;
}

.contact_ul li.icon_contact4:hover a {
	background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/right/icon_contact4hover.png) center no-repeat;
}

.tan_wei, .tan_wei1 {
	background: #000;
	position: absolute;
	z-index: -9;
	right: 120px;
	top: 0px;
	border-radius: 5px;
	background: #F6F8FB;
	border: 1px solid #E6EAF0;
	padding: 10px;
	display: none;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.tan_wei .p_tel {
	font-size: 16px;
	color: #9BA8C3;
	width: 115px;
	display: block;
}

.tan_weiFix {
	display: block;
	opacity: 1;
	right: 75px;
	transition: right 0.2s;
	top: 415px;
	position: fixed;
}

.tan_weiFix2 {
	display: block;
	opacity: 1;
	right: 75px;
	transition: right 0.2s;
	top: 362px;
	position: fixed;
}

.tan_sanjiao {
	position: absolute;
	right: -7px;
	top: 13px;
	width: 10px;
	height: 10px;
	background: #F6F8FB;
	border-right: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45 eg);
	-o-transform: rotate(45deg);
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	display: none;
}

.popupbox {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 466px;
	height: 528px;
	background: url(https://pigmcsdotcom.pigcms.com/qywxscrm/images/right/poupBg.png);
}

.popup-img {
	width: 200px;
	height: 200px;
	position: relative;
	left: 50%;
	top: 33%;
	transform: translate(-50%);
}

.foot_bt {
	height: 99px;
	position: relative;
	background: url("https://pigmcsdotcom.pigcms.com/qywxscrm/images/bottom/copy.png") no-repeat;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.ul_server {
	margin-right: 120px;
}

.ul_server li a.ft_a {
	color: #FFF;
	line-height: 40px;
	font-size: 14px;
}

.ul_server li a.ft_a:hover {
	color: #4F87FB;
}

.ul_server li dl {
	padding: 10px 0 0 70px;
	position: relative;
	margin: 9px 0;
}

.ul_server li dl dd a {
	font-size: 14px;
	color: #FFF;
	line-height: 26px;
}

.ul_server li dl dd a:hover {
	color: #4F87FB;
}

.ul_server li dl dt {
	color: #B2B6B6;
	font-size: 12px;
}

.ul_server li dl .icon_server {
	position: absolute;
	left: 0;
	top: 10px
}

.p_til {
	color: #FFF;
	line-height: 40px;
	font-size: 14px;
}

.ul_hz {
	width: 480px;
	margin-top: 20px;
}

.ul_hz li {
	float: left;
	width: 120px;
	height: 50px;
}

.foot_line {
	border-top: 1px solid #333940;
	margin-top: 60px;
	padding: 30px 0;
	color: #B2B6B6;
	font-size: 12px;
}

.foot_line span {
	margin-right: 20px;
	padding: 10px 0;
}

.foot_line span.foot_logo {
	padding-left: 90px;
}

.rightPoupEwm {
	margin-top: 70%;
	margin-left: 17%;
	width: 94px;
	height:94px;
	background: url("https://pigmcsdotcom.pigcms.com/qywxscrm/images/right/ewm.png") no-repeat center;
}

.ss-ym-box {
	background: rgba(245, 248, 250, 1)
}

.ss-ym-list {
	border-right: 1px solid #FFF
}

.ss-ym-list li {
	width: 25%;
	float: left;
}

.ss-ym-list li:hover {
	background: rgba(236, 240, 250, 1)
}

.ss-ym-list-cont {
	margin-top: 3px;
}

.ss-ym-list-cont h2 {
	font-size: 18px;
	color: #333;
	padding-bottom: 5px
}

.ss-ym-list-img {
	margin-right: 5px;
	margin-left: 45px;
}

.ss-ym-list-img img {
	display: block;
	width: 50px;
	height: 50px;
}

.ss-ym-list-cont p {
	font-weight: normal;
	font-size: 12px;
	color: #999
}

.ss-ym-list-inner {
	border-left: 1px solid #FFF;
	overflow: hidden;
	padding: 25px 0px
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.trends-card-text-title:hover a {
	color: #4d96fc;
}

.trends-card-text-title a {
	color: #454F66;
}

.related {
	height: 1117px;
	background-color: #f6faff;
	min-width: 1200px;
	padding-top: 79px;
	box-sizing: border-box;
}

.related-part {
	width: 1200px;
	margin: auto;
	height: calc(100% - 145px);
}

.related-card {
	width: 282px;
	height: 336px;
	background-color: #ffffff;
	border-radius: 6px;
	float: left;
	margin-right: 24px;
	margin-bottom: 34px;
	box-sizing: border-box;
}

.related-card:nth-child(4),.related-card:nth-child(8) {
	margin-right: 0;
}

.related-card:hover {
	box-shadow: 2px 19px 40px 0px rgba(75, 149, 252, 0.13);
	border: 2px solid rgb(75, 149, 252);
}

.related-card-img {
	height: 134px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.related-card-title1 {
	font-size: 22px;
	color: #131313;
	text-align: center;
}

.related-card-title2 {
	text-align: center;
	font-size: 15px;
	color: #666;
	line-height: 28px;
}

.related-card-text {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding: 10px 20px 0;
}

.related-card:hover .related-card-img > img {
	transform: scale(1.2);
	transition: all 1s;
}

.related-btn {
	/*font-size: 24px;*/
	/*line-height: 113px;*/
	/*text-align: center;*/
	width: 190px;
	height: 50px;
	background-color: #328bfa;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-top: 37px;
	margin-left: calc(50% - 95px);
	cursor: pointer;
}

.upInprove .helper-body-content-left {
	width: calc(100% - 630px);
}

.controlTools .system-body-left-p{
	width: 468px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #191E31;
}
.controlTools .system-body-left-p3{
	margin-top:40px;
	width: 532px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
}
.controlTools .system-body-left-part{
	padding-top:107px;
	box-sizing: border-box;
	margin: 0px;
}

.rightPoup{
	position: fixed;
	right: 10px;
	bottom: 335px;
	z-index: 1000;
	width:138px;
	height:290px;
	background: url(https://pigmcsdotcom.pigcms.com/qywxscrm/images/right/rightBar.png) no-repeat center;
}

.activity2-img-1{
	position: absolute;
	z-index: 1;
	left: -50px;
	top: 20%;
	animation: aLmove 3s linear !important;
}

.activity2-img-2{
	position: absolute;
	top: 29%;
	z-index: 1;
	right: -5%;
	animation: armove 3s linear !important;
}

.activity2-img-3{
	position: absolute;
	top: 50px;
	left: 0px;
}

.activity2-img-circle1{
	position: absolute;
	left: 20px;
	top: 25%;
	z-index: 2;
	animation: scalebs 3s infinite linear !important;
}
.activity2-img-circle2{
	position: absolute;
	top: 60px;
	left: 39%;
	z-index: 2;
	animation: scalebs 3s infinite linear !important;
}

.activity2-img-circle3{
	position: absolute;
	top: 63%;
	left: 23%;
	z-index: 2;
	animation: scalebs 3s infinite linear !important;
}

.activity2-img-circle4{
	position: absolute;
	right: 39%;
	top: 70%;
	z-index: 2;
	animation: scalebs 3s infinite linear !important;
}

.trends-right-img1{
	width: 98%;
	position: absolute;
	left: -30px;
	top: 150px;
}

.trends-right-img2{
	position: absolute;
	bottom: 0px;
	left: 48%;
	animation: scalebs 3s infinite linear !important;
}

.trends-right-img3{
	position: absolute;
	top: 70px;
	left: 60%;
	animation: scalebs 3s infinite linear !important;
}

@-webkit-keyframes aLmove {
	0% {
		-webkit-transform: translateX(-100px);
	}
	50% {
		-webkit-transform: translateX(-50px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes armove {
	0% {
		-webkit-transform: translateX(100px);
	}
	50% {
		-webkit-transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes  rotateS{
	0%{transform:rotate(0)}
	100%{transform:rotate(360deg)}
}

@-webkit-keyframes scalebs{
	0%{transform: scale(1);  }
	25%{ transform: scale(0.8); }
	50%{ transform: scale(1);  }
	75%{transform: scale(0.8);}
}
@-webkit-keyframes  rotateS{
	0%{transform:rotate(-60deg)}
	100%{transform:rotate(60deg)}
}

.upInprove-img-0{
	position: absolute;
	left: 70px;
	top: 85px;
}

.upInprove-img-1{
	position: absolute;
	left: 75px;
	top: 432px;
	animation: scalebs 3s infinite linear !important;
}

.upInprove-img-2{
	position: absolute;
	left: 3px;
	top: 344px;
	animation: scalebs 3s infinite linear !important;
}

.upInprove-img-3{
	position: absolute;
	left: 9px;
	top: 215px;
	animation: scalebs 3s infinite linear !important;
}

.upInprove-img-4{
	position: absolute;
	left: 55px;
	top: 138px;
	z-index: 1;
	animation: scalebs 3s infinite linear !important;
}

.upInprove-img-5{
	position: absolute;
	left: 41px;
	top: 159px;
	animation: scalebs 3s infinite linear !important;
}

.upInprove-img-6{
	position: absolute;
	left: 41px;
	top: 159px;
}
.system-body-right-activity1{
	position: absolute;
	top: 20%;
	left: 18%;
	animation: scalebs 7s infinite ease-out !important;
}
.system-body-right-activity2{
	position: absolute;
	top: 13%;
	left: 45%;
}
.system-body-right-activity3{
	position: absolute;
	top: 20%;
	left: 80%;
	animation: scalebs 7s infinite ease-out !important;
}
.system-body-right-activity4{
	position: absolute;
	top: 68%;
	left: 26.5%;
	animation: scalebs 8s infinite ease-out !important;
}
.system-body-right-activity5{
	position: absolute;
	top: 77%;
	left: 41.5%;
	animation: scalebs 8s infinite ease-out !important;
}
.system-body-right-activity6{
	position: absolute;
	top: 77%;
	left: 59.5%;
	animation: scalebs 8s infinite ease-out !important;
}
.system-body-right-activity7{
	position: absolute;
	top: 68%;
	left: 74.5%;
	animation: scalebs 8s infinite ease-out !important;
}
.system-body-right-line1{
	position: absolute;
	top: 48%;
	left: 67%;
}
.system-body-right-line2{
	position: absolute;
	top: 52%;
	left: 52%;
}
.system-body-right-line3{
	position: absolute;
	top: 48%;
	left: 33.2%;
}
.system-body-right-line4{
	position: absolute;
	top: 52%;
	left: 48.5%;
}
.controlTools{
	height: 615px !important;
	background: #fafcff !important;
}

/*新增修改头部*/
.contain {
	min-width: 1200px;
	margin: auto;
}
.service-center, .solution {
	vertical-align: middle;
}

.w4:hover .service-center, .w3:hover .solution {
	transform: rotate(180deg) !important;
}
.w4:hover .service-center-modal, .w3:hover .solution-modal{
	border-top: 5px solid #4D8DFF;
	display: block !important;
	position: absolute;
	z-index: 99999;
	background: #FFFFFF;
	margin-top: -4px;
}
.w3:hover .solution-modal {
	box-shadow: 0px 8px 16px 0px rgba(18, 84, 211, 0.3);
	border-radius: 2px;
}
.solution-modal {
	width: 245px;
	height: 236px;
	margin-left: -84px;
	padding: 27px 0 0 22px;
}
.service-center-modal {
	margin-left: -24px;
	text-align: center;
	width: 123px;
	height: 118px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(18, 84, 211, 0.3);
	border-radius: 2px;
}
.service-center-modal, .solution-modal {
	display: none;
	color: #333333;
}
.service-center-modal .user-desc {
	height: 58px;
	width: 90px;
	border-bottom: 1px solid #F1F1F1;
	margin: 0 auto;
	color: #333333;
	font-size: 14px;
}
.service-center-modal .file-api{
	color: #333333;
	font-size: 14px;
}
.solution-item {
	display: inline-block;
	height: 40px;
	margin-bottom: 37px;
}
.solution-modal img {
	vertical-align: top;
	margin-right: 10px;
}
.solution-item-title {
	height: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #162537;
	line-height: 20px;
}
.solution-item-desc{
	height: 13px;
	font-size: 12px;
	font-weight: 400;
	color: #A3ABB5;
	line-height: 18px;
	margin-top: 12px;
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 63px;
	z-index: 999;
	/*background: #1B62E1;*/
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab {
	float: right;
}

.tab-link {
	padding: 0 20px;
	line-height: 60px;
	display: inline-block;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
}

.tab-link1 {
	padding: 0 20px;
	line-height: 60px;
	display: inline-block;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
}

/*.tab-link:hover {*/
/*	border-bottom: 2px solid #FFFFFF;*/
/*}*/

/*.tab-btn {
	display: inline-block;
	width: 102px;
	height: 32px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	margin-left: 75px;
	cursor: pointer;
}*/


.foot_desc {
	height: 442px;
	background: #1F2E3C;
}
.foot_item1, .foot_item2, .foot_item3, .foot_item4, .foot_item5 {
	display: inline-block;
	color: #99AABE;
	margin-top: 27px;
	text-align: left;
	vertical-align: top;
}
.foot_item1 {
	width: 377px;
}
.foot_item2 {
	width: 281px;
}
.foot_item3 {
	width: 203px;
}
.foot_item4 {
	width: 194px;
}
.foot_item5 {
	width: 70px;
}
.item-title {
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 34px;
}
.item-content {
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 400;
	color: #99AABE;
}
.service-center-modal {
	display: none;
}
.foot_line {
	border-top: 1px solid rgba(135, 139, 165, 0.08);
	background: #1F2E3C;
	padding: 28px 0;
	color: #99AABE;
	font-size: 12px;
}

.foot_logo {
	font-size: 12px;
	font-weight: 400;
	color: #99AABE;;
	line-height: 24px;
}

.qr-btn {
	font-size: 14px;
	margin: 0 auto;
	width: 99px;
	height: 38px;
	line-height: 38px;
	color: #FDFDFD;
	background: linear-gradient(90deg, #437EEB, #78A1F2);
	border: 1px solid #3181F3;
	box-shadow: 0px 4px 0px 0px rgba(219, 223, 232, 0.89);
	border-radius: 4px;
}

.w1200dt {
    margin: 0 auto;
    /*background: #383D43;*/
    text-align: center;
}

.w1200dt a{
    color: #99AABE;
}

.fixedmenu {
	position: fixed;
	right: 30px;
	width: 60px;
	height: 200px;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 999;
	top: 60%;
	background: #FFFFFF;
	border-radius: 4px;
}

.fixedmenu a {
	flex: 1;
	border-bottom: 1px solid #e5e5e5;
	/* Center slide text vertically */
	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;
	width: 46px;
	height: 46px;
}

.fixedmenu a .erji {
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	position: absolute;
	right: 65px;
	display: none;
}

.fixedmenu a:hover .erji {
	display: block;
}
.fixedmenu a:nth-child(1) {
	background: url(/static/img/pic1207-2.png) no-repeat center;
}
.fixedmenu a:nth-child(2) {
	background: url(/static/img/pic1209.png) no-repeat center;
}
.fixedmenu a:nth-child(3) {
	background: url(/static/img/pic69.png) no-repeat center;
}
.go-reg_text {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	width: 854px;
	text-align: center;
	margin-bottom: 24px;
	height: 47px;
	margin: 0 auto;
	padding-top: 45px;
}
.page-right li {
    float: left;
    cursor: pointer;
	line-height: 60px;
}
.page-right li:first-child span {
    border-left: none;
}
.page-right li span {
    border-left: 1px solid #D9D9D9;
    line-height: 33px;
}
.page-right span {
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
}

.pp-footer {
    background-color: #27272f;
    width: 100%;
}
.pp-footert {
    padding: 15px 0;
}
.flex {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
}
.pp-container {
    width: 1200px;
    margin: 0 auto;
}
.flex-a {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.pp-footertl .txt {
    font-size: 16px;
    color: #fff;
    opacity: .5;
}
.pp-footertr .code:first-child {
    margin: 0 57px 0 130px;
}
.pp-footertr .text {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.pp-footerb {
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: .5;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #36363a;
}