/*.nav-tabs{
	border: 1px solid #ccc;
	background: red;
}
.nav-tabs li{
	width: 25%;
	text-align: center;
	color: white;
}
.nav-tabs li a{
	border-radius: 0;
	color: white;
	width: 100%;
}
.nav-tabs li a:hover{
	color: #444
}*/
/**/
.nav-tabs{
	border: 1px solid #ddd;
	border-radius: 0;
}
.nav-tabs > li > a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #484848;
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover{
	background: white;
}
.nav-tabs > li > a::after{
	content: '\20';
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0061b3;
    display: none;
}
.nav-tabs .active a::after{
	display: block;
}
.nav-tabs .mouseon a::after{
	display: block;
}
.nav-tabs .active a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #0061b3;
}
.nav-tabs .mouseon a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #0061b3;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border-color: white;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0061b3;
}
.nav-tabs > li.mouseon > a, .nav-tabs > li.mouseon> a:focus, .nav-tabs > li.mouseon > a:hover{
	border-color: white;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0061b3;
}
.btn-sm{
	padding: 5px 16px;
	margin-right: 15px;
	margin-top: 8px;
}
.list-group{
	min-height: 240px;
}
.list-group-item:first-child{
	border-radius: 0;
}
.list-group-item:last-child{
	border-radius: 0;
}
.list-group-item{
	border-radius: 0;
	
}
.lan{
	
	
	
}

.link{
	border: 1px solid #ddd;
	background-image: url(../images/link.jpg);
	background-repeat:no-repeat;
	height: 113px;
	display: flex;
	align-items: center;
}
.linkxs{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #0061b3;
	line-height: 40px;
}
.linkxs .col-xs-4{
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 5px;
}
/*footer*/
.footbar1{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0061b3;
}
.footbar1 p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 0;
}
.footbar2{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
}
.footbar12 p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin: 0;
	
}
.footxs{
	background-color: #0061b3;
}
.footxs .col-xs-3{
	
	border: 1px solid #fff;
	margin-left: -1px;
	padding: 0;
	text-align: center;
}
.footxs .col-xs-3 span{
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
}
.list-group a{
	text-decoration: none;
	color: #444;
	font-family: '微软雅黑';
	font-size: 14px;
}
