@charset "utf-8";

/* 头部滑过 */
.Header {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.Header a {
	color: #fff;
}

.Header a:hover {
	color: #00479d;
}

.Header.on {
	background: #fff;
	border-bottom: 0;
	color: #333;
}

.Searchico {
	background: #fff;
	color: #064b9f;
}

.Header.fix {
	color: #333;
	background: #fff;
}

.Header.on .Logo .show,
.Header.fix .Logo .show {
	display: none;
}

.Header.on .Logo .hide,
.Header.fix .Logo .hide {
	display: inline-block;
}

.Header.on a,
.Header.fix a {
	color: #333333;
}

.Header.on .MainNav span a,
.Header.fix .MainNav span a {
	color: #000000;
}

.Header.on .menu a,
.Header.fix .menu a,
.Header.on .Ver,
.Header.fix .Ver {
	color: #555;
}

.Header.fix {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.Header.on .openbtn i,
.Header.fix .openbtn i {
	background: #333;
}

.Header.on .Searchico,
.Header.fix .Searchico {
	background: #00479d;
	color: #fff;
}

.MainNav span a {
	color: #fff;
}

/*首页第一屏 s*/
#FixMenu {
	position: fixed;
	left: 15px;
	z-index: 10000;
	top: 50%;
	transform: translate(0, -50%);
}

#FixMenu li {
	display: block;
	width: 100px;
	position: relative;
	line-height: 35px;
	padding-left: 22px;
	transition: all 0.5s;
}

#FixMenu li:After {
	width: 2px;
	height: 0;
	content: "";
	position: absolute;
	background: rgba(218, 218, 218, 0.9);
	bottom: -26px;
	transition: all 0.5s;
	left: 4px;
}

#FixMenu li a {
	display: block;
	color: #d2d2d2;
}

#FixMenu li em {
	position: absolute;
	width: 10px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 10px;
	border-radius: 50%;
	background: #d2d2d2;
}

#FixMenu li span {
	opacity: 0;
	transition: all 0.5s;
}

#FixMenu li:hover span {
	opacity: 1;
}

#FixMenu li a {
	color: #1f377a;
}

#FixMenu li.active {
	margin-bottom: 20px;
}

#FixMenu li.active:After {
	height: 27px;
}

#FixMenu li.active em,
#FixMenu li:hover em {
	box-shadow: 8px 9px 7px rgba(1, 64, 149, 0.1);
}

#FixMenu li.active em,
#FixMenu li:hover em {
	width: 25px;
	height: 25px;
	left: -8px;
	border: 2px solid #014095;
	background: #014095;
}

#FixMenu li:nth-child(5):After {
	display: none;
}

/* #FixMenu li:nth-child(1){display: none !important;} */
#FixMenu li:last-child:after {
	display: none !important;
}


.downarr {
	-webkit-animation: rightan 1s infinite;
	-webkit-animation-fill-mode: both;
	color: #fff;
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	transform: translateX(-50%);
}

.downarr span {
	display: block;
	height: 25px;
	position: relative;
	width: 19px;
	border-radius: 10px;
	border: 2px solid #fff;
}

.downarr span:After {
	position: absolute;
	left: 50%;
	top: 6px;
	width: 2px;
	content: "";
	background: #fff;
	margin-left: -1px;
	height: 6px;
}

.downarr .sp1 {
	animation-name: down_move1;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-delay: 0ms;
}

.downarr .sp2 {
	opacity: 0;
	animation-name: down_move2;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-delay: 800ms;
}

.downarr .iconxjt {
	opacity: 0;
	animation-name: down_move2;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-delay: 800ms;
	font-size: 16px;
	position: relative;
	margin-top: -100px;
	color: #00479d;
}

@keyframes down_move1 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.2rem;
		opacity: 1;
	}

	100% {
		top: 0.4rem;
		opacity: 0;
	}
}

@-webkit-keyframes down_move1 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.7rem;
		opacity: 1;
	}

	100% {
		top: 1.2rem;
		opacity: 0;
	}
}

@keyframes down_move2 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.7rem;
		opacity: 1;
	}

	100% {
		top: 1.2rem;
		opacity: 0;
	}
}

@-webkit-keyframes down_move2 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.7rem;
		opacity: 1;
	}

	100% {
		top: 1.2rem;
		opacity: 0;
	}
}

.section {
	position: relative;
	overflow: hidden;
}

.HomeBan {
	z-index: 1;
	overflow: hidden;
	height: 100vh !important;
	left: 0;
	width: 100%;
	transition: all 0.5s;
}

.HomeBan .item:nth-child(1) {
	z-index: 15;
}

.HomeBan .item {
	position: relative;
	height: 100vh;
	transition: all 0.3s;
	z-index: 10;
	opacity: 0;
}

.HomeBan .info {
	left: 50%;
	top: 50%;
	z-index: 3;
	color: #fff;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 0.18rem;
	max-width: 16.88rem;
	width: 88%;
	text-align: center;
	line-height: 1.15;
}

.HomeBan .info h1 {
	font-size: 0.52rem;
}

.HomeBan .info .moreBtn {
	margin: 0.44rem auto 0;
	display: block;
}

.HomeBan .info img {
	max-height: 1.25rem;
}

.HomeBan .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.HomeBan .video:After {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 0.1);
	content: "";
}

.HomeBan .video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.HomeBan .video img {
	width: 100%;
	display: none;
}

.HomeBan .iconbf4 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	font-size: 0.6rem;
	color: #fff;
	display: none;
}

.HomeBan .imgbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120%;
	height: 120%;
	transform: translate(-50%, -50%);
	transition: all 1.2s;
}

.HomeBan .item.slick-current {
	opacity: 1;
}

.HomeBan .item.slick-current .info h1 {
	animation: fadeInDownSmall 0.5s .3s ease both;
	-webkit-animation: fadeInDownSmall 0.5s .3s ease both;
	-moz-animation: fadeInDownSmall 0.5s .3s ease both;
}

.HomeBan .item.slick-current .info .moreBtn {
	animation: fadeInDownSmall 0.5s .6s ease both;
	-webkit-animation: fadeInDownSmall 0.5s .6s ease both;
	-moz-animation: fadeInDownSmall 0.5s .6s ease both;
}

.HomeBan .item.slick-current .imgbox {
	width: 100%;
	height: 100%;
}

.HomeBan .slick-prev {
	left: -100px;
}

.HomeBan .slick-next {
	right: -100px;
}

.HomeBan:hover .slick-prev {
	left: 8%;
}

.HomeBan:hover .slick-next {
	right: 8%;
}

.HomeBan .slick-dots {
	bottom: 0.5rem;
}

.HomeBan .slick-dots li {
	width: 0.6rem;
	height: 2px;
}

.HomeBan .slick-dots li button {
	background: #fff;
	border-radius: 0;
}

.HomeBan .slick-dots li.slick-active {
	width: 0.6rem;
	height: 6px;
}

@media(max-width:1024px) {
	#FixMenu {
		display: none;
	}

	.HomeBan .info h1 {
		font-size: 0.46rem;
	}

	.HomeBan {
		height: auto !important;
	}

	.HomeBan .item {
		height: auto;
		padding-top: 60vw;
	}

	.HomeBan .slick-arrow,
	.HomeBan .item.slick-current .info .moreBtn,
	.downarr {
		display: none !important;
	}
}

@media(max-width:640px) {
	.HomeBan .info h1 {
		font-size: 16px;
	}
}

.TitHead {
	position: relative;
	margin-bottom: 2.08vw;
}

.TitHead h2 {
	line-height: 1.36;
	font-size: 2.7vw;
	color: #142233;
}

.TitHead h2 span {
	color: #00479d;
}

