﻿@charset "utf-8";

header {
	width: 100%;
	height: 70px;
}

.container {
	position: relative;
	margin: 0 auto;
}

.header-container {
	max-width: 1200px;
}

.new-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	background-color: #fff;
	height: 70px;
}

.new-container {
	max-width: 1200px;
	margin: 0 auto;
}

.header-body {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
}

.header-body a.logo {
	font-size: 0;
}

.header-body a.logo>img {
	width: auto;
	height: 35px;
}

.header-body a.logo>img:first-child {
	display: none;
}

.header-body .navs-pc {
	display: flex;
	margin: 0 20px;
	height: 100%;
}

.navs-mobile {
	display: none;
}

.header-body .navs-pc>li>a {
	font-size: 14px;
	color: #333;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-body .navs-pc>li>a.no-herf {
	pointer-events: none;
	cursor: default;
}

.header-body .navs-pc>li>a::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2C8AFF;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 3px;
	display: none;
}

.header-body .navs-pc>li {
	padding: 0 15px;
	height: 100%;
}

.second-navs-first {
	width: 1300px;
	display: flex;
	justify-content: space-around;
	position: absolute;
	left: -50px;
	top: 70px;
	background: #F6F7FA;
	box-shadow: 0px 6px 16px 0px rgba(0, 12, 67, 0.1);
	border-radius: 0px 0px 4px 4px;
	height: 300px;
	padding: 50px;
	box-sizing: border-box;
	display: none;
}


.second-navs-first>.second-navs-item {
	width: 14.2851714%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.second-navs-first>.second-navs-item>a:first-child {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-bottom: 18px;
}

.second-navs-first>.second-navs-item>a:first-child::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #999999;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.second-navs-first>.second-navs-item>a:not(:first-child) {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	margin-top: 20px;
}

.second-navs-second {
	position: absolute;
	top: 70px;
	width: 520px;
	height: 250px;
	background: #F6F7FA;
	box-shadow: 0px 6px 16px 0px rgba(0, 12, 67, 0.1);
	border-radius: 0px 0px 4px 4px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	padding: 45px 0;
	box-sizing: border-box;
	display: none;
}

.second-navs-second .second-navs-second-item:first-child {
	border-right: 1px solid #e1e4e5
}

.second-navs-second-item {
	display: flex;
	flex-direction: column;
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
}

.second-navs-second-item a {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #333333;
	margin-bottom: 28px;
}

.second-navs-third {
	display: flex;
	flex-direction: column;
	padding: 30px 70px 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
	background: #F6F7FA;
	box-shadow: 0px 6px 16px 0px rgba(0, 12, 67, 0.1);
	border-radius: 0px 0px 4px 4px;
	display: none;
}

.second-navs-third a {
	font-size: 14px;
	color: #333333;
	margin-bottom: 26px;
	display: block;
	white-space: nowrap;
}

