﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
}
body{
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.top{
	background-color:#06F;
	width:100%;
	min-width:240px;
	height:18%;
	color:#FFF;
}


/*头部*/
.head_info
{
	clear:both;
	overflow:hidden;
	background:#009dd9;
	padding:5% 2%;
	color:#Fff;
}
.head_info a.head_info_return
{
	float:left;
	width:5%;
}
.head_info span
{
	width:94%;
	float:left;
	display:block;
	text-align:center;
	font-size:300%;
	margin:auto;
}
.head_info p {
    color: white;
    margin: auto;
    font-size: 32px;
    padding-bottom: 6px;
    }
.head_info a.head_info_other
{
	float:right;
	color:#Fff;
	font-size:100%;
}
.head_info_return img {
    display: block;
    margin: 10px 0px 0px 25px;
    width: 100%;
}
/*头部*/






.login{
	width:100%;
	height:300px;
	display:inline-block;
	line-height:300px;
	text-align:center;
	vertical-align:middle;
}
h3{
	font-weight:800;
	font-size:72px;
}
.middle{
	width:100%;
	min-width:240px;
	height:70%;
	margin-top:5%;
}
.model{
    margin-right:10px;
	margin-left:10px;
	height:200px;
	background-color:#bcd8f5;
}
.model:hover{
	background-color:#FFF;
	box-shadow: 0 0 4px 3px rgba(0,0,0,.3);
	cursor:pointer;
}
.name{
	font-size:48px;
	font-weight:400;
	display:inline-block;
	float:left;
	width:100%;
	margin-top:5px;
	height:50px;
}
.time{
	font-size:32px;
	font-weight:400;
	display:block;
	float:left;
	width:50%;
	height:50px;
}
.texts{
	font-size:32px;
	font-weight:400;
	display:block;
	float:left;
	width:100%;
	height:50px;
}
.submit{
	display:block;
	float:left;
	width:50%;
	margin-left:50%;
	text-align:right;
	height:50px;
}
.submit a{
	font-size:32px;
	font-weight:400;
}
.submit a:hover{
	color:#006;
}
.kongge{
	height:50px;
	width:100%;
}
.footer{
	position:absolute;
	top:90%;
	width:100%;
	height:10%;
}
.index{
	display:block;
	float:left;
	width:50%;
	height:200px;
	background-color:#666;
}
.index:hover{
	background-color:#F6C;
}
.index a:hover{
	color:#CCC;
}
.index a{
	display:block;
	float:left;
	width:50%;
	height:100px;
	margin-top:75px;
	margin-left:25%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	text-align:center;
	font-weight:500;
	color:#fff;
}
.myindex{
	display:block;
	float:left;
	width:50%;
	height:200px;
	background-color:#666;
}
.myindex a{
	display:block;
	float:left;
	width:50%;
	height:100px;
	margin-top:75px;
	margin-left:25%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	text-align:center;
	font-weight:500;
	color:#fff;
}
.myindex:hover{
	background-color:#F6C;
	color:#CCC;
}
.myindex a:hover{
	color:#CCC;
}

