/* banner */
.banner {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	border-bottom: 1px solid #000000;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	left: 2% !important;
	top: 55% !important;
	width: 5% !important;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 50% auto !important;
	opacity: 1;
	border-radius: 50% !important;
	width: 4px;
	height: 4px;
	background: #FFFFFF;
}

.swiper-pagination-bullet-active {
	border: 1px solid #4aa153;
	background: transparent !important;
	width: 8px !important;
	height: 8px !important;
}


.swiper-button-next,
.swiper-button-prev {
	top: 92% !important;

}

.swiper-button-next,
.swiper-button-prev {
	opacity: 0 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 49%;
	opacity: 0 !important;
}

/* hl_one */
.hl_one {
	background: url(../img/onebg1.png);
	background-size: 100% 100%;
	position: relative;
}

.hl_one .onepic {
	max-width: 1200px;
	width: 80%;
	position: absolute;
	left: 17%;
	top: 25%;
}

.hl_one .onepic img {
	width: 80%;
}

.hl_one .onetitle {
	max-width: 1200px;
	width: 80%;
	position: absolute;
	left: 17%;
	top: 35%;
	color: #FFFFFF;
}

.hl_one .onesy {
	max-width: 1200px;
	width: 80%;
	position: absolute;
	left: 17%;
	top: 52%;
}

.hl_one .onesy h6,
.hl_one .oneens h6 {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 100;
}

.hl_one .oneens {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	left: 17%;
	top: 60%;
	color: #FFFFFF;
}

.more {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 13%;
	left: 0;
}

.more a {
	color: blue;
	display: block;
	width: 5.625rem;
	text-align: center;
	margin: 0 auto;
	border: 1px solid blue;
	font-size: 1.125rem !important;
	font-weight: 100 !important;
}

.yuan {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	left: 0;
}

.yuan img {
	display: block;
	margin: 0 auto;
}

/*虚拟仿真 */
.hl_two {
	background: url(../img/twobg.png);
	background-size: 100% 100%;
	position: relative;
}

