@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;font-family:"Microsoft YaHei" !important;font-size:12px; color:#555;}
body, ul, li, ol, dl, dt, dd, p, form, label, input, a, div {margin: 0;padding: 0;}
body, p, td {line-height: 180%;}
body{background:#efefef;}
input, img, select,label {vertical-align: middle;}
input {outline:medium;}
fieldset, img, a img {border: 0;}
ul, li {list-style: none;}
em {font-style: normal;}
a {text-decoration: none;color: #555;}
a:hover {text-decoration: none;color: #555;}
a:focus{outline:none;}
.handCur {cursor: pointer;}
.gray {color: gray;}
.float_Left {float: left;}
.float_Right {float: right;}
.align_Left {text-align: left;}
.align_Center {text-align: center;}
.align_Right {text-align: right;}
.hidden {display: none;}
.position_r{position: relative;}
.position_a{position: absolute;}
/*margin padding*/
.mg0{margin:0 !important;}
.pd0{padding:0 !important;}
.mgleft5 {margin-left: 5px;}
.mgleft10 {margin-left: 10px;}
.mgleft20 {margin-left: 20px;}
.mgtop5 {margin-top: 5px;}
.mgtop7 {margin-top: 7px;}
.mgtop10 {margin-top: 10px;}
.mgtop20 {margin-top: 20px;}
.mgtop40 {margin-top: 40px;}
.mgright10 {margin-right: 10px;}
.mgright20 {margin-right: 20px;}
.mgbottom10 {margin-bottom: 10px;}
.mgbottom20 {margin-bottom: 20px;}
.pdbottom10 {padding-bottom: 10px;}
.pdbottom20 {padding-bottom: 20px;}
/*fontsize*/
.font10 {font-size: 10px;}
.font12 {font-size: 12px;}
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font24 {font-size: 24px;}
/*color*/
.black {color: #000000;}
.gray999 {color: #999;}
.yellow {color: #F60;}
.yunda_color{color:#ffce00}
a.yunda_color:link,a.yunda_color:visited,a.yunda_color:hover{color:#ffce00}
.red {color: #900;}
.blue {color: #1461b1}
.bg_yunda{background:#ffce00;}
/*width*/
.width50 {width: 50px;}
.width70 {width: 70px;}
.width80 {width: 80px;}
.width100 {width: 100px;}
.width120 {width: 120px;}
.width150 {width: 150px;}
.width160 {width: 160px;}
.width180 {width: 180px;}
.width200 {width: 200px;}
.width300 {width: 300px;}
.width500 {width: 500px;}
/*height*/
.height5 {height: 5px;}
.height10 {height: 10px;}
.height15 {height: 15px;}
.height500 {height: 500px;}
/*background*/
.bg_gray{ background:#ebeaea;}

.clear {font: 0px/0px sans-serif;height: 0;clear: both;display: block;}
.container {
    margin: 0 auto;
}
 .header,.main, .footer {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
}

/* botton */
.yunda_botton_small{
	font-size:12px;
	line-height:20px;
	padding:0 10px;
	background:#ffce00;
	border:0;
	color:#414040;
	cursor:pointer;
}
.yunda_botton{
	font-size:14px;
	line-height:25px;
	padding:0 10px;
	background:#ffce00;
	border:0;
	color:#414040;
	cursor:pointer;
}

/* table */
.yunda_table{
	border-collapse: collapse;
	border: none;
	background:#FFF;
	width:100%;
}
.yunda_table th{
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:0 10px;
	background:#ffce00;
	border: solid #ffe25c 1px;
}
.yunda_table .th_right{
	font-weight:bold;
	text-align:right;
	line-height:30px;
	padding:0 10px;
	background:#ffce00;
	border: solid #ffe25c 1px;
}
.yunda_table td{
	line-height:30px;
	padding:0 5px;
	border: solid #ffe25c 1px;
}
.yunda_table_gray{
	border-collapse: collapse;
	border: none;
	background:#FFF;
	width:100%;
}
.yunda_table_gray th{
	font-weight:bold;
	text-align:right;
	line-height:40px;
	padding:0 10px;
	border: solid #e6e6e6 1px;
}
.yunda_table_gray td{
	line-height:40px;
	padding:0 5px;
	border: solid #e6e6e6 1px;
}
.yunda_table_black{
	border-collapse: collapse;
	border: none;
	background:#FFF;
}
.yunda_table_black th{
	font-weight:bold;
	text-align:right;
	line-height:40px;
	padding:0 10px;
	border: solid #000 1px;
}
.yunda_table_black td{
	line-height:40px;
	padding:0 5px;
	border: solid #000 1px;
}

/* header */
.header_bg{
	background:url(../images/header_bg.jpg);
}
.header{ 
	height:70px;
}
.logo{
	float:left;
	width:120px;
	height:40px;
	margin:15px 15px 0;
}
.header_nav_first{
	float:left;
	width:1px;
	height:70px;
	background:url(../images/icon.png) -68px -90px;
}
.header_nav_last{
	float:left;
	width:2px;
	height:70px;
	background:url(../images/icon.png) 0 -90px;
}
.header_nav{
	float:left;
	height:70px;
	width:800px;
	position: relative;
	z-index:100;
}
.header_nav li{
	float:left;
	width:70px;
	height:70px;
	background:url(../images/icon.png) 0 -90px;
}

.header_nav li a:link,.header_nav li a:visited{
	display:block;
	text-align:center;
	line-height:70px;
	width:72px;
	height:70px;
	font-size:14px;
	font-weight:bold;
	background:none;
}
.header_nav li a:hover,.header_nav li:hover,.header_nav li a.current{
	display:block;
	text-align:center;
	line-height:70px;
	width:72px;
	height:70px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/icon.png) -100px -90px;
}
.header_nav li.no_bg:hover{
	background:url(../images/icon.png) 0 -90px;
}
.header_nav_search{
	float:left;
	width:70px;
	height:70px;
	cursor:pointer;
	margin:0;
	/*background:url(../images/icon.png) -200px -90px;*/
}

.header_nav_sub .header_nav_sub_tab {
	position: absolute;
	display: none;
	top: 70px;
	z-index:9999;
}

.header_nav_sub .box-shadow{
	box-shadow:2px 2px 5px #bebebe;
	border-left:1px #ffe464 solid;
	border-right:1px #e2c544 solid;
	border-bottom:1px #b09225 solid;
	border-top:0;
	padding:10px 0;
}
.header_nav_sub dl{
	margin:0;
	padding:0;
	background:#ffce00;
}
.header_nav_sub dt{
	display:block;
	height:8px;
	width:78px;
	border-left:1px #ffe464 solid;
	border-right:1px #e2c544 solid;
}
.header_nav_sub_about {
	left: 70px;
	width: 180px;
}
.header_nav_sub_about dd{
	line-height:180%;
}
.header_nav_sub_about dd a:link,.header_nav_sub_about dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	background:none;
}
.header_nav_sub_about dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_product {
	left: -72px;
	width: 710px;
}
.header_nav_sub_product .width70{
	margin-left:212px;
}
.header_nav_sub_product .title{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	line-height:25px;
}
.header_nav_sub_product .box_left{
	float:left;
	width:320px;
	border-right:1px #fdde48 solid;
	overflow:hidden;
}
.header_nav_sub_product .box_left dd{
	line-height:180%;
	float:left;
	text-align:left;
}
.header_nav_sub_product .box_left dd a:link,.header_nav_sub_product .box_left dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	width:140px;
	text-align:left;
	background:none;
}
.header_nav_sub_product .box_left dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_product .box_middle{
	float:left;
	width:260px;
	border-left:1px #b09225 solid;
	border-right:1px #fdde48 solid;
	overflow:hidden;
}
.header_nav_sub_product .box_middle dd{
	line-height:180%;
	float:left;
	text-align:left;
}
.header_nav_sub_product .box_middle dd a:link,.header_nav_sub_product .box_middle dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	width:100px;
	text-align:left;
	background:none;
}
.header_nav_sub_product .box_middle dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_product .box_right{
	float:left;
	width:120px;
	border-left:1px #b09225 solid;
	overflow:hidden;
}
.header_nav_sub_product .box_right dd{
	line-height:180%;
	float:left;
	text-align:left;
}
.header_nav_sub_product .box_right dd a:link,.header_nav_sub_product .box_right dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	width:100px;
	text-align:left;
	background:none;
}
.header_nav_sub_product .box_right dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_news {
	left: 210px;
	width: 180px;
}
.header_nav_sub_news dd{
	line-height:180%;
}
.header_nav_sub_news dd a:link,.header_nav_sub_news dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	background:none;
}
.header_nav_sub_news dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}

.header_nav_sub_join {
	left: 280px;
	width: 250px;
}
.header_nav_sub_join .title{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	line-height:25px;
}
.header_nav_sub_join .box_left{
	float:left;
	width:150px;
	height:150px;
	border-right:1px #fdde48 solid;
	overflow:hidden;
}
.header_nav_sub_join .box_left dd{
	line-height:180%;
	float:left;
	text-align:left;
}
.header_nav_sub_join .box_left dd a:link,.header_nav_sub_join .box_left dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	width:150px;
	text-align:left;
	background:none;
}
.header_nav_sub_join .box_left dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_join .box_right{
	float:left;
	width:120px;
	height:125px;
	border-left:1px #b09225 solid;
	overflow:hidden;
}
.header_nav_sub_join .box_right dd{
	line-height:180%;
	float:left;
	text-align:left;
}
.header_nav_sub_join .box_right dd a:link,.header_nav_sub_join .box_right dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	width:100px;
	text-align:left;
	background:none;
}
.header_nav_sub_join .box_right dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_hr {
	left: 350px;
	width: 180px;
}
.header_nav_sub_hr dd{
	line-height:180%;
}
.header_nav_sub_hr dd a:link,.header_nav_sub_hr dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	background:none;
}
.header_nav_sub_hr dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_international {
	left: 420px;
	width: 120px;
}
.header_nav_sub_international dd{
	line-height:180%;
}
.header_nav_sub_international dd a:link,.header_nav_sub_international dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	background:none;
}
.header_nav_sub_international dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_kaifang {
	left: 490px;
	width: 120px;
}
.header_nav_sub_kaifang dd{
	line-height:180%;
}
.header_nav_sub_kaifang dd a:link,.header_nav_sub_kaifang dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	background:none;
}
.header_nav_sub_kaifang dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}
.header_nav_sub_language {
	left: 700px;
	width: 120px;
}
.header_nav_sub_language dd{
	line-height:180%;
}
.header_nav_sub_language dd a:link,.header_nav_sub_language dd a:visited{
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	text-align:left;
	background:none;
}
.header_nav_sub_language dd a:hover{
	background:url(../images/icon.png) 0 -200px;
}


