/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header{
	overflow: hidden;
}
#header>img{
	float: left;
}
#header>ul{
	list-style:none;
	float: right;
	padding-top: 10px;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}




#img img{
	width: 100%;
}



h1{
	width: 1100px;
	text-align:center;
	background: #211700;
	color:#FBD657;
	margin:25px auto;
}
h2{
	background: #5F3B07;
	text-align: center;
	color: white;
	font-size: 30px;
}





.tt{
	width: 1100px;
	margin: auto;
	position: relative;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 34px;
}
.tt li:hover{
	background: #5F3B07;
}
.tt li:hover a{
	color:white;
}




.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    background:#fff;
    padding:20px;
    overflow: hidden;
    box-sizing: border-box;
}
.mt li{
    width:48%;
    float:left;
    padding-left:2%;
}
.mt h1{
    font-size:20px;
    color:#0270d1;
}
.mt p{
    line-height:30px;
    margin-top:10px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
}
.mt span{
    color:#111;
    font-weight:bold;
    transition:all 0.5s;
}
.mt p:hover a{
    color:#5F3B07;
}




.wt{
	width: 1100px;
	margin: auto;
}
.wt li{
	float: left;
	width: 25%;
	text-align: center;
	background: #5F3B07;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	color:white;
}
.wt .current{
	background: #211700;
}
.jj{
	width: 1100px;
	margin:25px auto;	
}
.jj p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}
.jj li{
	float: left;
	width: 33.33%;
	text-align:center;
	background: #5F3B07;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	color:white;
	line-height: 40px;
}
.jj .current{
	background: #211700;
}
.jj p{
	font-size: 25px;
	letter-spacing:8px;
	line-height: 45px;
}
.al2>div{
	display: none;
}


.al4>div{
	display: none;
}
.al5 li{
	width: 50%;
}
.al6>div{
	display: none;
}





.tu3{
	width: 1100px;
	margin: auto;
}
.tu3>p{
	width: 950px;
	margin: auto;
}
.tu3 img{
	width: 260px;
	height: 80px;
	margin-right: 80px; 
}



.yx{
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:538px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background: white;
}
.yx2>li{
	width: 351px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	color:white;
}
.yx>li>h2 a{
	color:white;
	float: right;
}
.yx>li>h2 span{
	/*float:right;*/
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}


.tj{
	width: 1100px;
	margin: auto;
	font-size: 25px;
	line-height: 40px;
	text-indent: 2em;
}


input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
	.form-bg{
		width:1100px;
		margin:30px auto;
		padding:2%;
		border:#e8e8e8 solid 1px;
		overflow:hidden;
		box-sizing: border-box;
	}
	.form{
		float:left;
		max-width:1100px;
		overflow:hidden;
	}
	.form p{
		float:left;
		margin:10px 0.8%;
	}
	.text-input{
		width:500px;
		height:30px;
		border-bottom:#888 solid 1px;
		cursor:text;
		color:#757575;
		background-color:transparent;
	}
	.signUp-submit{
		width:500px;
		height:40px;
		background-color:#333;
		cursor:pointer;
		color:#fff;
	}
	.signUp-submit:hover{
		background-color:#ff9900;
	}
	.contact{
		width:20%;
		float:right;
	}
	.logo img{width:auto;height:38px;}
	
	/*#top-btn{
		position:fixed;
		bottom:10px;
		right:0;
		width:40px;
		height:40px;
		background-color:#333;
		z-index:999;
		text-align:center;
		line-height:40px;
	}
	#top-btn a{
		color:#fff;
		font-size:14px;
		font-weight:bold;
		display:inline-block;
	}
	#top-btn:hover{
		background-color:#ff9900;
	}*/





.top_zt,.top_zt1,.top_zt2,.top_zt3{
	width:1100px;
	margin:auto;
}
.top_zt>li{
	float: left;
	width: 366px;
}
.top_zt1>li{
	float: left;
	width: 547px;
}
.top_zt2>li{
	float: left;
	width: 1100px;
}
.top_zt3>li{
	float: left;
	width: 275px;
}
.top_zt>li>a>img{
	height:90px;
	width:100%;
}
.top_zt1>li>a>img{
	height:90px;
	width:100%;
}
.top_zt2>li>a>img{
	height:90px;
	width:100%;
}
.top_zt3>li>a>img{
	height:90px;
	width:100%;
}


.lx{
	width: 1100px;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
	}