.twotitle {
	color: #FFFFFF;
	width: 100%;
	position: absolute;
	left: 0;
	top: 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.twotitle h2 span {
	color: #00DF8E;
}

.twotitle h2 {
	width: 100%;
	text-align: center;
	font-weight: 100;
	font-size: 2rem;
}

.twotitle .lanlined {
	width: 100%;
	border-bottom: 1px solid #30536E;
	margin: 1.25rem 0;
}

.twotitle .lanline {
	display: block;
	width: 4.25rem;
	height: 0.1875rem;
	border-radius: 0.3125rem;
	background: #00DF8E;
	margin: 0 auto;
}

.hl_two .twuvscount {
	color: #FFFFFF;
	width: 100%;
	height: 60%;
	position: absolute;
	left: 0;
	top: calc(9% + 47px);
	display: flex;
	justify-content: center;
}

.twuvscount .tvs {
	width: 20%;
	padding: 1.25rem 0 3.75rem 0;
	position: relative;
}

.twuvscount .tvs:hover {
	background: url(../img/vsbg.png);
	background-size: 100% 100%;
}

.vspicd {
	display: none !important;
}

.twuvscount .tvs:hover .vspicd {
	display: block !important;
}

.twuvscount .tvs:hover .vspic {
	display: none !important;
}

.tvstop {
	width: 100%;
	margin-top: 20%;
	position: absolute;
	bottom: 20%;
}

.tvstop img {
	display: block;
	margin: 0.375rem auto;
	width: 30%;
}

.tvstop .vsline {
	display: block;
	width: 3rem;
	height: 0.125rem;
	background: #30536E;
	margin: 0.625rem auto;
}

.tvstop p {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	margin-top: 0.625rem;
}

.tvsbottom {
	width: 100%;
	/* margin-top: 2.8125rem; */
	position: absolute;
	top: 82%;
	left: 0;
	/* height: 30%; */
}

.tvsbottom p {
	width: 45%;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	margin-bottom: 0.625rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.375rem;
}

/* 解决方案 */
.hl_three {
	background: url(../img/threebg.png);
	background-size: 100% 100%;
	position: relative;
}

.threesolution {
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(9% + 160px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.threesolution .tslist {
	width: 20%;
	margin: 0 1% 1% 0;
	position: relative;
}

.tsbox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	/* background: rgba(0,0,0,.6); */
	top: 0;
	left: 0;
	color: #FFFFFF;
}

.tsbox p:nth-child(1) {
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	margin-top: 15%;
	opacity: 0;
}

.tsbox span {
	display: block;
	width: 80%;
	margin: 0.1875rem auto 0.375rem;
	height: 0.125rem;
	background: #FFFFFF;
	opacity: 0;
}

.tsbox p:nth-child(3) {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	opacity: 0;
}

.tslist:hover .tsbox {
	background: rgba(0, 0, 0, .6);
	transition: all 1s;
}

.tslist:hover .tsbox p {
	opacity: 1;
	transition: all 1.5s;
}

.tslist:hover .tsbox span {
	opacity: 1;
	transition: all 1.5s;
}

.threesolution .tslist img {
	width: 100%;
	display: block;
}

.threesolution .ttop,
.threesolution .tbottom {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* 工业软件 */
.hl_four {
	background: url(../img/fourbg.png);
	background-size: 100% 100%;
	position: relative;
}

.fourcount {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: calc(9% + 50px);
}

.fourline {
	height: 100%;
	width: 0.0625rem;
	border-left: 1px dashed #888888;
	position: absolute;
	left: 40%;
	tab-size: 0;

}

.flslist {
	padding: 1.25rem 0;
	position: absolute;
	height: 13%;
	left: 27%;
	top: calc(9% + 10px);
	width: 100%;
	display: flex;
	align-items: center;
}

.flslista {
	top: 23.5%;
}

.flslistb {
	top: 36.5%;
}

.flslistc {
	top: 49.5%;
}

.flsleft {
	border: 1px solid #FFFFFF;
	width: 10%;
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 3%;
}

.flsleft img {
	width: 60%;
	display: block;
}

.flsright {
	/* padding: 2%; */
	height: 100%;
	width: 29rem;
	/* border: 1px dashed #0000FF; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.flsright p {
	color: #FFFFFF;
	font-size: 0.8125rem;
	width: 80%;
	line-height: 1.5rem;
	/* margin-bottom: 0.375rem; */
	/* text-indent: 3rem; */
}

.flsright p:nth-child(1) {
	/* margin-top:6%; */
}

.flslist:hover .flsright {
	background: url(../img/lsbg.png);
	background-size: 100% 100%;
	/* border: 1px dashed #FFFFFF; */
}

.flslist:hover .flsleft {
	border: 1px solid #54B85D;
}

/* Helink VR */
.hl_five {
	background: url(../img/threebg.png);
	background-size: 100% 100%;
	position: relative;
}

.fivehvcount {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: calc(9% + 47px);
	/* background: #30536E; */
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.hvrleftbg {
	position: relative;
	width: 100%;
	height: 49%;
	margin-bottom: 3%;
}

.hvrleftbg:hover .tsbox {
	background: rgba(0, 0, 0, .6);
	transition: all 1.5s;
}

.hvrleftbg:hover .tsbox p {
	opacity: 1;
	transition: all 1.5s;
}

.hvrleftbg:hover .tsbox span {
	opacity: 1;
	transition: all 1.5s;
}

.hvrleft {
	width: 20%;
	height: 52%;
	margin-top: 5%;
	margin-right: 0.7%;
}

.hvrleft img {
	width: 100%;
	display: block;
	height: 100%;
}

.hvrright {
	width: 20%;
	height: 52%;
	margin-top: 5%;
}

.hvrrightbg {
	position: relative;
	width: 100%;
	height: 33%;
}

.hvrrightbg:nth-child(1) {
	margin-bottom: 1%;
}

.hvrrightbg:nth-child(2) {
	margin-bottom: 1%;
}

.hvrright img {
	width: 100%;
	height: 100%;
	display: block;
}

.hvrrightbg:hover .tsbox {
	background: rgba(0, 0, 0, .6);
	transition: all 1.5s;
}

.hvrrightbg:hover .tsbox p {
	opacity: 1;
	transition: all 1.5s;
}

.hvrrightbg:hover .tsbox span {
	opacity: 1;
	transition: all 1.5s;
}

.hvrright hvrrightbg:nth-child(1) {
	margin-bottom: 1%;
}

.hvrright hvrrightbg:nth-child(2) {
	margin-bottom: 1%;
}

.fivehvcount .hvrleft .tsbox p:nth-child(1) {
	margin-top: 18%;
}

.fivehvcount .tsbox p:nth-child(1) {
	font-size: 1.125rem;
}

.fivehvcount .tsbox p:nth-child(3) {
	font-size: 0.9375rem;
}

@media screen and (min-width:1400px) {
	.flsright {
		width: 45rem;
	}

	.flsright p {
		font-size: 1rem;
	}
}

/* 虚拟仿真 */
.tvsbottomd p {
	width: 76%;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	margin-bottom: 0.625rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.375rem;
}

/* 合作伙伴 */
.hl_six {
	background: url(../img/sixbg.png);
	background-size: 100% 100%;
}

.hl_six .sixpar {
	width: 100%;
	height: 100%;
}

.hl_six .sixpar table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.sixpar table tr {
	width: 100%;
}

.sixpar table tr td {
	width: 14%;
	border: 1px solid #0F1E29;
}

.sixpar table tr td .twotitle {
	position: static;
}

.sixpar table tr .sixtit {
	background: #30693F;
}

.sixpar table tr .sixtit:hover {
	background: #30693F;
}

.sixpar table tr td img {
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.sixpar table tr td img:last-child {
	display: none;
}

.sixpar table tr td:hover {
	background: #FFFFFF;
}

.sixpar table tr td:hover img:nth-child(1) {
	display: none;
}

.sixpar table tr td:hover img:nth-child(2) {
	display: block;
}

/* 联系我们 */
.hl_seven {
	background: url(../img/sevenbg.png);
	background-size: 100% 100%;
	position: relative;
}

.hl_six .twotitle .lanlined {
	border-bottom: 0;
}

.sevenus {
	width: 96%;
	height: 70%;
	position: absolute;
	left: 0;
	top: calc(9% + 100px);
	padding: 0 2%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.usleft {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.usleft ul li {
	padding: 5% 0;
	font-size: 1rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.usleft ul li img,
.usright ul li img {
	margin-right: 0.625rem;
}

.usleft ul li:first-child {
	color: #00BC50;
	font-size: 1.2rem;
}

.conlist {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.usleft ul li .conlist span {
	color: #FFFFFF;
	display: block;
	cursor: pointer;
}

.usleft .conlist span:nth-child(2) {
	color: #00BC50;
}

.usleft ul li a {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.usleft ul li a:first-child {

	background: #CCCCCC;
	margin-right: 10%;
}

.usleft ul li a:last-child {
	background: #54B85D;
}

.usleft ul li a img {
	width: 60%;
	margin: 0;
}

.usright {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.usright ul {
	/* margin-left: 10%; */
}

.usright ul li {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #FFFFFF;
	padding: 0.625rem 0;
	border-bottom: 1px solid #29465D;
}

.usright ul li input {
	background: transparent;
	border: 0;
	outline: none;
	padding: 0.375rem 1rem;
	color: #FFFFFF;
	font-weight: bolder;
	width: 70%;
}

.usright ul .yzm input {
	width: 35%;
}

.usright ul li:first-child {
	border: 0;
}

.usright ul li:last-child {
	border: 0;
}

.usright ul li button {
	width: 100%;
	background: #54B85D;
	border: 0;
	margin-top: 15%;
	padding: 4% 0;
	color: #FFFFFF;
}

.usright ul li:first-child {
	color: #00BC50;
	font-size: 1.2rem;
}

.footpic {
	margin: 0 2%;
}

.footpic img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.footpic p {
	color: #FFFFFF;
	text-align: center;
	padding: 5% 0;
}

#txt,
#txtd {
	color: orangered;
	cursor: pointer;
	background: url(../img/yzmbg.jpg);
	background-size: 100% 100%;
	width: 8.125rem;
	padding: 2% 0;
	border: 1px solid orangered;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 4px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1% 0;
	width: 100%;
	background: #030C25;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 0.875rem;
}

@media screen and (max-width: 1368px) {
	.twotitle h2 {
		font-size: 1.6rem;
	}

	.twuvscount .tvs {
		width: 22%;
		padding: 1.25rem 0 3.75rem 0;
		position: relative;
	}

	.usleft ul li {
		padding: 3.5% 0;
	}

	.usleft ul li,
	.usright ul li {
		font-size: 0.875rem;
	}

	.usleft ul li:first-child,
	.usright ul li:first-child {
		font-size: 1rem;
	}

	.usright ul li button {
		margin-top: 10%;
	}

	.tvsbottomd p {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 750px) {
	.hl_one {
		background-size: auto 100%;
		background-position: 80%;
	}

	.hl_one h1 {
		font-size: 1.875rem;
	}

	/* 解决方案 */
	.threesolution .tslist {
		width: 34% !important;
	}

	.hl_threes .more {
		display: none;
	}

	.hl_threed .threesolution {
		top: 15%;
	}

	.ttop .tslist {
		margin-bottom: 1%;
	}

	.tbottom .tslist {
		margin-bottom: 5%;
	}

	/* 联系我们 */
	.sevenus .usright {
		display: none;
	}

	.hl_seven .usleft {
		width: 80%;
		height: 65%;
	}

	.hl_seven .usright {
		width: 80%;
	}

	.hl_seven .footer {
		display: none;
	}

	.hl_sevend {
		display: block !important;
	}
	.sevenus{
		flex-wrap: wrap;
	}
	.hl_sevend .sevenus {
		top: 9%;
	}

	.hl_sevend .usright {
		display: flex !important;
	}

	.hl_sevend .footer {
		display: flex !important;
		height: 10%;
	}

	.hl_sevend .footer p {
		text-align: center;
		width: 80%;
	}

	.usright ul li input {
		font-size: 1rem;
		font-weight: 100;
		width: 60%;
	}

	#txt {
		padding: 5% 0;
	}

	.usright ul .yzm input {
		width: 50%;
	}
}

@media screen and (max-width:1200px) {
	.hl_one .onetitle h1 {
		font-size: 1.875rem;
	}

	.hl_one .onepic img {
		width: 95%;
	}

	/* 解决方案 */
	.threesolution .tslist {
		width: 25%;
	}
}

@media screen and (max-width: 1199px) and (min-width:900px) {}

@media screen and (max-width: 900px) {
	.nav {
		justify-content: flex-start;
		/* box-shadow: 1px 2px 4px #5f5151; */
	}

	.logo {
		margin-left: 0.625rem;
	}

	.nav .bignav {
		display: none !important;
	}

	.navlineup {
		display: block !important;
	}

	/* 虚拟仿真 */
	.twuvscount .tvs {
		width: 33%;
	}
}

@media screen and (max-width: 899px) and (min-width:600px) {}

@media screen and (max-width: 599px) {
	.hl_one .onepic {
		left: 10%;
		width: 90%;
	}

	.hl_one .onetitle {
		left: 10%;
		top: 30%;
		width: 90%;
	}

	.hl_one .onetitle h1 {
		font-size: 1.625rem;
	}

	.hl_one .onesy {
		left: 10%;
		top: 50%;
	}

	.hl_one .oneens {
		left: 10%;
		top: 57%;
	}

	/* 解决方案 */
	.hl_threes .threesolution .tbottom {
		display: none;
	}

	.threesolution .tslist {
		width: 50% !important;
	}

	.hl_threed {
		display: block !important;
	}

	/* 工业软件 */
	.fourline {
		display: none;
	}

	.flslistb,
	.flslistc {
		display: none;
	}

	.flslist {
		flex-wrap: wrap;
		left: 0;
	}

	.flsleft {
		width: 30%;
		margin: 0 auto 4%;
	}

	.flsright {
		width: 100%;
	}

	.flslista {
		top: 44%;
	}

	.hl_fourd {
		display: block !important;
	}

	.hl_fourd .flslistb,
	.hl_fourd .flslistc {
		display: block;
	}

	.hl_fourd .flsleft {
		margin-bottom: 5%;
	}

	.hl_fourd .flslistb {
		top: -6%;
	}

	.hl_fourd .flslistc {
		top: 30%;
	}

	.hl_fours .more,
	.hl_fours .yuan {
		display: none;
	}

	.hl_fours .fourcount {
		top: calc(9% + 65px);
	}

	/* VR */
	.hvrleft {
		width: 65%;
	}

	.hvrright {
		display: none;
	}

	.hl_fived {
		display: block !important;
	}

	.hl_fived .fivehvcount {
		top: 0;
	}

	.hl_fived .hvrright {
		display: block !important;
		width: 70%;
		height: 75%;
	}

	.hvrright img:nth-child(1) {
		margin-bottom: 3%;
	}

	.hvrright img:nth-child(2) {
		margin-bottom: 3%;
	}

	.hl_xn .twuvscount .tvs {
		width: 40%;
	}
}

@media screen and (max-width: 450px) {
	.threesolution .tslist {
		width: 80% !important;
	}

	.ttop .tslist {
		margin-bottom: 4%;
	}

	.hl_threes .yuan {
		display: none;
	}
}

/* 点击跳转 */
.tvsa,.tvsb,.tslist,.flslist,.hvrleftbg, .hvrrightbg,.tva,.tvb{
	cursor: pointer;
}
