/* 各种联系方式 */
.footer-son p:hover{
	color: #fff;
	cursor: pointer;
}
.suspend{
	position: fixed;
	z-index: 999;
	top: 200px;
	right: -103px;
	background: #bce228;
	color: #fff;
}
/* 电话 */
.suspend-tel{
	position: relative;
	cursor: pointer;
	background: #bce228;
	color: #fff;
}
/* .suspend-tel:hover{
	right: 200px;
} */
/* qq */
.suspend-qq{
	position: relative;
	cursor: pointer;
	background: #bce228;
	color: #fff;
}
/* 二维码 */
.suspend-code{
	position: relative;
	cursor: pointer;
	background: #bce228;
	color: #fff;
}
.hide-code{
	width: 90px;
	height: 90px;
	position: absolute;
	top: -60px;
}
/* 顶部导航 */
.active{
	background: rgb(13, 17, 110);
}
.head-link {
	max-height: 80px;
	z-index: 99;
}

.logo {
	width: 30%;
}

.logo-img {
	width: 50%;
}

.logo-img img {
	width: 90%;
}

.logo-r {
	border-left: 2px solid rgba(255, 255, 255, .6);
	margin: 20px 0;
	padding-left: 10px;
}
.logo-r  p{
	height: 44px;
	word-break: break-all;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.go-link {
	width: 65%;
}

.go-link ul {
	width: 100%;
}

.go-link ul li {
	flex: 1;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.go-link ul li a {
	display: block;
	color: #fff;
}

.go-link ul li a:hover {
	background: rgb(13, 17, 110);
}
/* 大标题 */
.zh-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}
/* 底线 */
.title-line {
	margin: 6px auto;
	width: 60px;
	border: 1px solid rgb(104, 179, 253);
}
/* 底部友情链接 */
.footer-link {
	background: rgb(16, 134, 253);
	color: #fff;
}

.footer-link a {
	display: block;
	color: #fff;
}

.footer-link ul li:first-child {
	padding-right: 0;
}

.footer-link ul li {
	font-size: 14px;
	padding: 16px 20px 16px 0;
}
/* 底部内容区 */
.footer-content{
	padding: 30px 0;
	background: rgb(33,41,48);
	color: rgb(96,123,149);
}
.box-960 .footer-son{
	flex: 1;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
}
.footer-r{
	text-align: right;
}
.footer-r p{
	height: 35px;
	line-height: 35px;
}
.footer-r p:hover{
	color: #fff;
}
.son-title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-center{
	text-align: center;
	
	height: 50%;
	position: relative;
}
/* 左右两边线 */
.lr-line{
	width: 100%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 200px;
	position: absolute;
	top: 50px;
}
.footer-bh{
	background: rgb(28,34,39);
	text-align: center;
	color: rgb(96,123,149);
	padding: 14px;
}
.img-font{
	font-size: 14px;
	padding: 10px 0 20px;
}
.img-font img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.addres{
	word-break: break-all;
}
/* 白线 */
.white-line{
	padding-left:16px;
	border-top: 2px solid #fff;
}
/* 二维码 */
.e-code{
	width: 38%;
	margin-top: 20px;
}
.footer-center .img-font{
	font-size: 14px;
	padding: 20px 0 0px;
}
.center-link{
	margin-top: 50px;
}
.center-link a{
	color: rgb(96,123,149);
}
.center-link a:hover{
	color: #fff;
}
.center-link span{
	border-left: 1px solid rgb(96,123,149);
	border-right: 1px solid rgb(96,123,149);
	padding: 0 4px;
}