.TitHead .slogan {
	font-size: 0.4rem;
	padding-top: 0.12rem;
	line-height: 1.25;
}

.TitHead .desc {
	color: #142233;
}

.TitHead .more {
	position: absolute;
	right: 0;
	top: 0.1rem;
}

.TitHead.white h2,
.TitHead.white .desc,
.TitHead.white .slogan {
	color: #fff;
}

.TitHead .TabNav {
	padding-top: 0.37rem;
}

.TitHead .TabNav li {
	cursor: pointer;
}

.TitHead .TabNav li:not(:last-child) {
	padding-right: 0.21rem;
}

.TitHead .TabNav li span {
	display: inline-block;
	width: 0.38rem;
	vertical-align: middle;
}

.TitHead .TabNav li span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 3px;
	background: #00479d;
	transition: all 0.5s;
	vertical-align: middle;
	margin-top: -3px;
}

.TitHead .TabNav li.on span:after {
	width: 0.22rem;
}

.TitHead .TabNav li.on {
	color: #00479d;
}

.MainBox {
	position: relative;
	z-index: 1;
}

.page {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

.HomePro {
	padding-bottom: 0;
}

.HomePro .bg1 {
	overflow: hidden;
	padding-top: 7vw;
}

.HomePro .TitHead {
	position: relative;
}

.searchPro {
	position: absolute;
	right: 0;
	top: 0;
}

.searchPro .selectPull {
	float: left;
	width: 1.5rem;
	border-bottom: 1px solid #e7e8ea;
	position: relative;
	margin-right: 0.35rem;
}

.searchPro .selectPull p {
	height: 0.49rem;
	line-height: 0.44rem;
	position: relative;
}

.searchPro .selectPull p i {
	position: absolute;
	right: 0;
	top: 0;
	color: #8d949c;
}

.searchPro .selectPull ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	padding: 0.2rem 0 0.12rem;
	display: none;
	z-index: 100;
	padding: 0.15rem;
	border-radius: 0 0 0.1rem 0;
}

.searchPro .selectPull ul li {
	cursor: pointer;
}

.searchPro .selectPull:hover p i {
	transform: rotate(-180deg);
}

.searchPro .selectPull ul li.hover,
.searchPro .selectPull ul li:hover {
	color: #00479d;
}

.searchPro .selectPull.on {
	visibility: visible;
	z-index: 3;
	opacity: 1;
}

.searchPro .btns {
	margin-left: 0.1rem;
}

.proTabnav {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.proTabnav .item {
	cursor: pointer;
	width: 25%;
	position: relative;
	color: #142233;
	padding: 0.5vw 0;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	/*margin-bottom:-1px;border-bottom: 1px solid #e4e4e4;border-right: 1px solid #e4e4e4;*/
}

.proTabnav .item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	content: "";
	width: 100%;
	transition: all 0.5s;
	background-image: linear-gradient(to bottom, rgba(245, 247, 249, 0.2), #dee9f6);
}

.proTabnav .item .inner {
	position: relative;
	z-index: 10;
}

.proTabnav .item:before {
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	width: 0;
	height: 1px;
	content: "";
	position: absolute;
	background: #6589b4;
	transition: all 0.5s;
}

.proTabnav .item .ico-rotate {
	margin: 0 auto 0.05rem;
	width: 80%;
	height: 8vw;
	position: relative;
}

.proTabnav .item .ico-rotate img {
	height: 8vw;
}

.proTabnav .item:hover:after,
.proTabnav .item.on:after {
	height: 100%;
}

.proTabnav .item.on {
	color: #00479d;
	font-weight: bold;
}

.proTabnav .item.on a {
	color: #00479d;
}

.pointTop {
	position: absolute;
	top: -2px;
	right: 50%;
	z-index: 10;
}

.pointTop:after {
	content: "";
	position: absolute;
	background: url(../img/point_top.png) no-repeat center top/contain;
	width: 29.27vw;
	height: 2.08vw;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.proImgslider {
	padding: 0.5vw 0 1.5vw;
	position: relative;
	display: none;
}

.proImgslider .proTit {
	margin-bottom: 1.5vw;
	position: relative;
}

.proImgslider .proTit h3 {
	font-size: 0.36rem;
}

.proImgslider .slider {
	margin: 0 -0.14rem;
}

.proImgslider .item {
	position: relative;
	padding: 4vw 0.14rem 0.14rem;
	transition: all 0.5s;
	min-height: 30vw;
}

.proImgslider .item a {
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
}

.proImgslider .item .imgbox img {
	object-fit: contain;
}

.proImgslider .item .info {
	display: inline-block;
	text-align: left;
	line-height: 0.26rem;
}

.proImgslider .item aside {
	color: #727a85;
	transition: all 0.5s;
}

.proImgslider .item .series {
	color: #48505a;
	font-size: 0.18rem;
	transition: all 0.5s;
}

.proImgslider .slick-arrow {
	top: 39%;
}

.proImgslider .slick-prev {
	left: 0;
}

.proImgslider .slick-next {
	right: 0;
}

.proImgslider .moreTop {
	position: absolute;
	right: 0;
	top: 0;
}

@media(min-width:1025px) {
	.proTabnav {
		padding: 0 5%;
	}

	.HomePro.swiper-slide-active .TitHead {
		animation: fadeInUp 0.4s .5s ease both;
		-webkit-animation: fadeInUp 0.5s .5s ease both;
		-moz-animation: fadeInUp 0.4s .5s ease both;
	}

	.HomePro.swiper-slide-active .proTabnav {
		animation: fadeInUp 0.5s .6s ease both;
		-webkit-animation: fadeInUp 0.5s .6s ease both;
		-moz-animation: fadeInUp 0.5s .6s ease both;
	}

	.HomePro.swiper-slide-active .proTit {
		animation: fadeInUp 0.5s .6s ease both;
		-webkit-animation: fadeInUp 0.5s .6s ease both;
		-moz-animation: fadeInUp 0.5s .6s ease both;
	}

	.HomePro.swiper-slide-active .proImgslider .item {
		animation: zoomIn 0.5s .9s ease both;
		-webkit-animation: zoomIn 0.5s .9s ease both;
		-moz-animation: zoomIn 0.5s .9s ease both;
	}

	.HomePro.swiper-slide-active:after {
		animation: zoomIn 0.7s 1s ease both;
		-webkit-animation: zoomIn 0.7s 1s ease both;
		-moz-animation: zoomIn 0.7s 1s ease both
	}

	.HomePro .TitHead {
		z-index: 10;
		display: flex;
		align-items: center;
	}

	.HomePro .TitHead .desc {
		padding: 0 0 0 1.82vw;
	}
}

@media(max-width:1280px) {
	.proImgslider .item {
		padding-top: 0;
	}

	.proImgslider .item .imgbox {
		padding-top: 13.5vw;
	}
}

@media(max-width:1024px) {
	.HomePro {
		padding: 0.65rem 0;
	}

/* 	.HomePro .bg1 {
		padding-top: 0;
	} */

	.TitHead {
		margin-bottom: 0.4rem;
	}

	.TitHead .more {
		top: 0rem;
	}

	.TitHead .desc {
		margin-top: 0.15rem;
	}

	.proImgslider .proTit {
		margin-bottom: 0.3rem;
	}

	.proImgslider .slick-prev {
		left: -10px;
	}

	.proImgslider .slick-next {
		right: -10px;
	}
}

@media(max-width:768px) {
	.searchPro {
		text-align: center;
		display: block;
	}

	.searchPro .selectPull {
		width: 47%;
		margin: 0 1.5%;
		text-align: left;
	}

	.searchPro .btnbox {
		clear: both;
	}

	.proImgslider {
		display: none !important;
	}

	.proTabnav .item {
		width: 25%;
	}

	.proTabnav .item .ico-rotate {
		width: 40px;
		height: 40px;
	}

	.proTabnav .item .ico-rotate img {
		max-height: 40px;
	}
}

@media(min-width:641px) {
	.proTabnav .item:nth-child(4n+4) {
		border-right: 0;
	}

	.proImgslider .item .imgbox {
		width: 14vw;
		padding-top: 12vw;
		margin: 0px auto;
		transition: all 0.5s;
	}

	.proImgslider .item .series {
		font-size: 0.22rem;
	}

	.proImgslider .slick-current,
	.proImgslider .item.cur {
		padding-top: 0 !important;
	}

	.proImgslider .slick-current .imgbox,
	.proImgslider .item.cur .imgbox {
		width: 19vw;
		padding-top: 17vw;
	}

	.proImgslider .slick-current aside,
	.proImgslider .item.cur aside {
		color: #00479d;
		font-size: 0.2rem;
		line-height: 0.3rem;
	}

	.proImgslider .slick-current .series,
	.proImgslider .item.cur .series {
		color: #142233;
		font-size: 0.3rem;
		line-height: 0.36rem;
	}
}

@media(max-width:640px) {
	.TitHead .TabNav {
		padding-top: 0.1rem;
	}

	.TitHead h2 {
		font-size: 0.42rem;
	}

	.proImgslider .item aside {
		font-size: 15px;
		line-height: 24px;
	}

	.proImgslider .item .series {
		font-size: 16px;
		line-height: 30px;
	}

	.proImgslider .item .imgbox {
		padding-top: 70%;
		width: 70%;
		margin: 0px auto;
	}

	.proTabnav {
		overflow: visible;
		font-size: 14px;
	}

	.proTabnav .item {
		width: 33.333%;
		padding: 0.2rem 0;
	}

	.proTabnav .item:nth-child(3n+3) {
		border-right: 0px;
	}

	.proTabnav .item .ti {
		line-height: 20px;
	}
}

.HomeIndustry .bg1 {
	background: url(../img/home_probg3.jpg) no-repeat right top/cover;
	overflow: hidden;
	padding-top: 7vw;
}

.HomeIndustry .TitHead {
	display: flex;
	margin-bottom: 2.6vw;
	align-items: center;
}

.HomeIndustry .TitHead .desc {
	padding: 0 0 0 1.82vw;
	max-width: 7.8rem;
}

.HomeIndustry .content {
	min-height: 41.7vw;
	position: relative;
	background: #5a6a81;
	padding: 6vw 0 0 0;
	/*overflow: hidden;*/
}

.HomeIndustry .TabNav {
	position: relative;
	z-index: 20;
	bottom: -2vw;
}

.HomeIndustry .slick-list {
	overflow: visible;
}

.HomeIndustry .TabNav ul {
	padding: 0 2.8vw;
}

.HomeIndustry .TabNav .line {
	position: absolute;
	left: 0;
	bottom: 0.5rem;
	width: 100%;
}

.HomeIndustry .TabNav li {
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.HomeIndustry .TabNav .icon {
	width: 5.2vw;
	height: 5.2vw;
	line-height: 5.2vw;
	border-radius: 50%;
	background: #014095;
	margin: 0px auto 0.18rem;
	position: relative;
	transition: all 0.5s;
}

.HomeIndustry .TabNav .icon:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	height: 120%;
	border: 1px dashed #fff;
	content: "";
	border-radius: 50%;
}

.HomeIndustry .TabNav .icon img {
	display: inline-block;
	vertical-align: top;
}

.HomeIndustry .TabNav aside {
	padding-bottom: 0.6rem;
	position: relative;
}

.HomeIndustry .TabNav .dot {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	transform: translateX(-50%);
	bottom: 0;
	left: 50%;
	transition: all 0.5s;
}

.HomeIndustry .TabNav .dot i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #fff;
	width: 0.1rem;
	height: 0.1rem;
	z-index: 3;
}

.HomeIndustry .TabNav .dot:after,
.HomeIndustry .TabNav .dot:before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	content: "";
}

