@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
    padding:0;
}
body,div,ul,li,h1,h2,h3,h4,h5{
	margin:0 auto;
	padding:0;
	font-family:"微软雅黑","Microsoft Yahei";
	font-size:14px;
}
li{
	list-style:none;
}
a{  
    color:#000;
	text-decoration:none;
}
a:hover{
	color:#025496;
}
img{
	border:0;
}
input{
	border:0;
	outline:none;
}
.left{
	float:left;
}
.right{
	float:right;
}

/*logo*/
.logo{
	width:100%;
	min-width:1100px;
	height:157px;
	background:url(logo-bj-01.png) center repeat-x;
}
/*top*/
.logo .top{
	width:1100px;
	height:34px;
	line-height:34px;
	overflow:hidden;
}
.top .rq{
	width:auto;
	height:34px;
	padding-left:26px;
	background:url(tq-icon-01.png) 2px 7px no-repeat;
	font-size:12px;
	color:#5d5d5d;
	float:left;
}
.top .tq{
	margin-left:10px;
	margin-top:5px;
}
.top .top-right a{
	float:left;
	color:#5d5d5d;
	font-size:12px;
}
.top .top-right a:hover{
	color:#025496;
}
.top .top-right span{
	width:1px;
	height:10px;
	background:#888;
	font-size:0;
    float:left;
	margin:12px 10px;
}
/*search*/
.logo .search{
	width:1100px;
	height:123px;
	overflow:hidden;
}
.search .logo-icon img{
	width:auto;
	height:100px;
	margin-top:12px;
}
.search .search-content{
	width:341px;
	height:32px;
	overflow:hidden;
	position:relative;
	margin-top:46px;
}
.search .search-content .search-content1{
	width:301px;
	height:32px;
	line-height:32px;
	background:#fff;
	border-radius:20px;
	padding:0 20px;
	color:#ccc;
}
.search .search-content .search-content2{
	width:78px;
	height:32px;
	line-height:32px;
	background:#1a7fd0;
	border-radius:20px;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	text-align:center;
}

/*link*/
.link{
	width:100%;
	min-width:1110px;
	height:20px;
	background:#eee;
	border-top:3px solid #008bcc;
	margin-top:10px;
	padding:15px 0;
}
.link ul{
	width:1110px;
	height:20px;
	overflow:hidden;
}
.link ul select{
	width:150px;
	height:20px;
	line-height:20px;
	float:left;
	margin-left:6px;
	margin-right:2px;
	border:1px solid #ccc;
    padding-left:6px;
}

/*bottom*/
.bottom{
	width:100%;
	min-width:1100px;
	height:107px;
	background:#eee;
}
.bottom .bottom-content{
	width:1000px;
	height:107px;
	font-size:12px;
	color:#555;
	line-height:24px;
	padding:0 50px;
}
.bottom .bottom-content img{
	float:left;
	margin:0 20px;
}
.bottom .bottom-content p{
	float:left;
	margin:10px 40px;
}
.bottom .bottom-content p a{
	color:#555;
}
.bottom .bottom-content p a:hover{
	color:#025496;
}

/*tygllist-bottom*/
.tygllist-bottom{
	border-top:3px solid #008bcc;
	padding-top:15px;
	margin-top:10px;
}