.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
a {
	/*允许a里的文字换行*/
	word-wrap: break-word;  
}

#header {
	background: #3361bf;
	line-height: 90px;
}
#header img {
	width: 100%;
}
#header .search-form {
	margin-top: 26px;
}
#header .search-form .layui-input-inline {
	width: 100%;
	margin-right: 0;
}
#header .search-form input {
	width: 240px;
}
#header .search-form button {
    display: inline-block;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 38px;
    width: 45px;
    border-left: 1px solid #d2d2d2;
    background: #fe0303;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}
#header .bread-nav {
	line-height: 90px;
	font-size: 32px;
	color: #fe0303;
}


#nav {
	background: #3361bf;
}
#nav .layui-nav .layui-nav-item a {
	padding: 0 30px;
}
#nav .layui-nav {
	background: rgba(0,0,0,0);
}
#nav .layui-nav-bar {
	background: #fe0303;
}
#nav .layui-nav .layui-this {
	background: #fe0303;
	font-weight: bold;
}
#nav .layui-nav .layui-this:after {
	background: #fe0303;
}
#nav .layui-nav .layui-nav-item a {
	color: #f2f2f3;
	/*letter-spacing: 2px;*/
}
#nav .layui-nav .layui-nav-item a:hover {
	color: #fff;
}
#nav .layui-nav .layui-nav-child a {
	color: #363636;
}
#nav .layui-nav .layui-nav-child a:hover {
	color: #262626;
}
#nav .layui-nav-tree {
	width: 100%;
	text-align: center;
}
#nav .layui-nav-tree .layui-nav-child a {
	color: #e2e2e3;
}
#nav .layui-nav-tree .layui-this > a {
	background: #fe0303;
}
#nav .layui-nav .layui-nav-more {
	right: 12px;
}

#footer {
	width: 100%;
	background: #3361bf;
	color: #fff;
	padding: 20px 0;
}
#footer .site-map {
	padding-left: 0;
}
#footer .foot-nav {
	line-height: 60px;
	padding-left: 0;
}
#footer .foot-nav li {
	float: left;
	list-style-type: none;
	padding: 5px 10px;
}
#footer .foot-nav li>a {
	color: #fff;
}
#footer .foot-nav li > a:hover {
	color: #ff533d;
}

#footer .site-info a {
	color: #fff;
}
#footer .site-info a:hover {
	color: #ff533d;
}
@media screen and (max-width: 991px) {
	body {
		margin-bottom: 100px;
	}
	#map {
		display: none;
	}
    #footer {
    	width: 100%;
    	position: fixed!important;
    	bottom: 0;
    	right: 0;
    	z-index: 99999;
    	height:30px;
    	padding-top:5px;
    }
    #footer_nav {
    	display: none;
    }
    #news_center .left .body-bottom {
    	margin-bottom: 80px;
    }
    .layui-fixbar {
    	margin-bottom: 60px;
    }
}
#footer .foot-relative a {
	display: inline-block;
	float: left;
	color: #fff;
	line-height: 24px;
}
#footer .foot-relative a:hover {
	color: #ff533d; 
	background: rgba(100, 100, 100, 0.1);
}
#footer .foot-relative a i {
	font-size: 16px;
}
#footer .site-tel {
	position: relative;
	margin-top: 15px;
}
#footer .site-tel i {
	font-size: 32px;
	padding: 10px 14px;
	border-radius: 4px;
	background: #f2f2f3;
	color: #363636;
}
#footer .site-tel span.tel {
	position: absolute;
	top: -1px;
	left: 70px;
	line-height: 28px;
	font-size: 18px;
}
#footer span.list {
	position: absolute;
	right: 10px;
	top: 10px;
}
#footer .site-tel a {
	color: #b2b2b3;
	text-align: right;
	padding-left:5px;
}
#footer .site-tel a:hover {
	color: #fff;
}
#footer .site-info > div {
	line-height: 24px;
}

#footer_nav {
	padding: 20px 0;
	background-color: #444;
}
#footer_nav .site-nav a:hover {
	color: #fe0303 !important;
}


/*BAIDU share*/
.share {
	bottom: 12%;
	display: none; 
	z-index: 99999; 
	position: fixed!important; 
	width: 100%;
}