@font-face {
	font-family: "PingFangSC-Medium";
	src: url("https://jisupeixun.oss-cn-beijing.aliyuncs.com/resources/guanwangziti/PingFangSCRegular.woff2");
}
@font-face {
	font-family: "PingFangSC-Regular";
	src: url("https://jisupeixun.oss-cn-beijing.aliyuncs.com/resources/guanwangziti/PingFangMedium.woff2");
}
* {
	/* box-sizing: border-box; */
	padding: 0;
	margin: 0;
}
a:active{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
ul {
	padding-bottom: 0;
	margin-bottom: 0px;
}
li {
	list-style: none;
	cursor: default;
}
p {
	cursor: default;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	color: #ffffff;
	height: 64px;

	/* left: 50%;
	transform: translateX(-50%); */
}
.header li a {
	color: #ffffff;
}
.headerActive {
	background-color: #fff;
	color: #000;
}
.buttonActive {
	background-color: #39f;
	color: #fff;
	border: none;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo {
	width: 134px;
	margin-right: 243px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
header img {
	width: 100%;
}
.product_more span {
	margin-right: 5px;
}
.product_more {
	position: relative;
}
.product_more:hover .overProduct {
	display: block;
}
.product_more li a {
	color: #000 !important;
}


.overProduct {

 display: none;
 position: absolute;
 width: 400px;
 border-radius: 5px;
 z-index: 1000;
 background-color: #fff;
 top: 60px;
}
.overProduct ul li {
	padding: 0;
	height: 65px;
	width: 164px;
	padding-left: 24px !important;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}
.overProduct ul li span {
	padding-left: 10px;
	margin: 0;
}
.overProduct ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	color: #000;
}
.overProduct li img {
	width: 32px;
	height: 32px;
	transform: translateY(0%);
}
.overProduct .more {
	width: 12px;
	transform: rotate(180deg);
	position: absolute;
	top: -10px;
	left: 10%;
}
.logo {
	float: left;
}
nav {
	width: 530px;
	float: right;
}
nav img {
	width: 8px;
	transform: translateY(-25%);
}
nav ul li {
	/* padding: 20px 28px; */
	padding: 20px 0px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}
nav ul li:last-child {
	padding-right: 0;
	padding-left: 7px;
}
nav ul li button {
	width: 91.78px;
	height: 41.78px;
	border-radius: 20px;
	background-color: #fff;
	color: #5a87ee;
	border: none;
	/* border: 1px solid #ffffff; */
}
nav ul li:has(button) {
	padding: 0 28px;
}
nav ul li .login {
	/* margin-right: 16px; */
}
.banner {
	width: 100%;
	height: 600px;
	position: relative;
	background-image: url("../img/banner@2x.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center center;
}
.banner a:hover,.banner a:focus{
	text-decoration: none;
}
.bannerMessage img {
	width: 20px;
	margin-right: 4px;
}
.bannerMessage {
	position: absolute;
	top: 213px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
.bannerMessage li {
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
}
.bannerMessage li:first-child {
	font-size: 20px;
	display: flex;
	align-items: center;
}
.bannerMessage li:nth-child(2) {
	font-size: 48px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 67px;
	margin-top: 14px;
	margin-bottom: 50px;
}
.bannerMessage li:last-child button {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #914700;
	line-height: 28px;
	padding: 10px 47px;
	background: linear-gradient(90deg, #ffe785 0%, #ffeea9 100%);
	border-radius: 24px;
	border: none;
}
.bannerMessage li a{
	color: #914700;
	font-weight: bold;

}
.free {
	margin-right: 32px;
}

.CoreSector h3 {
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	margin-top: 89px;
	margin-bottom: 43px;
}
.CoreSector {
	/* height: 800px; */
	background: #f6faff;
	padding-bottom: 89px;
}
figure .CoreSectorCard img {
	width: 120px;
}
figure ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
figure .CoreSectorCard li {
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
}
figure .CoreSectorCardDetail img {
	width: 500px;
	height: 350px;
}
figure .CoreSectorCardDetail {
	padding-top: 81px;
}
figure .CoreSectorCardDetail li:last-child {
	width: 430px;
}
figure .CoreSectorCardDetail li h4 {
	font-size: 28px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	position: absolute;
	z-index: 20;
}
figure .CoreSectorCardDetail h4::after {
	content: " ";
	display: block;
	width: 56px;
	height: 8px;
	background: linear-gradient(270deg, rgba(71, 161, 255, 0) 0%, #47a1ff 100%);
	position: absolute;
	bottom: 8px;
	z-index: -1;
}
figure .CoreSectorCardDetail li p {
	font-size: 16px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #333333;
	line-height: 28px;
	margin: 18px 0;
	padding-top: 58px;
}
figure .CoreSectorCardDetail li a {
	padding: 9px 22px;
	border: none;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
figure .CoreSectorCardDetail li .seekAdvice {
	background: linear-gradient(90deg, #ff5e34 0%, #ff9267 100%);
	border-radius: 24px;
	margin-right: 16px;
}
figure .CoreSectorCardDetail li .Register {
	background: linear-gradient(90deg, #467bf5 0%, #7fa6ff 100%);
	border-radius: 24px;
}
.ProcessMapping {
	background-image: url("../img/backround_black.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;

	padding-bottom: 111px;
}
.ProcessMapping .title {
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 45px;
	margin: 89px 0;
}
.ProcessMapping ul li {
	text-align: center;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 28px;
}
.ProcessMappingImg {
	width: 56px;
}
.ProcessMappingTurn {
	width: 52px;
	/* margin: 0 35.5px; */
}
.active {
	color: #3a88ff;
}
.ProcessMappingOne {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ProcessMappingTurnDown {
	text-align: end !important;
	padding-right: 32px;
}
.ProcessMappingTurnDown img {
	width: 17px;
}
.ProcessMappingTurnDownleft {
	text-align: start !important;
	padding-left: 32px;
}
.ProcessMappingTurnDownleft img {
	width: 17px;
}
.none {
	opacity: 0;
}
.productShow {
	height: 660px;
	background: #f4f7ff;
}
.productShow p {
	margin-top: 89px;
	margin-bottom: 54px;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.productShow_CardOne {
	width: 380px;
	height: 190px;
	/* background-image: url("../img/background1\ \(2\).png"); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 38px 30px;
}
.productShowCard .productShow_CardOne:nth-child(1) {
	background-image: url("../img/background1\ \(2\).png");
}
.productShowCard .productShow_CardOne:nth-child(2) {
	background-image: url("../img/background1\ \(3\).png");
}
.productShowCard .productShow_CardOne:nth-child(3) {
	background-image: url("../img/background1\ \(4\).png");
}
.productShowCard .productShow_CardOne:nth-child(4) {
	background-image: url("../img/background1\ \(5\).png");
}
.productShowCard .productShow_CardOne:nth-child(5) {
	background-image: url("../img/background1\ \(6\).png");
}
.productShowCard .productShow_CardOne:nth-child(6) {
	background-image: url("../img/background1\ \(1\).png");
}
.productShow_CardOne img {
	width: 66px;
	margin-right: 20px;
}
.productShow_CardOne ul {
	display: flex;
	font-size: 14px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #666666;
}

.productShow_CardOne ul li div:first-child {
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	margin-bottom: 10px;
}
.productShowCard {
	display: flex;
	flex-wrap: wrap;
}
.technicalService {
	background: #ffffff;
}
.technicalService .title {
	font-weight: bold;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	padding-top: 90px;
	padding-bottom: 60px;
	text-align: center;
}
.technicalServiceCard {
	width: 220px;
	height: 270px;
	background: #ffffff;
	box-shadow: 0px 10px 40px 0px rgba(170, 177, 200, 0.3);
	border-radius: 10px;
}
.technicalServiceCard ul li:first-child {
	height: 116px;
	background: linear-gradient(360deg, #70b8ff 0%, #248eff 100%);
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}
.technicalServiceCard ul li img {
	width: 32px;
	padding-top: 16px;
}
.technicalServiceCard ul li p {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 25px;
	padding-top: 8px;
	/* padding-bottom: 13px; */
	position: relative;
}
.technicalServiceCard ul li p::after {
	display: inline-block;
	content: " ";
	position: absolute;
	width: 24px;
	height: 4px;
	background: #ffffff;
	border-radius: 2px;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.technicalServiceCard li:last-child {
	height: 154px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 16px 17px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.technicalServiceCards {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 115px;
}
.containerCard {
	background-image: url("../img/ka.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 33px;
	padding-bottom: 64px;
}

.cooperate {
	background: #f4f7ff;

	height: 580px;
}
.cooperate p {
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	padding-top: 89px;
	padding-bottom: 55px;
}
.containerCard {
	width: 290px;
	height: 290px;
}
.containerCard li {
	text-align: center;
}
.containerCard img {
	width: 88px;
	padding-top: 31px;
}
.containerCard li:nth-child(2) {
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 16px;
	font-weight: bold;
}
.containerCard li:last-child {
	font-size: 14px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	text-align: start;
}
.containerCards {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.enterprise h3 {
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
	margin-top: 30px;
	margin-bottom: 14px;
}
.enterprise h4 {
	text-align: center;

	font-size: 16px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #999999;
	line-height: 22px;
	margin-bottom: 40px;
	position: relative;
}

.enterpriseNav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.enterprise {
	height: 809px;
	background: #f7f7f7;
}
.enterpriseNav {
	padding: 0 200px;
	margin-bottom: 40px;
}
.enterpriseNav ul li {
	padding: 9px 28px;
	border-radius: 20px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 22px;
	background: #ffffff;
	cursor: pointer;
}
.enterpriseNavActive {
	background: #467bf5 !important;
	color: #ffffff;
}
.tab-pane-item {
	width: 275px;
	height: 442px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #f0f0f0;
	transition: all 0.3s ease 0s;
}
.tab-pane-item-top {
	width: 273px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.tab-pane-item-top img {
	width: 100%;
}
.tab-pane-item-name {
	padding: 0 17px;
	height: 48px;
	position: relative;
}
.tab-pane-item-name img {
	width: 64px;
	height: 64px;
	border-radius: 90%;
	transform: translateY(-50%);
	box-shadow: 0px 2px 10px 1px rgba(170, 177, 200, 0.3);
}
.tab-pane-item-name span {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	position: absolute;
	top: 10px;
	left: 92px;
}
.tab-pane-item-content {
	padding: 0 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	height: 168px;
}
.tab-pane-item-img img {
	width: 100%;
	height: 91px;
	margin-top: 15px;
}
.tab-pane-item-img {
	padding: 0 20px;
}
.tab-pane {
	display: flex;
	justify-content: space-between;
}
.footer {
	left: 0;
	bottom: 0px;
	background-color: #1e2b3e;
	color: #fff;
	width: 100%;
}
.footer_top {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 31px;
}
.footer_bottom {
	padding: 20px 0;
	color: #666;
}
.footer_top_img {
	padding-bottom: 20px;
}
.footer_top_img p {
	padding-bottom: 10px;
	font-size: 15px;
	color: #999;
}
.footer_top_img p:first-child {
	padding-bottom: 18px;
	font-size: 17px;
	color: #fff;
}
.footer_top_img a {
	margin-right: 20px;
}
.footer_top_img img {
	width: 30px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 17px;
}
.tab-pane-item:hover {
	box-shadow: 1px 1px 7px 4px #eee;
	transform: translateY(-6px);
	transition: all 0.3s ease 0s;
}
.videoCard {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	z-index: 1000;
	width: 100%;
	height: 100vh;
}
.videoCard div {
	position: relative;
	height: 100vh;
}
.videoCard video {
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.videoCard img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 100;
	transform: translate(1450%,-800%);
	/* overflow-y: hidden; */
}
.videobtn{
	cursor: pointer;
}
.technicalServiceCard:hover{
	box-shadow: 1px 1px 7px 4px #eee;
	transform: translateY(-6px);
	transition: all 0.3s ease 0s;
}
.containerCard:hover{
	transform: translateY(-6px);
	transition: all 0.3s ease 0s;
}