
.div-1{
	height: 130px;
}

.div-2{
	height: 130px;
}

.div-3{
	height: 130px;	
}

/***2******************************/
.div-2 ul{
	list-style: none;
}

.div-2 ul li{
	text-align: center;
	float: left;
	width:100px;
	height: 85px;
	line-height: 130px;
	margin-left: 22px;
}


.div-2 a{
		color: black;
		font-size: 16px;
}

.div-2 ul li a:hover{
	color: brown;
	text-decoration: none;
}

/***3******************************/

.div-3{
width:100%;
margin-left: 50px;
margin-top: 50px;
height:30px;
border-radius: 30px;
border:1px solid #C0C0C0; 	
}

.input-1{
	width: 80%;
	height: 100%;
	border: none;
	float: left;
	outline:medium
}

.input-2{
	width: 20%;
	height: 100%;
	border: none;
	background-color: white;
	float: left;
	outline:medium
}

/***4******************************/
.div-4{
	width: 99.5%;
	margin: 0 auto;
}


/***5******************************/
.div-5{
	margin-top: 100px;
	height:350px;
	background-size: 100%;
	background-image: url(../img/bj-1.png);
}

.div-6{
	margin-top: 100px;
	height:350px;
	background: #f2f2f2;
}

.div-7{
	margin-top: 100px;
	height:175px;
	background: #fbfbfb;
}

.div-8{
	height:175px;
	background: brown;
}

.a-1{
	margin-top: 80px;
	text-align: center;
	color: brown;
	display: block;
	width: 100px;
	line-height: 25px;
	height: 25px;
	border-radius: 100px;
	border: 1px solid brown;
}

.a-1:hover{
	color: brown;
	text-decoration: none;
}

/***6******************************/

.ul-1{
	list-style: none;
	padding: 0px;
	margin-top: 15px;
	line-height: 40px;
}


.ul-1 a{
	color: black;
}

.ul-1 a:hover{
	color: black;
	text-decoration: none;
}

/***7*****************************/

.a-2{
   padding-left: -40px;
   display: block;
   background: darkcyan;
   width: 100%;
   height: 50%;
}


/***9****************************/

.div-9{
	margin-top: 80px;
	width: 100%;
	height: 120px;
	background:  #fbfbfb;
}

.div-9-1{
	height: 120px;
	background-image: url(../img/fl-1.jpg);	

}


.div-9 a{
	margin-left: -15px;
}


/***10****************************/

.div-10{
	margin-top: 100px;
	width: 100%;
	height: 250px;
	text-align: center;
	background: #343434;
}

/***5******************************/
.ul-2{
	list-style: none;
	float: left;
	line-height: 30px;
	margin-left: 100px;
	margin-top: 40px;
	color: #8C8C8C;
}

.ul-2 a{
	color: #8C8C8C;
}

.ul-2 a:hover{
	color: #a52a2a;
	text-decoration: none;
