@charset "utf-8";

/* 右侧固定菜单 */
.fixed-menu {
	position: fixed;
	right: 15px;
	bottom: 100px;
	margin-top: -90px;
	width: 38px;
	z-index: 999;
}

.fx-ul li {
	position: relative;
	height: 38px;
	line-height: 38px;
	margin-top: 15px;
}

.fx-ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	box-shadow: 0px 0px 9px 0px rgba(129, 129, 129, 0.14);
	background-color: #fff;
	border-radius: 50%;
}

.fixedtitle {
	position: absolute;
	left: 0px;
	bottom: 1px;
	color: #fff;
	background-color: #fff;
	width: 120px;
	height: 120px;
	line-height: 40px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	font-size: 16px;
	z-index: 1;
	opacity: 0;
}

.fixedtitle:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

.fx-ul li:hover .fixedtitle {
	left: -127px;
	top: 0;
	opacity: 1;
}

/* 弹框 */
.kefuImg {
	width: 36px;
	border-radius: 50%;
}

.kefuTk {
	width: calc(100% - 51px);
	float: right;
}

/* 横向 */
.bgBox {
	min-width: 1200px;
	margin: 0 auto;
}

.search {
	margin-left: -35px;
	color: #999999;
}

.logoBox .input input {
	height: 35px;
	width: 600px;
	margin-top: 15px;
	border-radius: 50px;
	border: 1px solid #F7F7F7;
	padding: 15px;
	background-color: #F7F7F7;
}


.imgbox {
	position: fixed;
	top: 0;
	width: calc(100% - 100px);
	z-index: 999;
	padding-right: 15px;
	background-color: #fff;
}

.centerBox .leftBox {
	height: 100vh;
	width: 100px;
	position: fixed;
}

.centerBox .leftBox {
	/* overflow-y: scroll; */
	/* overflow-x: clip; */
	z-index: 999;
	background-color: #fff;
	padding-left: 100px;
}

.centerBox .leftBox::-webkit-scrollbar {
	width: 4px;
}

.centerBox .leftBox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(41, 159, 219);
}

.centerBox .leftBox::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.centerBox .rightBox {
	width: calc(100% - 100px);
}

.centerBox .leftBox ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #999;
}

.centerBox .leftBox ul li a:hover {
	color: #000;
}

.centerBox .leftBox ul li a span {
	margin-right: 5px;
}

/* 左侧菜单 */
.classification {
	width: 100px;
	box-sizing: border-box;
	margin-top: 30px;
}

.classification a {
	color: #999;
	display: block;
}

.cf_listATitle {
	cursor: default;
	margin: 0 15px 15px;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
	padding: 5px;
}

.cf_listATitle:hover {
	color: #000 !important;
}

.cf_listATitleActive {
	color: #000 !important;
}

.cf_listATitle>i {
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	font-style: normal;
	text-align: center;
}

.cf_listATitle>span {
	display: inline-block;
}

.cf_upClassList>a {
	display: block;
	line-height: 28px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 30px;
	color: #666;
}


.cf_upClassList>a:last-child {
	margin: 0;
}

.cf_upClassList>a>span {
	margin: 0 0 0 4px;
}

.cf_upClassList>a>i {
	font-style: normal;
}

/* 左下菜单 */
.downBox {
	position: fixed;
	bottom: 0;
	width: 100px !important;
	z-index: 999;
}

.nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu li {
	position: relative;
	display: inline-block;
	width: 100%;
}

.nav-menu li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

/* 一级菜单悬停效果 */
.nav-menu li:hover a span {
	background: #F7F7F7;
	color: #000;
}

