@charset "UTF-8";
@font-face {
	font-family: "PingFang Light";
	src: url("PingFang Light.ttf");
	font-weight: 400;
	font-style: normal;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #707070;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: PingFang SC;
}
*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.banner {
	height: 567px;
	z-index: 99;
	overflow: hidden;
	background-color: #61b4f3;
}
.banner-content {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	padding-top: 180px;
	padding-left: 26px;
	color: #fff;
}
.banner-content-image {
	position: absolute;
	top: 100px;
	right: -100px;
}
.banner-content-h1 {
	width: 612px;
	height: 127px;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 3px;
	color: #fff;
}
.banner-content-h3 {
	width: 690px;
	height: 83px;
	font-size: 28px;
	line-height: 43px;
	letter-spacing: 2px;
	color: #fff;
	margin: 17px 0 41px;
}
.banner-content-button {
	width: 287px;
	height: 86px;
	font-size: 45px;
	line-height: 78px;
	letter-spacing: 3px;
	border-radius: 43px;
	text-align: center;
	background: #fff;
	border: 0;
}
.banner-content-button a {
	color: #61b4f3;
}
.unscramble {
	height: 387px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.unscramble-left h2,
.unscramble-right h2 {
	margin: 100px 0 7px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
}
.unscramble-left h5,
.unscramble-right h5 {
	height: 107px;
	font-size: 14px;
	line-height: 20px;
}
.unscramble-left {
	width: 386px;
	text-align: right;
}
.unscramble-img {
	width: 254px;
	height: 254px;
	margin: 31px 24px 0 9px;
}
.unscramble-right {
	text-align: left;
	width: 436px;
}
.feature {
	height: 690px;
	text-align: center;
	background-color: #f6f6f6;
}
.feature-title {
	height: 140px;
	padding-top: 30px;
	font-size: 40px;
	line-height: 56px;
}
.feature-items {
	height: 319px;
	width: 1180px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.feature-items li {
	width: 271px;
	height: 132px;
	padding: 0 15px 0 7px;
	color: #fff;
	background-color: #61b4f3;
	-webkit-box-shadow: 0 0 9px 0 rgba(97, 180, 243, .3);
	box-shadow: 0 0 9px 0 rgba(97, 180, 243, .3);
	border-radius: 4px;
}
.feature-items li h3 {
	font-size: 18px;
	line-height: 25px;
	margin: 15px 0 9px;
}
.feature-items li h5 {
	font-size: 12px;
	line-height: 17px;
}
.feature-free {
	height: 231px;
}
.feature-free h2 {
	font-size: 30px;
	line-height: 42px;
	padding-top: 48px;
}
.feature-free h5 {
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0;
}
.feature-free div {
	width: 200px;
	margin: 0 auto;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0084e8), to(#39a8ff));
	background-image: linear-gradient(180deg, #0084e8 0, #39a8ff 100%);
	border-radius: 35px;
	font-size: 24px;
	line-height: 54px;
	color: #fff;
}
.electronic-ticket {
	height: 956px;
}
.electronic-ticket-title {
	height: 222px;
	padding: 53px 0 75px;
	text-align: center;
}
.electronic-ticket-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.electronic-ticket-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.electronic-ticket-content {
	width: 1174px;
	height: 658px;
	margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/ticket1.png?1906241029) no-repeat left top,
		url(../../../images/zhjq/images/drp/ticket2.png) no-repeat right bottom;
}
.electronic-ticket-content-bottom,
.electronic-ticket-content-top {
	position: absolute;
	width: 465px;
}
.electronic-ticket-content-bottom h2,
.electronic-ticket-content-top h2 {
	font-family: PingFang SC;
	font-size: 40px;
	line-height: 56px;
}
.electronic-ticket-content-bottom h2 span,
.electronic-ticket-content-top h2 span {
	color: red;
}
.electronic-ticket-content-bottom h5,
.electronic-ticket-content-top h5 {
	font-size: 20px;
	line-height: 28px;
	margin: 3px 0 13px;
}
.electronic-ticket-content-bottom p,
.electronic-ticket-content-top p {
	font-size: 20px;
	line-height: 28px;
}
.electronic-ticket-content-top {
	right: 77px;
	top: 38px;
}
.electronic-ticket-content-bottom {
	text-align: right;
	left: 31px;
	bottom: 39px;
}
.sundry-mall {
	height: 523px;
	background-color: #f6f6f6;
	padding: 125px 0 63px;
}
.sundry-mall-items {
	width: 1046px;
	height: 224px;
	margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/mall-bgc.png?1906241029);
}
.sundry-mall-items li {
	position: absolute;
	right: 0;
}
.sundry-mall-items li h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 12px;
}
.sundry-mall-items li h5 {
	font-size: 12px;
	line-height: 20px;
}
.sundry-mall-items li:nth-child(1) {
	left: 90px;
}
.sundry-mall-items li:nth-child(2),
.sundry-mall-items li:nth-child(6) {
	left: 412px;
}
.sundry-mall-items li:nth-child(3) {
	right: 146px;
}
.sundry-mall-items li:nth-child(3) h5 {
	width: 170px;
}
.sundry-mall-items li:nth-child(4) {
	right: -140px;
}
.sundry-mall-items li:nth-child(n + 5) {
	top: 144px;
}
.sundry-mall-items li:nth-child(5) {
	left: 90px;
}
.sundry-mall-items li:nth-child(5) h5 {
	width: 120px;
}
.sundry-mall-items li:nth-child(7) {
	left: 734px;
}
.sundry-mall-items li:nth-child(7) h5 {
	width: 108px;
}
.sundry-mall-items li:nth-child(8) {
	right: -103px;
}
.sundry-mall-info {
	margin: 47px auto 0;
	text-align: center;
	width: 1044px;
	height: 64px;
	font-size: 12px;
	line-height: 30px;
}
.mobile-e-commerce {
	height: 836px;
}
.mobile-e-commerce-title1 {
	height: 218px;
	padding: 64px 0 60px;
	text-align: center;
}
.mobile-e-commerce-title1 h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.mobile-e-commerce-title1 h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.mobile-e-commerce-content1 {
	width: 799px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/e-commerce-bgc1.png?1906241029);
}
.mobile-e-commerce-content1 ul {
	position: absolute;
	bottom: -42px;
	left: 20px;
	width: 749px;
	font-size: 20px;
	line-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mobile-e-commerce-content1 ul li:nth-child(2) {
	margin: 0 141px 0 167px;
}
.mobile-e-commerce-content1 ul li:nth-child(4) {
	margin: 0 -7px 0 auto;
}
.mobile-e-commerce-title2 {
	height: 288px;
	padding: 142px 0 52px;
	text-align: center;
}
.mobile-e-commerce-title2 h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.mobile-e-commerce-title2 h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.mobile-e-commerce-content2 {
	width: 1144px;
	height: 174px;
	margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/e-commerce-bgc2.png?1906241029);
}
.mobile-e-commerce-content2 ul {
	position: absolute;
	bottom: -20px;
	left: 65px;
	width: 1012px;
	font-size: 20px;
	line-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mall-advantage {
	height: 583px;
	background-color: #f6f6f6;
}
.mall-advantage-title {
	height: 129px;
	padding: 28px 0 0;
	text-align: center;
}
.mall-advantage-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.mall-advantage-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.mall-advantage-content {
	width: 1234px;
	height: 425px;
	margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/mall-advantage-bgc.png?1906241029);
}
.mall-advantage-content li {
	width: 204px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 239px;
}
.mall-advantage-content li h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
.mall-advantage-content li h5 {
	width: 204px;
	height: 64px;
	font-size: 12px;
	line-height: 30px;
}
.mall-advantage-content li:nth-child(1) {
	left: 66px;
}
.mall-advantage-content li:nth-child(2) {
	left: 366px;
}
.mall-advantage-content li:nth-child(3) {
	left: 666px;
}
.mall-advantage-content li:nth-child(4) {
	left: 966px;
}
.marketing-mechanism {
	background: url(../../../images/zhjq/images/drp/marketing-mechanism-bgc.png?1906241029);
	height: 567px;
	color: #fff;
	text-align: center;
}
.marketing-mechanism-title {
	height: 179px;
	padding: 43px 0 0;
	text-align: center;
}
.marketing-mechanism-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.marketing-mechanism-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.marketing-mechanism-img {
	width: 1141px;
	height: 117px;
	margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/marketing-mechanism-img.png?1906241029);
}
.marketing-mechanism-img ul {
	width: 1116px;
	position: absolute;
	left: 20px;
	bottom: -35px;
}
.marketing-mechanism-img ul li {
	float: left;
	font-size: 20px;
	line-height: 28px;
}
.marketing-mechanism-img ul li:nth-child(2) {
	margin: 0 111px 0 91px;
}
.marketing-mechanism-img ul li:nth-child(4) {
	margin: 0 111px 0 121px;
}
.marketing-mechanism-img ul li:nth-child(6) {
	margin: 0 91px 0 111px;
}
.marketing-mechanism-content {
	height: 231px;
}
.marketing-mechanism-content h2 {
	font-size: 30px;
	line-height: 42px;
	padding-top: 102px;
}
.marketing-mechanism-content h5 {
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0;
}
.marketing-mechanism-content div {
	width: 200px;
	margin: 0 auto;
	cursor: pointer;
	background: white;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#b8f7fe), to(#fff));
	background-image: linear-gradient(180deg, #b8f7fe 0, #fff 100%); */
	border-radius: 35px;
	font-size: 24px;
	line-height: 54px;
	color: rgb(3, 129, 252);
}
.marketing-mechanism-content div a{
	color: rgb(3, 129, 252) !important;
}
.distribute-channel {
	height: 693px;
}
.distribute-channel-title {
	height: 250px;
	padding: 80px 0 0;
	text-align: center;
}
.distribute-channel-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.distribute-channel-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.distribute-channel-content {
	width: 631px;
	height: 340px;
    margin: 0 auto;
	position: relative;
	background: url(../../../images/zhjq/images/drp/distribute-channel-bgc.png?1906241029);
}
.distribute-channel-content li {
	position: absolute;
	right: 0;
	width: 132px;
	height: 35px;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	text-align: center;
	color: white;
}
.distribute-channel-content li:nth-child(1) {
	left: 24px;
	top: 19px;
}
.distribute-channel-content li:nth-child(2) {
	left: 9px;
	top: 158px;
}
.distribute-channel-content li:nth-child(3) {
	width: 209px;
	left: 31px;
	top: 300px;
}
.distribute-channel-content li:nth-child(4) {
	right: 23px;
	top: 9px;
}
.distribute-channel-content li:nth-child(5) {
	right: 6px;
	top: 256px;
}
.ticket-checking {
	height: 601px;
	background-color: #f6f6f6;
}
.ticket-checking-title {
	height: 194px;
	padding: 49px 0 0;
	text-align: center;
}
.ticket-checking-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.ticket-checking-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.ticket-checking-content {
	width: 1194px;
	height: 397px;
	padding: 107px 0 0 600px;
	margin: 0 auto;
	background: url(../../../images/zhjq/images/drp/ticket-checking-bgc.png?1906241029) no-repeat;
}
.ticket-checking-content h2 {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 2px;
}
.ticket-checking-content h5 {
	margin-top: 10px;
	font-size: 17px;
	line-height: 24px;
}
.data-analysis {
	height: 664px;
}
.data-analysis-title {
	height: 183px;
	height: 183px;
	padding: 60px 0 0;
	text-align: center;
}
.data-analysis-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.data-analysis-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.data-analysis-content {
	width: 1204px;
	height: 389px;
	margin: 0 auto;
	padding: 244px 10px 0;
	background: url(../../../images/zhjq/images/drp/data-analysis-bgc.png?1906241029);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}
.data-analysis-content li {
	width: 167px;
}
.data-analysis-content li h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 12px;
}
.data-analysis-content li h5 {
	font-size: 12px;
	line-height: 17px;
}
.client {
	height: 799px;
	background-color: #f6f6f6;
}
.client-title {
	height: 213px;
	padding: 85px 0 0;
	text-align: center;
}
.client-title h2 {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.client-title h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.client-title h5 {
	width: 698px;
	height: 56px;
	margin: 0 auto;
}
.client-data {
	width: 1201px;
	height: 603px;
	margin: 0 auto;
	padding: 89px 0 0 56px;
	background: url(../../../images/zhjq/images/drp/map.png?1906241029) no-repeat 116% -10px;
}
.client-data ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 304px;
	height: 447px;
}
.client-data ul li {
	text-align: center;
	height: 107px;
	position: relative;
}
.client-data ul li::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 50%;
	-webkit-transform: translate(68px);
	transform: translate(68px);
	width: 137px;
	border-bottom: 1px solid #61b4f3;
}
.client-data ul li h2 {
	font-family: PingFang SC;
	font-size: 40px;
	line-height: 54px;
	letter-spacing: 2px;
}
.client-data ul li h5 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.parcel-dynamic .dynamic {
	width: 100%;
	height: 100%;
	height: 773px;
}
.parcel-dynamic .dynamic-title {
	width: 100%;
	height: 170px;
	font: 36px/46px pingFangSC-Light;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 76px;
	text-align: center;
}
.parcel-dynamic .dynamic-content {
	width: 100%;
	height: 456px;
}
.parcel-dynamic .dynamic-content-details {
	width: 1200px;
	height: 375px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.parcel-dynamic .dynamic-content-details a {
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.parcel-dynamic .dynamic-content-details li {
	width: 360px;
	height: 172px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6px;
	border: 1px solid #eee;
	background: #fff;
	margin: 0 54px 30px 0;
	cursor: pointer;
}
.parcel-dynamic .dynamic-content-details li:nth-of-type(3n) {
	margin-right: 0;
}
.parcel-dynamic .dynamic-content-details-left {
	width: 155px;
	height: 155px;
	margin-right: 20px;
}
.parcel-dynamic .dynamic-content-details-left img {
	display: block;
	width: 100%;
	height: 100%;
}
.parcel-dynamic .dynamic-content-details-right {
	width: 170px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
}
.parcel-dynamic .dynamic-content-details-right .p-title {
	width: 100%;
	height: 24px;
	font: 14px/24px pingFangSC-Light;
	color: #333;
}
.parcel-dynamic .dynamic-content-details-right .p-time {
	width: 100%;
	height: 24px;
	font: 12px/24px pingFangSC-Light;
	color: #999;
}
.parcel-dynamic .dynamic-content-details-right .div-content {
	font: 12px/20px pingFangSC-Light;
	color: #999;
	margin-top: 20px;
}
.parcel-dynamic .dynamic-button {
	width: 195px;
	height: 45px;
	font: 20px/45px pingFangSC-Light;
	color: #fff;
	border-radius: 4px;
	background: #08f;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.bg{position: relative;}
.bg .content{width: 748px;height:618px;position: absolute;left: 350px;top: 59px;}
.bg .content div{background:#009FD9;width: 10px;height: 10px;border-radius:50%;position: relative;}
.bg .content p{position: absolute;width: 10px;height: 10px;border-radius:50%;animation: myfirst 1.5s  infinite;box-shadow: 0px 0px 1px #009FD9; }
.bg .content  span{position: absolute;display:block;width: 10px;height: 10px;border-radius:50%;animation: myfirst 1.5s  infinite;box-shadow: 0px 0px 1px #009FD9; animation-delay: 0.5s;}
.bg .content .one{position: absolute;left:546px; top:110px;}
.bg .content .two{position: absolute;left:475px; top:184px;}
.bg .content .three{position: absolute;left:303px; top:202px;}
.bg .content .four{position: absolute;left:540px; top:243px;}
.bg .content .five{position: absolute;left:527px; top:274px;}
.bg .content .six{position: absolute;left:435px; top:292px;}
.bg .content .seven{background: #009FD9;position: absolute;left:525px; top:405px;}
.bg .content .eight{background: #009FD9;position: absolute;left:314px; top:275px;}
@keyframes myfirst{
	20% {transform: scale(2);}
	40% {transform: scale(3);}
	60% {transform: scale(4);}
	80% {transform: scale(5);}
	100% {transform: scale(6);}
}