:root {
	--addFontSize: 4px;
}

html,
body {
	height: 100%;
}

body {
	overflow-x: auto;
	background: #020a4a;
	color: #fff;
	word-wrap: break-word;
	word-break: normal;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 6400px;
	height: 1423px;
	/* width: 4857px;
	height: 1080px; */
	margin: 0 auto;
	background: #020a49 url(../images/containerbg.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.header {
	background: url(../images/h_headerbg.png) no-repeat;
	background-size: 100% 100%;
	height: 120px;
	text-align: center;
	position: relative;
}

.header .tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	line-height: 101px;
	text-align: center;
	padding-top: 5px;
}

.header .tit img {
	vertical-align: middle;
}

.header .nav {
	position: absolute;
	top: 0;
	font-size: calc(34px + var(--addFontSize));
	color: #a2b1db;
	line-height: 90px;
	z-index: 1;
}

.header .nav a:hover {
	color: inherit;
}

.header .nav-l {
	right: 50%;
	margin-right: 455px;
}

.header .nav-r {
	left: 50%;
	margin-left: 455px;
}

.header .nav li {
	display: inline-block;
	padding: 0 160px 0 160px;
	margin: 0 15px;
}

.header .nav li.active,
.header .nav li:hover {
	color: #fff;
	font-size: calc(34px + var(--addFontSize));
	background: url(../images/bg11.png) right center no-repeat;
	background-size: 100% 19px;
}

.indexwrap {
	overflow: hidden;
	margin-top: 67px;
}

.indexarea {
	background: url(../images/h_areabg.png) no-repeat center/cover;
	width: calc(749px * 1.3);
	height: calc(890px * 1.3);
	float: left;
	margin-left: 85px;
}

.indexareabig {
	background: url(../images/h_areabig.png) no-repeat center/cover;
	width: calc(1500px * 1.3);
	height: calc(890px * 1.3);
	float: left;
	margin-left: 67px;
}

.indexareabig1 {
	background-image: url(../images/h_areabig1.png);
	width: calc(1548px * 1.3);
}

.indexarea-hd {
	text-align: center;
	line-height: 85px;
}

.indexarea-hd img {
	vertical-align: middle;
	height: calc(22px * 1.3);
	margin-top: 31px;
}

.indexarea-bd {}

/*人才团队*/
.team {
	margin-top: 25px;
}

.indexarea-bd>.team {
	margin-top: 35px;
}

.team-list .hd {
	text-align: center;
	background: url(../images/bg01.png) no-repeat center/auto 100%;
	height: calc(36px * 1.3);
	line-height: calc(36px * 1.3);
	font-size: calc(16px * 1.3 + var(--addFontSize));
	letter-spacing: 1px;
}

.team-list .bd {
	height: auto;
	overflow: hidden;
	padding: 3px 100px;
}

.team-list .bd li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 18px 0;
	cursor: pointer;
}

.teampop .user {
	text-align: center;
}

.team-list .img,
.teampop .user-img {
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	padding-top: 16px;
	box-sizing: border-box;
	width: calc(126px * 1.3);
	height: calc(126px * 1.3);
}

.team-list .img .bg,
.teampop .user-img .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/bg02.png) no-repeat center/cover;
	width: calc(126px * 1.3);
	height: calc(126px * 1.3);

}

.team-list li:hover .img .bg {
	-webkit-animation: change 4.5s linear infinite;
	animation: change 4.5s linear infinite;
}

