.header {
	border-bottom: 1px solid #e6e6e6;
	height: 86px;
	background-color: #fff;
}

.header .left {
	width: 221px;
	height: 56px;
	background: url(../img/logo.png) no-repeat center;
	margin-top: 15px;
	
}

.header .center {
	width: 840px;
	line-height: 86px;
	margin-left: 150px;
}

.header .center li {
	float: left;
}

.header .center li a {
	padding: 0 27px;
	display: block;
}

.header .center li a:hover span {
	color: #0091e6;
	padding-bottom: 32px;
	border-bottom: 2px solid #0091e6;
}

.header .center .active i::after {
	content: '\e6b0';
	display: inline-block;
	transform: rotate(90deg);
}

.header .center .active .sub-menu {
	background: #252b34;
	display: none;
	position: absolute;
	z-index: 999;
}

.header .center .active .sub-menu li {
	width: 100%;
	float: none;
}

.header .center .active .sub-menu li a {
	display: block;
	width: 118px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	padding: 0;
}

.header .center .active .sub-menu li a:hover {
	background-color: #0091e6;
}

.header .center .active:hover .sub-menu {
	display: block;
}

.header .center .active:hover span {
	color: #0091e6;
	z-index: 99999;
	padding-bottom: 32px;
	border-bottom: 2px solid #0091e6;
}

.header .right {
	width: 168px;
	height: 36px;
	margin-top: 25px;
	border: 1px solid #5cb3e5;
	border-radius: 2px;
	text-align: center;
	position: relative;
}

.header .right i {
	font-size: 22px;
	color: #0091e6;
	margin-right: 10px;
	position: absolute;
	top: 7px;
	left: 10px;
}

.header .right span {
	font-weight: bold;
	color: #0091e6;

	margin-left: 24px;
	line-height: 37px;
}

.Ul li a span {
	z-index: 9;
}

.qqphone {
	position: fixed;
	width: 176px;
	height: 170px;
	top: 45%;
	right: 20px;
	z-index: 9999;
}

.qqs {
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #0091e6;
	border-radius: 10px;
}
.qqs .QQ a {
	display: flex;
}
.phnoes {
	border-top: 1px #FFFDEF solid;
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	background-color: #0091e6;
	border-radius: 10px;
}
.phnoes div {
	display: flex;
}
.pqc {
	color: #FFFDEF;
	font-size: 16px;
	font-weight: bold;
	/* padding-top: 10px; */
}

.qqs:hover {
	background-color: #0074b8;
}

.phnoes:hover {
	background-color: #0074b8;
}

.icon-qq,
.icon-zixun {
	color: #FFFDEF;
	font-size: 20px !important;
	margin-right: 10px;
}

.menu-mark {
	display: none;
	position: absolute;
	width: 166px;
	height: 66px;
	top: 102px;
	right: 97px;
	box-sizing: border-box;
	padding: 11px;
	background: #FFFFFF;
	border: 1px solid #E1E6F0;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	padding: 16px 0 0 17px 18px;
	text-align: left;
}

.menu-mark-arrow {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	right: -8px;
	transform: translateX(-50%) rotate(135deg);
	top: 35px;
	border-color: #E1E6F0 transparent transparent #E1E6F0;
}

.menu-mark-title {
	font-size: 12px;
	color: #9B9B9B;
}
.phnoes:hover .menu-mark {
	display: block;
}

@font-face {
	font-family: "iconfont";
	/* Project id 2762916 */
	src: url('//at.alicdn.com/t/font_2762916_3bhldiogjc2.woff2?t=1629703068588') format('woff2'),
		url('//at.alicdn.com/t/font_2762916_3bhldiogjc2.woff?t=1629703068588') format('woff'),
		url('//at.alicdn.com/t/font_2762916_3bhldiogjc2.ttf?t=1629703068588') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-qq:before {
	content: "\e634";
}

.icon-zixun:before {
	content: "\e660";
}