.HomeIndustry .TabNav .dot:after {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-animation: guang 1.2s ease-out;
	-moz-animation: guang 1.2s ease-out;
	animation: guang 1.2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.HomeIndustry .TabNav .dot:before {
	width: 70%;
	height: 70%;
	left: 15%;
	top: 15%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 2;
	-webkit-animation: guang 1.5s ease-out;
	-moz-animation: guang 1.5s ease-out;
	animation: guang 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.HomeIndustry .TabNav li:hover .dot {
	transform: translateX(-50%) scale(1.5);
}

.HomeIndustry .TabNav li.slick-current .dot {
	width: 0.5rem;
	height: 0.5rem;
}

.HomeIndustry .TabNav li.slick-current .dot:after,
.HomeIndustry .TabNav li:hover .dot:after {
	background: rgba(1, 64, 149, 0.1);
	-webkit-animation: no 1s ease-out;
	-moz-animation: no 1s ease-out;
	animation: no 1s ease-out;
}

.HomeIndustry .TabNav li.slick-current .dot:before,
.HomeIndustry .TabNav li:hover .dot:before {
	background: rgba(1, 64, 149, 0.8);
	border: 0;
	-webkit-animation: no 1s ease-out;
	-moz-animation: no 1s ease-out;
	animation: no 1s ease-out;
}

.HomeIndustry .TabNav li.slick-current .icon {
	transform: scale(1) rotate(360deg);
	opacity: 1;
}

.HomeIndustry .totalNum {
	position: relative;
	z-index: 10;
	line-height: 0.64rem;
	color: #fff;
}

.HomeIndustry .totalNum .dots {
	width: 0.7rem;
}

.HomeIndustry .totalNum .total {
	font-size: 0.32rem;
	opacity: 0.25;
	margin-left: 0.05rem;
}

.HomeIndustry .totalNum .total em {
	font-weight: bold;
}

.HomeIndustry .TabCon {
	color: #fff;
	position: relative;
	z-index: 10;
}

.HomeIndustry .TabCon .imgbox {
	display: none;
}

.HomeIndustry .TabCon .item:nth-child(1) .info:before {
	content: "01";
}

.HomeIndustry .TabCon .item:nth-child(2) .info:before {
	content: "02";
}

.HomeIndustry .TabCon .item:nth-child(3) .info:before {
	content: "03";
}

.HomeIndustry .TabCon .item:nth-child(4) .info:before {
	content: "04";
}

.HomeIndustry .TabCon .item:nth-child(5) .info:before {
	content: "05";
}

.HomeIndustry .TabCon .item:nth-child(6) .info:before {
	content: "06";
}

.HomeIndustry .info {
	position: relative;
	z-index: 10;
}

.HomeIndustry .info:before {
	position: absolute;
	left: 0;
	top: -0.5rem;
	font-size: 0.5rem;
	font-weight: bold;
}

.HomeIndustry .info .more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.HomeIndustry .info .title {
	line-height: 1.69;
	font-size: 2.7vw;
}

.HomeIndustry .info .tag {
	max-width: 13rem;
}

.HomeIndustry .info .tag a {
	min-width: 1.2rem;
	text-align: center;
	line-height: 0.34rem;
	padding: 0 0.2rem;
	margin: 5px 5px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0.34rem;
	display: inline-block;
	color: #014095;
	background-color: rgba(255, 255, 255, 0.9);
}

.HomeIndustry .info .tag a:hover {
	border: 1px solid #014095;
	background: #014095;
	color: #fff;
}

.HomeIndustry .TabCon .slick-current .title {
	animation: fadeInUpSmall 0.5s .3s ease both;
	-webkit-animation: fadeInUpSmall 0.5s .3s ease both;
	-moz-animation: fadeInUpSmall 0.5s .3s ease both;
}

.HomeIndustry .TabCon .slick-current .tag {
	animation: fadeInUpSmall 0.5s .5s ease both;
	-webkit-animation: fadeInUpSmall 0.5s .5s ease both;
	-moz-animation: fadeInUpSmall 0.5s .5s ease both;
}

.HomeIndustry .imgbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* display: ''; */
}

.HomeIndustry .imgbox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 2;
	background: url(../img/hy_maskbg.png);
}

