@charset "utf-8";
/* CSS Document */
/*防止页面左右抖动，好像不起作用*/
html{overflow-y:scroll;}
	*{ margin:0 auto; padding:0; border:0;}
	body {font-family:"微软雅黑"; background:url(images/body_bg_1.png) top repeat-x;}
	ul,li{list-style:none; text-align:left; }
	a:link,a:visited,a:active {color:#2C2C2C; text-decoration:none;font-size:14px;} 
	a:hover {color: #F00;font-size:14px;}
	img{ border:0}
	ul,li{list-style:none; text-align:left;}
	body,td,th {font-size: 14px;line-height:26px;color:#2C2C2C; }
	.Hspace{width:1px; height:10px; overflow:hidden; clear:both;}
	.clear{clear:both;font-size:0;line-height:0;height:0;}

	/*头部开始*/
	#top{width:1200px;margin:0 auto;height:305px;}
	#top .nav1{text-align:right;width:1180px;height:34px;line-height:34px;color:#535353;padding-right:20px;}
	#top .nav1 a{color:#535353;}
	/*换肤*/
    .nav1-L{float:left;width:500px;height:16px;padding:9px 0 9px 0;text-align:left;}
	.nav1-L span{float:left;line-height:16px;}
    ul#skin li{float:left;width:19px;height:16px;margin-left:10px;cursor:pointer}
    ul#skin li.cur{}
    ul#skin li#skin1{background:url(../images/skin1.png) no-repeat;}
    ul#skin li#skin2{background:url(../images/skin2.png) no-repeat;}
    .nav1-R{float:right;width:500px;text-align:right;}
	#top .nav2{width:1200px;height:38px;padding-top:160px;}
	#top .nav2 .select{background:url(images/1_03.jpg) right center no-repeat;width:144px;height:26px;overflow:hidden;border:solid 1px #7ea0c0;float:left;margin-left:143px;}
	#top .nav2 .select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;padding-left:10px;width:142px;height:100%;}	
	#top .nav2 .text{width:144px;float:left;margin-left:31px;height:28px;border:1px solid #7ea0c0;}
	#top .nav2 .text .txtInput{width:105px;height:26px;background:#fff;border:none;outline:none;color:#535353;font-size:14px;}
	#top .nav2 .text .txtButton{width:26px;height:26px;background:url(images/2_05.jpg) no-repeat center;cursor:pointer;float:right;}
	
	#top .nav3{width:1200px;height:70px;line-height:70px;}
	#top .nav3 .nav3_a{float:left;padding-left:5px;padding-right:10px;}
	#top .nav3 .nav3_a a{font-size:20px;color:#FFF;}
	
	#top .nav3 .nav3_a a:hover {color:#FFF; text-decoration:none; font-weight:bold;} 
	
	#top .nav3 .nav3_b{float:left;background-color:#a3bcd2;width:72px;height:30px;line-height:30px;margin:21px 10px;text-align:center;}
	#top .nav3 .nav3_b a{font-size:16px;color:#FFF;}
	#top .nav3 .login{width:64px;height:24px;font-size:14px;color:#FFF;background:#88b4dc;margin-left:10px;}
	
	.nav4{width:1200px;height:34px;line-height:34px;}	
	.navcity{width:1200px;height:34px; line-height:34px;}
	.navcity .nLi{float:left;display:inline;position:relative; z-index:9;width:65px;text-align:center;}		
	.navcity .nLi h3 a{display:block;color:#365a8f;font-weight:normal;font-size:14px;}
	.navcity .nLi h3 a.hi{background:url(images/3_03.jpg) right no-repeat;}
	.navcity .sub{display:none;width:80px;left:0;top:34px; position:absolute; background:#5895cc;line-height:26px;padding:5px 0;  }
    .navcity .sub a{ display:block; padding:0 10px;color:#fff;}
	.navcity .sub a:hover{background:#bdd7ee; color:#365a8f;}
	.navcity .on h3 a{ background:#5895cc; color:#fff;font-weight:bold;}
	.navcity .on h3 a.hi{background:url(images/3_03.png) #5895cc right no-repeat;}	
	/*头部结束*/		
	/*尾区*/
	#footer{border-top:2px solid #3e4b53;width:100%;padding-top:20px;padding-bottom:20px;line-height:24px;font-size:14px;color:#FFF;background-color:#6287a2;text-align:center;}
	#footer a{color:#fff;}


@font-face{
/*font-family:ch;*/
/*为引入的字体命名*/
/*src:url(../font/minicusongti.TTF);*/
/*定义要引入字体文件的路径*/
}

@font-face{
font-family:'Open Sans Light';
src:url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),url('OpenSans-Light-webfont.woff') format('woff'),url('OpenSans-Light-webfont.ttf') format('truetype');
font-weight:normal;
font-style:normal}