html,
body {
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #eff3f5;
	width: 100vw;
	overflow-x: hidden;
	overflow-y: scroll;
	height: auto;
	/* --primary: rgba(40, 43, 53, 1); */
	--primary: #064e36;
	--secondary: #be9764;
}

body {
	padding-top: 60px;
}

:root {
	--primary: #dbaa56;
}

a.nav-link {
	font-size: 14px;
	color: #fff !important;
	padding: 0 10px;
}

.navbar-brand {
	display: block;
	width: 170px;
	height: 36px;
	background-image: url("https://cdn.qipengit.com/file/e8efcd8e-2ca3-40db-aa5f-ea12c103348d.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.navbar {
	background: var(--primary);
	padding: 0;
	transition: all 0.5s;
}

.navbar.active {
	background: rgba(40, 43, 53, 0.8);
}

.navbar-collapse {
	height: 70px;
}

.navbar-nav,
.navbar-nav > li,
.navbar-nav > li > a {
	height: 70px;
	line-height: 70px;
}

.navbar-nav > li > a {
	min-width: 80px;
	text-align: center;
	font-size: 16px;
	opacity: 0.8;
}

.globalNav {
	padding: 0 80px;
}

.navbar-nav > li > a {
	padding: 0 10px !important;
	display: block;
	position: relative;
	margin: 0 10px;
}

.nav-item.active,
.nav-item.active:hover {
	/* background:rgba(219,170,86,.5); */
	font-weight: bold;
}
.nav-item.active > a.nav-link {
	opacity: 1 !important;
	color: var(--secondary) !important;
}

.nav-item:hover {
	background: rgba(219, 170, 86, 0.1);
}

.navbar-collapse {
	position: relative;
}

.navbar-collapse > i {
	position: absolute;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100px;
	background: var(--secondary);
	transition: all 0.2s;
}

.nav_tel {
	color: #fff;
	background: rgba(255, 255, 2555, 0.05);
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	cursor: pointer;
	text-align: center;
}

.nav_tel:hover {
	background: rgba(255, 255, 2555, 0.1);
}

footer {
	background: var(--primary);
	position: relative;
	color: #fff;
}

footer .title {
	color: #aaa;
}

footer .copyright {
	background: rgba(0, 0, 0, 0.2);
	padding: 15px 0;
	color: #737f8a;
	font-size: 12px;
}

footer .copyright a {
	color: #737f8a;
}

.linkList a {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

.linkList a:hover {
	color: #fff;
}

footer .logo {
	display: block;
	width: 180px;
	height: 40px;
	background-image: url("https://cdn.qipengit.com/file/e8efcd8e-2ca3-40db-aa5f-ea12c103348d.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

footer .infoArea {
	float: left;
	color: #fff;
	line-height: 30px;
	width: 310px;
}

footer .infoArea .row * {
	color: #fff !important;
}

footer .infoArea p {
	color: #737f8a;
	margin: 0;
}

footer .infoArea p > i {
	font-style: normal;
	margin-right: 20px;
}

footer .qrcode {
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 40px;
	margin-top: 50px;
	border-radius: 8px;
	overflow: hidden;
	opacity: 0.8;
}

footer .qrcode:hover {
	opacity: 1;
}

footer .qrcode > img {
	height: 100%;
	width: 100%;
}

.anchorBL {
	display: none;
}

.dropdown .dropdown-menu {
	min-width: 0;
	width: 100%;
}

.dropdown .dropdown-menu .dropdown-item {
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	color: #444;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus {
	background: rgba(40, 43, 53, 1);
	color: #fff;
}

.commonPic {
	width: 100%;
	padding-bottom: 62%;
	overflow: hidden;
	position: relative;
}

.commonPic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cutStr {
	white-space: nowrap;
	/* 因为设置了block，所以需要设置nowrap来确保不换行 */
	overflow: hidden;
	/* 超出隐藏结合width使用截取采用效果*/
	text-overflow: ellipsis;
	/* 本功能的主要功臣，超出部分的剪裁方式 */
	-o-text-overflow: ellipsis;
	/* 特定浏览器前缀 */
	text-decoration: none;
	/* 无用 */
}

.cutStr_2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cutStr_3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cutStr_4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.xzzlLogo {
	background: url("https://cdn.qipengit.com/image/3b1c3812-80ec-4b07-98ed-36ac3199e9cb.png/w400");
	width: 180px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	opacity: 0.8;
}

.xzzlLogo:hover {
	opacity: 1;
}

.qywx {
	position: absolute;
	top: 100%;
	height: 140px;
	width: 140px;
	background: #fff;
	left: -30px;
	margin-top: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: none;
}

.qywx:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -9px;
	content: "";
}

.qywx > img {
	padding: 10px;
	width: 100%;
	height: 100%;
}

.nav_tel:hover .qywx {
	display: block;
}
.dropdown-item {
	white-space: pre-wrap;
	border-top: 1px solid #e1e2e3;
}

.dropdown-item:first-child {
	border-top: none;
}

.brandMenu {
	width: 220px !important;
	transform: translateX(-50px);
}

video {
	max-width: 100%;
}

.container{
	position: relative;
}