.HomeIndustry .TabImg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
}

.HomeIndustry .TabImg .item {
	position: relative;
}

.HomeIndustry .TabImg .slider,
.HomeIndustry .TabImg .slick-list,
.HomeIndustry .TabImg .slick-track {
	height: 100%;
}

.HomeIndustry .TabImg .slick-current .imgbox {
	animation: fadeInfilter 0.5s .1s ease both;
	-webkit-animation: fadeInfilter 0.5s .1s ease both;
	-moz-animation: fadeInfilter 0.5s .1s ease both;
}

@media(min-width:1025px) {
	.HomeIndustry .imgbox img {
		object-fit: fill;
	}

	.HomeIndustry.active .TitHead {
		animation: fadeInUp 0.4s .5s ease both;
		-webkit-animation: fadeInUp 0.5s .5s ease both;
		-moz-animation: fadeInUp 0.4s .5s ease both;
	}

	.HomeIndustry.active .line {
		animation: fadeInUp 0.5s .5s ease both;
		-webkit-animation: fadeInUp 0.5s .5s ease both;
		-moz-animation: fadeInUp 0.5s .5s ease both;
	}

	.HomeIndustry.active .TabNav li {
		animation: fadeInUpSmall 0.5s .6s ease both;
		-webkit-animation: fadeInUpSmall 0.5s .6s ease both;
		-moz-animation: fadeInUpSmall 0.5s .6s ease both;
	}

	.HomeIndustry.active .pointTop {
		animation: zoomIn 0.5s .5s ease both;
		-webkit-animation: zoomIn 0.5s .5s ease both;
		-moz-animation: zoomIn 0.5s .5s ease both;
	}

	.HomeIndustry.active .TabImg .item .imgbox img {
		animation: fadeInfilter 0.5s .5s ease both;
		-webkit-animation: fadeInfilter 0.5s .5s ease both;
		-moz-animation: fadeInfilter 0.5s .5s ease both;
	}
}

@media(min-width:769px) {
	.HomeIndustry .TabNav li:nth-child(2n+2) .icon {
		margin-bottom: 0.3rem;
	}

	.HomeIndustry .TabNav li:nth-child(2n+2) aside {
		padding: 0.5rem 0 0;
	}

	.HomeIndustry .TabNav li:nth-child(2n+2) .dot {
		bottom: auto;
		top: 0;
	}

	.HomeIndustry .TabNav li:nth-child(1) {
		margin-top: -1.5vw;
	}

	.HomeIndustry .TabNav li:nth-child(2) {
		padding-top: 3.65vw;
	}

	.HomeIndustry .TabNav li:nth-child(3) {
		padding-top: 2.2vw;
	}

	.HomeIndustry .TabNav li:nth-child(4) {
		padding-top: 2.03vw;
	}

	.HomeIndustry .TabNav li:nth-child(5) {
		padding-top: 2.2vw;
	}

	.HomeIndustry .TabNav li:nth-child(6) {
		padding-top: 5.98vw;
	}

	.HomeIndustry .TabNav li:nth-child(6) aside {
		transform: translateY(0.5vw);
	}

	.HomeIndustry .TabNav .icon {
		transform: scale(0);
		opacity: 0;
	}
}

@media(max-width:1536px) and (min-width:1025px) {
	.HomeIndustry .content {
		padding-top: 2.2vw;
	}

	.HomeIndustry .TabCon .item:nth-child(2) .tag {
		max-width: 6rem;
	}

	.HomeIndustry .TabCon .item:nth-child(3) .tag {
		max-width: 7.3rem;
	}

	.HomeIndustry .TabCon .item:nth-child(5) .tag {
		max-width: 6rem;
	}
}

@media(max-width:1366px) {
	.HomeIndustry .TabNav {
		bottom: -1vw;
	}

	.HomeIndustry .TabCon {
		top: -1.5vw;
	}
}

@media(max-width:1024px) {
	.HomeIndustry .TitHead {
		display: block;
	}

	.HomeIndustry .TitHead .desc {
		padding: 0 0 0.15rem 0;
		max-width: none;
	}

	.HomeIndustry .content {
		padding-top: 2vw;
		min-height: 65vw;
	}
}

@media(max-width:768px) {
	.HomeIndustry .TabNav {
		bottom: auto;
	}

	.HomeIndustry .TabNav li a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}

	.HomeIndustry .TabCon {
		display: none !important;
	}

	.HomeIndustry .TabNav {
		display: flex;
		flex-wrap: wrap;
		padding: 0.8rem 0 0.5rem;
	}

	.HomeIndustry .TabNav li {
		width: 33.333% !important;
		padding-bottom: 0.5rem;
	}

	.HomeIndustry .TabNav aside {
		padding-bottom: 0;
		font-weight: normal;
	}

	.HomeIndustry .TabNav .dot {
		display: none;
	}

	.HomeIndustry .TabNav .line {
		display: none;
	}

	.HomeIndustry .TabNav .icon {
		width: 1rem;
		height: 1rem;
	}
}


.HomeAbout {
	padding-top: 1.27rem;
}

.HomeAbout .TitHead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.HomeAbout .TitHead .desc {
	padding: 0 0.34rem 0 0;
	width: 49.8%;
}

.HomeAbout .TitHead .more {
	position: static;
	margin-top: 0.35rem;
	display: inline-block;
}

.HomeAbout .changeImg {
	width: 100%;
	height: 32.34vw;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.HomeAbout .changeImg .bg {
	position: absolute;
	width: 100%;
}

.HomeAbout .changeImg #maskBg {
	display: none;
}

.HomeAbout .enTit {
	height: 0.83rem;
	position: relative;
}

.HomeAbout .enTit img {
	position: absolute;
	left: 0;
	top: -0.19rem;
	height: 2.79rem;
}

.HomeAbout .numList {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	color: #fff;
}

.HomeAbout .numList .line {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background: #d0d3d6;
	z-index: 2;
}

.HomeAbout .numList:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #0c50a1;
	content: "";
}

.HomeAbout .numList:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: rgba(38, 54, 74, 0.88);
	content: "";
}

.HomeAbout .numList ul {
	height: 1.8rem;
	position: relative;
	z-index: 1;
}

.HomeAbout .numList .item {
	flex: 1;
	padding-left: 0.5rem;
	padding-right: 0.35rem;
}

.HomeAbout .numList .item p {
	color: #70a6e7;
}

.HomeAbout .numList .item:first-child {
	padding-left: 0;
}

.HomeAbout .numList .item:last-child {
	padding-right: 0;
}

.HomeAbout .numList .item:nth-child(3) {
	padding-right: 0;
}

.HomeAbout .numList .item:nth-child(4) {
	padding-left: 0.9rem;
}

.HomeAbout .numList .num {
	font-size: 0.36rem;
	line-height: 0.5rem;
	position: relative;
	display: inline-block;
}

.HomeAbout .numList .num sup {
	font-size: 0.35rem;
	position: absolute;
	right: -0.2rem;
	top: -0.05rem;
	line-height: 1;
}

.HomeAbout .numList .icon {
	width: 0.6rem;
	padding-top: 0.2rem;
}

