*{margin:0px; padding:0px;}
body{font-size:12px; color:#333; background:url(../images/topbg.jpg) repeat-x;}
ul{list-style-type:none;}
img{border:0;}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #012258;
}
a:active {
	text-decoration: none;
}

a.wl:link,a.wl:visited,a.wl:active {color:#FFF;text-decoration:none;}
a.wl:hover {color:#F90;}

a.wb:link,a.wb:visited,a.wb:active {color:#012258;text-decoration:none;}
a.wb:hover {color:#C00;}

a.wr:link,a.wr:visited,a.wr:active {color:#C00;text-decoration:none;}
a.wr:hover {color:#000;}

a.wg:link,a.wg:visited,a.wg:active {color:#999;text-decoration:none;}
a.wg:hover {color:#C00;}

.f_black {color:#000;}
.f_red {color:#C00;}
.f_white{color:#FFF;}
.f_gray {color:#999;}
.f_orange {color: #F90;}
.f_green {color:#66A228;}
.f_blue {color:blue;}
.f_mblue {color:#109BD2;}
.f_dblue {color:#233F6F;}
.f_gold {color:#F60;}
.f_pink {color:#B5084A;}
.f_Arial {font-family:Arial, Helvetica, sans-serif;}
.f_yk {font-family:"微软雅黑";}
.blod {font-weight:bold;}
.noblod {font-weight:normal;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.px20 {font-size:20px;}
.px25 {font-size:25px;}
.input {height:18px; border:solid 1px #ccc; margin-left:5px;}
.input2{border:#666 solid 1px; background-color:#FFF; padding:5px;}
.fleft {float:left;}
.fright{float:right;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt25 {margin-top:25px;}
.mt35 {margin-top:35px;}
.mt45 {margin-top:45px;}
.line {background: url(../images/line.jpg) repeat-x left center;height:18px;width:100%;margin:0px auto;clear:both;}
.line1 {background:none;border-bottom: 1px dotted #DDD;height:10px;width:100%;margin:0px auto 10px auto;clear:both;}
.line2 {height:10px;width:100%;margin:0px auto 10px auto;clear:both;border-bottom:#DDD solid 1px;}
.clear{clear:both; line-height:0px;}

/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:13px;
	color:#666;
	height:40px;
	padding:10px;
}
.page span{
	margin:0 5px;
}
.page span a{
	padding:4px 8px;
	color:#666;
	border:solid 1px #b2bfcf;
}
.page span a:hover{
	border:solid 1px #233F6F;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#233F6F;
	padding:4px 8px;
	border:solid 1px #233F6F;
}

.kk{margin:0 auto; width:1003px;}
#logo {
	background: url(../images/logo.png) no-repeat left center;
	float: left;
	height: 99px;
	width: 230px;
}
#top_link {
	line-height: 24px;
	float: right;
	height: 24px;
	margin-top: 15px;
	overflow: hidden;
}
#top_link li{
	float:left;
	margin-left:15px;
}
#top_link li.on{
	background:url(../images/tb.jpg) no-repeat left center;
	padding-left:8px;
}
#top_link li.bd{
	margin-left:0;
	padding:0 8px;
}
#top_link li.en{
	margin-left:0;
	font-family:Arial, Helvetica, sans-serif;
}
#menu {
	clear: right;
	float: right;
	margin-top: 15px;
	width:770px;
}
#menu li{
	float:right;
	margin-left:60px;
}
#menu li a{
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:bold;
	color:#333;
}
#menu li a:hover{
	color:#183883;
}
#menu li a div{
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#9A9A9A;
	font-weight:normal;
}
/*幻灯片*/
#bn{width:100%; height:494px; position:relative;}
.bgstretcher-area { text-align: left;}
.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
#nav {
    position:absolute;
	top:430px;
	text-align:center;
	width: 100%;
}
#nav ul li {
    display:inline-block;
	margin-right: 8px;
}
#nav ul li a {background:#DDD; width:12px; height:12px; display:block; text-align:center; font-size:0px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;}
#nav ul li.showPage a {background:#183883;}
#prev{position:absolute; left:10px; top:210px; cursor:pointer;}
#prev a{display:block;width:30px; height:43px;font-size:0px;background:url(../images/scroll_btn.png) left bottom;filter: Alpha(opacity=10);-moz-opacity:.10;opacity:0.10;}
#prev a:hover{background:url(../images/scroll_btn.png) left bottom;filter: Alpha(opacity=50);-moz-opacity:.50;opacity:0.50;}
#next{position:absolute; right:10px; top:210px; cursor:pointer;}
#next a{display:block;width:30px; height:43px;font-size:0px;background:url(../images/scroll_btn.png) right bottom;filter: Alpha(opacity=10);-moz-opacity:.10;opacity:0.10;}
#next a:hover{background:url(../images/scroll_btn.png) right bottom;filter: Alpha(opacity=50);-moz-opacity:.50;opacity:0.50;}
/**/
#hmmid {
	background: url(../images/kkbg.png) no-repeat;
	height:205px;
	width:986px;
	margin:-45px auto 0 auto;
	position:relative;
	z-index:9999;
	padding:15px;
}
.hmtit {
	height:30px;
	line-height:30px;
	font-family:"微软雅黑";
	color:#173783;
	font-size:15px;
	font-weight:bold;
	background:url(../images/tb1.jpg) no-repeat left center;
	padding-left:15px;
}
.hmtit .more {
	float:right;
	font-size:12px;
	font-weight:normal;
	font-family: "宋体";
}
.hmtit .more a{
	color:#730000;
}
.hmtit .more a:hover{
	color:#173783;
}
#hmnews {
	width:330px;
	padding:0 20px 0 10px;
	height:195px;
	background:url(../images/line2.jpg) repeat-y right;
	float:left;
}
#hmnews ul {
	margin-top:10px;
}
#hmnews li {
	line-height:30px;
	height:30px;
	overflow:hidden;
	background:url(../images/line.jpg) repeat-x left bottom;
}
#hmnews li a{
	padding-left:15px;
	background:url(../images/tb2.jpg) no-repeat left center;
}
#hmsev {
	width:304px;
	padding:0 20px;
	height:195px;
	background:url(../images/line2.jpg) repeat-y right;
	float:left;
	line-height:20px;
}
#hmmap {
	width:255px;
	height:195px;
	float:left;
	padding-left:20px;
}
#hmmap_c {
	width:255px;
	height:140px;
	margin-top:10px;
	background:url(../images/hmmap.jpg) no-repeat;
}
#hmmap_c ul{
	float:right;
	width:42px;
	margin-top:7px;
}
#hmmap_c ul li{
	line-height:17px;
}
#hmmap_c ul li a{
	color:#082E75;
	font-family:"微软雅黑";
}
#hmmap_c ul li a:hover{
	color:#C00;
}
#btm {
	background:url(../images/btmbg.jpg) repeat;
	margin-top:5px;
	position:relative;
}
#btm_link {
	width:1050px;
	margin:0 auto;
}
#btm_link h1 {
	font-family:"微软雅黑";
	font-size:18px;
	color:#FFF;
	font-weight:normal;
	padding-top:10px;
	padding-left:45px;
}
#btm_link ul {
	padding: 0 45px;
	background:url(../images/btm_line1.png) no-repeat right top;
	float:left;
	min-height:130px;
	height:auto !important;
	height:130px;
	margin-top:20px;
}
#btm_link ul li{
	color:#B6CCFE;
	line-height:24px;
}
#btm_link ul li a{
	color:#B6CCFE;
}
#btm_link ul li a:hover{
	color:#FC0;
}
#btm_link ul.nobg {
	background:none;
	padding-right:0px;
}
#btm_od_link {
	width:990px;
	margin: 30px auto 0 auto;
}
#btm_od_link li {
	float:left;
	padding:0 15px;
	border-right:solid 1px #B6CCFE;
	height:12px;
	line-height:12px;
}
#btm_od_link ul li a{
	color:#B6CCFE;
}
#btm_od_link ul li a:hover{
	color:#FC0;
}
#btm_od_link li.nobr {
	padding-right:0px;
	border:none;
}
#btm_con {
	width:960px;
	margin: 15px auto 0 auto;
	padding:20px;
	background:url(../images/btm_line2.png) no-repeat center top;
	line-height:22px;
	color:#B6CCFE;
}
#btm_con span a{
	color:#B6CCFE;
}
.sharebuttonbox {
	float:right;
	padding-right:15px;
}
#link {
	float: right;
	height: 24px;
	width: 187px;
	border: 1px solid #B7CBFE;
    background:#FFF;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.link-menu-main li {
	line-height:24px;
	color:#666;
	padding: 0 10px;
	width: 167px;
}
.link-menu-main li span{
	background: url(../images/link_td.jpg) no-repeat right center;
	width:12px;
	height:24px;
	float:right;
}
.link-menu-main li a {
    color:#333;
}
.link-submenu {
	width: 187px;
	background-color:#3A62BC;
	position: absolute;
	border: 1px solid #3A62BC;
	border-top-width: 5px;
	left: -1px;
	display: none;
	filter: Alpha(opacity=85);
	-moz-opacity: .85;
	opacity: 0.85;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.link-submenu li{
	line-height:25px;
    position:relative;
}
.link-submenu li a {
    color:#FFF;
}
.link-submenu li a:hover {
    color:#FC0;
}
#banner{ width:100%; height:350px; background:#fcfcfc; border-bottom:1px solid #F2F3F2; position:relative; overflow:hidden}
#banner div{ width:1920px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center}
#nymid {
	background:#FFF;
	width:1003px;
	margin:-60px auto 0 auto;
	position:relative;
	z-index:999;
}
#wz {
	width:964px;
	margin: 0px auto;
	height:50px;
	background:url(../images/wz_line.jpg) no-repeat left 40px;
	line-height:50px;
	color:#616161;
}
#wz a{
	color:#616161;
}
#wz a:hover{
	color:#012159;
}
#nybg {
	background:url(../images/rt_bg.jpg) repeat-y right;
	width:993px;
}
#mid_lt {
	float:left;
	width:311px;
}
#lt_tit {
	background:url(../images/lt_tit.jpg) no-repeat;
	height:66px;
	padding-left:74px;
}
#lt_tit span{
	height:66px;
	line-height:66px;
	background:#FFF;
	float:left;
	font-family:"微软雅黑";
	font-size:24px;
	color:#0F347A;
	padding:0 10px;
}
#lt_con {
	border-left:solid 1px #D0D0D0;
	width:247px;
}
.type {
	height:37px;
	width:220px;
	float:right;
}
.type a{
	line-height:35px;
	padding-left:55px;
	display:block;
	font-size:14px;
}
.type a:hover {
	color:#01215A;
}
.type a.on{
	border-bottom:solid 2px #001C54;
	background:url(../images/type.jpg) no-repeat 35px center;
	color:#01215A;
}
.type a.on2{
	background:url(../images/type.jpg) no-repeat 35px center;
	color:#01215A;
}
.stype {
	height:24px;
	width:220px;
	float:right;
}
.stype a{
	font-size:13px;
	margin-left:55px;
}
.stype a:hover {
	color:#01215A;
}
.stype a.on {
	color:#0637AA;
}
.stype_btm {
	border-bottom:solid 2px #001C54;
	width:220px;
	float:right;
}
#lt_serv {
	border:solid 1px #D0D0D0;
	border-left:none;
	height:60px;
	margin-top:20px;
	background:url(../images/lt_icon.jpg) no-repeat 30px 20px;
	padding-left:85px;
	padding-top:15px;
	line-height:22px;
	color:#8A8A8A;
}
#lt_tel {
	border:solid 1px #D0D0D0;
	border-left:none;
	height:90px;
	margin-top:10px;
	background:url(../images/lt_icon.jpg) no-repeat 25px -65px;
	padding-left:85px;
	padding-top:5px;
	line-height:22px;
	color:#6399FB;
}
#lt_tel div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	font-style:italic;
}
#lt_scode {
	border:solid 1px #D0D0D0;
	border-left:none;
	height:135px;
	padding-top:5px;
	margin-top:10px;
}
#lt_scode div {
	float:left;
	margin-left:10px;
	margin-top:10px;
	color:#9A9A9A;
	font-size:14px;
}
#mid_rt {
	float:right;
	width:682px;
}
#rt_tit {
	height:65px;
	background:#FFF;
	border-bottom: solid 1px #C7C7C7;
}
#rt_tit div{
	line-height:30px;
	height:30px;
	margin-top:35px;
	border-bottom:solid 1px #002357;
	color:#012258;
	float:left;
	padding-left:20px;
	font-family:"微软雅黑";
	font-size:18px;
}
#rt_con {
	min-height:600px;
	height:auto !important;
	height:600px;
	line-height:24px;
	width:670px;
	margin:20px 0px;
	overflow:hidden;
}
.news_list{
    background:#F6F6F6;
	line-height:24px;
	height:24px;
	overflow:hidden;
	padding:5px 10px;
}
.news_list.wt{
    background:#FFF;
}
.news_list a{
	padding-left:10px;
	background: url(../images/td.png) no-repeat left center;
}
.ny_list {
	width: 670px;
	overflow: hidden;
}
.ny_list li {
	float: left;
	height: 230px;
	width: 223px;
	overflow: hidden;
}
.pic_kk {
    width:200px;
	height:210px;
	background:#FFF;
	margin:0 auto;
	border:solid 1px #DDD;
	-moz-box-shadow:1px 1px 3px #DDD;
	-webkit-box-shadow:1px 1px 3px #DDD;
	box-shadow:1px 1px 3px #DDD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.pic_img {
	height: 180px;
	width: 200px;
	text-align: center;
	margin-top:5px;
}
.pic_img img {vertical-align: middle;margin-right: -1px;}
.pic_img span {display: -moz-inline-box;/*针对火狐*/}
.pic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pic_tit {
	line-height:25px;
	text-align:center;
	height:25px;
	overflow: hidden;
}
.ny_list1 {
	width: 670px;
	overflow: hidden;
}
.ny_list1 li {
	float: left;
	height: 240px;
	width: 223px;
	overflow: hidden;
}
.pic_img2 {
	height: 180px;
	width: 200px;
	padding: 1px;
	border: 1px solid #DDD;
	text-align: center;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
.pic_img2 img {vertical-align: middle;margin-right: -1px;}
.pic_img2 span {display: -moz-inline-box;/*针对火狐*/}
.pic_img2 span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pic_img2 a .video {
    position:absolute;
	width:100%;
	height:100%;
	background:url(../images/video.png) center center no-repeat #333;
    filter: Alpha(opacity=20);-moz-opacity:.20;opacity:0.20;
}
.pic_img2 a:hover .video {
    filter: Alpha(opacity=40);-moz-opacity:.40;opacity:0.40;
}
.pic_tit2 {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	height:40px;
	width: 200px;
	margin:5px auto 0 auto;
	font-size:14px;
}
.ny_list2 {
	width: 670px;
	height: 170px;
	padding-bottom:12px;
	border-bottom: 1px dotted #DDD;
	margin-bottom:15px;
}
.ny_list2_img {
	float: left;
	height: 160px;
	width: 160px;
	text-align:center;
	padding: 1px;
	border:solid 1px #DDD;
	-moz-box-shadow:1px 1px 3px #DDD;
	-webkit-box-shadow:1px 1px 3px #DDD;
	box-shadow:1px 1px 3px #DDD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.ny_list2_img img {vertical-align: middle;margin-right: -1px;}
.ny_list2_img span {display: -moz-inline-box;/*针对火狐*/}
.ny_list2_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.ny_list2_main {
	float: right;
	height: 160px;
	width: 490px;
}
.ny_list2_main h3 {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px  solid #DDD;
}
.ny_list2_main p {
	line-height: 22px;
	color:#666;
}
.down {
	height: 35px;
	line-height:35px;
	padding:0 5px;
	margin-top:5px;
	background:url(../images/tit.jpg) repeat-x left bottom;
	border:solid 1px #DDD;
	border-radius:3px;
	overflow:hidden;
}
.down span span {
	padding-left:10px;
}
#gotopbtn{
	position:fixed;
	width:29px;
	height:70px;
	right:0px;
	bottom:0px;
	background:url(../images/top.png) no-repeat;
	cursor:pointer;
	display:none;
}
#myyear_menu {
	height:40px;
	background:url(../images/dsj_line.jpg) no-repeat center 8px;
}
#myyear_menu li {
	height:40px;
	width:44px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#myyear_menu li div {
	width:22px;
	height:22px;
	margin:0px auto;
	background:url(../images/dsj_td.png) no-repeat left;
}
#myyear_menu li a {
	color:#666;
}
#myyear_menu li a:hover,#myyear_menu li.on a {
	color:#0099CA;
	font-weight:bold;
}
#myyear_menu li a:hover div,#myyear_menu li.on a div {
	background:url(../images/dsj_td.png) no-repeat right;
}
#myyear_con {
	margin-top:20px;
}
#myyear_con ul {
	display:none;
}
#myyear_con ul li {
	padding: 8px 0px;
	line-height:22px;
	overflow:hidden;
	border-bottom:solid 1px #DCDCDC;
}
#myyear_con ul li .year {
	font-weight:bold;
	float:left;
}
#myyear_con ul li .year_con {
	float:right;
	width:580px;
	color:#666;
}
.prolist {
	width: 670px;
	height: 140px;
	padding-bottom:12px;
	border-bottom: 1px dotted #DDD;
	margin-bottom:15px;
}
.prolist_img {
	float: left;
	height: 130px;
	width: 160px;
	text-align:center;
	padding: 1px;
	border:solid 1px #DDD;
	-moz-box-shadow:1px 1px 3px #DDD;
	-webkit-box-shadow:1px 1px 3px #DDD;
	box-shadow:1px 1px 3px #DDD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.prolist_img img {vertical-align: middle;margin-right: -1px;}
.prolist_img span {display: -moz-inline-box;/*针对火狐*/}
.prolist_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.prolist_main {
	float: right;
	height: 140px;
	width: 480px;
}
.prolist_main h3 {
	font-size: 16px;
	line-height: 28px;
	height: 28px;
}
.prolist_main p {
	line-height: 22px;
	color:#666;
}
.prolist2 {
	width: 335px;
	height: 140px;
	padding:12px 0;
	float:left;
}
.prolist2_main {
	float: right;
	height: 140px;
	width: 155px;
}
.prolist2_main h3 {
	font-size: 16px;
	line-height: 28px;
	height: 28px;
}
.prolist2_main p {
	line-height: 22px;
	color:#666;
}
/*showinfo*/
#showinfo {
    line-height:28px;
	width:670px;
	overflow:hidden;
}
#showinfo h1 {
	font-size:20px;
	font-family:"微软雅黑";
	color:#000;
}
#showinfo .line {
	background:none;
	border-top: 1px dotted #DDD;
	height:10px;
	margin-top:10px;
}
#showinfo span .fb a{
    width:25px;
	height:25px;
	background: url(../images/icon.png) no-repeat -1px 0px;
	margin-right:5px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .fb a:hover{
	background: url(../images/icon.png) no-repeat -72px 0px;
}
#showinfo span .fs a{
    width:25px;
	height:25px;
	background: url(../images/icon.png) no-repeat -36px 0px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .fs a:hover{
	background: url(../images/icon.png) no-repeat -107px 0px;
}
#showinfo span .gb a{
    width:75px;
	height:35px;
	background: url(../images/icon.png) no-repeat 0 -109px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .gb a:hover{
	background: url(../images/icon.png) no-repeat -96px -109px;
}
#showinfo span .fx a{
    width:75px;
	height:35px;
	background: url(../images/icon.png) no-repeat 0 -196px;
	float:left;
	font-size:0;
	display:block;
}
#showinfo span .fx a:hover{
	background: url(../images/icon.png) no-repeat -96px -196px;
}
#showinfo span .dy a{
    width:75px;
	height:35px;
	background: url(../images/icon.png) no-repeat 0 -152px;
	float:left;
	font-size:0;
	margin-left:10px;
	display:block;
}
#showinfo span .dy a:hover{
	background: url(../images/icon.png) no-repeat -96px -152px;
}
#bpicmain {
	width: 660px;
	margin:20px auto 0 auto;
	border:solid 1px #EEE;
	height:450px;
	position:relative;
}
#bpic {
	width: 660px;
	text-align:center;
	height:450px;
	position:absolute;
	z-index:99;
}
#bpic img {vertical-align: middle;margin-right: -1px;position:relative;z-index:1}
#bpic span {display: -moz-inline-box;/*针对火狐*/}
#bpic span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#bpic_lt {
	height: 450px;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#bpic_rt {
	height: 450px;
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#bbtn_c {
	background:url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 300px;
	top:195px;
	z-index:101;
	display:none;
	cursor:pointer;
}
#bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float:left;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:195px;
	z-index:101;
	display:none;
}
#bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float:left;
	cursor:pointer;
	position:absolute;
	right:10px;
	top:195px;
	z-index:101;
	display:none;
}
#spic {
	width: 610px;
	height: 64px;
	margin:0 auto;
}
#sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float:left;
	cursor:pointer;
}
#sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float:left;
	cursor:pointer;
}
#spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow:hidden;
}
#spic_con ul{
    position:absolute;
}
#spic_con li{
    float:left;
	width:110px;
	height:64px;
}
.spic_img {
	height:60px;
	width: 90px;
	border:solid 2px #EEE;
	margin: 0 auto;
	text-align:center;
}
/*.spic_img img {vertical-align: middle;margin-right: -1px;}
.spic_img span {display: -moz-inline-box;}
.spic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
*/.cur{border:solid 2px #09C;}
#myjob_search {
	border:solid 1px #DDD;
	padding:10px;
}
#myjob_search select {
	width:204px;
	height:24px;
	float:left;
	margin:6px;
}
#myjob_search .ipt {
	width:300px;
	height:16px;
	line-height:16px;
	padding:5px;
	border:solid 1px #DDD;
	margin:6px;
}
#myjob_search .ipt:focus {
	border:solid 1px #3A7DFA;
	box-shadow: 0 1px 3px #3A7DFA;
	-moz-box-shadow: 0 1px 3px #3A7DFA;
	-webkit-box-shadow: 0 1px 3px #3A7DFA;
}
#myjob_search .btn {
	background: #3A7DFA;
	border: 1px solid #3A7DFA;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	height: 28px;
	line-height: 20px;
	width: 90px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-left: 10px;
}
#job_new {
	line-height:30px;
	height:30px;
	overflow:hidden;
	margin:6px;
}
#job_new ul {
	float:left;
}
#job_new ul li {
	float:left;
	padding:0 10px;
	font-family: "微软雅黑";
}
#job_new ul li a {
	color:#007FBF;
}
#job_new ul li a:hover {
	color:#233F6F;
}
#myjob_tit {
	margin-top:30px;
}
#myjob_tit li.ps30 {
	width:30%;
}
#myjob_tit li.ps50 {
	width:54%;
}
#myjob_tit li.ps20 {
	width:16%;
}
#myjob_tit li {
	float:left;
	text-align:center;
	font-family: "微软雅黑";
	font-weight:bold;
	font-size:14px;
} 
#myjob_tit li span.tb1 {
	display:inline-block;
	width:22px;
	height:30px;
	margin-right:8px;
	background:url(../images/job_icon.jpg) no-repeat left;
	vertical-align:middle;
}
#myjob_tit li span.tb2 {
	display:inline-block;
	width:22px;
	height:21px;
	margin-right:8px;
	background:url(../images/job_icon.jpg) no-repeat -39px top;
	vertical-align:middle;
}
#myjob_tit li span.tb3 {
	display:inline-block;
	width:22px;
	height:21px;
	margin-right:8px;
	background:url(../images/job_icon.jpg) no-repeat right;
	vertical-align:middle;
}
#myjob_con {
	border: solid #E4E4E4;
	border-width:1px 1px 0px 0px;
	margin-top:10px;
}
#myjob_con li.ps30 {
	width:30%;
	text-indent:10px;
}
#myjob_con li.ps50 {
	width:54%;
	text-indent:10px;
}
#myjob_con li.ps20 {
	width:15.5%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#myjob_con li{
	border: solid #E4E4E4;
	border-width:0px 0px 1px 1px;
	line-height:35px;
	height:35px;
	float:left;
}
#myjob_con ul {
	height:36px;	
	overflow:hidden;
}
#myjob_con ul.on {
	background:#F8F9FB;
}
#myjob_con .no {
	border: solid #E4E4E4;
	border-width:0px 0px 1px 1px;
	line-height:35px;
	height:35px;
	text-align:center;
	font-size:14px;
}
#myjob_con ul li a {
	color:#007FBF;
	font-size:13px;
}
#myjob_con ul li a:hover {
	color:#233F6F;
}
#showmyjob {
	line-height:24px;
}
#showmyjob h1 {
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
}
#showmyjob ul {
	margin-top:10px;
}
#showmyjob li {
	float:left;
	width:33%;
	color:#999;
}
#showmyjob li.ps100 {
	width:100%;
}
#showmyjob li span {
	font-family:"微软雅黑";
	font-weight:bold;
	padding-right:20px;
	color:#333;
}
#cg_tit {
	margin-left:15px;
	border-bottom:solid 9px #F5F5F5;
	height:70px;
	background:#FFF url(../images/cg_tb.jpg) no-repeat left center;
	padding-left:60px;
	font-family:"微软雅黑";
	color:#2FBFFC;
	font-size:22px;
	padding-top:10px;
}
#cg_con {
	margin-left:15px;
	background:#FFF;
	height:400px;
}
#cg_con_lt {
	float:left;
	width:570px;
	margin-top:20px;
}
#cg_con_lt h3 {
	font-family:"微软雅黑";
	font-size:13px;
}
#cg_con_lt .xuqiu {
	margin-right:15px;
}
#cg_con_lt .xuqiu #xuqiu {
	margin-right:10px;
}
#cg_con .ipt {
	border:#E7DFCC solid 1px;
	background:#FFF;
	padding:5px;
	border-radius:3px;
}
#cg_con .ipt:focus {
	border:solid 1px #3A7DFA;
	box-shadow: 0 1px 3px #3A7DFA;
	-moz-box-shadow: 0 1px 3px #3A7DFA;
	-webkit-box-shadow: 0 1px 3px #3A7DFA;
}
#cg_con .btn {
	background-color:#3A7DFA;
	border:1px solid #3A7DFA;
	border:1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#FFF;
	height:38px;
	line-height:35px;
	width:150px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:15px;
}
#cg_con_rt {
	width:350px;
	float:right;
	margin-top:25px;
}
#cg_con_rt input{
	float:left;
	margin-left:10px;
	width:200px;
}
#cg_con_rt span {
	float:left;
	width:120px;
	text-align:right;
	line-height:25px;
	font-size:14px;
	font-family:"微软雅黑";
}
#cg_con_rt div {
	height:35px;
}
#cg_con_rt select {
	float:left;
	margin-left:10px;
	width:212px;
}
#qq {
	position:absolute;
	height:65px;
	width:50px;
	top:-65px;
	left:10px;
	background:url(../images/qq.png) no-repeat;
	cursor:pointer;
	z-index:999;
}
#qqshow {height:65px; background:url(../images/qqbg.png) no-repeat right; position:absolute; top:-65px; left:-330px;z-index:9999;}
#qqshow ul{ padding:10px;}
#qqshow li{ width:50px; height:45px; text-align: center; float:left;}
#qqshow li span { margin-top:3px; display:block;}
#qqshow li a{margin-top:-3px; color:#FFF; display:block;}
#qqshow li a:hover{ margin-top:-8px;}
#message .ipt {
	border:#E7DFCC solid 1px;
	background:#FFF;
	padding:5px;
	border-radius:4px;
}
#message .ipt:focus {
	border:solid 1px #3A7DFA;
	box-shadow: 0 1px 3px #3A7DFA;
	-moz-box-shadow: 0 1px 3px #3A7DFA;
	-webkit-box-shadow: 0 1px 3px #3A7DFA;
}
#message .btn {
	background-color:#3A7DFA;
	border:1px solid #3A7DFA;
	border:1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#FFF;
	height:38px;
	line-height:35px;
	width:120px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:15px;
}
.ry_box {
    height:270px;
    border-bottom:1px solid #d9d9d9;
    position:relative;
}
.js_ry_box {
    width: 670px;
    height: 270px;
    overflow: hidden;
    display: block;
    position: relative;
}
.ry_box a img{
    display:inline-block;
    position:absolute;
}
.ry01 {
    left:0px;
    top:90px;
    z-index:1;
	width:50px;
	height:70px;
}
.ry02 {
    left:35px;
    top:75px;
    z-index:2;
	width:70px;
	height:100px;
}
.ry03 {
    left:90px;
    top:65px;
    z-index:3;
	width:90px;
	height:120px;
}
.ry04 {
    left:165px;
    top:50px;
    z-index:4;
	width:120px;
	height:150px;
}
.ry05 {
    left:255px;
    top:30px;
    z-index:10;
	width:160px;
	height:190px;
}
.ry06 {
    left:385px;
    top:50px;
    z-index:4;
	width:120px;
	height:150px;
}
.ry07 {
    left:490px;
    top:65px;
    z-index:3;
	width:90px;
	height:120px;
}
.ry08 {
    left:565px;
    top:70px;
    z-index:2;
	width:70px;
	height:100px;
}
.ry09 {
    left:620px;
    top:90px;
    z-index:1;
	width:50px;
	height:70px;
}

