
:root {
	--primary: #2d71bc;
	--secondary: #f08300;
}
body {
	min-width: 1400px;
	overflow: auto;
	background: #f7faff;
}
button {
	border: none;
}
a:hover {
	color: inherit;
}
.fq_h5{
	display: none;
}
.primary {
	color: var(--primary);
}
.secondary {
	color: var(--secondary);
}
.fq_container{
	max-width: 1400px;
	margin: auto;
	box-sizing: border-box;
}
.fq_h100{
	height: 100%;
}
.fq_top{
	width: 100%;
	height: 100px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fq_zxkd {
	min-width: 1400px;
	overflow-x: auto;
}
.fq_content{
	width: 100%;
	height: 100%;
}
.fq_sousuo{
	width: 284px;
	height: 46px;
	background: #fff;
	border: 1px var(--primary) solid;
	border-radius: 46px;
}

.fq_sousuo_an{
	width: 64px;
	height: 100%;
	background: var(--primary);
	color: #fff;
	border-radius: 0px 46px 46px 0px;
}

.fq_input{
	border: none;
	outline: none;
	flex: 1;
	height: 100%;
}
.fq_dh{
	width: 100%;
	height: 50px;
	background: var(--primary);
	overflow: visible;
}
.fq_yichu{
	overflow: visible;
}
.fq_dh_li{
	position: relative;
}
.fq_xjcd_content{
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--primary);
	z-index: 999;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
	pointer-events: none;   /* 隐藏时不可交互 */
}

.fq_dh_li a:hover{
	background: var(--secondary);
	color: #fff;
}
.fq_dh_li:hover .fq_xjcd_content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.fq_xjcd_li{
	padding: 14px 0px;
}
.fq_xjcd_li:hover{
	background: var(--secondary);
}
.fq_active{
	background: var(--secondary);
}
.fq_pcsy.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 56px;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 1);
	opacity: .8;
}
.swiper-pagination-bullet-active{
	width: 26px;
	border-radius: 12px;
	background: var(--secondary);
	opacity: 1;
}
.fq_kjfw{
	margin-top: -50px;
}
.fq_kjfw_bg{
	position: sticky;
	z-index: 1000;
	width: 100%;
	height: 104px;
	border-radius: 12px;
	background: #fff;
}
.box-shadow{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
}
.fq_kjfw_bgzs{
	width: 22px;
	height: 22px;
	background: #e2e9fc;
	border-radius: 50%;
}
.fq_kjfw_zs{
	width: 2px;
	height: 48px;
	background: #f0f0f4;
	
}
.fq_qyet{
	width: 1026px;
	background: #fff;
	border-radius: 12px;
}
.fq_xwsd{
	width: 360px;
	background: #fff;
	border-radius: 12px;
}
.fq_sy_biaoti{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #eef0f6;
	position: relative;
}
.fq_sy_biaoti::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	left: 0;
	bottom:-2px;
}
.fq_sybt_name{
	font-size: 16px;
	font-weight: bold;
	color: var(--primary);
}
.fq_sybt_name::before {
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	background: var(--primary);
	margin-right: 8px;
}
.fq_xw_lbt{
	width: 500px;
	height: 282px;
	overflow: hidden;
	position: relative;
}
.fq_swiper{
	width: 100%;
	height: 100%;
	position: relative;
}
.fq_swiper .swiper-wrapper .swiper-slide{
	position: relative;
}
.fq_swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	right: 0;
	left: inherit;
	width: 90px;
	height: 40px;
	bottom: 0;
	z-index: 1001;
}
.fq_swiper .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
}
.fq_swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.fq_tpxw_bt{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 104px 0 16px;
}
.fq_qydt_name{
	width: 482px;
}
.fq_qydt_item{
	width: 100%;
	height: 47px;
}
.fq_xwfzx{
	border-bottom: 2px #dcdcdc dotted;
}

.fq_xwfzx:last-child{
	border-bottom: 2px transparent dotted;
}

.fq_qydt_item a:hover {
	color: var(--primary);
}
.fq_ggt {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.fq_sy_content{
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
.fq_qyfc_swiper{
	width: 100%;
}
.fq_qyfc_content{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fq_qyfc_itme{
	width: 263px;
}
.fq_qyfc_itme_img{
	width: 100%;
	height: 176px;
}
.fq_footer{
	width: 100%;
	background: var(--primary);
	color: #fff;
	padding: 30px 0;
}
.fq_nry_top .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px;
}
.fq_beijing{
	width: 100%;
	height: 100%;
	min-height: 500px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.fq_nry_daohang{
	width: auto;
	height: 70px;
	margin: 0px 40px;
	border-bottom: 1px solid #e6e6e6;
}
.fq_nrydh_active,
.fq_nrydh{
	position: relative;
}
.fq_nrydh_active::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: var(--primary);
	position: absolute;
	left: 0;
	bottom:-1px;
}
.fq_nrydh:hover{
	color: var(--primary);
}
.fq_nrydh:hover::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: var(--primary);
	position: absolute;
	left: 0;
	bottom:-1px;
}
@media (max-width: 992px) {
	body {
		min-width: 100%;
		overflow: hidden;
	}
	.fq_pc{
		display: none;
	}
	.fq_h5 {
		display: block;
	}
	.nav-item.fq_h5_active .nav-link{
	  color: var(--primary);
	}
	.navbar{
		overflow: hidden;
	}
	.navbar-collapse{
		width: 100%;
		height: calc(100vh - 61px);
		overflow: hidden;
	}
	.navbar-nav{
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	.nav-link{
		padding: 14px 16px;
	}
	.navbar-nav{
		padding-top: 20px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: 16px;
	}
	.nav-item{
		position: relative;
	}
	.nav-item.fq_h5_active .icon-icon_arrow_right {
	    transform: rotate(90deg);
	}
	.fq_xlcd{
		padding: 0px 20px;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
								opacity 0.35s ease,
								padding 0.3s ease;
		background: rgba(255,255,255,0.02);
	}
	.fq_h5zdmb_active{
		opacity: 1;
		max-height: 500px;
	}
	.fq_xlcd_item{
		padding: 14px 16px;
	}
	.fq_h5_zwf{
		width: 100%;
		height: 61px;
	}
	.fq_pcsy.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 18px;
	}
}

