@charset 'utf-8';

.fl{
	float: left;
}
.fr{
	float: right;
}
.navbar{
	width: 100%;
	border: none;
	padding-bottom: 20px;
	border-radius: 0;
	background: #1f3c0f!important;
	width: 100%;
	margin-bottom: 0;
}
.navbar-default{
	background: #fff;
}
.navbar-header h1{
	color: #fff;
	font-size: 40px;
}
.navbar-header p{
	color: #fff;
}
.navbar-brand{
    height: 0;
    padding: 0;
    line-height: 0;
}
.collapse{
	margin-top: 30px;
}
@media screen(max-width:800px) {
	.collapse{
		margin-top: 30px;
		float: none;
	}
}
.navbar-toggle{
	margin-top: 60px;
}
.nav li a{
	color: #fff!important;
	font-weight: bold;
	font-size: 20px;
}
.nav li a:hover{
	text-decoration: underline;
}

.content h1{
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
	color: #1f3c0f;
}

.introduce h1{
	margin-bottom: 50px;
}
.introduce p{
	line-height: 3em;
}
.introduce p span{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content-bg{
	padding: 10px 0 30px 0;
	background: #f7f7f7;
}
.team{
	padding-top: 20px;
	box-sizing: border-box;	
}
.team h1{
	margin-bottom: 60px;
}
.staff-pic{
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.staff-pic a{
	display: inline-block;
	width: 200px;
	height: 250px;
	overflow: hidden;
}
.staff-pic img{
	width: 100%;
	height: 100%;
	margin: 5px;
}
.staff-pic li p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.staff-pic li span{
	display: block;
	text-align: center;
	color: #333;
}

.news{
	padding: 0 20px;
}
.list{
	margin-top: 30px;
}
.list .icon{
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	background: #999;
	margin-top: 10px;
}
.list h3{
	color: #fab702;
	font-weight: normal;
	line-height: 25px;
	font-size: 20px;
	margin-top: 15px;
}
.icon>h3{
	color: #fff;
}
.icon p{
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 5px;
}
.news-int{
	width: 320px;
	margin-left: 10px;
}
/*
.news-int a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	color: #1f3c0f;
}*/
.news-int a:hover{
	text-decoration: underline;
}

.join-xq .anniu{
	width: 382px;
	margin: 42px auto 40px;
}
.join-xq .anniu a{
	display: inline-block;
	width: 158px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background: url('../images/titlebg.png') no-repeat;
	background-size: 100% 100%;
	color: #000;
	text-decoration: none;
}
.join-xq ul li{
	float: left;
	margin: 15px;
	margin-top: 20px;
	overflow: hidden;
	    height: 237px;
}
.join-xq ul a{
	width:  230px;
	height: 146px;
	overflow: hidden;
}
.join-xq ul img{
}

.company p{
	text-align: center;
	margin-top: 20px;
}
.company .more{
	text-decoration: none;
	cursor: pointer;
}


.gongshi p{
	font-weight: bold;
	margin-top: 20px;
}
.bot-img{
	width: 100%;
	height: 520px;
	margin-top: 80px;
}
@media only screen and (max-width: 768px){
  .news-int h3{
    font-size: 12px;
  }
  .icon{
    float: left;
    margin-right: 10px;
  }
  .news-int{
    float: none;
  }
  .news-int h3{
    padding-top: 10px;
  }
}