html,body,div{
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;	
}
.content{
	/*margin:0 80px;*/
	margin:0 auto;
	width: 1200px;
}

.header{
	margin: 0;
	padding:0;
	width: 100%;
	background-color: #136513;
}
.header .header-ul{
	margin: 0;
	padding:0;	
	margin-left:70%;
}
.header .header-ul li { 
	display: inline-block;
	position: relative;
}
.header .header-ul li a { 
	display: block;
	text-decoration: none; 
	color: #fbfcfe; 
	font-size: 14px; 
	padding: 6px 15px;

}
.header .header-ul li a:hover {
	 background: #000; 
	 color: #fff;
}
.header .header-ul li ul { 
	right: 0; 
	top: 30px;
}
.header .header-ul li.search-icon img { 
	width: 17px; 
	padding: 3px;
}
.header .header-ul li ul li a { 
	border-top: 1px solid #ccc; 
	width: 100px;
}
#search{
	width: 180px;
	/*position: absolute;*/
}
input[name='query']{
	width: 100px;
    /*border-radius: 25px;*/
    border-radius: 25px 0px 0px 25px;
}
input[name='Submit']{
	width: 50px;
    /*border-radius: 25px;*/
    border-radius: 0px 25px 25px 0px;
    border: 0.5px solid transparent;
    /*border-radius: 25px;*/
    margin-left: -5px;
    color: white;
    font-size: 12px;
    line-height: 28px;
    background-color: rgb(87, 173, 81);
}

.nav{ 
	margin: 10px 0;
	position: relative;
	height: 100px;
}
.nav .nav-photo img{ 
	width:100%;
}
.nav .nav-photo{
	/*width: 20%;*/
	width: 240px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
}
.nav .nav-menu{
	/*width:75%;*/
	width: 900px;
	display: inline-block;
	position: absolute;
	right:5px;
	bottom:10px;
}

.nav .nav-menu-ul{
	list-style-type: none;
	padding: 0;
}
ul.nav-menu-ul li{
    display: inline-block;
    text-align: center;
    padding:8px;
	position: relative;
}
ul.nav-menu-ul > li > a{
	display:block;
	float:left;
	color: black;
	text-decoration: none; 
	font-family:'Microsoft Yahei';
	/*padding-left: 8px;*/
}
.sub-item{
	display: block;
	height: 0px;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.sub-item ul{
	margin-top: 32px;
	margin-left: -8px;
	padding-left: 0px;
	text-align: center;
	background-color: rgba(70,141,70,0.8);
}
.sub-item ul li{
	list-style: none;
}
.sub-item ul li a{
	color: white;
	font-weight: 200;
	padding-left: 0px;
}

a#wechat > img {
	display: none;
}

#wechat:hover > img {
	display: block;
	left:0px;
	top:-90px;
	z-index: 99;
	position:absolute;
}

.carousel-caption {
    height: 50px;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 2px;
    text-shadow: 2px 1px 1px #000;
    background: rgba(0,0,0,0.1);
    right: 0px;
    text-align: right;
    padding: 0px 100px 0px 0px;
    line-height: 50px;
    margin-bottom: 40px;
}

.footer {
    height: 200px;
    margin-top: 15px;
    padding-top: 20px;
    background: url("../images/list-img.jpg");
    background-size: cover;
}
.footer-block{
    width: 1200px;
    margin: 0 auto;
}
.footer-photo{
	display: inline-block;
	width: 12%;
}
.footer-photo img{
	width: 100%;
}
.footer-content{
	display: inline-block;
	width: 75%;
	/*vertical-align: middle;*/
	padding: 0px;
}
.footer-link{
    margin:2px 0;
    margin-bottom: 10px;
}
.footer-link a{
	text-decoration: none;
	color: #000;
	padding-right:6px;
	font-size: 15px;
	display: inline-block;
}
.footer-text p{
	/*margin:5px 0;*/
	font-size: 15px;
}
.footer-3 {
    color: rgba(66, 66, 66, 1);
    font-weight: 500;
}