.hdbox-sec2 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
	z-index: 1000;
}

.hdbox-sec2>.container {
	position: relative;
}

.hdbox-sec2 .f_close {
	position: absolute;
	right: 0;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	cursor: pointer;
	transition: all 0.4s;
	z-index: 1000;
}

.hdbox-sec2 .f_close img,
.hdbox-sec2 .f_close svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hdbox-sec2 .fz_list .cont {
	display: none;
	background-color: #fff;
	overflow: auto;
	max-height: calc(100vh - 92px - 82px);
	margin: 0;
}

.hdbox-sec2 .fz_list .cont .container .hd_core {
	display: flex;
	justify-content: space-between;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .lt {
	width: 74%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .lt .item {
	width: 33.333%;
	padding: 0 20px;
	flex: none;
	margin: 0;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list {
	width: 100%;
	display: block;
	padding: 0;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .f_img {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .f_img .img {
	width: 100%;
	height: 192px;
	overflow: hidden;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .f_img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .f_img .f_but {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 39px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .f_img .f_but img {
	float: left;
	width: 100%;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .font {
	width: 100%;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .font .tit {
	font-size: 24px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
	color: #000;
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list:hover .font .tit {
	color: var(--prime-one)
}

.hdbox-sec2 .fz_list .cont .container .hd_core .list .font .text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 16px;
	color: #666666;
}

.hdbox-sec2 .fz_jut {
	background-color: #f6f7f9;
	padding: 30px 0;
}

.hdbox-sec2 .fz_jut .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdbox-sec2 .fz_jut .container .lt {
	display: flex;
	align-items: center;
}

.hdbox-sec2 .fz_jut .container .lt .tel {
	margin-right: 16px;
}

.hdbox-sec2 .fz_jut .container .lt .tel span {
	font-size: 16px;
}

.hdbox-sec2 .fz_jut .container .lt .but {
	width: 100px;
	height: 40px;
	background-color: #0059aa;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 {
	display: flex;
}


.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav {
	width: 20.71%;
	background-color: #f8faff;
	padding: 40px 0;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav>li {
	margin-bottom: 3px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li {
	width: 100%;
	display: block;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a {
	padding: 17px 30px;
	display: block;
	color: #333333;
	position: relative;
	z-index: 1;
	/* transition: all 0.4s; */
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li:hover>a {
	color: #0059aa;
	background-color: #fff;
	border-right: 2px solid #0059aa;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav>li ul {
	display: none;
	padding: 6px 0;
}


.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav>li ul li a {
	color: #666666;
	padding-left: 44px
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt {
	width: 79.29%;
	padding: 54px 0 0 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong.on {
	position: relative;
	visibility: inherit;
	opacity: 1;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	overflow: hidden;
	z-index: 1000;
}


.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	padding-bottom: 20px;
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_chilend {
	max-height: 460px;
	overflow-y: auto;
	overflow-x: hidden;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_title {
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	display: block;
	margin-bottom: 24px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item {
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 40px;
	flex: none
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item:hover .list .f_img img {
	transform: scale(1.1);
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item:hover .list .font .f_tit {
	color: #0059aa;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list {
	display: flex;
	align-items: center;
	padding: 0;
	flex-direction: row;
	border: none;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .f_img:before {
	padding-top: 78.125%;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .f_img {
	width: 40%;
	background: #f6f7f9;
	height: 99px;
}

.base_img img,
.base_img svg,
.base_img video {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font {
	width: 60%;
	padding: 8px 0 8px 20px;
	text-align: left;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_tit {
	color: #333333;
	font-weight: bold;
	transition: all 0.4s;
	margin-bottom: 8px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_tit span {
	font-size: 12px;
	line-height: 1.33333333em;
	padding: 0 5px;
	position: relative;
	top: -0.2em;
	display: inline-block;
	color: #fff;
	margin-left: 6px;
	background-color: #ff0000;
	border-radius: 3px;
	font-weight: normal;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_text {
	color: #666666;
	line-height: 1.375;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.75em;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist.on {
	position: relative;
	visibility: inherit;
	opacity: 1;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move {
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	color: #0059aa;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move {
	margin-top: 40px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i {
	transition: all 0.4s;
	display: flex;
	margin-left: 10px;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 5px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i img,
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i svg {
	width: 100%;
	max-height: 100%;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 20px 0;
	margin-top: auto;
	position: relative;
	border-top: 1px solid #f3f3f3;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_name {
	color: #333333;
	margin-right: 26px
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .but {
	width: 100px;
	height: 40px;
	background-color: #0059aa;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.4s;
}

/* 关于 */
.hdbox-sec2 .fz_list .cont .hd_pro2 {
	display: flex;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .lt {
	padding-right: 40px
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .lt {
	width: 23.71%;
	padding: 67px 70px 067px 0;
	border-right: 1px solid #f3f3f3;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .lt .f_title {
	color: #0c0c0f;
	font-weight: bold;
	margin-bottom: 13px;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .lt .f_text {
	color: #666666;
	line-height: 1.875;
}


.hdbox-sec2 .fz_list .hdbox-sec2 .fz_list .cont .hd_abt2 .gt {
	width: 74.29%;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt {
	width: 79.29%;
	padding: 0.54rem 0 0 0.6rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt {
	width: 74.29%;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link {
	display: flex;
	width: 100%;
	margin-bottom: 55px;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item {
	width: 16.666%;
	padding-right: 20px;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_tit {
	color: #0c0c0f;
	font-weight: bold;
	transition: all 0.4s;
}


.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item a:hover {
	color: #0059aa;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children {
	padding-top: 20px;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li {
	margin-bottom: 14px;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li a {
	transition: all 0.4s;
	color: #666666;
}

.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li a:hover {
	color: #0059aa;
}


.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_name {
	color: #333333;
	margin-right: 26px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 {
	display: flex;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav {
	width: 20.71%;
	background-color: #f8faff;
	padding: 40px 0;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu {
	width: 27.818%;
	position: relative;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_logo {
	position: absolute;
	top: 26px;
	left: 21px;
	height: 24px;
	/* z-index: 2; */
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_jiantou {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 40px;
	opacity: 0;
	transition: all 0.4s;
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_img:before {
	padding-top: 62.95081967%;
}

.base_img img,
.base_img svg,
.base_img video {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all 0.4s;
	z-index: 1000;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_logo img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_jiantou img {
	width: 100%;
	max-height: 100%;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .font {
	width: 72.182%;
	padding: 12px 200px 12px 70px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .font .f_tit {
	color: #0059aa;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 24px;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .font .f_text {
	color: #666666;
	line-height: 1.875;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 5.625em;
}

.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont {
	margin: 0 -27px 14px;
	display: flex;
	flex-wrap: wrap;
}

.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item {
	width: 33.333%;
	padding: 0 27px;
	margin-bottom: 25px;
	flex: none;
}

.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list {
	display: block;
	padding: 0;
}

.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list .f_tit {
	color: #333333;
	transition: all 0.4s;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list .f_text {
	color: #666666;
	line-height: 1.375;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.75em;
}

figure {
	margin: 0;
}

.base_img {
	position: relative;
	overflow: hidden;
}

picture {
	display: block;
}

.for_cont {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-width: 1100px;
	margin: 0 auto;
}

.for_cont .f_sub {
	color: #000;
	font-size: 21px;
	width: 36px;
	cursor: pointer;
	text-align: left;
}

.for_cont .f_sub img {
	width: 20px;
	float: left;
}

.for_cont .f_int {
	width: 96%;
	font-size: 20px;
	width: calc(100% - 51px);
	color: #000;
	border: none;
}