@charset "utf-8";
/*========== reset ==========*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe,hr{margin:0;padding:0;}
body{font:12px/1.6 Tahoma,microsoft yahei,"微软雅黑","宋体";*font-family:"微软雅黑","宋体";}
fieldset, img { border:0; }
address, caption, cite, dfn, em, th, var{font-style:normal;font-weight:normal;}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
table {border-collapse:collapse;border-spacing:0;}
select,input,label,button,textarea{margin:0;padding:0;font:normal normal normal "微软雅黑",arial,Simsun,Arial Unicode MS,Mingliu,Arial;overflow:visible;}
input{padding:2px 0 1px;*padding:4px 0 0;_padding:4px 0 0;_height:21px;}

/*==公用==*/
body{color:#333333;background:#edede6;}
a:link,a:visited{color:#1278c8;text-decoration:none;}
a:active,a:hover{color:#0073aa;text-decoration:underline;}
a.a_em:link,  a.a_em:visited {color:#0073aa;text-decoration:none;}
a.a_em:active,  a.a_em:hover {color:#0073aa;text-decoration:underline;}
.cf:before,.cf:after{content:""; display:table;}
.cf:after{ clear:both;}
.cf{zoom:1;}
/*==默认颜色，带下划线==*/
a.lv:link, a.lv:visited {color:#295394;text-decoration:underline;}
a.lv:active, a.lv:hover {color:#000;text-decoration:underline;}
em{color:#ff1d25; }/*红色*/
.thin1{ color:#999; font-weight:normal;}
/*==公用图标==*/
/*==========top浮层==========*/
.top_tips{ 
	height:30px;
	background:#484848;
	background:-webkit-gradient(linear,0 0,0 50%,from(#484848),to(#404040)); 
	background:-moz-linear-gradient(top,#484848,#404040 100%);
	min-width:980px;
}
.top_tips .tips_cont{margin:0 auto;width:930px; color:#a5a5a5; line-height:30px;}
.top_tips .tips_cont .i_msg{ margin-right:5px;}
/*========== topnav==========*/
#topnav{
	height:30px;
	line-height:29px;
}
.topnav_cont{width:930px; margin:0 auto;text-align:right;color:#FFF;}
.topnav_cont i{font-size:14px; color:#FF0; font-style:normal; margin:0 5px;}
.topnav_cont b{font-size:12px; color:#FF0; }
.topnav_cont a{margin:0 8px;}
.topnav_cont .i_t,.topnav_cont .i_qzone{
	width:18px; 
	height:20px;
	display:inline-block;
	text-indent:-999em;
	text-align:left;
	line-height:20px;
	vertical-align:middle;
	margin:0;
	cursor:pointer;
	background-image:url("ta.png");
	background-repeat:no-repeat; 
}
.topnav_cont .i_t{
	background-position:0 -36px; 

}
.topnav_cont .i_qzone{
	background-position:0 -16px; 

}
.topnav_cont a:link,.topnav_cont a:visited{color:#fff;text-decoration:none;}
.topnav_cont a:hover,.topnav_cont a:active{color:#fff;text-decoration:underline;}

/*==页头==*/
.top_bg{
	background:url("body_bg.png") repeat-x; 
	height:532px;
	border-bottom:1px solid #fff;
	min-width:980px;
}
.top_base_bg{
	background:url("body_bg.png") repeat-x; 
	/*background:-moz-repeating-linear-gradient(top left -20deg,#4296ca,#4296ca 14px,#4599cd 14px,#4599cd 28px);*/
	border-bottom:1px solid #fff;
	height:230px;
}
#header{
	margin:0 auto;width:993px;
	text-align:left;
	height:64px;
	border:1px solid #1f89be;
	-moz-border-radius: 45px;
	-khtml-border-radius: 45px;
	-webkit-border-radius:45px;
	border-radius: 45px; 
	background:#e0e0d7;
	-moz-box-shadow:0 0 4px 0 #469acd;
	-khtml-box-shadow:0 0 4px 0 #469acd;
	-webkit-box-shadow:0 0 4px 0 #469acd;
}
.logo{ width:200px; float:left;background:url("logow2.png") no-repeat; height:45px; margin:10px 0 0 15px; display:inline;}
.logo a{width:150px; height:45px; display:inline-block; text-decoration:none; text-indent:-999em; cursor:pointer;}
.logo a:hover{text-decoration:none;}
.notice{ width:110px; float:right;margin:8px 20px 0 0; display:inline;}
/*===菜单===*/
.nav_bg{}
.nav_cont{width:700px; float:left; margin:15px 0 0 15px; display:inline;}
.nav{float:left;width:750px;font-size:16px;font-weight:bold;position:relative;overflow:hidden;_overflow:visible; line-height:35px;}
.nav ul{}
.nav li{float:left;padding-right:5px;}
.nav li i{position:absolute; width:37px; height:12px; background:url("new.gif") no-repeat; margin-left:-5px;}
.nav a{width:90px;display:inline-block;height:35px; font-weight:normal;text-align:center; margin-right:5px;}
.nav a:link,.nav a:visited{color:#333333;text-decoration:none;}
.nav a:hover,.nav a:active{color:#cf1228;background:;text-decoration:underline;font-weight:700;}
.nav .current a:link,.nav .current a:visited{color:#cf1228;text-decoration:none;font-weight:700;}
.nav .current a:hover,.nav .current a:active{color:#cf1228;text-decoration:underline; font-weight:700;}
.line1{border-left:1px solid #bfbfbf;border-right:1px solid #ffffff; height:16px; color:#cccccc;}/*==菜单分割线==*/
a.btn_show{
	width:110px; height:35px; line-height:35px; text-align:center; display:inline-block; 
	
	/*border:1px solid #b4b9be; 
	background:#ececed; cursor:pointer;
	*/
	background-color: #fefefe;
  background-image: -ms-linear-gradient(top, #fefefe, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #fefefe, #f5f5f5);
  background-image: -o-linear-gradient(top, #fefefe, #f5f5f5);
  background-image: linear-gradient(top, #fefefe, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e1e1e1 #e1e1e1 #e1e1e1;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5f5f5', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
 
}
a.btn_show:link,	a.btn_show:visited{color:#555555;text-decoration:none;}
a.btn_show:hover,	a.btn_show:active{color:#555555;text-decoration:none;}
/*==独立页面页头=带菜单
.headers_bg{
	background:url(/images/header_bg3.png) repeat-x;
	height:50px;
	border-bottom:1px solid #0064b4;
	min-width:1000px;
}
#headers{
	margin:0 auto;width:980px;
}
#headers .logo{ width:135px; float:left;background:url(/images/logow.png) no-repeat; height:50px; display:inline; margin:0;}
#headers .logo a{width:135px; height:50px; display:inline-block; text-decoration:none; text-indent:-999em; cursor:pointer;}
#headers .logo a:hover{text-decoration:none;}
#headers .nav_cont{width:600px; float:left; margin:7px 0 0 15px; display:inline;}
=*/
/*==独立页面页头2=带菜单=*/
.headers_bg{
	background:#fff;
	height:60px;
	/*border-bottom:1px solid #0064b4;*/
	min-width:980px;
	padding-top:10px;
}
#headers{
	margin:0 auto;width:980px;
}
#headers .logo{ width:135px; float:left;background:url("logow2.png") no-repeat; height:50px; display:inline; margin:0;}
#headers .logo a{width:135px; height:50px; display:inline-block; text-decoration:none; text-indent:-999em; cursor:pointer;}
#headers .logo a:hover{text-decoration:none;}
#headers .nav_cont{width:600px; float:left; margin:7px 0 0 15px; display:inline;}
/*===菜单===*/
/*==结构==*/
.cont_title{width:980px; margin:20px auto 0; }
.cont_title h2{color:#fff; font-size:36px; font-weight:500;}
/*==公用图片==*/
.btn_search,.ipt_search,.i_search,.line2,.not_pre,.not_next,.btn_submit,.btn_thin,.i_msg
{background-image:url("ta.png"); background-repeat:no-repeat;}
/*==按钮==*/
.btn_search,.btn_submit,.btn_thin
{text-align:center;border:0px;cursor:pointer;padding:0;}
.btn_search{}
.btn_submit{width:79px; height:30px; line-height:26px; float:left; font-size:14px; font-weight:700; color:#fff; background-position:-301px 0;}
.btn_thin{font-size:14px; font-weight:700; color:#64696e; background-position:-300px -30px;width:80px; height:30px;}
/*==图标==*/
.i_msg{width:16px; height:16px; display:inline-block; vertical-align:middle;}/*==ta首页top层==*/
.i_msg{ background-position:0 0;}


/*==开始使用==*/
.start{background:url("ta.png") no-repeat #f9f9f7 60px -85px; height:150px; width:978px; position:relative;border-top:1px solid #e7e5e5;}
.start .start_word{position:absolute; top:30px; left:230px;}
.start .start_opt{position:absolute; top:40px; right:70px;}
.start_word h3{font-size:36px; font-weight:500;}
.start_word p{}
.start_opt a.btn_start{
	width:215px; 
	height:59px; 
	line-height:59px;
	display:block;
	background:#f39800;
	color:#fff; 
	font-size:24px;
	text-align:center;
	border:1px solid #ef7e00;
	border-radius: 2px; 
	text-decoration:none;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0 0 1px 0 #f6d29e;
	-khtml-box-shadow:0 0 1px 0 #f6d29e;
	-webkit-box-shadow:0 0 1px 0 #f6d29e;
	
}
a.btn_start:link,a.btn_start:visited{
	background:-webkit-gradient(linear,0 0,0 100%,from(#f29500),color-stop(#f4a100),color-stop(#f29500)); 
	background:-moz-linear-gradient(left,#f29500,#f4a100,#f29500 100%); 	
}
a.btn_start:active,a.btn_start:hover{
	background:-webkit-gradient(linear,0 0,0 100%,from(#f29a00),color-stop(#fab100),color-stop(#f29a00)); 
	background:-moz-linear-gradient(left,#f29a00,#fab100,#f29a00 100%); 	
}

/*==页脚==*/
.footer_bg{}
#footer{margin:0 auto;width:950px;padding-bottom:25px;padding-top:22px;}
#footer p{text-align:center;line-height:23px;color:#999999;font-size:12px;}
#footer a{font-size:12px;}
#footer a:link{color:#999999;text-decoration:none;}
#footer a:visited{color:#999999;text-decoration:none;}
#footer a:hover{color:#0073aa;text-decoration:underline;}
#footer a:active{color:#999999;}

/*==公用内容==浮出层1===*/
.tips{width:500px;position:relative; background:#bdbdb7; padding:6px; box-shadow:2px 2px 4px #d4d4d3;}
.tips_close{ 
	position:absolute;
	right:-13px; 
	top:-13px;
	width:34px; 
	height:34px;
	background:#fff;
	border:5px solid #ececec;
	border-radius:34px 34px 34px 34px;
	border-color:#bdbdb7 #bdbdb7 #bdbdb7 #bdbdb7;
	background:#fff;
	-moz-background-clip:border;
	box-shadow:2px 2px 4px #d4d4d3;
}
.s_b{
	position:absolute;
	right:14px; 
	top:14px;
	background:#fff;
	width:28px; 
	height:28px;
	z-index:1;
}
.tips_close span{
	-moz-border-radius:50px;
	-khtml-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	width:32px; 
	height:32px;
	display:block;
	border-color:#dfdfdf #dfdfdf #dfdfdf #dfdfdf;
}
.tips_close .close{
	-moz-border-radius:50px;
	-khtml-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	width:28px; 
	height:28px;
	margin:3px;
	display:block;
	background:#dbdbd1;
	color:#7d7d7d;
	text-align:center;
	font-size:20px;
	line-height:25px;
	z-index:10;
	position:absolute;
}
a.close:link, a.close:visited {text-decoration:none;}
a.close:active, a.close:hover {text-decoration:none;}

.tips_msg{ padding:10px 20px; background:#fff;}
.tips_msg h3{ border-bottom:1px solid #e6e6e6; font-size:14px; height:26px; line-height:26px;}
.msg_cont{padding:5px 0; color:#666666; min-height:200px;}
.msg_cont dl{padding:5px 0;overflow:hidden;}
.msg_cont dt{ width:65px; float:left;}
.msg_cont dd{ width:390px; float:left;}
.msg_cont p{line-height:21px; text-indent:24px;}
.msg_link{ text-align:right; font-size:14px;}


/*  |xGv00|520968f7f7eef239439549981523e5eb */