/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong,b{font-weight:bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Styles 
--------------------------------------------------------------------*/

body {
	background:#D9ECFC;
	font-family: 'Droid Sans', sans-serif;;
}
a{text-decoration:none;}
.floatLeft{ float:left;}
.floatRight{
	float:right;
}

.clearfix {
	clear: both;
}

/*		头部 css	*/
.top{ 
	/* background:url(http://10.20.7.182/tpl/LjimitateIm/images/top_bg.gif) no-repeat;  */
	width:1100px; 
	height:219px; 
	margin:0px auto;
	position:relative;
	z-index:888;
}
.top .logo{ 
	position:absolute;
	left:30px;
	top:0;
	width:580px;
	z-index:999;
	margin-top:20px;
}
.top .langusge{ 
	color:#fff; 
	font-size:12px; 
	line-height:25px; 
	padding-right:10px;
	position:absolute;
	right:0;
	top:0;
	z-index:999;
}
.top .langusge a{ 
	color:#fff;
	text-decoration:none;
}
/*		导航菜单 css	*/
.wrap {
	width: 1100px;
	margin: 0px auto;
	height:58px;
	margin-top:-1px;
	background: url(style_res/bg_m.png) no-repeat scroll 0 0 transparent;
}

nav {
	background:  url(style_res/bg_m.png)  -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));	
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding: 0 0px;
	position: relative;
	height:56px !important;
	*height:56px !important;
}

.menu li {
	float: left;
	position: relative;
	width:137px;
	margin:7px 0px 7px 0px;
	font-family:微软雅黑;
	font-weight:bold;
	font-size:18px;
	z-index:9999;
}

.menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 25px;
	width:137px;
	margin: 8px 0px;
	vertical-align: middle;
	text-decoration: none;
	text-align:center;
	font-family:微软雅黑;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
	height:25px;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
	line-height:26px;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background:url(style_res/two_bg.png);
	border-radius: 6px 6px 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 0px;
	opacity: 1;
	height:auto;
	padding-bottom:10px;
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
	BORDER-BOTTOM:1PX #095EA8 SOLID;
	color:#fff;
	font-size:14px;
	font-weight:none;
	line-height:25px;
}
.menu li:hover ul li {
 height:25px;
 line-height:25px;
 margin:0px;
 }

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
	color:#444;
	line-height:25px;
}

/*		中间 css	*/
.main{ 
	width:1100px; 
	margin:0px auto; 
	background:#fff; 
	font-family:'宋体'; 
	font-size:15px; 
	font-weight:none;
	overflow:hidden;
	_zoom:1;
}
.main_left{
	width:806px;
	float:left;
	margin-left:20px;
	/* overflow:hidden; */
	_zoom:1;
	display:inline;
}
.main_right{
	width:260px;
	float:left;
	/* overflow:hidden;
	_zoom:1; */
}
.main .main_left .tupian{
	background:url(style_res/tu_bg.gif) no-repeat;
	width:359px;
	height:262px;
	float:left;
	padding:6px 7px;
}
#myFocus{width:359px;height:262px;}
#myFocus1{width:1100px;height:219px;}
.main .main_left .tupian img{
	border:0px;
	/* padding:6px; */
}
.main .main_left .news{
	background:url(style_res/new_bg.gif) no-repeat;
	width:418px;
	height:280px;
	float:left;
	margin-left:4px;
}
.main .main_left .news .more{
	width:418px;
	height:33px;
	line-height:33px;
	text-align:right;
}

