/**
 * @author: yongfeng Gu
 * @page: index.html
 * @date: Apr.15th,2016
 * @update: Nov.29th,2017
 */

/*common part*/
body{
	position: relative;
}
#content p{
	text-align:justify;
}
.footer p{
	text-align:justify;
}
.header{
	margin-top:30px;
}
/*header part*/
@media(max-width:900px){
	.header{
		width: 100%;
		background:url(../img/mobile-bg4.jpg) no-repeat center center;
	}
	.header h1{
		color:#fff;
		text-align:center;
		font-size:20px;
	}
	.header p{
		text-align:center;
		font-size:12px;
	}
}
@media(min-width:900px){
	.header{
		width: 100%;
		background:url(../img/header-bg1.jpg) no-repeat center center;
	}
	.header h1{
		color:#fff;
		text-align:left;
	}
	.header p{
		text-align:left;
		font-size:1.2em;
	}
}
.header-content{

    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
    color:#fff;
}
.p-logo{
    width: 120px;
    height:120px;
    margin: auto;
    border:5px solid #435063;
}
.p-logo:hover{
    opacity: 0.9;
    /*border:5px solid #353535;*/
}
.header-content abbr{
    color:#ccc;
}
.header-content abbr:hover{
    color:#fff;
}
.header-content .sp-sklse{
    color:#66afe9;
}
.header h1{
	font-weight:bold;
}

/*nav part*/
nav{
    background:#e6eaed;
}
nav li a{
    color:#8fa5b0;
}
.navbar{
    border-radius: 0!important;
    margin-bottom: 0!important;
}
nav .container-fluid{
    margin: auto;

}
nav .name-logo{
	width:120px;
	height:48px;
	background:url(../img/logo.png);
}

/*content part*/
#content{
    background: #f5f6f8;
    width: 100%;
    
}
#content .container-fluid{

    margin: auto;
}
#content h3 b{
    color:#286090;
}
#content .col-sm-6 .thumbnail{
    height:430px;
    box-shadow: 0px 0px 10px 5px #ddd;
}
.thumbnail .img-wrap{
    margin:auto;
    overflow: hidden;
}
.thumbnail .img-land{
    width: 100%;
}
#content .img-land:hover{
    cursor: pointer;
    transition:all .5s ease-in-out .1s;
    transform: scale(1.2);
}
.lgih-img{
    width: 50px;
    height:50px;
    margin-right: 20px;
}
#content .biography p:last-child{
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#content div.panel-heading, a.list-group-item-info{
	background:#8bbed8!important;
	color:#09232b;
	font-size:18px;
}

.ClustrMaps-img{
    width: 30%;
    height:200px;
    margin-bottom: 20px;
    margin-top:5px;
    padding-bottom: 30px;
    display: block; 
    margin: 0 auto;
}
.list-group-item-text{
    font-size:15px;
    margin-top: 10px;
}
.text-primary{
    font-size:15px;
}
.text-biography{
    font-size:15px;
}

.panel-info .list-group .list-group-item{
    height: 25px;
}
.panel-info .list-group .list-group-item-text{
    line-height: 0;
    font-size:15px;
    margin-top: 2px;
}
.panel-heading{
    height:30px;
    padding:2px 7px;
    padding-bottom: 0px;
    font-size:18px;
}
/*footer part*/
/* .footer{
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
    background: #09232b;
}
.footer .row{
    margin: auto;
}
.footer .row p{
	color:#fff;
    margin-bottom: 5px;
}
.footer .copy h4,.author h4,.share h4,.link h4{
    color:#8bbed8;
}
.footer author{
	text-align: right;
} 
.footer .copy b{
    color:#ff8800;
}
.footer a{
	
} */