/* main */
.main{width:1000px;
	margin:8px auto 80px;
}
/* index */
.index_left{
	float:left;margin-left:0px;
	width:70px;
}
.index_left li a{
	display:block;
	text-indent: -9999px;
	width:70px;
	height:70px;
	overflow:hidden;
	background:url(../images/left_menu.jpg);
	margin-bottom:1px;
}
.index_left li a.left_memu_01{
	background-position:0 0;
}
.index_left li a.left_memu_01:hover{
	background-position:-70px 0;
}
.index_left li a.left_memu_02{
	background-position:0 -70px;
}
.index_left li a.left_memu_02:hover{
	background-position:-70px -70px;
}
.index_left li a.left_memu_03{
	background-position:0 -140px;
}
.index_left li a.left_memu_03:hover{
	background-position:-70px -140px;
}
.index_left li a.left_memu_04{
	background-position:0 -210px;
}
.index_left li a.left_memu_04:hover{
	background-position:-70px -210px;
}
.index_left li a.left_memu_05{
	background-position:0 -280px;
}
.index_left li a.left_memu_05:hover{
	background-position:-70px -280px;
}
.index_left li a.left_memu_06{
	background-position:0 -350px;
}
.index_left li a.left_memu_06:hover{
	background-position:-70px -350px;
}
.index_left li a.left_memu_07{
	background-position:0 -420px;
}
.index_left li a.left_memu_07:hover{
	background-position:-70px -420px;
}
.index_left li a.left_memu_08{
	background-position:0 -490px;
}
.index_left li a.left_memu_08:hover{
	background-position:-70px -490px;
}
.index_left li a.left_memu_09{
	background-position:0 -560px;
}
.index_left li a.left_memu_09:hover{
	background-position:-70px -560px;
}
.index_left li a.left_memu_10{
	background-position:0 -630px;
}
.index_left li a.left_memu_10:hover{
	background-position:-70px -630px;
}
.index_left li a.left_memu_11{
	background-position:0 -700px;
}
.index_left li a.left_memu_11:hover{
	background-position:-70px -700px;
}