@-webkit-keyframes change {
	0% {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes change {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.team-list .img img,
.teampop .user-img img {
	width: calc(92px * 1.3);
	height: calc(92px * 1.3);
	position: relative;
	z-index: 1;
}

.team-list h3,
.teampop .user h3 {
	font-size: calc(18px * 1.3 + var(--addFontSize));
	color: #00e4ff;
	font-weight: bold;
	margin-bottom: 10px;
}

.team-list p,
.teampop .user p {
	font-size: calc(14px * 1.3 + var(--addFontSize));
	color: #2c7eb8;
}

/*发起单位*/
.comp {
	padding: 58px 55px 58px 58px;
}

.comp .item {
	background: url(../images/bg03.png) no-repeat center/cover;
	background-size: cover;
	width: calc(277px * 1.3);
	height: calc(74px * 1.3);
	text-align: center;
	line-height: calc(74px * 1.3);
	font-size: calc(18px * 1.3 + var(--addFontSize));
	color: #fdb745;
}

.comp-hd {
	text-align: center;
	margin-top: 30px;
}

.comp-hd .item {
	display: inline-block;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.comp-hd .item:hover {
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
}

.comp-bd {
	position: relative;
}

.comp-bd .item {
	margin: calc(26px * 1.3);
	/*float: left;*/
	position: relative;
}

.comp-bd .bigline {
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: -40px;
	bottom: 40px;
	border-left: 1px dashed #17498c;
}

.comp-bd .item:nth-child(even) .line {
	position: absolute;
	right: -20px;
	top: 50%;
	border-top: 1px dashed #17498c;
	content: "";
	width: 20px;
}

.comp-bd .item:nth-child(8) .line {
	position: absolute;
	right: -20px;
	top: 50%;
	border-top: 1px dashed #17498c;
	content: "";
	width: 0px !important;
}

.comp-bd .item:nth-child(odd) .line {
	position: absolute;
	left: -20px;
	top: 50%;
	border-top: 1px dashed #17498c;
	content: "";
	width: 20px;
}

/*平台*/
.indexareabig .indexarea-hd {
	padding-left: 15px;
}

.platform .list {
	text-align: center;
	margin-top: 100px;
}

.platform .list .item {
	background: url(../images/bg04.png) no-repeat center/cover;
	width: calc(283px * 1.3);
	height: calc(178px * 1.3);
	text-align: center;
	box-sizing: border-box;
	padding-top: calc(33px * 1.3);
	line-height: calc(135px * 1.3);
	font-size: calc(20px * 1.3 + var(--addFontSize));
	color: #43fbfe;
	font-weight: bold;
	display: inline-block;
	margin: 0 calc(45px * 1.3);
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;


}

.platform .list .item:nth-child(2) {
	transform: scale(1.3);
}

.platform .list .item:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.platform .list .item h3 {
	font-weight: bold;
}

.platform .bigimg {
	text-align: center;
	margin-top: 22px;
	margin-left: 90px;
}

.platform .bigimg img {
	/* width: calc(1159px * 1.3); */
	width: calc(1159px * 1.6);
}

.platform .list .item .icon-left {
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -20px;
	background: url(../images/bg05.png) no-repeat;
	width: 28px;
	height: 58px;
}

.platform .list .item .icon-right {
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -20px;
	background: url(../images/bg06.png) no-repeat;
	width: 28px;
	height: 58px;
}

/*平台目标*/
.target {
	width: calc(670px * 1.3);
	height: calc(618px * 1.3);
	position: relative;
	margin: calc(54px * 1.3) auto 0;
}

.target .bigbg {
	background: url(../images/bg08.png) no-repeat center/cover;
	width: calc(670px * 1.3);
	height: calc(618px * 1.3);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: change 15s linear infinite;
}

.target .item {
	position: absolute;
	z-index: 1;
	background: url(../images/bg07.png) no-repeat center/cover;
	width: calc(133px * 1.3);
	height: calc(134px * 1.3);
	text-align: center;
	padding-top: calc(30px * 1.3);
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.target .item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.target .item h3 {
	font-size: calc(16px * 1.3 + var(--addFontSize));
	color: #43fbfe;
	font-weight: bold;
}

.target .item i {
	margin-bottom: 5px;
	height: 40px;
	display: block;

}

.target .item i img {
	vertical-align: middle;
}

.target .item1 {
	left: calc(70px * 1.3);
	top: calc(35px * 1.3);
}

.target .item2 {
	top: calc(35px * 1.3);
	right: calc(70px * 1.3);
}

.target .item3 {
	left: calc(70px * 1.3);
	bottom: calc(35px * 1.3);
}

.target .item4 {
	right: calc(70px * 1.3);
	bottom: calc(35px * 1.3);
}

.target .itemcenter {
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 50%;
	margin-top: -65px;
	width: 130px;
	height: 130px;
	text-align: center;
	line-height: 130px;
}

.target .itemcenter img {
	vertical-align: middle;
	width: 111px;
	margin-top: 0px;
}

/*平台框架*/
.frame {
	margin-top: 120px;
	margin-left: 120px;
}

.frame-tit {
	background: url(../images/bg09.png) no-repeat center/cover;
	background-size: cover;
	background-size: cover;
	width: calc(206px * 1.3);
	height: calc(540px * 1.3);
	text-align: center;
	font-size: calc(30px * 1.3 + var(--addFontSize));
	color: #26e9f9;
	padding-top: calc(115px * 1.3);
	box-sizing: border-box;
	float: left;
}

.frame-list {
	float: left;
	width: calc(100px * 1.3);
	position: relative;
	margin-left: calc(-140px * 1.3);
	margin-top: calc(-50px * 1.3);
}

.frame-list .item {
	width: calc(411px * 1.3);
	height: calc(115px * 1.3);
	background: url(../images/bg10.png) no-repeat center/cover;
	background-size: cover;
	box-sizing: border-box;
	padding-left: calc(85px * 1.3);
	padding-top: calc(22px * 1.3);
	/*margin-bottom: calc( 38px * 1.3);*/
	margin-bottom: 28px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.frame-list .item:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.frame-list .item h3 {
	font-size: calc(18px * 1.3 + var(--addFontSize));
	color: #ffde00;
	font-weight: bold;
	margin-bottom: calc(3px * 1.3);
}

.frame-list .item p {
	font-size: calc(14px * 1.3 + var(--addFontSize));
	color: #fff;
}

.frame-list .item2 {
	margin-left: calc(85px * 1.3);
}

.frame-list .item3 {
	margin-left: calc(97px * 1.3);
}

.frame-list .item4 {
	margin-left: calc(85px * 1.3);
}

/*弹窗*/
.mpop {
	margin: 50px 95px 0;
	display: none;
}

.mpop-hd {
	height: 36px;
	position: relative;
}

.mpop-hd .tit {
	background: url(../images/bg12.png) no-repeat center/auto 100%;
	line-height: calc(36px * 1.3);
	height: calc(36px * 1.3);
	text-align: center;
	font-size: calc(16px * 1.3 + var(--addFontSize));
}

.mpop-hd .return {
	position: absolute;
	right: 0;
	top: 0;
	font-size: calc(14px * 1.3 + var(--addFontSize));
	color: #0177b1;
	line-height: calc(36px * 1.3);
	background: url(../images/bg13.png) no-repeat left center;
	padding-left: calc(18px * 1.3);
}

.mpop-hd .return:hover {
	opacity: 0.85;
}

.mpop-bd {
	overflow-y: auto;
	margin-top: 42px;
	/*max-height: 680px;*/
	height: 900px;
	overflow-x: hidden;
	margin-left: 20px;
}

.mpop-bd .img {
	text-align: center;
}

.mpop-bd .item {
	background: url(../images/bg14.png) no-repeat center/cover;
	width: calc(551px * 1.3);
	height: calc(194px * 1.3);
	margin-top: calc(8px * 1.3);
	box-sizing: border-box;
	padding: calc(25px * 1.3) calc(30px * 1.3) calc(20px * 1.3) calc(90px * 1.3);
}

.mpop-bd .item .tit {
	font-size: calc(18px * 1.3 + var(--addFontSize));
	color: #fcbe40;
	margin-bottom: 5px;
}

.mpop-bd .item .txt {
	font-size: calc(14px * 1.3 + var(--addFontSize));
	line-height: 1.7;
	height: 116px;
	overflow-y: auto;
}

.mpop-bd .item .txt::-webkit-scrollbar {
	width: 20px;

}

/*解决痛点*/
.jjtd-new {
	/* 宽度更改 */
	width: calc(1124px * 1.3);
	border-radius: 15px;

}

.jjtd {
	margin: 140px 15px 0 15px;
}

.jjtd ul {
	margin: calc(-30px * 1.3) calc(-10px * 1.3);
	height: auto;
	overflow: hidden;
}

.jjtd li {
	margin: calc(43px * 1.3) calc(35px * 1.3);
	float: left;
	width: calc(466px * 1.3);
	position: relative;
}

.jjtd .txt {
	background: url(../images/bg15.png) no-repeat center/cover;
	width: calc(505px * 1.3);
	height: calc(140px * 1.3);
	margin-left: calc(0px * 1.3);
	padding: calc(25px * 1.3) calc(40px * 1.3) calc(25px * 1.3) calc(95px * 1.3);
	box-sizing: border-box;
	font-size: calc(18px * 1.3);
	line-height: 1.3;
	display: flex;
	align-items: center;
}

.jjtd .tit {
	position: absolute;
	left: calc(-20px * 1.3);
	top: 67%;
	margin-top: calc(-63px * 1.3);
	width: calc(80px * 1.3);
	height: calc(80px * 1.3);
	z-index: 1;
	text-align: center;
	line-height: calc(80px * 1.3);
	font-size: calc(24px * 1.3 + var(--addFontSize));
	color: #43fbfe;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.jjtd .tit .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(80px * 1.3);
	height: calc(80px * 1.3);
	background: url(../images/bg16.png) no-repeat center/cover;
}

.jjtd .tit h3 {
	text-align: center;
	position: relative;
	z-index: 1;
}

.jjtd li:hover .tit {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

.jjtd li:hover .tit .bg {
	-webkit-animation: change 4.5s linear infinite;
	animation: change 4.5s linear infinite;
}

/*运作机制*/
.yzjz-new {
	background: url(../images/h_areabig.png) no-repeat center/cover;
	border-radius: 15px;
	width: calc(1124px * 1.3);
}

.yzjz {
	height: auto;
	/*overflow: hidden;*/
	height: 600px;
	margin: 170px 90px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.yzjz .item {
	float: left;
	width: 50%;

}

.yzjz-hd {
	text-align: center;
	background: url(../images/bg01.png) no-repeat center/auto 100%;
	height: calc(45px * 1.3);
	line-height: calc(45px * 1.3);
	font-size: calc(22px * 1.3 + var(--addFontSize));
	letter-spacing: 1px;
	margin-top: 55px;
}

.yzjz-bd {
	text-align: center;
	margin-top: 110px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.yzjz-bd img {
	position: relative;
	width: calc(479px * 1.3);
	margin-top: 165px;
	/* width: calc( 708px * 1.3); */
}



.yzjz .left {
	z-index: 1;
}

.yzjz .top {
	background: url(../images/bg20.png) no-repeat center;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.yzjz .downarrow {
	background: url(../images/bg21.png) no-repeat center;
	height: 100px;
}

.yzjz .a {
	background: url(../images/a.png) no-repeat center/cover;
	height: 212px;
	width: 220px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.yzjz h3 {
	text-align: center;
	font-size: 26px;
	position: absolute;
	margin-top: -121px;
	margin-left: 60px;
	z-index: 1;
	width: 105px;
}

.yzjz .thebottom {
	background: url(../images/box1.png) no-repeat center/cover;
	width: 219px;
	height: 175px;
	margin-top: 10px;
	font-size: 35px;
	line-height: 140px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.yzjz .arrow {
	height: 100%;

}

.yzjz .arrow div {
	width: 100px;
	height: 43px;
	background: url(../shuju-img/chart-label.png) no-repeat center/cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.yzjz .a:hover {
	-webkit-animation: change 4.5s linear infinite;
	animation: change 4.5s linear infinite;
}

.yzjz .top:hover {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.yzjz .thebottom:hover {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.yzjz .arrow div:hover {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.5;
		/*初始状态 透明度为0*/
	}

	50% {
		opacity: 1;
		/*中间状态 透明度为0*/
	}

	100% {
		opacity: 0.5;
		/*结尾状态 透明度为1*/
	}
}

.yzjz-bd .light {
	width: 1000px;
	height: 1000px;
	content: "";
	background: url(../images/light.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 72%;
	margin-top: -500px;
	-webkit-animation-name: fadeIn;
	/*动画名称*/
	-webkit-animation-duration: 3s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: infinite;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

@-webkit-keyframes fadeIn2 {
	0% {
		opacity: 0.1;
		/*初始状态 透明度为0*/
	}

	50% {
		opacity: 1;
		/*中间状态 透明度为0*/
	}

	100% {
		opacity: 0.1;
		/*结尾状态 透明度为1*/
	}
}

@keyframes fadeIn2 {
	0% {
		opacity: 0.1;
		/*初始状态 透明度为0*/
	}

	50% {
		opacity: 1;
		/*中间状态 透明度为0*/
	}

	100% {
		opacity: 0.1;
		/*结尾状态 透明度为1*/
	}
}

.yzjz-bd .light2 {
	width: calc(149px * 1.3);
	height: calc(153px * 1.3);
	content: "";
	background: url(../images/light2.png) no-repeat center/cover;
	position: absolute;
	left: 50%;
	margin-left: calc(-75px * 1.3);
	top: calc(33px * 1.3);
	-webkit-animation-name: fadeIn2;
	/*动画名称*/
	-webkit-animation-duration: 1.5s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: infinite;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/

	animation-name: fadeIn2;
	/*动画名称*/
	animation-duration: 1.5s;
	/*动画持续时间*/
	animation-iteration-count: infinite;
	/*动画次数*/
	animation-delay: 0s;
	/*延迟时间*/
}

.yzjz-bd:hover {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.fwlc {
	position: relative;
	display: inline-block;
}

.fwlc .box1,
.fwlc .box2,
.fwlc .box3 {
	background: url(../images/box1.png) no-repeat center/cover;
	width: calc(105px * 1.3);
	height: calc(76px * 1.3);
	position: absolute;
	left: 50%;
	margin-left: calc(-52.5px * 1.3);
}

.fwlc .box1 {
	top: calc(95px * 1.3);
}

.fwlc .box2 {
	top: calc(72px * 1.3);
}

.fwlc .box3 {
	top: calc(45px * 1.3);
}

.fwlc .box4 {
	background: url(../images/box3.png) no-repeat center/cover;
	width: calc(108px * 1.3);
	height: calc(74px * 1.3);
	position: absolute;
	left: 50%;
	margin-left: calc(-54px * 1.3);
	top: calc(19px * 1.3);
}

.fwlc .box5 {
	background: url(../images/box2.png) no-repeat center/cover;
	width: calc(82px * 1.3);
	height: calc(73px * 1.3);
	position: absolute;
	left: 50%;
	margin-left: calc(-41px * 1.3);
	top: 0;
}

@keyframes move {
	0% {
		margin-top: 0%;
		opacity: 0;
	}

	70% {
		margin-top: -10px;
		opacity: 1
	}

	100% {
		margin-top: -20px;
		opacity: 0;
	}
}

.move {
	-webkit-animation-name: move;
	animation-name: move;
	position: relative;
	margin-left: -16px;
}

.ar-animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	font-style: inherit;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.ar-delay-1s {
	animation-delay: 0.1s;
}

.ar-delay-2s {
	animation-delay: 0.2s;
}

.ar-delay-3s {
	animation-delay: 0.3s;
}

.ar-delay-4s {
	animation-delay: 0.4s;
}

.ar-delay-5s {
	animation-delay: 0.5s;
}

.ar-delay-6s {
	animation-delay: 0.6s;
}

.ar-delay-7s {
	animation-delay: 0.7s;
}

.ar-delay-8s {
	animation-delay: 0.8s;
}

.ar-delay-9s {
	animation-delay: 0.9s;
}

.ar-delay-10s {
	animation-delay: 0.10s;
}

/*评价合作机构*/
.pjjg {
	margin: 120px 75px 70px 95px;
}

.pjjg ul {
	height: auto;
	overflow: hidden;
	margin: -30px -20px;
}

.pjjg li {
	float: left;
	width: 300px;
	height: 166px;
	background: url(../images/bg17.png) no-repeat center/cover;
	margin: 30px 60px;
	position: relative;
	box-sizing: border-box;
	padding-top: 115px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.pjjg li .img {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -17px;
	text-align: center;
	line-height: 120px;
	z-index: 1;
}

.pjjg li .img img {
	max-width: 60px;
}

.pjjg li .img .bg {
	display: block;
	width: 120px;
	height: 120px;
	background: url(../images/bg18.png) no-repeat center/cover;
	position: absolute;
	left: 0;
	top: 0;
}

.pjjg li .img img {
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.pjjg li h3 {
	font-size: calc(18px * 1.2);
	color: #43fbfe;
}

.pjjg li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.pjjg li:hover .img .bg {
	-webkit-animation: change 4.5s linear infinite;
	animation: change 4.5s linear infinite;
}

/*评价体系*/
.pjtx {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	height: calc(800px*1.3);
}

.pjtx-box {
	width: calc(319px * 1.3);
	height: calc(318px * 1.3);
	margin: calc(220px * 1.3) auto 0;
	position: relative;
}

.pjtx-big {
	width: calc(319px * 1.3);
	height: calc(318px * 1.3);
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding-top: calc(85px * 1.3);
	margin: 0 auto;
}

.pjtx-big .bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/img15.png) no-repeat center/cover;
	background-size: cover;
	width: calc(319px * 1.3);
	height: calc(318px * 1.3);
	-webkit-animation: change 15s linear infinite;
	animation: change 15s linear infinite;
}

.pjtx-big img {
	position: relative;
	z-index: 1;
	text-align: center;
}

.pjtx-list .item {
	width: calc(119px * 1.3);
	height: calc(119px * 1.3);
	background: url(../images/bg19.png) no-repeat center/cover;
	text-align: center;
	vertical-align: middle;
	line-height: calc(119px * 1.3);
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pjtx-list .item .icon {
	background: url(../images/icon05.png) no-repeat center;
	width: 32px;
	height: 44px;
	display: block;
	position: absolute;
}

.pjtx-list .item span {
	vertical-align: middle;
	line-height: 1.3;
	display: inline-block;
	font-size: calc(20px + var(--addFontSize));
	color: #43fbfe;
}

.pjtx-list .item1 {
	left: 50%;
	margin-left: calc(-59.5px * 1.3);
	top: calc(-120px * 1.3);

}

.pjtx-list .item1:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.pjtx-list .item1 .icon {
	left: 50%;
	margin-left: -15px;
	bottom: -40px;
}

.pjtx-list .item2 {
	left: calc(-50px * 1.3);
	bottom: calc(-65px * 1.3);
}

.pjtx-list .item2:hover {
	-webkit-transform: translate(10px, -10px);
	transform: translateY(10px, -10px);
}

.pjtx-list .item2 .icon {
	right: 2px;
	top: -32px;
	transform: rotate(225deg);
}

.pjtx-list .item3 {
	left: 50%;
	margin-left: calc(-59.5px * 1.3);
	bottom: calc(-115px * 1.3);
}

.pjtx-list .item3:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.pjtx-list .item3 .icon {
	left: 50%;
	margin-left: -16px;
	top: -40px;
	transform: rotate(180deg);
}

.pjtx-list .item4 {
	right: calc(-50px * 1.3);
	bottom: calc(-65px * 1.3);
}

.pjtx-list .item4:hover {
	-webkit-transform: translate(-10px, -10px);
	transform: translateY(-10px, -10px);
}

.pjtx-list .item4 .icon {
	left: 1px;
	top: -32px;
	transform: rotate(135deg);
}

/**/
.cgsj {
	padding: 44px 50px 30px;
}

.cgsj-view {
	text-align: center;
	margin-bottom: 20px;
}

.cgsj-list {
	margin: calc(40px * 1.3) auto 0;
	/*width: calc( 500px * 1.3);*/
	width: 700px;
}

.cgsj-list+.cgsj-list {
	margin-top: 0;
}

.cgsj-list table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	background-image: linear-gradient(rgba(3, 29, 90, 1), rgba(3, 29, 90, 0.2));
}

.cgsj-list thead {
	box-shadow: 0 0 20px 5px #024088 inset;
	border-radius: 10px;
}

.cgsj-list table th {
	text-align: center;
	padding: calc(12px * 1.3) calc(15px * 1.3);
	font-size: calc(18px * 1.3 + var(--addFontSize));
	color: #00e4ff;
	font-weight: bold;
}

.cgsj-list tbody {}

.cgsj-list tbody td {
	color: #b2d0ff;
	font-size: calc(16px * 1.3 + var(--addFontSize));
	padding: calc(12px * 1.3) calc(15px * 1.3);
	border-bottom: 1px dashed #0e2b70;

}

.cgsj-list tbody td:first-child {
	text-align: left;
	padding-left: 20px;
}

.cgsj-list tbody td .toe {
	width: 180px;
	text-align: left;
}

.cgsj-list tbody tr:last-child td {
	border-bottom: 0;
}

.rcsj {
	padding: 145px 70px 0 95px;
}

.rcsj ul {
	height: auto;
	overflow: hidden;
	margin: -25px -28px;
}

.rcsj li {
	float: left;
	width: calc(138px * 1.3);
	margin: calc(0px * 1.3) 45px;
	text-align: center;
	margin-bottom: 100px;
}

.rcsj .num {
	width: calc(118px * 1.3);
	height: calc(49px * 1.3);
	background: url(../images/bg20.png) no-repeat center/cover;
	text-align: center;
	line-height: calc(49px *1.3);
	font-size: calc(22px * 1.3 + var(--addFontSize));
	color: #00e4ff;
	margin: 0 auto calc(30px * 1.3);
}

.rcsj .tit {
	width: calc(146px * 1.3);
	height: calc(140px * 1.3);
	background: url(../images/bg22.png) no-repeat center /cover;
	position: relative;
}

.rcsj .tit h3 {
	font-size: calc(18px * 1.3 + var(--addFontSize));
	padding: calc(55px * 1.3) calc(20px * 1.3) 0;
}

.rcsj .tit .icon {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -22px;
	background: url(../images/bg21.png) no-repeat;
	width: 39px;
	height: 36px;
	z-index: 1;
}

.rcsj li:hover .num,
.rcsj li:hover .tit .icon {
	-webkit-animation: change1 1s linear infinite;
	animation: change1 1s linear infinite;
}

.addnum {
	padding: 0px 70px 0 95px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.addnum div {
	margin-bottom: 20px;
}

.addnum .title {
	font-weight: bold;
	font-size: 34px;
	margin-right: 30px;
	color: #43fbfe;
}

.addnum .num {
	font-weight: 600;
	font-size: 50px;
	color: #43fbfe;
}

.addnum .danwei {
	font-size: 22px;
	color: #43fbfe;
}

@-webkit-keyframes change1 {
	0% {
		-webkit-transform: translateY(0px);
	}

	25% {
		-webkit-transform: translateY(5px);
	}

	50% {
		-webkit-transform: translateY(0px);
	}

	75% {
		-webkit-transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
	}
}

@keyframes change1 {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.sjzs {
	background: url(../images/bg23.png) no-repeat center;
	width: 1160px;
	height: 719px;
	margin: 120px auto 0;
	position: relative;
}

.sjzs .item {
	position: absolute;
}

.sjzs .item .num {
	font-size: calc(30px + var(--addFontSize));
	color: #fe43ea;
	text-align: center;
	font-weight: bold;
	padding-top: 80px;
	display: block;
}

.sjzs .item .dot {
	position: absolute;
}

.sjzs .item1 {
	left: 15px;
	top: 35px;
	background: url(../images/numbg01.png);
	width: 229px;
	height: 352px;
}

.sjzs .item1 .dot {
	background: url(../images/numicon01.png);
	width: 100px;
	height: 67px;
	bottom: -35px;
	right: -30px;

	-webkit-animation: change2 1.5s linear infinite;
	animation: change2 1.5s linear infinite;
}

@-webkit-keyframes change2 {
	0% {
		-webkit-transform: scale(0.7);
	}

	50% {
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(0.7);
	}
}

@keyframes change2 {
	0% {
		transform: scale(0.7);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.7);
	}
}

.sjzs .item1 .num {
	padding-right: 10px;
}

.sjzs .item .numtxt {
	font-size: calc(22px + var(--addFontSize));
}

.sjzs .item1 .numtxt {
	margin-bottom: 5px;
	padding: 0 25px;
}

.sjzs .item2 {
	left: 232px;
	top: 35px;
	background: url(../images/numbg02.png);
	width: 233px;
	height: 524px;
}

.sjzs .item2 .dot {
	background: url(../images/numicon02.png);
	width: 109px;
	height: 73px;
	bottom: -38px;
	right: 45px;
	-webkit-animation: change2 1.4s linear infinite;
	animation: change2 1.4s linear infinite;
}

.sjzs .item2 .num {
	padding-left: 10px;
	color: #ffd800;
}

.sjzs .item3 {
	left: 472px;
	top: 35px;
	background: url(../images/numbg03.png);
	width: 227px;
	height: 468px;
}

.sjzs .item3 .dot {
	background: url(../images/numicon03.png);
	width: 97px;
	height: 65px;
	bottom: -30px;
	right: 53px;
	-webkit-animation: change2 1.3s linear infinite;
	animation: change2 1.3s linear infinite;
}

.sjzs .item3 .num {
	padding-right: 10px;
	color: #fff;
}

.sjzs .item4 {
	right: 240px;
	top: 35px;
	background: url(../images/numbg04.png);
	width: 259px;
	height: 335px;

}

.sjzs .item4 .dot {
	background: url(../images/numicon04.png);
	width: 86px;
	height: 61px;
	bottom: -25px;
	left: -40px;
	-webkit-animation: change2 1.4s linear infinite;
	animation: change2 1.4s linear infinite;
}

.sjzs .item4 .num {
	padding-left: 15px;
	color: #43fbfe;
}

.sjzs .item5 {
	right: 10px;
	top: 35px;
	background: url(../images/numbg05.png);
	width: 304px;
	height: 380px;
}

.sjzs .item5 .dot {
	background: url(../images/numicon05.png);
	width: 121px;
	height: 81px;
	bottom: -35px;
	left: -58px;
	-webkit-animation: change2 1.3s linear infinite;
	animation: change2 1.3s linear infinite;
}

.sjzs .item5 .num {
	padding-left: 85px;
	color: #ff2525;
}

.zlzb-view {
	text-align: center;
	margin-top: 110px;
}

.highcharts-credits {
	display: none;
}

/*表格滚动*/
#roll,
#roll2 {
	height: 185px;
	overflow: hidden;
}

/*2021.5.17*/
.indexarea1 {
	margin-left: 140px;
}

.indexarea2 {
	background: url(../images/h_areabig.png) no-repeat center/cover;
	border-radius: 15px;
}

.indexarea2 .indexarea-hd img {
	height: calc(25px * 1.3);
}

.ml140 {
	margin-left: 140px;
}

.yzpop .mpop-bd .item {
	height: calc(413px * 1.3);
	background-image: url(../images/bg14-1.png);
}

.yzpop .mpop-bd .item .txt {
	height: calc(315px * 1.3);
}

.mt30 {
	margin-top: calc(3px * 1.3);
}