/* 二级菜单样式 - 默认隐藏 */
.submenu {
	position: absolute;
	left: 100%;
	/* 向右弹出 */
	bottom: 0;
	display: none;
	min-width: 120px;
	background: #F7F7F7;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 悬停时显示二级菜单 */
.nav-menu li:hover>.submenu {
	display: block;
}

/* 二级菜单项样式 */
.submenu li {
	display: block;
	width: 100%;
}

.submenu li a {
	padding: 8px 15px;
}

.submenu li a:hover {
	background: #f1f1f1;
	color: #333;
}

/* 登录 */
.phone select,
.phone input {
	border: none;
	height: 40px;
}

.modal-content {
	border-radius: 18px;
}

.orangerLogin {
	height: 56px;
	padding-left: 15px;
}

.orangerLogin a {
	color: #333333;
	margin-right: 15px;
	padding-bottom: 8px;
	text-decoration: none;
}

.centeraLogin {
	margin: 15px;
}

.modal-dialog {
	width: 500px;
	margin-top: 100px;
}

.phone select,
.phone input {
	height: 40px;
	float: left;
	background-color: #F7F7F7;
	border-radius: 50px;
}

.phone .myinput {
	width: 100%;
	padding: 0 15px;
}

.number input {
	padding: 0 15px;
	background-color: #F7F7F7;
	border-radius: 50px;
	height: 40px;
	margin-top: 15px;
	position: relative;
	border: none;
}

.number input:first-child {
	width: 100%;
	position: relative;
}

.number input:last-child {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	color: #207cd7;
}

.number a {
	float: right;
	margin-top: -30px;
	color: #027AFF;
	padding-right: 15px;
}

.login {
	background-color: #027AFF;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
}

.login:hover {
	color: #fff;
	background-color: #207cd7;
}

.login:focus {
	color: #fff;
}

.null {
	padding: 8px 15px;
	border-radius: 6px;
	margin-top: -150px;
	border: 1px solid #ececec;
}

/* 详情 */
/* 蓝色下划线切换 */
.centeraLogin {
	overflow: hidden;
}

.hoverLogin {
	border-bottom: 2px solid #007AFF;
	color: #333 !important;
}

.boxLogin {
	display: none
}

.orangerLogin a {
	font-size: 18px;
	margin-right: 20px;
	padding: 8px 0;
}

.orangerLogin a:focus {
	background: none;
}

.position {
	position: relative;
}

.leave {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9999;
}

/* 轮播带模糊背景 */
.carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 800px;
}

.carousel-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	filter: blur(40px);
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease;
}

.carousel-slides {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-slide.active {
	opacity: 1;
}

.carousel-slide img {
	height: 800px;
	object-fit: contain;
}

.carousel-controls {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}

.carousel-controlXin {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}

.carousel-controlXin.active {
	background-color: white;
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}

.carousel-nav button {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 60px;
	font-size: 20px;
	cursor: pointer;
}

/* 轮播带模糊背景结束 */

.text-container {
	line-height: 1.5;
}

.text-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 限制显示两行 */
	-webkit-box-orient: vertical;
	position: relative;
}

.text-content.expanded {
	-webkit-line-clamp: initial;
	/* 展开时取消行数限制 */
}

.text-toggle {
	color: #1890ff;
	cursor: pointer;
	margin-top: 5px;
	display: none;
	/* 默认隐藏，JS判断是否需要显示 */
}

.highlyTxPic img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.textBox {
	width: calc(100% - 100px);
	float: right;
}

.video {
	position: relative;
	height: 800px;
	overflow: hidden;
}

.videoBg {
	height: 800px;
	width: 100%;
	filter: blur(40px);
	position: absolute;
	top: 0;
	left: 0;
}

.video .bigVideo {
	height: 800px;
	filter: blur(0);
}

.needBtnGroup a{
	margin-right: 15px;
}
.needBtnGroup span{
	margin-right: 15px;
}
.apply1{
	color: #007AFF;
	border: 1px solid #007AFF;
	border-radius: 10px;
	padding: 6px 30px;
}
.apply2{
	color: #fff;
	background-color: #BFBFBF;
	border-radius: 10px;
	padding: 6px 30px;
}