@media(min-width:1025px) {
	.HomeAbout.swiper-slide-active .TitHead {
		animation: fadeInUp 0.4s .5s ease both;
		-webkit-animation: fadeInUp 0.5s .5s ease both;
		-moz-animation: fadeInUp 0.4s .5s ease both;
	}

	.HomeAbout.swiper-slide-active .enTit {
		animation: fadeInLeft 1s 1.2s ease both;
		-webkit-animation: fadeInLeft 1s 1.2s ease both;
		-moz-animation: fadeInLeft 1s 1.2s ease both;
	}

	.HomeAbout.swiper-slide-active .changeImg {
		animation: fadeInUp 0.6s .8s ease both;
		-webkit-animation: fadeInUp 0.6s .8s ease both;
		-moz-animation: fadeInUp 0.6s .8s ease both;
	}

	.HomeAbout.swiper-slide-active .changeImg .bg {
		animation: fadeInfilter 0.6s .8s ease both;
		-webkit-animation: fadeInfilter 0.6s .8s ease both;
		-moz-animation: fadeInfilter 0.6s .8s ease both;
	}

	.HomeAbout.swiper-slide-active .numList {
		animation: fadeInUpSmall 0.5s .8s ease both;
		-webkit-animation: fadeInUpSmall 0.5s .8s ease both;
		-moz-animation: fadeInUpSmall 0.5s .8s ease both;
	}

}

@media(max-width:1366px) {
	.HomeAbout .numList .item {
		padding-left: 0.3rem;
	}

	.HomeAbout .numList .item:nth-child(4) {
		padding-left: 0.5rem;
	}

	.HomeAbout .TitHead .desc {
		width: 52%;
	}
}

@media(max-width:1024px) {
	.HomeAbout .numList .icon {
		width: 0.4rem;
		padding-top: 0.1rem;
	}

	.HomeAbout .numList .item {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		display: block;
	}
}

@media(max-width:768px) {
	.HomeAbout {
		padding-top: 0.8rem;
	}

	.HomeAbout .TitHead {
		display: block;
	}

	.HomeAbout .TitHead .desc {
		width: auto;
		padding: 0.2rem 0 0 0;
	}

	.HomeAbout .numList {
		position: relative;
		bottom: auto;
	}

	.HomeAbout .numList ul {
		height: auto;
		padding: 0.3rem 0;
	}

	.HomeAbout .numList .item {
		width: 50%;
		flex: none;
		padding: 0;
		display: flex;
	}

	.HomeAbout .numList .item:nth-child(2n+1) {
		padding-right: 0.3rem;
	}

	.HomeAbout .numList .item:nth-child(2n+2) {
		padding-left: 0.3rem;
	}

	.HomeAbout .numList .icon {
		width: 30px;
		height: 30px;
	}

	.HomeAbout .numList .numbox {
		width: 70%;
	}
}

.HomeLayout {
	background: #001d43;
	color: #fff;
	height: 100vw;
}

.HomeLayout .w1600 {
	padding: 10vw 0 0 0;
}

.HomeLayout .leftNav {
	width: 30.75%;
	position: relative;
	z-index: 9;
}

.HomeLayout .leftNav .TitHead {
	z-index: 10;
}

.HomeLayout .TabNav {
	width: 2.4rem;
	min-height: 3.82rem;
}

.HomeLayout .TabNav .item {
	line-height: 0.7rem;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
}

.HomeLayout .TabNav .item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	transition: all 0.5s;
}

.HomeLayout .TabNav .item:before {
	position: absolute;
	right: 17px;
	top: 50%;
	content: "";
	width: 0;
	height: 6px;
	transition: all 0.5s;
	transform: translateY(-50%);
	background: url(../img/arr_more_blue2.svg) no-repeat center center/contain;
	opacity: 0;
}

.HomeLayout .TabNav .item.on {
	padding-bottom: 0.13rem;
	margin-bottom: 0.3rem;
}

.HomeLayout .TabNav .item.on:after {
	width: 100%;
}

.HomeLayout .TabNav .item.on:before {
	width: 17px;
	right: 0;
	opacity: 1;
}

.HomeLayout .diqiu {
	width: 73.22vw;
	height: 73.22vw;
	left: 6.9vw;
	top: -8.6vw;
	position: absolute;
}

.HomeLayout .diqiu:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/diqiu.jpg) no-repeat center center/contain;
	position: absolute;
	animation: turn 180s linear infinite;
	position: absolute;
	content: "";
}

.HomeLayout .content {
	padding: 4.68vw 0 0 4.6vw;
	position: relative;
	z-index: 10;
	width: calc(100% - 30.75%)
}

.HomeLayout .popInfo {
	border: 1px solid rgba(255, 255, 255, 0.42);
	background: rgba(0, 71, 157, 0.9);
	width: 5rem;
	padding: 0.2rem 0.28rem;
}

.HomeLayout .popInfo h3 {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.5rem;
	margin-bottom: 0.13rem;
}

.HomeLayout .popInfo h3 img {
	border: 2px solid #fff;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	margin-right: 0.15rem;
	display: inline-block;
	vertical-align: middle;
}

.HomeLayout .popInfo:before {
	top: 0.56rem;
	width: 0;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.4);
	transition: all 0.5s;
}

.HomeLayout .popInfo .moreb {
	margin-top: 0.34rem;
}

.HomeLayout .popInfo .desc {
	margin-bottom: 0.38rem;
}

.HomeLayout .xxwd aside {
	position: relative;
	width: 3.85vw;
}

.HomeLayout .dot {
	position: absolute;
	left: -7px;
	top: 50%;
	width: 6px;
	height: 6px;
}

.HomeLayout .dot i {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	z-index: 1;
}

.HomeLayout .dot:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-41%, -41%);
	width: 30px;
	height: 30px;
	background: url(../img/dot.png) no-repeat center center/contain;
	content: "";
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s;
}

.HomeLayout li.on .dot i,
.HomeLayout li:hover .dot i,
.HomeLayout .slick-current .dot i {
	width: 11px;
	height: 11px;
	background: #479ff6;
}

.HomeLayout li.on .dot:after,
.HomeLayout li:hover .dot:after,
.HomeLayout .slick-current .dot:after {
	opacity: 1;
}

/* .HomeLayout .xxwd li.on aside em,.HomeLayout .TabCon li:hover aside em{opacity: 0;} */
.HomeLayout .xxwd .popInfo .txt {
	max-height: 2.8rem;
	overflow-y: auto;
}

.HomeLayout .xxwd .popInfo .info:not(:last-child) {
	margin-bottom: 0.2rem;
}

.HomeLayout .fwwd .slider {
	width: 100%;
	position: relative;
	left: -13.2vw;
}

.HomeLayout .fwwd .diqiu2 {
	width: 31.25vw;
	height: 31.25vw;
	content: "";
	left: 4%;
	top: 20%;
	position: absolute;
	background: url(../img/diqiu2.png) no-repeat center center/contain;
}

