@charset "gb2312";
/* CSS Document */


/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-size:12px; font-family:"微软雅黑";}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}




.clear{ clear:both; height:0;}
.clear15{ clear:both; height:15px;}
.clear20{ clear:both; height:20px;}

body{ background: #f5f5f5 url(2015zz_jtt_bodyBg.png) no-repeat center top;}

.wrapper{ background: url(2015zz_jtt_bodyBg2.png) no-repeat center bottom;}

.container{ width: 1000px; margin: 0 auto; overflow:hidden;}


/* 头部 */
.header{ height: 172px;}
.header .top{ background: url(2015zz_jtt_topBg.png) no-repeat; width: 250px; height: 21px;}
.header .top a{ line-height:21px; margin-left:10px; display:inline-block; *display:inline; *zoom:1; color:#fff;}
.header .logo{ float:left; padding-top:32px;}
.top_r{ float: right; width:360px;}
.header .zzlogo{ float: right; width: 183px; height: 56px; margin:10px 40px 0 0;}
.header .search{ float: right; width:360px; height:24px; margin-top:20px;}
.header .search .txt{ border:1px solid #d7d6d6; width:266px; height:22px; float:left; line-height:22px; background:#fff; padding:0 10px; color:#666;}
.header .search .sbt{ border:none; width:72px; height:24px; float:left; color:#fff; background:#04569c; cursor:pointer;}


/* 导航 */
.nav{ width:100%; height:56px; background:#105a9a; opacity:.9;}
.nav ul{ width:960px; margin:0 auto;}
.nav ul li{ float:left; font-size:14px; line-height:56px; text-align:center; width:160px; background:url(2015zz_jtt_nav_liBg.png) no-repeat left center;}
.nav ul li:first-child{ background:none;}
.nav ul li a{ color:#fff;}
.nav ul li a:hover{ text-decoration:underline;}


/*友情链接*/
.friend_link{width:100%; height:52px;background:#f2f8fb;border-top:1px #2b84c4 solid;margin:15px 0 5px 0; line-height:52px;}
.friend_link span{float:left;font-size:16px;font-family:"微软雅黑";color:#064e8b;padding-left:15px; font-weight:bold;}
.friend_link select{width:193px;height:20px;line-height:20px;border:1px solid #abadb3;color:#666;padding-left:5px;margin-left:20px; font-size:12px;}
.friend_link select.last{margin-right:0;}
.friend_link .yqlj{ float:left; width:880px;}
.friend_link .yqlj li{ float:left; width:100px; font-size:14px; line-height:52px; margin:0 5px;}
.friend_link .yqlj li a{ color:#064e8b;}
.friend_link .yqlj li a:hover{ text-decoration:underline;}

/* footer */
.footer{ width:96%; padding:25px 2%; background:#004986; text-align: center;}
.footer p{ color:#fff; padding:5px 0; line-height:20px;}



@media screen and (max-width: 1000px){
	.container{ width:100%;}
	.header{ height:auto; padding-bottom:10px;}
	.header .logo{ float:none; width:100%; text-align:center; margin-top:20px; height:auto;}
	.header .search{ float:none; width:70%; margin:20px auto 0;}
	.header .search .txt{ width:67%; padding:0 1%;}
	.header .search .sbt{ width:30%;}
	
	.nav ul{ width:100%;}
	.nav ul li{ width:16.6%;}
	
	.friend_link{ display:none;}
}

@media screen and (max-width: 480px){
	.header .logo img{ width:80%; height:auto;}
	
	.nav{ height:auto;}
	.nav ul li{ width:33.3%; line-height:40px;}
	.nav ul li:nth-child(4){ background:none;}
}