.index_left li a.left_memu_12{
	background-position:0 -770px;
}
.index_left li a.left_memu_12:hover{
	background-position:-70px -770px;
}

.index_right{
	float:right;
	width:928px;
}
.index_banner{
	float:left;
	position:relative;
	margin-left:7px;
	width:689px;
	height:225px;
	box-shadow:3px 3px 5px #bbb;
	overflow:hidden;
}
.index_login{
	float:right;
	width:225px;
	height:225px;
	background:#555;
	box-shadow:3px 3px 5px #bbb;
	overflow:hidden;
}
.index_login ul{
	margin:10px;	
}
.index_login li{
	color:#FFF;
	line-height:16px;
}
.index_login li label{
	color:#FFF;
}
.index_login a:link,.index_login a:visited,.index_login a:hover{
	color:#FFFFFF;
}
.index_login_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}
.index_input_select{
	margin:7px 0 5px;
	width:200px;
	height:25px;
	border:0;
	line-height:25px;
}
.index_input_login{
	margin:7px 0 5px 3px;
	padding:0 5px;
	width:130px;
	height:25px;
	border:0;
	line-height:25px;
}
.index_botton_sumbit{
	font-size:14px;
	line-height:25px;
	padding:0 10px;
	background:#ffce00;
	border:0;
}
.index_login_line1{
	padding:10px 0 10px;
	border-bottom:1px #706f6f solid;
}
.index_login_line2{
	line-height:20px;
	border-top:1px #393838 solid;
}
.index_logged_info{}
.index_logged_avatar{
	float:left;
	margin-right:15px;
}
.index_logged_info h6{
	font-size:18px;
	font-weight:normal;
	color:#FFF;
}
.index_logged_info p{
	font-size:14px;
	color:#FFF;
}
.index_logged_box{
	border-bottom:1px #706f6f solid;
	border-top:1px #393838 solid;
}
.index_logged_box ul{
	margin:10px 20px;
}
.index_logged_box li{
	float:left;
	width:82px;
	text-align:center;
}
.index_logged_box li span{
	color:#FFF;
	font-size:24px;
	line-height:25px;
}
.index_logged_box li p{
	color:#FFF;
	font-size:14px;
	line-height:22px;
}
.index_logged_box li a{
	color:#FFF;
	font-size:12px;
}
.index_module{
	margin-top:7px;
}
.index_module li{
	float:left;
	margin-left:7px;
	width:225px;
}
.index_box{
	width:225px;
	background:#FFF;
	box-shadow:3px 3px 5px #bbb;
}
.index_box ul{
	padding:10px;
}
.index_box_title_nobd{
	margin-bottom:10px;
	line-height:25px;
	height:29px;
	overflow:hidden;
}
.index_box_title_nobd span{
	float:right;
	font-size:10px;
	margin-right:3px;
}
.index_box_title{
	margin-bottom:10px;
	line-height:25px;
	height:27px;
	border-bottom:2px #ffce00 solid;
	overflow:hidden;
}
.index_box_title span{
	float:right;
	font-size:10px;
	margin-right:3px;
}
.index_box em{
	color:#ffce00;
	letter-spacing:-3px;
}
.index_box_title_off{
	float:left;
	line-height:25px;
	font-size:16px;
	background:url(../images/icon.png);
	padding-left:20px;
}
.index_box_title_on{
	float:left;
	line-height:25px;
	font-size:16px;
	background:url(../images/icon.png);
	background-position:0 -30px;
	padding-left:20px;
}
.search_no{
	width:205px;
	height:125px;
	line-height:25px;
	font-size:14px;
	overflow-y: auto;
	border:1px #dddddd solid;
	border-top:2px #ffce00 solid;
	background:url(../images/icon.png) top right;
	resize: none;
}
.index_history{
	border:1px #dddddd solid;
}
.index_history ul{
	margin:0;
	padding:0;
	height:40px;
	line-height:20px;
	border-bottom:1px #d3d3d3 solid;
	background:#FFF;
}
.index_history li{
	float:left;
	margin:0;
	padding:0;
	width:66px;
	text-align:center;
	border-right:1px #d3d3d3 solid;
	cursor:pointer;
}
.index_history li.history_on{
	border-right:1px #d3d3d3 solid;
	background:#f3f3f3;
}
.index_history li:last-child{
	border-right:0;
}
.history_now,.history_3mon,.history_1year{
	height:150px;
	background:url(../images/icon.png) top right;
}
.history_list dl{
	padding:0;
	margin:0;
	background:none;
}
.history_list dd{
	height:25px;
	line-height:25px;
	margin:0 10px;
	overflow:hidden;
}
.history_list dd span{
	float:right;
	font-weight:bold;
}