.HomeLayout .fwwd .item {
	padding-top: 17.18vw;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.HomeLayout .fwwd aside {
	text-align: center;
	transition: all 0.5s;
	min-height: 0.6rem;
}

.HomeLayout .fwwd .icon {
	width: 0.83rem;
	height: 0.83rem;
	padding: 0.1rem;
	border-radius: 50%;
	position: relative;
	transition: all 0.5s;
	margin: 0px auto;
}

.HomeLayout .fwwd .icon img {
	position: relative;
	z-index: 1;
	border-radius: 50%;
	width: 0.63rem;
	height: 0.63rem;
}

.HomeLayout .fwwd .icon:after {
	width: 0;
	height: 0;
	border-radius: 50%;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #03449e;
	transition: all 0.5s;
	position: absolute;
}

.HomeLayout .fwwd .popInfo {
	position: absolute;
	left: -0.3rem;
	top: 0.15rem;
	border-radius: 0.2rem;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: all 0.5s;
}

.HomeLayout .fwwd li.on aside {
	padding-top: 0.11rem;
}

.HomeLayout .fwwd li.on .popInfo {
	top: -0.15rem;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

.HomeLayout .fwwd li.on .icon:after {
	width: 100%;
	height: 100%;
}

.HomeLayout .fwwd li.on .dot {
	opacity: 1;
	position: absolute;
	transition: all 0s;
}

.HomeLayout .fwwd li .dot {
	transition: all 0s;
	left: 0.65rem;
	top: auto;
	bottom: -3px;
}

.HomeLayout .fwwd .item:nth-last-child(1) .popInfo {
	left: auto;
	right: -0.3rem;
}

.HomeLayout .fwwd .item:nth-last-child(1) .dot {
	left: auto;
	right: 0.65rem;
}

#baseSlider {
	position: relative;
	width: 64.9vw;
	left: -14vw;
}

#baseSlider .swiper-slide {
	width: 18vw;
	padding: 0 5px;
}

#baseSlider .swiper-slide .imgbox {
	padding-top: 2.4rem;
	margin: 0.27rem 0;
}

#baseSlider .swiper-slide .info {
	padding: 0.26rem 0 0 0;
	opacity: 0;
}

#baseSlider .swiper-slide a {
	color: #fff;
}

#baseSlider .swiper-slide h3 {
	font-size: 0.28rem;
	margin-bottom: 0.23rem;
}

#baseSlider .swiper-slide .desc {
	margin-bottom: 0.23rem;
}

#baseSlider .swiper-slide-active {
	width: 21.45vw;
	padding: 0.25rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 71, 157, 0.4);
	border-radius: 0.25rem;
	transform: translateX(0) translateZ(0) rotateY(0deg) !important;
	transform-style: inherit !important;
	z-index: 10;
}

#baseSlider .swiper-slide-active .info {
	opacity: 1;
}

#baseSlider .swiper-slide-active .imgbox {
	margin: 0;
}

#baseSlider .swiper-3d .swiper-slide-shadow-left,
#baseSlider .swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}


/* #baseSlider .swiper-3d .swiper-slide-visible:not(.swiper-slide-prev,.swiper-slide-next,.swiper-slide-active){transform: translate3d(0px, -10px, -396.048px) rotateX(-1deg) rotateY(37.8096deg) scale(1) !important}
#baseSlider .swiper-3d .swiper-slide-visible.frist{transform: translate3d(0px, -10px, -396.048px) rotateX(-1deg) rotateY(-37.8096deg) scale(1) !important} */

#particles-js canvas {
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100vh;
	z-index: 0;
}

@media(min-width:1025px) {
	.HomeLayout.active .TitHead {
		animation: fadeInUp 0.4s .5s ease both;
		-webkit-animation: fadeInUp 0.5s .5s ease both;
		-moz-animation: fadeInUp 0.4s .5s ease both;
	}

	.HomeLayout.active .TitHead {
		animation: fadeInUpSmall 0.6s .6s ease both;
		-webkit-animation: fadeInUpSmall 0.6s .6s ease both;
		-moz-animation: fadeInUpSmall 0.6s .6s ease both;
	}

	.HomeLayout.active .content {
		animation: fadeInUpSmall 1s .6s ease both;
		-webkit-animation: fadeInUpSmall 1s .6s ease both;
		-moz-animation: fadeInUpSmall 1s .6s ease both;
	}

	.HomeLayout.active .diqiu {
		animation: fadeInfilter 0.8s .6s ease both;
		-webkit-animation: fadeInfilter 0.8s .6s ease both;
		-moz-animation: fadeInfilter 0.8s .6s ease both;
	}

	.HomeLayout.active .content {
		animation: fadeInUpSmall 0.6s .5s ease both;
		-webkit-animation: fadeInUpSmall 0.6s .5s ease both;
		-moz-animation: fadeInUpSmall 0.6s .5s ease both;
	}

	.HomeLayout .xxwd .popInfo:before {
		top: 4.8vw;
		display: none;
	}

	.HomeLayout .xxwd li {
		position: absolute;
		left: 50%;
		transform-origin: 50% 15vw;
		margin: -1.2vw 0 0 -1.2vw;
		cursor: pointer;
		z-index: 10;
	}

	.HomeLayout .xxwd li:nth-child(1) {
		transform: rotate(0deg)
	}

	.HomeLayout .xxwd li:nth-child(1) .inner {
		transform: rotate(0deg)
	}

	.HomeLayout .xxwd li:nth-child(1) aside {
		margin-top: -0.8vw;
		padding-bottom: 10px;
		text-align: center;
	}

	.HomeLayout .xxwd li:nth-child(1) aside .dot {
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 0;
	}

	.HomeLayout .xxwd li:nth-child(2) {
		transform: rotate(60deg)
	}

	.HomeLayout .xxwd li:nth-child(2) .inner {
		transform: rotate(-60deg)
	}

	.HomeLayout .xxwd li:nth-child(2) aside {
		transform: translateX(1vw);
		padding-left: 10px;
	}

	.HomeLayout .xxwd li:nth-child(3) {
		transform: rotate(104deg)
	}

	.HomeLayout .xxwd li:nth-child(3) .inner {
		transform: rotate(-104deg)
	}

	.HomeLayout .xxwd li:nth-child(3) aside {
		transform: translateX(1vw);
		padding-left: 10px;
	}

	.HomeLayout .xxwd li:nth-child(4) {
		transform: rotate(140deg)
	}

	.HomeLayout .xxwd li:nth-child(4) .inner {
		transform: rotate(-140deg)
	}

	.HomeLayout .xxwd li:nth-child(4) aside {
		transform: translateX(1vw);
		padding-left: 10px;
	}

	.HomeLayout .xxwd li:nth-child(4) aside .dot {
		top: 20%;
	}

	.HomeLayout .xxwd li:nth-child(5) {
		transform: rotate(180deg)
	}

	.HomeLayout .xxwd li:nth-child(5) .inner {
		transform: rotate(-180deg)
	}

	.HomeLayout .xxwd li:nth-child(5) aside {
		transform: translateY(0.6vw);
		padding-top: 10px;
		text-align: center;
	}

	.HomeLayout .xxwd li:nth-child(5) aside .dot {
		top: 0;
		bottom: auto;
		left: 1.25vw;
	}

	.HomeLayout .xxwd li:nth-child(6) {
		transform: rotate(220deg)
	}

	.HomeLayout .xxwd li:nth-child(6) .inner {
		transform: rotate(-220deg)
	}

	.HomeLayout .xxwd li:nth-child(6) aside {
		transform: translateX(-1.5vw);
		padding-right: 10px;
	}

	.HomeLayout .xxwd li:nth-child(6) aside .dot {
		top: 12%;
		right: 0.8vw;
		left: auto;
	}

	.HomeLayout .xxwd li:nth-child(6) .popInfo {
		left: -4.9rem
	}

	.HomeLayout .xxwd li:nth-child(7) {
		transform: rotate(260deg)
	}

	.HomeLayout .xxwd li:nth-child(7) .inner {
		transform: rotate(-260deg)
	}

	.HomeLayout .xxwd li:nth-child(7) aside {
		transform: translateX(-1.5vw);
		padding-right: 10px;
	}

	.HomeLayout .xxwd li:nth-child(7) aside .dot {
		right: 0.29vw;
		left: auto;
		top: 46%;
	}

	.HomeLayout .xxwd li:nth-child(7) .popInfo {
		left: -4.9rem
	}

	.HomeLayout .xxwd li:nth-child(8) {
		transform: rotate(310deg)
	}

	.HomeLayout .xxwd li:nth-child(8) .inner {
		transform: rotate(-310deg)
	}

	.HomeLayout .xxwd li:nth-child(8) aside {
		transform: translateX(-1.5vw);
		padding-right: 10px;
	}

	.HomeLayout .xxwd li:nth-child(8) aside .dot {
		right: 0.55vw;
		left: auto;
		top: 46%;
	}

	.HomeLayout .xxwd li:nth-child(8) .popInfo {
		left: -4.9rem
	}

	.HomeLayout .xxwd li:nth-child(9) {
		transform: rotate(320deg)
	}

	.HomeLayout .xxwd li:nth-child(9) .inner {
		transform: rotate(-320deg)
	}

	.HomeLayout .xxwd li:nth-child(9) aside {
		transform: translateX(-1.5vw);
		padding-right: 10px;
	}

	.HomeLayout .xxwd li:nth-child(9) aside .dot {
		right: 0.5vw;
		left: auto;
		top: 46%;
	}

	.HomeLayout .xxwd {
		width: 27.6vw;
		height: 27.6vw;
	}

	.HomeLayout .xxwd .innerbox {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.4);
		z-index: 10;
		position: relative;
	}

	.HomeLayout .xxwd .outimg {
		width: 80%;
		height: 80%;
		left: 10%;
		top: 10%;
		position: absolute;
		border-radius: 50%;
		background: #fff;
	}

	.HomeLayout .xxwd .popInfo {
		position: fixed;
		top: 50%;
		left: 100%;
		z-index: -100;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
		transform: translateY(-50%) scale(0);
		width: 4.5rem;
		border-radius: 0.1rem;
	}

	.HomeLayout .xxwd li:nth-child(5) .popInfo {
		top: -200%;
	}

	.HomeLayout .xxwd li:hover {
		z-index: 20;
	}

	.HomeLayout .xxwd li:hover .popInfo {
		visibility: visible;
		z-index: 10;
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}

	.HomeLayout .xxwd li:hover .popInfo:before {
		width: 1.5vw;
		left: -1.5vw;
	}

	.HomeLayout .fwwd .popInfo .info {
		max-height: 2rem;
		overflow-y: auto;
	}

	.HomeLayout .zzjd:before {
		width: 21vw;
		height: 13vw;
		position: absolute;
		left: -10vw;
		bottom: 0;
		content: "";
		z-index: 10;
	}

	.HomeLayout .zzjd:after {
		width: 21vw;
		height: 13vw;
		position: absolute;
		right: 3.5vw;
		bottom: 0;
		content: "";
		z-index: 10;
	}
}

