.title {
    background-image: url("../images/banner.jpg");
	min-width: 1150px;
}

.logo_icon {
    padding: 10px;
}

.nav {
    color: #fff;
}

.nav-item:hover {
    border-bottom-color: #fff;
}

.nav-item:hover a {
    color: #fff
}

.nav-item.current {
    border-bottom-color: #fff;

}

.nav-item.current a {
    color: #fff;
}
.logo{
    vertical-align: middle
}
.online_server{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("../images/online_server.png ");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.person{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("../images/person.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;

}
/* 底部 */
/* .footer_wp{
	width: 100%;
	height: 260px;
	background-color: #18293b;
} */
.footer{
	width: 1150px;
	margin: 0 auto;
}
.footer_end{
	width: 100%;
	height: 70px;
	line-height: 70px; 
	font-size: 14px;
  font-family: "Microsoft YaHei";
	color: rgb(204, 204, 204);
	border-top: 1px solid rgba(255, 255, 255,0.149);
	position: relative;
  overflow: hidden;
}
.footer_cor{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 25px;
}
.footer_cor .com_name{
	font-size: 16px;
  font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	padding-bottom: 10px;
}
.footer_cor .text{
	font-size: 14px;
  font-family: "Microsoft YaHei";
	color: rgb(153, 153, 153);
	line-height: 1.786;
}
.footer_cor .l_box{
	width: 365px;
	float: left;
}
.footer_cor .c_box{
    float: left;
    width: 200px;
}
.footer_cor .r_box{
	float: right;
	width: 580px;
}
.footer_cor .r_box ul{
overflow: hidden;
}
.footer_cor .r_box li{
	float: left;
	width: 100px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
}
.footer_cor .r_box .img_wp{
	width: 100px;
height: 100px;
border: 1px dashed rgba(153, 153, 153,0.34);
}
.footer_cor .r_box img{
	margin-top: 8px;
}
.footer_cor .r_box .name{
	margin-top: 15px
}
.footer_end .rules{
	position: absolute;
	right: 0
}
