.page-header {
				border: none;
			}
			
			.f8bg {
				padding-top: 20px;
				background-color: #f8f8f8;
				padding-bottom: 20px;
			}
			
			.neirong {
				padding: 30px;
				background-color: #fff;
				border: 1px solid #ddd;
			}
			
			.jumbotron {
				background-image: url(/templets/jesus/img/keji_banner.png);
				background-position: 50% 50%;
				background-repeat: no-repeat;
				background-color: #fff;
			}
			
			.yuan {
				margin-right: 20px;
				margin-top: 3px;
				float: left;
			}
			
			.daohang {
				width: 1140px;
				height: 130px;
			}
			.f8bg {
				background-color: #FFF;
			}
			.f8bg>.container>.row {
				position:relative ;
			}
			#nav {
				position: absolute;
				top: 2.0rem;
				max-width: 19.5rem;
			}

			#nav .list-group-item {
				padding: 0.8rem 1.5rem;
				font-size: 1.4rem;
			}
			
			.breadcrumb {
				font-size: 1.2rem;
				background-color: #FFF;
			}
			.breadcrumb a {
				font-size: 1.4rem;
				color: dodgerblue;
			}
			.col-md-10 {
				margin-left: 17%;
			}
			#main-page  p{
				font-size:1.6rem; 
				text-indent: 3.2rem;
			}
			#development h3 {
				font-size:24px;
				font-weight:900;
				color: #333;
			}
			#development .cd-timeline-content p {
				 font-size:16px;
				 color: #333;
			}
			
			#development .cd-timeline-content span {
				font-size:24px;
				font-weight:900;
				color: #333;
			}
			#brand p {
				font-size: 1.6rem;
				line-height: 2.0rem;
				margin-bottom: 1.0rem;
				text-indent: 3.2rem;
			}
			#join-us .zhaopin p:nth-of-type(odd) {
				font-size:2.4rem;
				color:#ff0000;
			}
			#join-us .zhaopin p:nth-of-type(even) {
				font-size:2.0rem;
				
			}
			#join-us .zhaopin p:last-of-type {
				font-size: 2.0rem;
				color: #333;
			}
			
			@media only screen  and (max-width: 992px) {
				.col-md-10 {
					margin-left: 25%;
				}
			}
			
			@media only screen and (max-width: 768px) {
				.col-md-10 {
					margin-left: 0;
				}
				#main-page  p {
					font-size:1.4rem; 
					text-indent: 2.8rem;
				}
				#brand p {
					font-size: 1.4rem;
					line-height: 2.0rem;
					margin-bottom: 1.0rem;
					text-indent: 2.8rem;
				}
			}