/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 * */
/*
 *     Created on : 2016-6-26, 22:43:03
 *         Author     : linchanlau
 *         */

body{

}
.div1{
	width:100%;
	height:100%;
}
.div2{
	width:98%;
	margin:0 auto;
}
.div3{
	width:98%;
	margin:0 auto;
	padding-top:1px;
}
.div3_1{
	padding-top:10px;
	width:100%;
	height:88px;
	text-align:center;
	background:#f1ca2f;
	position: relative;
}
.div3_1_1{
	float:left;
	width:100%;
	display:inline;
	text-align:center;
	height:100%;
	font-size:68px;
	color:#000000;
	background:#f1ca2f;
}
.div3_1_2{
	float:left;
	width:15%;
	display:inline;
	text-align:right;
	height:100%;
	position: absolute;
	right:10px;
}
.div3_1_3{
	width:100%;
	height:500px;
	text-align:center;
	border:solid 0px #000000;
}
.div3_1_4{
	width:100%;
	height:88px;
	padding-top:10px;
	font-size:68px;
	text-align:center;
	background:#f1ca2f;
	color:#000000;
}
.div3_1_5{
	width:100%;
	height:380px;
	text-align:center;
	border:solid 0px #000000;
}
.div3_2{
	width:100%;
}
.div3_3{
	width:100%;
	height:95px;
	font-size:24px;
	color:red;
	margin:10px auto;
}
.div3_3_1{
	float:left;
	width:82%;
}
.div3_3_2{
	float:left;
	width:17%;

}
.div3_4{
	width:100%;
	height:68px;
	padding-top:10px;
	font-size:48px;
	text-align:center;
	background:#f1ca2f;
	color:#000000;
}
.div3_5{
	margin-top:1px;
	padding-left:10px;
	width:100%;
	font-size:32px;
}
.div3_6{
	width:99%;
	text-align:center;
	font-size:24px;
}
a:link{
	color:#000000; /*连接默认的颜色变化*/
	text-decoration:none;
}
a:visited{
	color:#000000;/*连接访问的颜色变化*/
	text-decoration: none
}
a:hover{
	color:#0000ff; /*鼠标经过的颜色变化*/
	text-decoration:none;
}
a:active{
	color:#000000; /*鼠标按下的颜色变化*/
	text-decoration:none;
}