.index_input_network{
	height:23px;
	width:135px;
	line-height:23px;
	padding:0 3px;
	border: 1px solid #c3c3c3;
	cursor:pointer;
}
.index_article_list{}
.index_article_list ul{
	margin:0;
	padding:0;
}
.index_article_list li{
	margin:0;
	padding:0;
	width:205px;
	height:45px;
	border-bottom:1px #b5b4b4 solid;
	overflow:hidden;
}
.index_article_list li span{
	float:right;
}
.index_app_img{
	float:left;
	width:107px;
	height:107px;
	overflow:hidden;
}
.index_app_list{
	float:left;
	width:85px;
	margin-left:10px;
}
.index_app_list p{
	line-height:18px;
}
.index_app_more{
	width:85px;
	height:25px;
	border:0;
	cursor:pointer;
	background:url(../images/icon.png) 0 -60px;
}
/* main_left */
.main_left{
	float:left;
	width:225px;
}
.main_left_nav{}
.main_left_nav h1{
	height:35px;
	line-height:35px;
	background:#555;
	padding-left:20px;
	font-size:16px;
	color:#FFF;
}
.main_left_nav{
	background:#FFF;
	box-shadow:3px 3px 5px #bbb;
}
.main_left_nav ul{
	padding:10px 0;
}
.main_left_nav li a:link,.main_left_nav li a:visited{
	display:block;
	height:25px;
	line-height:25px;
	padding-left:20px;
}
.main_left_nav li a:hover,.main_left_nav li a.current{
	color:#3F1B1B;
	background:url(../images/icon.png) 0 -325px;
}
.main_left_dot_off{
	display:block;
	margin:5px 0;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/icon.png) 0 -275px;
	cursor:pointer;
}
.main_left_dot_on{
	display:block;
	margin:5px 0;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/icon.png) 0 -300px;
	cursor:pointer;
}

