body {
	overflow-x: hidden;
}
a:hover {
	text-decoration: none !important;
}
.headerTop {
	min-height: 90px;
	background: rgba(0, 0, 0, 0.15);
	position: fixed;
	padding: 0 20px;
	z-index: 9;
	width: 100%;
	transition: all 0.3s linear;
}
.headerBox {
	max-width: 100%;
	margin: 0 auto;
}
.logo {
	position: relative;
	max-width: 399px;
	float: left;
}
.logo a {
	margin-top: 19px;
	display: inline-block;
}
.logo span {
	color: #fff;
	vertical-align: top;
	line-height: 90px;
	font-family: "钟齐安景臣硬笔行书";
	font-size: 20px;
	margin-left: 35px;
}
.logo a:after {
	content: "";
	width: 1px;
	height: 67px;
	position: absolute;
	top: 12px;
	left: 181px;
	background: url(/img/top1.png) no-repeat center center;
}
.nav {
	float: right;
	width: auto;
}
.navBox a {
	flex: 1;
	line-height: 90px;
	font-size: 15px;
	color: #fff;
	margin: 0 33px;
	font-family: "微软雅黑";
	position: relative;
}
.navBox a:hover {
	width: 100%;
	color: #fff;
}
.navBox a:hover:after {
	width: 100%;
	color: #fff;
}
.navBox a:after {
	position: absolute;
	content: "";
	width: 0px;
	transition: 0.5s all;
	height: 2px;
	background: #fff;
	left: 0px;
	bottom: -15px;
}
.navBox .phone:after {
	display: none;
}
.navBox .phone:hover {
	width: auto !important;
}
.phone2 {
	display: none !important;
}
.fixednav .phone2 {
	display: inline-block !important;
	border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
	padding-left: 25px !important;
}
.fixednav .phone1 {
	display: none !important;
}
.navBox .phone {
	display: inline-block;
	padding-right: 0px;
	padding-left: 35px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0;
}
.fixednav .navBox a:hover {
	width: 100%;
	color: #3e8ef7;
}
.fixednav .navBox a:after {
	background: #3e8ef7
}
.fixednav {
	background: #fff;
	padding: 0 15%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.fixednav .navBox a {
	color: #333;
}
.fixednav span {
	color: #333;
}
.fixednav .logoimg1 {
	display: block;
}
.fixednav .logoimg {
	display: none;
}
.fixednav .logo a:after {
	content: "";
	width: 1px;
	height: 67px;
	position: absolute;
	top: 12px;
	left: 181px;
	background: url(/img/top2.png) no-repeat center center;
}
.logoimg1 {
	display: none;
}
.owl-carousel {
	overflow: auto;
}
