body{
	font-family: "Microsoft Yahei",Arial,sans-serif,Arial,STHeiti;
}
#header {
	height: 240px;
}
.logo {
	padding:0;
	width:100%;
	height:100%;
	background-color: #fff;
}
.logo img{
	 width:100%;
	 height:100%;
}
.logo-img {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
}
.space_hx {
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
}
.title {
    display: block;
    position: absolute;
    font-family: Microsoft Yahei;
    margin-top:-220px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    z-index:10;
}
.title nav {
	display: block;
	text-align: center;
}
i.fa-2{font-size:2em};
.h-1 {
    color: #e4ff07;
    background-color: rgba(33, 163, 183, 0.4);
    margin: 10px 0 5px;
    line-height: 50px;
    width: 380px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
}
.menu {
    display: block;
    font-family: Microsoft Yahei;
    width: 100%;
    margin-top:-40px;
    z-index:10;
}
.menu nav {
	display: block;
	text-align: center;
}
.fancyNav{
	/* Affects the UL element */
	display: inline-block;
	padding-left: 0px;
}
.fancyNav li {
    float: left;
    list-style: none;
    line-height: 40px;
    height: 40px;
    margin: 0px auto;
    overflow: hidden;
}
.fancyNav li a{
	color:#000;
	padding: 0px 20px;
	display:block;
	background:#6EC2E5;
	margin: 0 5px;
	border-radius: 10px 10px 0 0;
}
.fancyNav li a{
  cursor: pointer;
}
.fancyNav li a:hover{
	color:#fff;
	background:#0183CF;
	text-decoration:none;
}
#paragraph_2 .tabbable .nav{
	padding: 50px 50px;
}
#paragraph_2 .tabbable .nav li{
	display: block;
	width: 100%;
	height: 50px;
}
#paragraph_2 .tabbable .nav li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#paragraph_2 .tabbable .nav-tabs{
	border-bottom:0;
}
#panel-1 p{
}
.tab-pane p{
	display:inline-block;
	margin-left: 10px;
}
.tab-pane a{
	margin-left: 10px;
}
.tab-content{
	padding-right: 100px;
}
.link-logo{
    width: 100%;
    height: 80px;
    padding:0 65px;
}
.link-logo div{
    height: 40px;
    line-height: 40px;
    width:100%;
    border-bottom: 1px solid #ddd;
}
.link-logo div span{
    border-bottom: 1px solid #F9A519;
    line-height: 40px;
    font-size: 16px;
    color: #00428E;
    font-weight: bold;
    padding-right: 20px;
    padding-bottom: 10px;
}
