* {
	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)
}

.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: 703px;
}

.adv_active {
	/*border-bottom: 2px solid #FFF;*/
}

.tab-link:hover {
	/*border-bottom: 2px solid #FFF;*/
}

.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 {
}
.header1-txt .header1-txt-first p:nth-child(1){
	font-size: 34px;
	font-weight: 500;
	color: #FFF;
	line-height: 48px;
}
.header1-txt .header1-txt-first p{
	max-width: 480px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	line-height: 28px;
}
.header1-txt .header1-txt-first p:nth-child(2){
	margin-top: 20px;
}
.header1-txt .buttons{
	text-align: left;
	padding-top: 385px;
}

.header1-txt-first {
	position: absolute;
	left: 50px;
	top: 135px;
	text-align: center;
	width: 530px;height: 120px;color: #fff;text-align: left;
}
.header-banner_button{
	margin-left: 50px;
}

.header1-txt-second {
	position: absolute;
	left: 0px;
	top: 320px;
}

.mainContent{
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	height: 565px;
	margin-top: 65px;
}

.hearder1-btn {
	padding:16px 40px;
	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: 30px;
	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;
}
@keyframes dong {
  0% {
    transform: translate(0px, 20px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 20px);
  }
}
@keyframes icon-top {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.7);
  }
}
.hearder2-btn {
	padding:16px 40px;
	color: #2658e7;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 160px;
}
.hearder2-btn:hover {
	background: #3078f1;
	color: #fff;
}
.header2-img {
    position: absolute;
    top: 42px;
    left: 2%;
    animation: icon-top 4s infinite;
}
.header2-img2 {
    position: absolute;
    top: -14px;
    left: 82%;
    z-index: 999;
    animation: icon-top 4s infinite;
}
.header2-img3 {
    position: absolute;
    top: 200px;
    left: 75%;
    animation: icon-top 4s infinite;
}
.header2-img4 {
    position: absolute;
    top: -52px;
    left: 52%;
    margin-left: -130px;
    z-index: 999;
    width: 50%;
    animation: dong 2s infinite;
}
.header2-img5 {
    position: absolute;
    top: -72px;
    left: 66%;
    z-index: 999;
    width: 20%;
    animation: dong 2s infinite;
}
.header2-img6 {
    position: absolute;
    top: -15px;
    left: 105%;
    z-index: 999;
}
.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 {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 100px;
}

.private-title {
	margin: auto;
	padding-top: 100px;
	text-align: center;
}

.private-card {
	max-width: 1200px;
	border-radius: 4px;
	margin-top: 55px;
	font-size: 0;
	position: relative;
	clear: both;
	overflow: hidden;
}

.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:66%;
}