.industry-schemes {
	width: 1300px;
	position: absolute;
	left: -50px;
	top: 70px;
	background: #F6F7FA;
	box-shadow: 0px 6px 16px 0px rgba(0, 12, 67, 0.1);
	border-radius: 0px 0px 4px 4px;
	padding: 30px 50px;
	box-sizing: border-box;
	display: none;
	justify-content: space-between;
	box-sizing: border-box;
	max-height: calc(100vh - 80px);
	overflow-y: scroll;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.industry-schemes::-webkit-scrollbar{
  width: 4px;
  background-color: #F5F5F5;
  display:none;
}

/*定义滚动条轨道 内阴影+圆角*/
.industry-schemes::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.industry-schemes::-webkit-scrollbar-thumb{
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: rgba(24, 122, 251, .6);
}

.industry-schemes>.second-menu-more {
	display: flex;
	flex-direction: column;
}

.industry-schemes>.second-menu-more h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.industry-schemes>.second-menu-more a {
	font-size: 12px;
	color: #333333;
	margin-bottom: 20px;
}

.industry-schemes>.second-menu-more span {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}


.industry-schemes>.second-menu-more h3>a {
	font-size: 14px;
	color: #2c8aff;
	margin-bottom: 0;
}

.industry-schemes>.second-menu-more h3>.arrow {
	width: 6px;
	height: 6px;
	border-top: 2px solid #2c8aff;
	border-right: 2px solid #2c8aff;
	transform: rotate(45deg);
	margin-left: 5px;
}

.register-and-login-pc,
.logged-in {
	margin-left: auto;
	display: flex;
	height: 100%;
	align-items: center;
}

.register-and-login-pc a {
	width: 84px;
	height: 30px;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.register-and-login-pc a:first-child {
	background: #2c8aff;
	border: 1px solid #2c8aff;
	margin-right: 10px;
}

.register-and-login-pc a:last-child {
	border: 1px solid #2c8aff;
	color: #2C8AFF;
}

.new-header:hover .register-and-login-pc a:last-child {
	background: #fff !important;
	border: 1px solid #2c8aff !important;
	color: #2C8AFF !important;
}

.logged-in .avator {
	display: flex;
	align-items: center;
}

.logged-in .avator{
	font-size: 0;
}

.logged-in .avator img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 15px;
}

.logged-in .avator>.arrow-down {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #48A1FF;
}

.logged-in .avator>.arrow-up {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #48A1FF;
	display: none;
}

.drop-down-box {
	border-radius: 0 0 5px 5px;
	padding: 20px 30px 0;
	background-color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	flex-direction: column;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.drop-down-box a {
	white-space: nowrap;
	font-size: 14px;
	margin-bottom: 25px;
	color: #333;
}

.register-and-login-mobile {
	display: flex;
	justify-content: space-around;
	background-color: #EBF5FF;
	padding: .5rem 1rem;
	border-radius: 1rem;
	align-items: center;
	margin-left: auto;
}

.register-and-login-mobile a {
	color: #66A2D8;
	font-size: .8rem;
}

.register-and-login-mobile span {
	margin: 0 .5rem;
	color: #66A2D8;
}


@media (any-hover: hover) {
	.new-header:hover {
		background-color: #fff !important;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
	}

	.new-header:hover .header-body a.logo>img:first-child {
		display: none !important;
	}

	.new-header:hover .header-body a.logo>img:last-child {
		display: block !important;
	}

	.new-header:hover .header-body .navs-pc>li>a {
		color: #333 !important;
	}

	.header-body .navs-pc>li:hover>a {
		color: #2C8AFF !important;
	}

	.header-body .navs-pc>li:hover>a::after {
		display: block;
	}

	.header-body .navs-pc>li:hover>.second-navs-first,
	.header-body .navs-pc>li:hover>.second-navs-second,
	.header-body .navs-pc>li:hover>.second-navs-third,
	.header-body .navs-pc>li:hover>.industry-schemes {
		display: flex;
	}

	.second-navs-first>.second-navs-item>a:hover {
		color: #2c8aff !important;
	}

	.second-navs-first>.second-navs-item>a:hover::after {
		background-color: #2c8aff !important;
	}

	.second-navs-second-item a:hover {
		color: #2C8AFF;
	}

	.second-navs-third a:hover {
		color: #2C8AFF;
	}

	.industry-schemes>.second-menu-more a:hover {
		color: #2c8aff;
	}

	.drop-down-box a:hover {
		color: #2c8aff;
	}

	.drop-down-box a:first-child:hover {
		color: #2c8aff !important;
	}

	.logged-in:hover .drop-down-box {
		display: flex;
	}

	.logged-in:hover .avator>.arrow-up {
		display: block;
	}

	.logged-in:hover .avator>.arrow-down {
		display: none;
	}

}

.menu-btns-mobile {
	display: none;
}




/* 适配移动端 */
@media screen and (max-width:1024px) {
	header {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5) !important;
		height: 4rem;
	}

	.new-container {
    padding: 0 .8rem;
    box-sizing: border-box;
  }

	.header-body {
		height: 4rem;
	}

	.header-body a.logo>img {
		width: auto;
	}

	.header-body .navs-pc {
		display: none;
	}

	.navs-mobile {
		width: 100vw;
		position: absolute;
		top: 100%;
		left: -0.8rem;
		background-color: #fff;
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		display: none;
	}

	.navs-mobile>li {
		width: 100%;
		padding: .8rem;
		box-sizing: border-box;
		border-bottom: 1px solid #e1e4e5;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.navs-mobile>li>a {
		font-size: .85rem;
		color: #333;
	}

	.navs-mobile>li>.arrow-down-small {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #333;
		display: block;
	}

	.navs-mobile>li>.arrow-up-small {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #333;
		display: block;
	}

	.navs-mobile>li.second-menus-mobile {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background-color: #FDFDFD;
		display: none;
	}

	.navs-mobile>li.second-menus-mobile a {
		padding: .5rem .8rem;
		box-sizing: border-box;
		width: 100%;
		font-size: .8rem;
		color: #666;
		display: flex;
	}

	.logged-in .avator img {
		width: 2.5rem;
		height: 2.5rem;
		margin-right: .5rem;
	}

	.menu-btns-mobile {
		margin-left: 1rem;
		font-size: 0;
		display: flex;
	}

	.drop-down-box {
		padding: 1rem 1.5rem 0;
		background-color: #fff;
		position: absolute;
		top: 100%;
		right: -.8rem;
		flex-direction: column;
		display: none;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}

	.drop-down-box a {
		white-space: nowrap;
		font-size: .8rem;
		margin-bottom: 1.2rem;
		color: #333;
		display: flex;
	}

}