@media(max-width:1600px) {
	.TitHead .slogan {
		font-size: 0.36rem;
	}

	.HomeLayout .diqiu {
		top: -9.2vw;
		left: 10.4vw;
		width: 70vw;
		height: 70vw;
	}

	.HomeLayout .content {
		padding-top: 1.5vw;
		padding-left: 4vw;
	}

	#baseSlider {
		top: 3.15vw;
	}

	.HomeLayout .zzjd:before {
		left: -12vw;
		height: 13vw;
		bottom: -2vw;
	}

	.HomeLayout .zzjd:after {
		right: 4.8vw;
		height: 13vw;
		bottom: -2vw;
	}
}

@media(max-width:1280px) {
	.HomeLayout .diqiu {
		top: -9.2vw;
		left: 12vw;
		width: 67vw;
		height: 67vw;
	}

	.HomeLayout .content {
		padding-top: 0.2vw;
		padding-left: 4.6vw;
	}

	#baseSlider {
		top: 4vw;
	}
}

@media(max-width:1024px) {
	.HomeLayout {
		padding-bottom: 0.8rem;
	}

	.HomeLayout .w1600 {
		display: block;
	}

	.HomeLayout .diqiu {
		left: 50%;
		top: auto;
		bottom: -23.5vw;
		transform: translateX(-50%);
		display: none;
	}

	.HomeLayout .leftNav {
		width: auto;
		padding-bottom: 0;
	}

	.HomeLayout .TabNav {
		width: auto;
		display: flex;
		justify-content: space-between;
		min-height: auto;
		margin-bottom: 0.5rem;
	}

	.HomeLayout .TabNav .item {
		padding-right: 0.5rem;
	}

	.HomeLayout .TabNav .item.on {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.HomeLayout .content {
		padding: 0;
		width: 100%;
	}

	.HomeLayout .xxwd .outimg {
		display: none;
	}

	.HomeLayout .xxwd .imgbox {
		padding-top: 64%;
	}

	.HomeLayout .popInfo {
		width: auto;
		padding: 0.5rem;
	}

	.HomeLayout .xxwd .slick-dots {
		position: static;
		margin-top: 0.3rem;
	}

	.HomeLayout .xxwd aside {
		display: none;
	}

	.HomeLayout .fwwd .slider {
		width: auto;
		left: auto;
	}

	.HomeLayout .fwwd .item {
		padding: 0 0 0.4rem;
	}

	.HomeLayout .fwwd .popInfo {
		position: relative;
		top: auto !important;
		left: auto;
		margin-bottom: 0.25rem;
		opacity: 1;
		z-index: 10;
		visibility: visible;
		border-radius: 0;
	}

	#baseSlider {
		width: 100%;
		left: 0;
	}

	#baseSlider .swiper-slide {
		width: 10vw;
	}

	#baseSlider .swiper-slide-active {
		width: 56vw;
	}

	#particles-js canvas {
		height: 30% !important;
		width: 100% !important;
	}
}

@media(max-width:640px) {
	.HomeLayout .popInfo {
		padding: 0.3rem;
	}

	.HomeLayout .TabNav .item {
		padding-right: 0;
	}

	.HomeLayout .TabNav .item:before {
		display: none;
	}

	.HomeLayout .TabNav .item.on {
		color: #00479d;
	}

	.HomeLayout .xxwd h3 {
		font-size: 16px;
	}

	.HomeLayout .TabCon .slick-arrow {
		display: none !important;
	}
}

.HomeNews {
	background: #fff;
	padding: 6.24vw 0 7vw;
}

.HomeNews .slick-list {
	padding: 0 2px;
}

.HomeNews .slider .item a {
	border: 2px solid #e0e6ef;
	display: block;
	min-height: 30.625vw;
	position: relative;
	overflow: hidden;
	margin: 0 -1px;
}

.HomeNews .slider .item .date {
	color: #555555;
	font-size: 0.22rem;
	line-height: 0.39rem;
	margin-bottom: 0.26rem;
}

.HomeNews .slider .item .date span {
	display: inline-block;
	padding-bottom: 0.14rem;
	border-bottom: 2px solid #dadada;
	margin-right: 0.18rem;
	color: #014095;
	font-size: 0.3rem;
}

.HomeNews .slider .item .info {
	padding: 2.55vw 2.55vw 0;
}

.HomeNews .slider .item .imgbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 17.23vw;
	transition: all 0.9s;
	;
}

.HomeNews .slider .item .imgbox .more {
	position: absolute;
	left: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.2rem;
	line-height: 0.7rem;
	color: #fff;
	text-align: center;
	z-index: 15;
	transition: all 1s 0.5s;
	display: none !important;
}

.HomeNews .slider .item .imgbox .more:after {
	background: url(../img/arr_more_white.svg) right center no-repeat;
}

.HomeNews .slider .item .ti {
	margin-bottom: 3.645vw;
	min-height: 0.72rem;
	color: #1e252f;
}

.HomeNews .slider .item .desc {
	margin-bottom: 4.94vw;
	min-height: 1.12rem;
	transition: all 0.5s;
	opacity: 0;
}

