/*
 * 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: rgb(138, 0, 23);	
}
.div3_1_1{
	float:left;
	width:70%;
	display:inline;
	height:100%;
	font-size:64px;
	color:#fff;
}


.div3_1_2{
	float:left;
	width:15%;
	display:inline;
	text-align:right;
	height:100%;
}

#stop_flag{
	font-size:40px;
	color:#fff
}

.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: rgb(138, 0, 23);
	color:#fff;
}
.div3_1_5{
	width:100%;
	height:450px;
	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%;
	min-width:720px;
}
.div3_3_2{
	float:left;
	width:17%;

}
.div3_4{
	width:100%;
	height:68px;
	padding-top:10px;
	font-size:48px;
	text-align:center;
	background: rgb(138, 0, 23);
	color:#fff;
}
.div3_5{
	margin-top:1px;
	padding-left:10px;
	width:100%;
	font-size:32px;
	min-width:700px;
}
.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;
}

@media screen and (max-width:900px){
 
   .div3_1_1{font-size:40px;}
   .div3_1_2{width:15%;}
   .div3_1{height:68px;}
   .div3_1_4{font-size:40px;height:68px}
   .div3_4{font-size:40px;}
   #stop_flag{font-size:32px;}
}

@media screen and (max-width:600px){
 
   .div3_1_1{font-size:32px;}
   .div3_1_2{width:15%;}
   .div3_1{height:58px;}
   .div3_1_4{font-size:32px;height:58px}
   .div3_4{font-size:32px;}
   #stop_flag{font-size:28px;}
}



