@charset "UTF-8";
/* header */
.header{position:relative;height:225px;background:#006fe2;background:url(../images/head_bg.jpg) no-repeat center center;}
.header .logo{display:block;width:270px;height:30px;padding:10px 0 0 10px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:60px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#2EB688;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:60px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#2EB688;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:60px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

.tdclass{	
	font:normal 18px/28px 'MicroSoft YaHei';
}
@media (min-width:641px){body{width:640px;margin:auto;}}