.HomeNews .slider .item .more {
	opacity: 1;
}

.HomeNews .slider .item:hover {
	z-index: 10;
}

.HomeNews .slider .item:hover .more {
	opacity: 1;
}

.HomeNews .slider .item:hover .more:after {
	background: url(../img/arr_more_white.svg) right center no-repeat;
}

.HomeNews .slider .item:hover .more:before {
	background: url(../img/arr_more_blue.svg) right center no-repeat;
}

.HomeNews .slider .item:hover .desc {
	opacity: 1;
}

.HomeNews .slider .item:hover .imgbox {
	bottom: -100%;
	opacity: 0;
	z-index: -1;
	transform: scale(0.9);
}

.HomeNews .slider .item:hover .imgbox .more {
	opacity: 1;
	bottom: 0;
}

.HomeNews .arrows_dots {
	position: relative;
	padding: 0 0.6rem;
	height: 30px;
	margin-top: 2.6vw;
	bottom: auto;
}

.HomeNews .arrows_dots .slick-dots {
	left: 0.6rem;
	width: calc(100% - 1.2rem);
	height: 2px;
	background: #ebecec;
	line-height: 2px;
	display: flex;
	justify-content: space-between;
	top: 50%;
	margin-top: -1px;
}

.HomeNews .arrows_dots .slick-dots li {
	flex: 1;
	margin: 0;
}

.HomeNews .arrows_dots .slick-dots li.slick-active {
	height: 2px;
}

.HomeNews .arrows_dots .slick-dots li.slick-active button {
	background: #00479d;
}

.HomeNews .arrows_dots .slick-arrow {
	background-color: transparent;
	border-radius: 0;
	border: 0 !important;
	color: #00479d;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.HomeNews .arrows_dots .slick-arrow:hover {
	color: #fff;
	background: #00479d;
}

.HomeNews .arrows_dots .slick-arrow i {
	font-size: 30px;
}

.HomeNews .arrows_dots .slick-prev {
	left: 0;
}

.HomeNews .arrows_dots .slick-next {
	right: 0;
}


@media(min-width:1025px) {
	.HomeNews.swiper-slide-active .TitHead {
		animation: fadeInUp 0.4s .5s ease both;
		-webkit-animation: fadeInUp 0.5s .5s ease both;
		-moz-animation: fadeInUp 0.4s .5s ease both;
	}

	.HomeNews.swiper-slide-active .TabCon .item {
		animation: fadeInUpSmall 0.5s .6s ease both;
		-webkit-animation: fadeInUpSmall 0.6s .6s ease both;
		-moz-animation: fadeInUpSmall 0.6s .6s ease both;
	}
}

@media(max-width:1440px) {
	.HomeNews .slider .item a {
		min-height: 29vw;
	}

	.HomeNews .slider .item .ti {
		margin-bottom: 2vw;
	}

	.HomeNews .slider .item .desc {
		margin-bottom: 3vw;
	}

	.HomeNews .slider .item .imgbox {
		padding-top: 16vw;
	}
}

@media(max-width:1366px) {
	.HomeNews .arrows_dots {
		margin-top: 1vw;
	}
}

@media(max-width:1024px) {
	.HomeNews .slider .item .ti {
		margin-bottom: 0.25rem;
	}

	.HomeNews .slider .item .info {
		padding-bottom: 2.55vw;
	}
}

@media(max-width:768px) {
	.HomeNews .slider .item .imgbox {
		padding-top: 26vw;
	}
}

@media(max-width:640px) {
	.TitHead .TabNav li {
		font-size: 16px;
	}

	.HomeNews {
		padding: 0.8rem 0;
	}

	.HomeNews .arrows_dots {
		margin-top: 0.3rem;
	}

	.HomeNews .slider .item .date span {
		font-size: 18px;
	}

	.HomeNews .slider .item .date {
		font-size: 14px;
	}

	.HomeNews .slider .item .ti {
		min-height: 48px;
	}

	.HomeNews .slider .item .desc {
		min-height: 96px;
		display: none;
	}

	.HomeNews .slider .item .imgbox {
		padding-top: 64%;
		position: relative;
		bottom: auto;
		left: auto;
		opacity: 1 !important;
	}
}

.HomePartner {
	background: #00479d;
	padding: 2.5vw 0;
	position: relative;
	min-height: 11.66vw;
}

.HomePartner .slick-initialized .slick-slide {
	display: flex;
	flex-wrap: wrap;
}

.HomePartner .slider {
	padding-top: 0.3rem;
}

.HomePartner .item {
	width: 33.333%;
	text-align: center;
}

.HomePartner .item img {
	height: 0.6rem;
	opacity: 0.5;
	transition: all 0.5s;
}

.HomePartner .item:hover img {
	opacity: 1;
}

.HomePartner .arrows_dots {
	width: 175px;
	height: 0.51rem;
	line-height: 0.51rem;
	background: #0e73d8;
	color: #fff;
	box-shadow: 0 0 32px rgba(9, 21, 37, 0.19);
	top: 0.83rem;
	z-index: 10;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.HomePartner .arrows_dots:before,
.HomePartner .arrows_dots:after {
	left: 50%;
	width: 1px;
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	height: 0.34rem;
	z-index: -1;
}

.HomePartner .arrows_dots:before {
	top: -0.34rem;
}

.HomePartner .arrows_dots:after {
	bottom: -0.34rem;
}

.HomePartner .arrows_dots .slick-arrow {
	background-color: transparent;
	border-radius: 0;
	border: 0 !important;
	color: #00479d;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.HomePartner .arrows_dots .slick-arrow:hover {
	font-weight: bold;
}

.HomePartner .arrows_dots .ti {
	text-align: center;
	color: #fff;
	text-align: center;
}

@media(min-width:1025px) {
	.page6.active .HomePartner .item {
		animation: zoomIn 0.5s .6s ease both;
		-webkit-animation: zoomIn 0.5s .6s ease both;
		-moz-animation: zoomIn 0.5s .6s ease both;
	}

	.page6.active .Footer .Contact dl {
		animation: fadeInUpSmall 0.5s .7s ease both;
		-webkit-animation: fadeInUpSmall 0.5s .7s ease both;
		-moz-animation: fadeInUpSmall 0.5s .7s ease both;
	}

	.page6.active .Footer .ewmimg {
		animation: fadeInUpSmall 0.5s .7s ease both;
		-webkit-animation: fadeInUpSmall 0.5s .7s ease both;
		-moz-animation: fadeInUpSmall 0.5s .7s ease both;
	}

	.page6.active .Footer .SiteMap dl {
		animation: fadeInUpSmall 0.5s .8s ease both;
		-webkit-animation: fadeInUpSmall 0.5s .8s ease both;
		-moz-animation: fadeInUpSmall 0.5s .8s ease both;
	}

	.HomePartner .slick-slide:nth-child(2n+1) {
		padding-right: 0.6rem;
	}

	.HomePartner .slick-slide:nth-child(2n+2) {
		padding-left: 0.6rem;
	}
}

@media(max-width:1440px) {
	.HomePartner {
		padding: 1.8vw;
		min-height: 10vw;
	}
}

@media(max-width:1024px) {
	.HomePartner .arrows_dots {
		position: relative;
		left: auto;
		transform: translateX(0);
		top: auto;
		margin: 0.25rem auto 0;
	}

	.HomePartner .arrows_dots:before,
	.HomePartner .arrows_dots:after {
		display: none;
	}
}

@media(max-width:640px) {
	.HomePartner .item img {
		height: 0.8rem;
	}

	.HomePartner .arrows_dots {
		height: 40px;
		line-height: 40px;
	}
}

/* 首页 */