.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{
	max-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 {
	box-sizing: border-box;
	margin-bottom: 100px;
}

.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 {
	max-width: 1200px;
	height: 100%;
	clear: both;
	overflow: hidden;
	margin: auto;
}

.system-body-left {
	width: 550px;
	float: left;
	text-align: left;
	padding-left: 45px;
	padding-right: 30px;
	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 {
	float: left;
}

.system-body-left-p1 {
	font-size: 22px;
	color: #1F2D3D;
	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: #1F2D3D;
	font-size: 32px;
	margin-bottom: 50px;
	margin-top: 85px;
}

.trends .system-body-left-p1 {
	font-size: 16px;
	font-weight: bold;
	color: #1F2D3D;
	line-height: 22px;
}

.trends .system-body-left-p3{
	margin-top:19px;
	font-size: 15px;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
}

.trends .btn-group{
	margin-top:60px
}
.dot{
	font-style: normal;
	display: inline-block;
	color: #2f54eb;
	margin-right: 10px;
}

.system-body-right {
	position: relative;
	float: left;
	width: calc(100% - 550px);
	height: 74%;
	box-sizing: border-box;
}

.system-body-right-img1 {
	width: 15%;
	position: absolute;
	top: 330px;
	left: 110px;
}

.system-body-right-img2 {
	width: 34%;
	position: absolute;
	top: 204px;
	left: 143px;
	/*-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;
}

.system-body-right-img4 {
	position: absolute;
	top: 68px;
	left: 30px;
	z-index: -1;
}

.system-body-right-img5 {
	z-index:1;
	width: 100%;
	position: absolute;
	top: 45px;
}

@-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 {
	max-width: 1200px;
	height: 1158px;
	padding-top: 80px;
	box-sizing: border-box;
	/*background: #f6faff;*/
}

.helper-w1200, .trends-w1200 {
	max-width: 1200px;
	margin: auto;
}

.action-p2 {
	text-align: center;
	margin: 21px 0 56px;
	font-size: 18px;
	color: #666;
}

.action-body {
	height: 134px;
	max-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 {
	max-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 {
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	clear: both;
	overflow: hidden;
}
.upInprove{
	margin-top: 0;
	margin-bottom: 0;
}
.helper-body
.helper-p1 {
	font-size: 32px;
	color: #000;
}

.helper-p2 {
	font-size: 16px;
	color: #666;
	margin: 22px 0 70px;
}
.helper-body-btn-group{
	margin-top:60px;
}

.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 {
	height: 36px;
	font-size: 32px;
	font-weight: 400;
	color: #1F2D3D;
	line-height: 22px;
	text-align: center;
}

.helper-body-content-left-p2 {
	margin-top:37px;
	font-size: 15px;
	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);
}

.trends {
	background-size: 100% 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.trendss {
	height: 920px;
    background: url(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/trends/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(https://pigmcsdotcom.pigcms.com/kuaijingkaquan/images/trends/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);
}

.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);
}

.foot_bt {
	height: 99px;
	position: relative;
	background: url("https://pigmcsdotcom.pigcms.com/qywxscrm/images/bottom/copy.png") no-repeat;
}

.w1200 {
	max-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 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;
	max-width: 1200px;
	padding-top: 79px;
	box-sizing: border-box;
}

.related-part {
	max-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% - 618px);
	margin-bottom: 160px;
}
.controlTools{
	height: 615px;
	margin-top: 30px;
	margin-bottom: -100px;
}

.controlTools .system-body-left-p{
	width: 468px;
	height: 36px;
	font-size: 32px;
	font-weight: 400;
	color: #1F2D3D;
}
.controlTools .system-body-left-p3{
	margin-top:40px;
	width: 532px;
	font-size: 15px;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
}
.controlTools .system-body-left-part{
	padding-top: 60px;
	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{
	width: 100%;
}

.activity2-img-circle1{
	position: absolute;
	left: 20px;
	top: 25%;
	z-index: 2;
}
.activity2-img-circle2{
	position: absolute;
	top: 60px;
	left: 39%;
	z-index: 2;
}

.activity2-img-circle3{
	position: absolute;
	top: 63%;
	left: 23%;
	z-index: 2;
}

.activity2-img-circle4{
	position: absolute;
	right: 39%;
	top: 70%;
	z-index: 2;
}

.trends-right-img1{
	width: 98%;
	position: absolute;
	left: 0px;
	top: 150px;
}

.trends-right-img2{
	position: absolute;
	bottom: 0px;
	left: 48%;
}


@-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: 0;
  top: 103px;
	width: 50%;
}

.upInprove-img-1{
	position: absolute;
	left: 75px;
	top: 432px;
}

.upInprove-img-2{
	position: absolute;
	left: 3px;
	top: 344px;
}

.upInprove-img-3{
	position: absolute;
	left: 9px;
	top: 215px;
}

.upInprove-img-4{
	position: absolute;
	left: 55px;
	top: 138px;
	z-index: 1;
}

.upInprove-img-5{
	position: absolute;
	left: 41px;
	top: 159px;
}
.upInprove .helper-body-content-left-p1{
	width: 541px;height: 37px;
}

.upInprove-img-6{
	position: absolute;
	left: 41px;
	top: 159px;
}
.systembody-right-activity1{
	position: absolute;
	top: 20%;
	left: 18%;
}
.systembody-right-activity2{
	margin-top: 12px;
    margin-left: 20px;
}
.systembody-right-activity3{
	position: absolute;
	top: 20%;
	left: 80%;
}
.systembody-right-activity4{
	position: absolute;
	top: 68%;
	left: 26.5%;
}
.systembody-right-activity5{
	position: absolute;
	top: 77%;
	left: 41.5%;
}
.systembody-right-activity6{
	position: absolute;
	top: 77%;
	left: 59.5%;
}
.systembody-right-activity7{
	position: absolute;
	top: 68%;
	left: 74.5%;
}
.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%;
}

/*新增修改头部*/
.adv_active {
	/*border-bottom: 2px solid #FFFFFF;*/
}
/*.tab-link:hover {*/
/*	border-bottom: 2px solid #FFFFFF;*/
/*}*/

.service-center-modal {
	display: none;
}

.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;
}

.foot_line {
	margin-top: 0px !important;
}


/* 自适应 */
@media screen and (max-width: 1200px){
	.header1{
		height: 595px;
	}
	.private-title{
		padding-top: 40px;
	}
	.mainContent{
		height: 466px;
	}
	.private{
		margin-bottom: 40px;
	}
	.header1-txt-first{
		text-align: center;
		width: 100%;
		top: -60px;
		left: 0;
		padding: 0 20px;
	}
	.header1-txt .header1-txt-first p:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    line-height: 36px;
	}
	.header1-txt .header1-txt-first p{
		font-size: 14px;
    font-weight: 400;
    color: #FFF;
    line-height: 28px;
    margin-bottom: 0px;
    margin: auto;
	}
	.header1-txt .buttons{
		margin-top: 30px;
    text-align: center;
		padding-top: 120px;
		margin-left: 0;
		z-index: 999;
	}
	.header1-txt .header1-txt-second{
		position: absolute;
    left: 9px;
    width: 95%;
    top: 110px;
	}
	.header1-img{
		bottom: -10px;
		left: 50%;
		transform: scale(0.8)translate(-62%, 0px);
	}
	.private-card{
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.private-card-pard{
		width: 50%;
		padding: 5px;
	}
	.system-body-left{
		padding: 0 20px;
		width: 100%;
	}
	.system-body-right{
		padding: 0 20px;
	}
	.system-body-left-text,.helper-body-content-left,.helper_Img_box,.helper-body-content-left{
		width: 100%;
	}
	.system-body-right{
		width: 100%;
		margin-bottom: 80px;
	}
	.upInprove .helper-body-content-left{
		margin-bottom: 40px;
	}
	.trends .system-body-right{
		width: 100%;
		margin-bottom: 40px;
	}
	.upInprove-img-0{
		width: 100%;
		top: 0;
	}
	.system-body-left-p1{
		font-size: 18px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #1F2D3D;
		line-height: 30px;
	}
	.system-body-right img{
		position: initial;
	}
	.system{
		margin-bottom: 0;
	}
	.system-body-right .system-body-right-img4{
		position: absolute;
		width: 140px;
	}
	.system,.helper,.helper-body{
		clear: both;
		overflow: hidden;
		height: auto;
	}
	.system-body-right-img5{
		position: inherit;
	}
	.helper{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.helper_Img_box{
		float: left;
		height: 266px;
		margin-top: 40px;
	}
	.helper-body-content-left{
		padding: 30px 20px 0px;
	}
	.helper-body-content-left-p1{
		font-size: 22px;
		font-weight: 400;
		text-align: center;
		width: auto;
	}
	.helper-body-content-left-p2{
		font-size: 14px;
		width: auto;
	}
	.system-body-left-p{
		font-size: 30px;
	}
	.trends .system-body-left-p{
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 22px;
    font-weight: 400;
		text-align: center;
	}
	.upInprove .helper-body-content div{
		float: left;
		width: 100%;
	}
	.upInprove .helper-body-content div:nth-child(2){
		min-height: 300px;
		float: left;
		width: 100%;
	}
	.upInprove .helper-body-content-left-p1{
		width: 100%;
	}
	.system-body-left-part{
		padding-top: 0;
		margin-top: 0;
	}
	.controlTools .system-body-left-p{
		font-size: 20px;
		margin-top: 0 !important;
		width: 100%;
		text-align: center;
	}
	.controlTools .system-body-left-part{
		padding-top: 10px;
	}
	.controlTools .system-body-left-p3{
		margin-top: 20px;
		font-size: 14px;
	}
	.controlTools .system-body-right{
		float: left;
		width: 100%;
		margin-bottom: 0px;
	}
	.controlTools .system-body-right img{
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	.system-body{
		clear: both;
		overflow: hidden;
	}
	.system-body-left-part.btn-group,.helper-body-btn-group{
		display: none;
	}
}
