@charset "UTF-8";
body {
	font-family: "Microsoft Yahei", "SimSun", "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, "sans-serif"; !important;
}
.ac {
	text-align: center;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}

#head {
	line-height: 106px;
	margin-bottom: 20px;
}
#head .logo-box {
	text-align: left;
	vertical-align: middle;
}
#head .logo {
	cursor: pointer;
	max-width: 100%;
}
#head .tel-box {
	text-align: right;
}

#head .bread-box {
	text-align: center;
	line-height: 106px;
}
#head .bread {
	font-size: 36px;
	color: #14873a;
	text-shadow: 0 0 4px #999;
}
#head .bread:active {
	color: #e9920c;
}

#nav-md {
	box-shadow: 0 0 20px #003e8b;
}
#nav-md,
#nav-md .layui-nav,
#nav-md .layui-nav-child {
	background-color: #003e8b;
}
#nav-md .layui-nav-item.layui-this,
#nav-md .layui-nav-item.layui-this:after,
#nav-md .layui-nav-bar,
#nav-md .layui-nav-child dd:hover a {
	background-color: #e9920c;
}
#nav-md a {
	color: #fff;
}
#nav-md .layui-nav .layui-nav-item {
	line-height: 40px;
	text-align: center;
	width: 14.28%;
}
#nav-md .layui-nav-child {
	top: 50px;
	border: none;
}
#nav-md .layui-nav .layui-nav-item a {
	padding: 0;
	width: 100%;
}
#nav-md .layui-nav .layui-nav-more {
	right: 20px;
}

#nav-xs {
	/*margin-top: -40px;*/
}
#nav-xs .layui-nav {
	width: 100%;
	background-color: #003e8b;
	-webkit-animation-duration: 0;
	animation-duration: 0;
}
#nav-xs .layui-nav-bar,
#nav-xs .layui-nav-child dd:hover a {
	background-color: #e9920c;
}
#nav-xs a {
	color: #fff;
}
#nav-xs .layui-nav-tree .layui-this {
	background-color: #e9920c;
}

@media screen and (max-width: 480px) {
	#nav-xs,
	#nav-md {
		margin-top: -40px;
	}
}
@media screen and (max-width: 991px) {
	.layui-fixbar {
		bottom: 65px;
	}
}

.layui-fixbar .layui-icon {
	background-color: rgba(0, 62, 139, 0.2);
	color: #e9920c;
}


#foot {
	margin-top: 40px;
	background-color: #e6e6e6;
}
#foot .nav {
	background-color: #7f7f7f;
}
#foot .nav li {
	float: left;
	line-height: 32px;
	text-align: center;
	width: 12.5%;
}
#foot .nav a {
	display: inline-block;
	width: 100%;
	color: #f2f2f2;
}
#foot .nav li:hover a {
	color: #e9920c;
}
#foot .footer {
	padding: 20px 0;
}
#foot .footer p {
	line-height: 32px;
	text-align: center;
	color: #363636;
}
#foot .footer a:hover {
	color: #e9920c;
}

#foot-xs {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #14873a;
	padding: 5px 0;
	box-shadow: 0 -2px 4px #14873a;
}
#foot-xs i {
	line-height: 24px;
}
#foot-xs a {
	color: #fff;
	border-right: 1px dotted #e9920c;
}
#foot-xs a:active {
	color: #e9920c;
}

#baidu-share {
	position: fixed;
	left: 50%;
	bottom: 65px;
	width: 190px;
	text-align: center;
	padding: 5px 10px;
	margin-left: -105px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	z-index: 9999;
}
.copy-right-xs {
	padding: 30px 0;
	text-align: center;
}
.copy-right-xs p {
	line-height: 32px;
	color: #999;
	font-size: 12px;
}
.copy-right-xs a {
	color: #999;
	font-size: 12px;
}
.copy-right-xs a:active {
	color: #e9920c;
}


.revise-img {
	overflow: hidden;
}
.revise-img a {
	overflow: hidden;
}