.main_left_sub_nav{
	margin-top:7px;
	box-shadow:3px 3px 5px #bbb;
}
.main_left_sub_nav li{
	line-height:35px;
	cursor:pointer;
	text-align:center;
	background:#FFF;
	margin-bottom:2px;
}
.main_left_sub_nav li.current{
	background:#fdf2d0;
}
.main_left_box{
	margin-top:7px;
	padding:10px;
	background:#FFF;
	box-shadow:3px 3px 5px #bbb;
}
.news_search{
	margin:15px 0 10px 10px;
}
.news_search input{
	width:203px;
	height:23px;
	line-height:23px;
}
.news_search_botton{
	padding:5px 10px 10px;
	text-align:right;
}
/* main_right */
.main_right{
	float:right;
	width:768px;
}
.banner{
	width:768px;
	height:200px;
	overflow:hidden;
	box-shadow:3px 3px 5px #bbb;
}
.local{
	line-height:30px;
	padding-left:10px;
}
.main_box{
	background:#FFF;
	padding:10px 10px 30px;
	box-shadow:3px 3px 5px #bbb;
}
.main_box h2{
	padding-left:15px;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	border-bottom:1px #b5b4b4 solid;
}
.main_box h4{
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
	padding-left:12px;
	background:url(../images/icon.png) -12px -200px;
}
.main_box h5{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}
.main_box_content{
	padding:15px;
	line-height:200%;
}
.main_box_content p{
	line-height:200%;
}
.main_box_content_left{
	float:left;
	width:535px;
}
.main_box_content_right{
	float:right;
	width:150px;
}
.pic_list{
	padding:20px 0;
}
.pic_list li{
	float:left;
	width:220px;
	margin-left:22px;
	text-align:center;
}
.article_list{}
.article_list li{
	line-height:50px;
	height:50px;
	padding:0 20px 0 30px;
	border-bottom:1px #f3f3f3 dashed;
	background:url(../images/icon.png) 0 -225px;
	overflow:hidden;
}
.article_list li span{
	float:right;
}
.article_detail{}
.article_title{
	padding:35px 0 25px;
	text-align:center;
	border-bottom:1px #f3f3f3 dashed;
}
.article_title h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.article_title p{
	color:#999;
}
.article_content{
	padding:15px;
	line-height:200%;
}
.article_content p{
	line-height:200%;
}
.article_other{
	border-top:1px #ededed dashed;
	margin-top:30px;
	padding:5px 15px 0;
	height:25px;
}
.article_other a:hover{
	color:#ffce00;
}
.magazine_last{}
.magazine_last_pic{
	float:left;
	width:190px;
}
.magazine_desc{
	float:left;
	margin-left:30px;
	width:350px;
}
.magazine_idea{
	font-size:16px;
	line-height:200%;
	margin-top:10px;
	padding:10px 0;
	border-top:1px #d9d9d9 solid;
}
.magazine_download{
	padding:10px 0;
	border-bottom:1px #d9d9d9 solid;
}
.magazine_list{}
.magazine_list li{
	float:left;
	width:160px;
	text-align:center;
	margin:10px 8px 10px 10px;
}
.magazine_list li img{
	width:160px;
}
.contact_qcode{}
.contact_qcode li{
	float:left;
	width:120px;
	text-align:center;
	margin-right:20px;
}

