﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#f7f0f0;
	background:url(../images/bgline.png)
	repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}
.logo{margin-top:2%;}
.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:400px;
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);
}


.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{
	height:44px;
	margin:0px auto;
	margin-top:30px;
	width:400px;
	color:white;
    background:#00b7ee;
	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;}
	.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;}
.back .btn{
	height:44px;
	margin:0px auto;
	display:block;
	width:200px;
}
.btn{
	margin-top:30px;
	height:44px;
	width:100%;
}
}

