@charset "utf-8";
body {
	font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", 'sans-serif',"lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB" !important;
}
img {
	max-width: 100% !important;
}
a:hover {
	color: #d72419 !important;
}
.bread-nav {
	position: absolute;
	top: 10px;
	right: 20px;
}
.bread-nav .bars {
	padding: 5px 12px;
	background-color: rgba(100, 100, 100, 0.3);
	border-radius: 4px;
}
.bread-nav .fa-bars {
	font-size: 32px;
	color: #d72419;
	opacity: 0.7;
}
.bread-nav .fa-bars:hover {
	opacity: 1;
}
@media screen and (min-width: 720px) {
	.bread-nav {
		top: 30px;
	}
}
@media screen and (max-width: 720px) {
	#head img {
		max-width: 85% !important; 
	}
	.bread-nav {
		top: 20px;
	}
}
@media screen and (max-width: 480px) {
	#head img {
		max-width: 75% !important; 
		padding-top: 10px;
	}
	.bread-nav {
		top: 10px
	}
}

#nav-sm {
	background-color: #146bb8;
	text-align: center;
	box-shadow: 0 0 50px #146bb8;
}
#nav-sm .layui-nav {
	background-color: #146bb8;
}
#nav-sm .layui-nav .layui-nav-bar {
	background-color: #d72419;
	display: none;
}
#nav-sm .layui-nav .layui-nav-item {
	width: 12.5%;
	letter-spacing: 2px;
}
#nav-sm .layui-nav .layui-nav-item a {
	font-size: 16px;
}
#nav-sm .layui-nav .layui-nav-item.layui-this a {
	background-color: #d72419;
}
#nav-sm .layui-nav .layui-nav-item a:hover {
	background-color: #d72419;/*rgba(215, 36, 25, 1)*/
	color: #f2f2f2 !important;
}
#nav-sm .layui-nav .layui-nav-item::after {
	background-color: #d72419;
}

#nav-xs {
	
}
#nav-xs .layui-nav-tree {
	width: 100%;
	background-color: rgba(20, 107, 184, 1);
	/*margin-top: 20px;*/
}
#nav-xs .layui-nav-tree .layui-nav-item a:hover {
    background-color: rgba(215, 36, 25, 0.6);
    color: #f2f2f2 !important;
}
#nav-xs .layui-nav-tree .layui-nav-bar {
    background-color: #d72419;
}
#nav-xs .layui-container {
    padding: 0; 
}

#foot {
	background: #146bb8;
	color: #f2f2f2;
}
#foot .nav {
	padding: 40px 0 20px;
}
#foot .nav ul {
	height: 64px;
	width: 80%;
	margin-left: 10%;
	border-radius: 4px;
	background-color: #0b82d2;
	box-shadow: 0 0 160px #85c4fb;
}
#foot .nav li {
	float: left;
	width: 14.28%;
	text-align: center;
}
#foot .nav li a {
	display: inline-block;
	width: 100%;
	line-height: 64px;
	color: #fff;
}
#foot .info {
	text-align: center;
	padding-bottom: 20px;
}
#foot .info p {
	line-height: 32px;
}
#foot .info a {
	color: #f2f2f2;
}
#foot .beian {
	width: 100%;
	text-align: center;
	background-color: #666;
}
#foot .beian a {
	line-height: 40px;
	color: #b2b2b2;
	font-size: 12px;
}
#foot .tabbar-line {
	display: none;
}
@media screen and (max-width: 991px) {
	#foot .tabbar-line {
		display: block;
		margin-top: 61px;
	}
}
#foot .tabbar {
	position: fixed;
	bottom: 0;
	text-align: center;
	padding: 0 15px;
	border-top: 1px solid #d72419;
	background-color: #146bb8;
	z-index: 999;
}
#foot .tabbar a {
	display: inline-block;
	padding: 10px 0;
	color: #f2f2f2;
	border-right: 1px dotted #868686;
}
#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;
}

.layui-fixbar li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
}

#wechat-img {
	display: none;
	width: 200px;
	height: 200px;
	position: fixed;
	right: 64px;
	bottom: 112px;
}
#web-tel {
	display: none;
	width: 160px;
	line-height: 48px;
	position: fixed;
	right:70px;
	background-color: #d72419;
	text-align: center;
}
#web-tel a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
#web-tel a:hover {
	color: #f2f2f2 !important;
}
