
*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	color: black;
}
li{
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
}
header{
	height: 100px;
	overflow:hidden
	
}

.tshow{
	display: none;
}
.header_div{
	
		height: 100px;
		float: left;
		margin-left: 20%;
}
.header_img1{
	height: 50px;
	margin: 25px auto;

}
.header_nav1{
	height: 100px;
	line-height: 40px;
	margin-top: 30px;
	float: left;
	margin-left: 15%;
}
.header_ul1{
	
}

.header_ul1>li{
	float: left;
	list-style: none;
	margin-right:3em ;
    width: 5em;
    text-align: center;
}
.h_l1{
	background-color:#F2C64D;
	border-radius: 25px;
}
.h_l3{
	background-color:#F2C64D;
	border-radius: 25px;
}
.h_l2{
	background-color:#F2C64D;
	border-radius: 25px;
}
.h_l4{
	background-color:#F2C64D;
	border-radius: 25px;
}
.section_div1{
	background-image:url("")
}
footer{
	width: 100%;
	height: 200px;
	background-color: #009688;
}
.ft_div1{
	width: 100%;
	height:120px ;
		text-align: center;
}
.ft_div2{
	width: 100%;
	height:80px ;
	background-color: black;
	line-height: 80px;
	text-align: center;
	color: white;
	
}

.ft_div1_ul1{
	
	width: 600px;
	height:120px;

	margin: 0 auto;
	
}
.ft_div1_ul1 li:nth-child(1){
	border: none;
}
.ft_div1_ul1>li{
		
	float: left;
	position: relative;
	width: 110px;
	top:50px;
	left: 130px;
	border-left: 2px solid #d9d6c3;
	text-align: center;
}
.ft_div1_ul1>li>a{
	font-size: 16px;
	color:#d9d6c3;
}