.main .main_left .news .more img{
	padding-top:8px;
	padding-right:10px;
}
.main .main_left .news ul{
	height:230px;
	margin-top:10px;
}
.main .main_left .news ul li{
	height:28px;
	line-height:28px;
	font-family:'宋体'; 
	font-size:15px; 
	font-weight:none;
	overflow:hidden;
	_zoom:1;
	background:url(style_res/a.jpg) 12px 10px no-repeat;
}
.main .main_left .news ul li span,.main  .main_left .tongzhi ul li span,.main  .main_left .liuxue ul li span,.main  .main_left .suda ul li span{padding-left:6px;}
.main .main_left .news ul li a {color:#000;padding-left: 35px;}
.main .main_left .tongzhi{
	background:url(style_res/gonggao.gif) no-repeat; 
	width:398px;
	height:225px;
	float:left;
	font-family:'宋体';
}
.main .main_left .tongzhi .more{
	width:398px;
	height:33px;
	line-height:33px;
	text-align:right;
}

.main .main_left .tongzhi .more img{
	padding-top:8px;
	padding-right:10px;
}
.main .main_left .tongzhi ul{
	height:180px;
	margin-top:10px;
}
.main  .main_left .tongzhi ul li{
	height:28px;
	line-height:28px;
	font-family:'宋体'; 
	font-size:15px; 
	font-weight:none;
	overflow:hidden;
	_zoom:1;
	background:url(style_res/a.jpg) 12px 10px no-repeat;
}
.main  .main_left .tongzhi ul li a{color:#000;padding-left: 35px;}
.main  .main_left .liuxue{
	background:url(style_res/haiwailiuxue.gif) no-repeat; 
	width:396px;
	height:225px;
	float:left;
	margin-left:2px;
	font-family:'宋体';
}
.main .main_left .liuxue .more{
	width:396px;
	height:33px;
	line-height:33px;
	text-align:right;
}

.main .main_left .liuxue .more img{
	padding-top:8px;
	padding-right:10px;
}
.main .main_left .liuxue ul{
	height:180px;
	margin-top:10px;
}
.main  .main_left .liuxue ul li{
	height:28px;
	line-height:28px;
	font-family:'宋体'; 
	font-size:15px; 
	font-weight:none;
	overflow:hidden;
	_zoom:1;
	background:url(style_res/a.jpg) 12px 10px no-repeat;
}
.main  .main_left .liuxue ul li a{color:#000;padding-left: 35px;}
.main  .main_left .bainian{ 
	width:164px; 
	float:left;
}
.main  .main_left .suda{
	/* background:url(style_res/liuxue.gif) no-repeat;  */
	width:354px;
	height:226px;
	float:left;
	margin-left:2px;
	font-family:'宋体';
}
.main .main_left .suda .more{
	width:354px;
	height:33px;
	line-height:33px;
	text-align:right;
}

.main .main_left .suda .more img{
	padding-top:8px;
	padding-right:10px;
}
.main .main_left .suda ul{
	height:180px;
	margin-top:10px;
}
.main  .main_left .suda ul li{
	height:28px;
	line-height:28px;
	font-family:'宋体'; 
	font-size:15px; 
	font-weight:none;
	overflow:hidden;
	_zoom:1;
}
.main  .main_left .suda ul li a{color:#000;}
.main  .main_left  .HSK{
	width:275px;
	text-align:center;
	float:left;
	margin-left:2px;
}
.main  .main_right  .bangong{
	background:url(style_res/off_daohang.gif);
	width:245px;
	height:185px;
	padding-left:5px;
	padding-top:27px;
}
.main  .main_right  .ibangong_ul{width:245px;overflow:hidden;_zoom:1;}
.main  .main_right  .ibangong_ul li{width:80px;text-align:center;float:left;margin-top:6px;}

.main  .main_right  .changyong{
	background:url(style_res/shizi.gif) no-repeat;
	width:250px;
	height:83px;
	padding-top:10px;
	position:relative;
	z-index:999;
}
.main  .main_right  .changyong a.tub{
	width:117px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	float:left;
} 
.main  .main_right  .changyong  .download{
	margin-top:8px;
}

.i_ads{width:250px;overflow:hidden;}
.fn-clear {
	zoom: 1;
}
.box_skitter { position: relative; background: none; }
.box_skitter ul { display: none; }
.box_skitter .container_skitter { overflow: hidden; position: relative; }
.box_skitter .image { overflow: hidden; }
.box_skitter .image img { display: none; }
.box_skitter .box_clone { position: absolute; top: 0; left: 0; width: 100px; overflow: hidden; display: none; z-index: 20; }
.box_skitter .box_clone img { position: absolute; top: 0; left: 0; z-index: 20; }
.box_skitter .prev_button {display:none; position: absolute; top: 50%; left: -5px; z-index: 100; width: 57px; height: 62px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(http://10.20.7.182/tpl/LjimitateIm/images/prev.png) no-repeat left top !important; }
.box_skitter .next_button {display:none; position: absolute; top: 50%; right: -5px; z-index: 100; width: 57px; height: 62px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(style_res/next.png) no-repeat left top !important; }
.box_skitter .label_skitter { z-index: 150; position: absolute; display: none; }
.loading1 { position: absolute; top: 50%; right: 50%; z-index: 10000; margin: -16px -16px; color: #fff; text-indent: -9999em; overflow: hidden; background: url(style_res/ajax-loader.gif) no-repeat left top; width: 31px; height: 31px; }
#slideshow { width: 250px; height: 95px; }
#slideshow ul { display: none; }
.main  .main_right .zhinan{
	background:url(style_res/zhinan.png) no-repeat;
	width:235px; 
	height:162px;
	padding-left:16px;
	padding-top:33px;
	overflow:hidden;
	_zoom:1;
}
.main  .main_right .zhinan .lx_zhinan{
	margin-left:1px;
}
.foot{
	background:url(style_res/foot_bg.jpg);
	height:100px;
	width:1100px;
	margin:0px auto;
	color:#fff;
	text-align:center;
	line-height:25px;
	font-size:12px;
	font-family:'宋体';
	padding-top:10px;
}

/*		内页样式		*/
.cen_left{
	width:250px;
	float:left;
	margin-left:29px;
	margin-top:10px;
	margin-bottom:10px;
}
.cen_right{
	width:800px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.cen_left .type_info{
	width:241px;
	height:auto;
	overflow:hidden;
	_zoom:1;
}
.cen_left .type_info .type_top{
	background:url(style_res/left_top.png) no-repeat;
	width:200px;
	height:42px;
	line-height:42px;
	color:#0e419c;
	font-size:16px;
	font-family:微软雅黑;
	font-weight:bold;
	padding-left:41px;
}
.cen_left .type_info .type_mid{
	background:url(style_res/left_mid.png);
	width:241px;
}
.cen_left .type_info .type_mid li{
	background:url(style_res/jiantou.png) no-repeat;
	width:180px;
	color:#0e419c;
	font-size:14px;
	font-family:微软雅黑;
	font-weight:bold;
	margin-left:14px;
	padding-left:31px;
	height:30px;
	line-height:26px;
	border-bottom:1px #C7C7C7 dashed;
}
.cen_left .type_info .type_mid dt{
	background:url(style_res/jiantou.png) 0 center no-repeat;
	width:180px;
	color:#0e419c;
	font-size:14px;
	font-family:微软雅黑;
	font-weight:bold;
	margin-left:14px;
	padding-left:31px;
	height:30px;
	line-height:30px;
	border-bottom:1px #C7C7C7 dashed;
}
.cen_left .type_info .type_mid dd{
	background:url(style_res/jiantou1.jpg) 10px center no-repeat;
	width:175px;
	color:#0e419c;
	font-size:14px;
	font-family:微软雅黑;
	font-weight:bold;
	margin-left:14px;
	padding-left:36px;
	height:30px;
	line-height:30px;
	border-bottom:1px #C7C7C7 dashed;
	overflow:hidden;
}
.cen_left .type_info .type_mid li.selected {background:#448ad2 url(style_res/jiantou2.png) no-repeat;}
.cen_left .type_info .type_mid li.selected a{color:#fff;}
.cen_left .type_info .type_mid li a{
	color:#0e419c;
	text-decoration:none;
}
.cen_left .type_info .type_mid dt.selected {background:#448ad2 url(style_res/jiantou2.png) 0 center no-repeat;}
.cen_left .type_info .type_mid dt.selected a{color:#fff;}
.cen_left .type_info .type_mid dd.selected {background:#448ad2 url(style_res/jiantou2.jpg) 10px center no-repeat;}
.cen_left .type_info .type_mid dd.selected a{color:#fff;}
.cen_left .type_info .type_mid dt a,.cen_left .type_info .type_mid dd a {
	color:#0e419c;
	text-decoration:none;
}
.cen_left .type_info .type_bot{
	background:url(style_res/left_bot.png) no-repeat;
	width:241px;
	height:14px;
}
.cen_left .contat{
	background:url(style_res/cont.png) no-repeat;
	width:225px;
	height:250px;
	padding-top:50px;
	padding-left:15px;
	line-height:30px;
	font-size:12px;
}
.cen_right .right_mian{
	background:url(style_res/cent_top.png) no-repeat;
	height:38px;
	width:743px;
	line-height:38px;
	color:#0e419c;
	font-size:14px;
	font-family:微软雅黑;
	font-weight:bold;
	padding-left:50px;
}
.cen_right .right_mian a{
	color:#0e419c;
	text-decoration:none;
}
.cen_right .right_con{
	background:url(style_res/cent_mid.png);
	width:773px;
	padding:5px 10px 0px 10px;
	line-height:25px;
}
.hide{display:none;}
.mod_infolist{width:100%;}
.mod_infolist li{width:;overflow:hidden;_zoom:1;padding-left:26px;border-bottom:1px dotted #999;line-height:30px;height:30px;background:url(style_res/jiantou.png) 0 4px no-repeat;}
.mod_infolist li span{float:right;color:#666;}
.mod_infolist li a{color:#333;}
.pager{width:100%;line-height:26px;text-align:center;font-size:12px;}
.pager a{padding:4px 8px;color:#666;background:#eee;border:1px solid #ccc;margin:0 3px;}
.pager a:hover,.pager a.currPage{background:#448AD2;border-color:#2E6293;color:#fff;}
.mod_info_tit{line-height:40px;height:40px;border-bottom:1px solid #ccc;text-align:center;font-size:16px;font-weight:bold;color:#333;}
.mod_info_attr{text-align:center;font-size:12px;margin-top:4px;color:#333;}
.mod_info_con{padding:10px 4px;width:765px;color:#333;}
.pageDtxt{font-size:18px;}
.mod_info_link{width:773px;color:#333;}
.mod_info_link p{width:386px;}
.mod_info_link p a{color:#24419C;}
.mod_info_link p.Lmod_info_link{float:left;}
.mod_info_link p.Rmod_info_link{float:right;text-align:right;}
.mainlogin{}
.member{}
.member_top{text-align:right;line-height:24px;height:24px;padding-right:20px;margin-top:6px;}
.memberTab{width:514px;margin:0 auto;}
.memberTab tr{border-bottom:1px solid #ccc;}
.memberTab td{height:30px;line-height:30px;}
.memberTab td.tit{width:80px;text-align:right;padding-right:10px;}
.ly{width:460px;margin:10px auto 0;}
.ly td{height:36px;}
.ly td.tit{width:92px;text-align:right;}
.ly td input.in_txt{width:180px;padding:2px 4px;height:18px;line-height:18px;border:1px solid #ccc;margin-left:10px;}
.lycon{width:340px;height:120px;overflow-y:scroll;border:1px solid #ccc;margin:4px 0 4px 10px;}
.HSKBox{width:275px;height:194px;position:relative;z-index:666;}
.HSK_img{cursor:pointer;}
.w_HSKBox{width:580px;height:272px;padding:4px 0;display:none;position:absolute;left:-290px;top:-270px;background:url(style_res/sudahsk.gif) 0 0 no-repeat;z-index:9999;}
#hskbtn{margin:96px 0 0 10px;}
.HSKBox_ul{width:344px;padding:0 8px;margin:10px auto 0;overflow:hidden;_zoom:1;}
.HSKBox_ul li{width:162px;height:26px;line-height:26px;overflow:hidden;float:left;padding-right:10px;text-align:left;}
.HSKBox_ul li a{color:#000;}
.HSKBoxMore{width:340px;margin:0px auto 0;padding-right:10px;text-align:right;font-family:'arial';font-size:10px;padding:4px 0;}
.HSKBoxMore a{color:#003F8F;}
.liuxueImg{cursor:pointer;}
.liuxueBox{display:none;width:270px;height:82px;position:absolute;left:0;top:10px;padding:4px;border:1px solid #ccc;border-radius:4px;background:#fff;}
#banner{width:1100px;height:219px;overflow:hidden;}
.bangongWrap{position:relative;z-index:999;}
.subbangong{width:400px;/* height:300px; */background:#fff;border:1px solid #ccc;border-radius:4px;position:absolute;top:-180px;left:-410px;z-index:9999;}
.bg_top{width:400px;overflow:hidden;_zoom:1;line-height:40px;height:40px;background:#e2e2e2;border-bottom:1px solid #eee;}
.bg_top p{font-size:16px;line-height:40px;font-weight:bold;text-align:center;color:#0950B6;}
.subbangong .bg_top a.close{float:right;margin:0;color:#333;width:30px;}
.bg_body{padding:6px 10px;width:380px;height:500px;background:url(style_res/bangongbg1.jpg) 0 0 no-repeat;/* overflow-y:scroll; */}
.i_link{width:126px;height:29px;position:absolute;right:0px;top:58px;background:#fff;/* overflow:hidden; */cursor:pointer;z-index:9999;}
.i_linkon{height:200px;}
.link_ulBox{position:relative;}
.link_ulBoxw{width:240px;position:absolute;left:-100px;top:0;background:#fff;text-align:center;border:1px solid #ccc;padding:6px 0;border-radius:4px;}
.iselect{margin-bottom:6px;}
.link_dl{width:240px;}
.link_dl dd{width:240px;line-height:22px;height:22px;overflow:hidden;}
.link_dl dd a{color:#333;}
.memberindex{width:888px;margin:0 auto;padding-bottom:200px;}
.miL{width:256px;float:left;}
.miR{width:606px;float:right;border-left:1px solid #ccc;padding-bottom:60px;}
.mainopera_ul{width:256px;}
.mainopera_ul li{padding-left:20px;height:30px;line-height:30px;width:236px;overflow:hidden;overflow:hidden;border-bottom:1px dotted #ccc;}
.mainopera_ul li a{color:#333;}
.regBox,.mainlogin{width:888px;margin:10px auto;padding:30px 0;background:#F7F6F0;border:1px solid #E8E4CF;border-radius:4px;}
.regBox h3{}
.regwrap{}
.regTab{width:560px;margin:0 auto;}
.regTab td.l{width:100px;text-align:right;}
.regTab td.ll{width:200px;text-align:right;}
.regTab td{height:30px;line-height:30px;}
.regTab td input.inp_s{width:50px;}
.indexInfo{text-align:center;line-height:32px;font-size:16px;font-weight:bold;}
.result_dl{width:530px;margin:0 auto;overflow:hidden;_zoom:1;}
.result_dl dt{width:530px;line-height:30px;height:30px;text-align:center;font-size:16px;font-weight:bold;}
.result_dl dd{width:265px;float:left;line-height:30px;height:30px;text-align:center;}
.regBoxLeft{width:560px;float:left;border-right:1px solid #ccc;margin-bottom:10px;}
.regBoxLeft h3{width:540px;margin:14px auto 10px;line-height:32px;height:32px;text-align:center;font-size:16px;font-weight:bold;border-bottom:1px solid #ccc;}
.regBtn{width:95px;height:25px;border:none;background:url(style_res/Register.gif) 0 0 no-repeat;}
.resetBtn{width:95px;height:25px;border:none;background:url(style_res/chong.jpg) 0 0 no-repeat;}
.logBtn{width:95px;height:25px;border:none;background:url(style_res/login.gif) 0 0 no-repeat;}
.regBoxRight{width:326px;float:right;padding-top:20px;}
.regBoxRight div.alignc{line-height:30px;text-align:center;}
.regBoxRight p{line-height:24px;color:#5D5237;padding:20px 40px;}
.loginBox{width:452px;padding:0 10px;margin:0 auto;border:1px solid #ccc;border-radius:10px;}
.loginBox h3{width:452px;margin:14px auto 10px;line-height:32px;height:32px;text-align:center;font-size:16px;font-weight:bold;border-bottom:1px solid #ccc;}
.member h3{width:888px;margin:14px auto 10px;line-height:32px;height:32px;text-align:center;font-size:16px;font-weight:bold;border-bottom:1px solid #ccc;}
.loginwrap{padding-bottom:24px;}
.loginTab{width:456px;margin:30px auto 0;}
.loginTab td{height:26px;}
.loginTab td.l{width:210px;text-align:right;}
.inptxt{width:150px;height:22px;line-height:22px;}

.rightMBox{width:785px;margin:10px auto 0;}
.rightMBoxWrap{width:785px;height:470px;margin-left:auto;clear:both;overflow:hidden;text-align:center;}
.albumName{width:785px;font-size:18px;font-weight:bold;line-height:28px;}
.albumName a.a1{float:right;}
.albumName a{color:#333;}
.albumIntro{width:785px;font-size:12px;line-height:24px;padding:4px 0;color:#666;}
.hezuobanxue{width:1062px;padding:0 19px;}
.hzbx_dl{overflow:hidden;_zoom:1;width:752px;margin:10px auto 0;}
.hzbx_dl dt{width:752px;height:40px;line-height:40px;text-align:center;font-size:18px;font-weight:bold;margin-bottom:20px;}
.hzbx_dl dd{width:262px;padding:0 57px;float:left;margin-bottom:10px;}
.hzbx_dl dd img{width:262px;height:;}
.hzbx_dl dd p{width:262px;height:78px;line-height:26px;text-align:center;color:#333;}


.regmod{width:500px;margin:0 auto;padding:6px 20px 4px;border-bottom:1px dashed #B0AFAD;font-size:14px;}
.regmodsub{width:240px;padding-left:10px;float:left;}
.regmodsub p{width:240px;line-height:30px;}
.regmodsub1{width:490px;}
.regmodsub1 p{width:490px;line-height:30px;}
.inp_s{width:50px;}
div.slider-nav span {width: 38px;height: 38px;margin-top: -18px;}
div.slider-nav span.left {background: url(slider-arrows.png) no-repeat;left: 15px;}
div.slider-nav span.right {background: url(slider-arrows.png) no-repeat -52px;right: 15px;}
#wp_paging_w71 {min-height: 30px;}
/*********响应式样式增加*********/
.pc-none { display: none;}
.wap-top {background: #1A4074;text-align: center; display: none; position: relative;}
.wap-top img {width: 65%;padding: 5% 0;min-width: 320px;}
.wap-tt {display: none;float: left;color: #0E419C;font-size: 16px;font-weight: bold;font-family: "microsoft yahei";padding-left: 10px;}
.wap-logo { color: #fff; font-size: 20px;font-family: "microsoft yahei"; line-height: 30px;}
.info-img {padding: 10px 50px;}
.wap-link3 {width: 244px;height: 44px;position: absolute;bottom: 8px;left: 188px;}