.network_area_list{
	margin:0 10px;
}
.network_area_list a{
	margin:0 3px;
}
.network_area_list a:hover{
	color:#ffce00;
}
.yunfei_count{
	margin:10px 0px 0;
}
.yunfei_count p{
	line-height:30px;
	height:30px;
}
/* footer */
.footer_bg{
    background:url(../images/footer_bg.jpg);
}
.footer_logo{
	height:95px;
	background:url(../images/footer_logo.png) center 15px no-repeat;
}
.footer{
}
.footer_nav {
}
.footer_nav ul{
    float:left;
	width:95px;
}
.footer_nav a{
    line-height:180%;
}
.footer_nav_title{
	font-size:16px;
	line-height:100%;
	margin-bottom:15px;
}
.footer_nav_contact{
	float:right;
	text-align:right;
}
.footer_txt{
	margin-top:50px;
	border-top:1px #b5b4b4 solid;
	padding:10px 0 20px;
}
.footer_copyright{
	float:left;
}
.footer_link{
	float:right;
	text-align:right;
}
/* page_list */
div.page_list {
    padding-bottom: 3px; margin:20px 20px; padding-top: 3px; text-align: right; clear:both;
}
div.page_list li{
    float:left;
}
div.page_list a {
    border-right: #ddd 1px solid; padding-right: 10px; border-top: #ddd 1px solid; padding-left: 10px; padding-bottom: 7px; border-left: #ddd 1px solid; color: #f9be00; margin-right: 2px; padding-top: 7px; border-bottom: #ddd 1px solid; text-decoration: none
}
div.page_list a:hover {
    border-right: #d5c9a8 1px solid; padding-right: 10px; border-top: #d5c9a8 1px solid; padding-left: 10px; padding-bottom: 7px; border-left: #d5c9a8 1px solid; margin-right: 2px; padding-top: 7px; border-bottom: #d5c9a8 1px solid
}
div.page_list a:active {
    border-right: #d5c9a8 1px solid; padding-right: 10px; border-top: #d5c9a8 1px solid; padding-left: 10px; padding-bottom: 7px; border-left: #d5c9a8 1px solid; margin-right: 2px; padding-top: 7px; border-bottom: #d5c9a8 1px solid
}
div.page_list span.current {
    border-right: #ede4c7 1px solid; padding-right: 10px; border-top: #ede4c7 1px solid; padding-left: 10px; font-weight: bold; padding-bottom: 7px; border-left: #ede4c7 1px solid; color:#FFF; margin-right: 2px; padding-top: 7px; border-bottom: #ede4c7 1px solid; background-color:#f9be00;
}
div.page_list span.disabled {
    border-right: #f3f3f3 1px solid; padding-right: 10px; border-top: #f3f3f3 1px solid; padding-left: 10px; padding-bottom: 7px; border-left: #f3f3f3 1px solid; color: #ccc; margin-right: 2px; padding-top: 7px; border-bottom: #f3f3f3 1px solid
}
div.page_list li.disabled a{
    border:0px;
    color:#000;
}

