﻿/*common start*/
body{
	font:normal 12px "SimSun";
	color:#646464;
	padding:0px;
	margin:0px;	
	min-width:1000px;
}
.fl{float:left;}
.fr{float:right;}
a{text-decoration:none;color:#646464;cursor:pointer;}
img{border:0px}
input[type=button]{cursor:pointer}
/*common end*/

/*head start*/
.head{width:100%;background:url(../images/top.png) no-repeat center;height:293px;}
/*head end*/

/*top start*/
.head-top{height:30px;width:100%;background:rgba(255,255,255,0.8);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88ffffff,endColorstr=#88ffffff);}
.top-content{height:30px;width:1000px;margin:0 auto;line-height:30px;}
.date{width:255px;height:40px;}
.top-link{width:600px;}
.top-link a{margin:0 10px;padding:3px;border-radius:3px;}
.top-link a:hover{background:#005b3a;color:#fff;padding:3px;}
.top-login{text-decoration:right;}
.top-login input[type=button]{width:52px;height:20px;color:#fff;line-height:15px;border:0px;margin:0 5px;}
.log-btn{background:url(../images/login-btn.png);}
.log-btn:hover{background:url(../images/loginhover-btn.png);}
.reg-btn{background:url(../images/reg-btn.png);}
.reg-btn:hover{background:url(../images/reghover-btn.png);}
/*top end*/

/*title start*/
.head-title{width:1000px;margin:0 auto;height:223px;padding-top:70px;}
.title{width:600px;height:106px;}
.title-search{padding-top:130px;}
.title-search input[type=text]{width:220px;height:36px;border:0px;line-height:36px;border-top-left-radius:3px;border-bottom-left-radius:3px;padding-left:10px;margin-left:0px;margin-right:0px;vertical-align:middle;border:1px solid #dddde4;border-right:0px;color:#646464;background:rgba(255,255,255,0.8);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88ffffff,endColorstr=#88ffffff);}
.title-search input[type=button]{margin-left:0px;border:0px;width:50px;height:40px;line-height:38px;border-top-right-radius:3px;border-bottom-right-radius:3px;background:url(../images/search.png) center no-repeat #fff;vertical-align:middle;border:1px solid #dddde4;border-left:0px;}
/*title end*/