body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#fff;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}
img{ max-width:100%; height:auto; border:0}
.main{ width:100%; max-width:1000px; margin:0px auto}
.main .left{ float:left; width:50%;}
.main .right{ float:right; width:50%;}
h2{ margin:20px; text-align: center;}
.bk{ box-shadow:0 0 10px rgba(0, 0, 0, .2); width:90%;border-radius: 5px; height:300px; margin:0px auto; }
.logo{margin:10% 0;}
.title{margin:8% 0 5% 0; font-size:26px; font-weight:bold}
.foot{position: fixed;bottom:0px;text-align:center;width:100%;height:33px;line-height:33px;font-size:14px;color:white;background:url(../images/f_03.jpg);repeat-x;}
.table, .table tr th, .table tr td { border:1px solid #666; }
.table {min-height: 25px; line-height: 25px; text-align: center; border-collapse: collapse; padding:2px;}
 
.t1{ width:80px; text-align:center; height:30px; line-height:30px; }
.t2{ width:240px; height:30px; line-height:30px; }
.t3{ width:240px; height:50px; line-height:50px; color: #ff0000;border:1px solid #ff0000 !important; }
/*以下是首页搜索框样式*/
.search_input{
width:84%;
height:40px;
line-height:38px;
vertical-align: middle;
border:solid 1px #ced4da;
background:white;
padding-left:15px;
font-size:16px;
color:#495057;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}


.search_yzm{
width:300px;
height:40px;
line-height:38px;
vertical-align: middle;
border:solid 2px #00b7ee;
background:white;
padding-left:15px;
font-size:18px;
color:#00b7ee;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}
.yzm{ float:right; width:100px; height:40px;}

.btn{
    border-radius: 12px;
	height:44px;
	margin:0px auto;
	margin-top:10px;
	width:42%;
	color:white;
    background:#e10d0d;
	border:0px;
	text-align:center;
	cursor:pointer;
    font-size:16px;
	vertical-align: middle;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}

.btn:hover{
    background:#00b7ee;
}

.back{width:400px; margin:0px auto; margin-top:30px;}
.back .btn{
	height:44px;
	margin:0px auto;
	display:block;
	width:200px;
}
/*登录界面*/

@media screen and (max-width: 767px) {
	.logo{margin-top:8%;}
	.logo img{ max-width:100%;}
	table{ width:90%; margin:0px auto;}
	.bk{height:260px;  }
	.main .left{ float:left; width:100%;}
.main .right{ float:right; width:100%; margin-top:5%;}
	h2{ margin:10px 0;}
	.search_input{
width:100%;
border:solid 1px #00b7ee;
background:white;
padding-left:5px;
font-size:16px;
	}
	
	.search_yzm{
width:70%;
border:solid 1px #00b7ee;
background:white;
padding-left:5px;
font-size:16px;
	}
.yzm{ float:right; width:30%}	
.back{width:200px; margin:0px auto; margin-top:30px;}
.btn{
	margin-top:20px;
	height:44px;
	width:100%;
}
.back .btn{
	height:44px;
	margin:0px auto;
	display:block;
	width:200px;
	margin-top:30px;
}

}