/* location_picker */
.location_picker {
	position: absolute;
	width: 322px;
	top: 25px;
	background: #fff;
	border: 1px #c3c3c3 solid;
}
.location_picker .location_title {
	line-height: 25px;
	padding: 0 10px;
}
.location_picker .location_title span {
	float: right;
	cursor:pointer;
}
.region_level_tabs {
	height: 30px;
	border-bottom: 1px #c3c3c3 solid;
}
.region_level_tabs dd {
	float: left;
	margin:0;
	padding:0;
	width:71px;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
}
.region_level_tabs dd.current {
	background: #f3f3f3;
}
.regions_list {
}
.regions_list span {
	float: left;
	width:71px;
	margin:0;
	padding:0;
	display: block;
	width: 71px;
	line-height: 25px;
	height: 25px;
	text-align: center;
}
.province_list span {
	float: left;
	width:100px;
	margin:0;
	padding:0;
	display: block;
	line-height: 25px;
	height: 25px;
	text-align: center;
}
.city_list span {
	float: left;
	width:71px;
	margin:0;
	padding:0;
	display: block;
	width: 71px;
	line-height: 25px;
	height: 25px;
	text-align: center;
}
/*.regions_list dd a {
	display: block;
	width: 71px;
	line-height: 25px;
	height: 25px;
	text-align: center;
}*/
.regions_list_hide{
	display:none;
}
/* slidesjs */
.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
  position:absolute;
  bottom:10px;
  right:10px;
  z-index:99;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 11px;
  height: 0;
  padding-top: 11px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -11px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -22px
}
/**违禁物品查询**/
.wj-form{
	padding-top: 30px;
	line-height: 40px;
}
.wj-form label{
	margin:0 10px 0 20px;
	line-height: 25px;
	font-size: 14px;
	padding:2px 0;
}
.wj-form select{
	width: 180px;
	margin-right:90px;
	line-height: 25px;
	font-size: 14px;
	padding:2px 0;
}
.wj-content .main_box_content{
	display: none;
}
