@charset "utf-8";
/* CSS Document */
body{ background:#fff;}

.fn{ font-weight:normal;}
.fb{ font-weight:bold;}


.fl{ float:left;}
.fr{ float:right;}

.white{ color:#ffffff;}
.white a:link{ color:#ffffff;}
.white a:visited{ color:#ffffff;}
.white a:hover{ color:#ffffff;}

.red{ color:#ff0000;}
.red a:link{ color:#ff0000;}
.red a:visited{ color:#ff0000;}
.red a:hover{ color:#ff0000;}

.blue{ color:#396aaa;}
.blue a:link{ color:#396aaa;}
.blue a:visited{ color:#396aaa;}
.blue a:hover{ color:#396aaa;}

.greyBg{
	background:#f5f5f5;
}

/*by justin*/
.lh18{
line-height:18px;
}
.lh20{
line-height:20px;
}
.lh22{
line-height:22px;
}
.lh23{
line-height:23px;
}
.lh24{
line-height:24px;
}
.lh25{
line-height:25px;
}
.lh26{
line-height:26px;
}
.lh28{
line-height:28px;
}
.lh30{
line-height:30px;
}
.lh32{
line-height:32px;
}
.lh34{
line-height:34px;
}
.lh35{
line-height:35px;
}
.lh36{
line-height:36px;
}
.lh38{
line-height:38px;
}
.lh45{
line-height:45px;
}
.font12{ font-size:12px;}
.font14{ font-size:14px;}
.font15{ font-size:15px;}
.font16{ font-size:16px;}
.font17{ font-size:17px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font22{ font-size:22px;}
.font24{ font-size:24px;}
.font_songti{ font-family:"宋体"!important}
.clearfix:after
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix{display: inline-block;} 
.clearfix{display: block;} 
ul.Twolist{
overflow:hidden;
zoom:1
}
ul.Twolist li{
float:left;
width:49.9%;
}
ul.Threelist{
overflow:hidden;
zoom:1
}
ul.Threelist li{
float:left;
width:33.2%;
}
.mgt5{ margin-top:5px;}
.mgt10{ margin-top:10px;}
.mgt15{ margin-top:15px;}
.mgt18{ margin-top:18px;}
.mgt20{ margin-top:20px;}
.mgt30{ margin-top:30px;}
.mgl10{ display:inline; margin-left:10px;}
.pd20{
	padding:20px;
}
.pdtb20{
	padding:20px 0;
}
.tex_cen{
text-align:center;
}
.text-right {
    text-align: right;
}
.w100{
	width:100%;
}
.w250{
width:250px;
}
.w400{
width:400px;
}
.w435{
width:435px;
}
.w520{
width:520px;
}
.w556{
width:556px;
}
.w690{
width:690px;
}
.w790{
width:790px;
}
.w810{
width:810px;
}
.w1200{
width:1200px;
}
.whitebox{
	background:#fff;
}
.pie{
behavior: url(/static/pie/PIE.htc);
z-index:10	
}
.oflow-hd {
    overflow: hidden;
}
.mg-ltrb-center {
    margin: 0 auto;
}
.hide {
    display: none;
}
position-relative {
    position: relative;
}

/*---------------header-----------------------*/
.head_top{
  	width:100%;
	height:36px;
	background:#396aaa;
	overflow:hidden;
}
.head_top_inner{
	width:1200px;
	margin:0 auto;
}
.toplinks{
	float:left;
	line-height:36px;
}
.toplinks em,.email_time em{
	font-family:"宋体";
	color:#90abcf;
	padding:0 10px;
}
.email_time{
	float:right;
	line-height:36px;
}
.logo_nav{
	background:url(/statics/suichuan/images/logo_nav_bg.gif) no-repeat center top;
  	width:100%;
	height:117px;
}
.logo_nav .logo{
	float:left;
	margin:24px 0 0;
}
.logo_nav .logo a{
	float:left;
	display:block;
	width:313px;
	height:72px;
	background:url(/statics/suichuan/images/logosc.png);
	text-indent:-5000px;
}
.nav{
	float:left;
	_display:inline;
	margin:30px 0 0 70px;
}
.nav li{
	float:left;
	padding:0 24px;
	height:58px;
	background:url(/statics/suichuan/images/nav_line.gif) no-repeat right center;
}
.nav li .img{
	height:28px;
	text-align:center;
}
.nav li .word{
	font-size:18px;
	padding:6px 0 0;
}
.nav li.last{
	background:none;
}
.nav li.cur .word{
	font-weight:bold;
}
.nav li.cur a:link,.nav li.cur a:hover,.nav li.cur a:visited{
	color:#396aaa
}
.nav li img{
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	
}
.nav li:hover img{
	transform:translate(0,-5px);
	-webkit-transform:translate(0,-5px);
	-moz-transform:translate(0,-5px);
	-o-transform:translate(0,-5px);
	-ms-transform:translate(0,-5px);
}

/*---------------footer-----------------------*/
.footer{
	background:#2d66a5;
	padding:30px 0;
    height:auto;
}
.links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;    border-top: 1px solid #e2e2e2;
}
.links .container{
	width:1250px;
	margin:0 auto;
	position: relative;
}
.links ul {
    
}
.links li {
    float: left;
	padding:0 37px;
	background:url(/statics/suichuan/images/links_line.gif) no-repeat right 17px;
}
.links li p {
    margin: 0;
    padding: 10px 0;
}
.links .dropdown {
    position: static;
	font-size:14px;
}
.links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}
.links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}
.links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
	color:#575757
}
.links li p i {
	width:14px;
	height:18px;
    display: inline-block;
    margin:0 0 0 10px;
	background:url(/statics/suichuan/images/up_arw.gif) no-repeat left 2px;
	*background:url(/statics/suichuan/images/up_arw.gif) no-repeat left -3px;
}
.dropdown-menu {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 display:none;
 float:left;
 min-width:160px;
 padding:5px 0;
 margin:2px 0 0;
 font-size:14px;
 text-align:left;
 list-style:none;
 background-color:#f3f9ff;
 -webkit-background-clip:padding-box;
 background-clip:padding-box;
 border:1px solid #ccc;
 border:1px solid rgba(0,0,0,.15);
 border-radius:4px;
 -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
 box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right {
 right:0;
 left:auto
}
.dropdown-menu .divider {
 height:1px;
 margin:9px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.dropdown-menu>li>a {
 display:block;
 padding:3px 15px;
 clear:both;
 font-weight:400;
 line-height:1.42857143;
 color:#333;
 white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
 color:#262626;
 text-decoration:none;
 background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#337ab7;
 outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
 color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
 text-decoration:none;
 cursor:not-allowed;
 background-color:transparent;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
 display:block
}
.open>a {
 outline:0
}
.dropdown-menu-right {
 right:0;
 left:auto
}
.dropdown-menu-left {
 right:auto;
 left:0
}
.dropdown-header {
 display:block;
 padding:3px 20px;
 font-size:12px;
 line-height:1.42857143;
 color:#777;
 white-space:nowrap
}
.dropdown-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:990
}
.pull-right>.dropdown-menu {
 right:0;
 left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
 content:"";
 border-top:0;
 border-bottom:4px dashed;
 border-bottom:4px solid\9
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
 top:auto;
 bottom:100%;
 margin-bottom:2px
}
.copyright{
	width:1200px;
	margin:0 auto;
    position: relative;
	overflow:hidden
}
.copyright .l{
	_display:inline;
	margin: 0px 0 0 15px;
}
.copyright .l li{
	float:left;
	display:inline;
	margin-right:20px;
}
.copyright .r{
	display:inline;
	margin: 0 12px 0 15px;
	padding:10px 0 0 0
}
.copyright .r p{
	line-height:26px;
}
.copyright .r .sp span{
	padding:0 10px;
}      
.bot_ico1 img{
   padding-left: 15px;
} 

/* 侧边栏 */
.sidebar{ position: fixed; right: 10px; top: 50%; z-index: 9; margin-top: -175px; font-size: 0; text-align: right;} 
.sidebar .sidebar-item { position: relative; display: inline-block; *display: inline; *zoom: 1; border-radius: 25px; height: 50px; line-height: 50px; margin-bottom: 10px; transition: all .5s;}
.sidebar .sidebar-item .sidebar-icon { float: left; width: 50px; height: 50px; background: no-repeat center center;}
.sidebar .sidebar-item .sidebar-icon-wb { background-image:url(/statics/suichuan/images/sidebar_icon_wb.png) !important;}
.sidebar .sidebar-item .sidebar-icon-wx { background-image:url(/statics/suichuan/images/sidebar_icon_wx.png) !important;}
.sidebar .sidebar-item .sidebar-icon-phone { background-image:url(/statics/suichuan/images/sidebar_icon_phone.png) !important;}
.sidebar .sidebar-item .sidebar-icon-robot { background-image:url(/statics/suichuan/images/sidebar_icon_robot.png) !important;}
.sidebar .sidebar-item .sidebar-icon-fanti { background-image:url(/statics/suichuan/images/sidebar_icon_fanti.png) !important;}
.sidebar .sidebar-item .sidebar-icon-top { background-image:url(/statics/suichuan/images/sidebar_icon_top.png) !important;}
.sidebar .sidebar-item:hover { background: #f7b32d; transition: all .5s; padding-right: 15px;}
.sidebar .sidebar-item:hover .sidebar-icon-wb { background-image:url(/statics/suichuan/images/sidebar_icon_wb2.png) !important;}
.sidebar .sidebar-item:hover .sidebar-icon-wx { background-image:url(/statics/suichuan/images/sidebar_icon_wx2.png) !important;}
.sidebar .sidebar-item:hover .sidebar-icon-phone { background-image:url(/statics/suichuan/images/sidebar_icon_phone2.png) !important;}
.sidebar .sidebar-item:hover .sidebar-icon-robot { background-image:url(/statics/suichuan/images/sidebar_icon_robot2.png) !important;}
.sidebar .sidebar-item:hover .sidebar-icon-fanti { background-image:url(/statics/suichuan/images/sidebar_icon_fanti2.png) !important;}
.sidebar .sidebar-item:hover .sidebar-icon-top { background-image:url(/statics/suichuan/images/sidebar_icon_top2.png) !important;}
.sidebar .sidebar-item span { float: left; font-size: 14px; color: #fff; display: none; margin-left: -5px;}
.sidebar .sidebar-item:hover span { display: block;}
.sidebar .sidebar-item img { position: absolute; left: 0; top: 0; display: none; transition: all .5s;}
.sidebar .sidebar-item:hover img { display: block; left: -160px; transition: all .5s;}



/*分页*/
.shanxi-gov-page-box {
    text-align: center;
	font-size:14px;
}
.shanxi-gov-page-box input{
	vertical-align:middle
}
.shanxi-gov-page-hide {
    display: inline-block;
    text-align: center;
}
.shanxi-gov-page-box .shanxi-gov-page-button {
	padding: 0 6px;
    color: #000;
}
.shanxi-gov-page-box a {
	color: #666;
    background-color: #fae6e5;
    line-height: 42px;
    display: inline-block;
    overflow: hidden;
    width: 42px;
    height: 42px;
    margin-left: 5px;
    text-align: center;
}
.shanxi-gov-page-box a:hover {
    background-color: #f7d0ce;
}
.shanxi-gov-page-hide .shanxi-gov-page-current, .shanxi-gov-page-hide .shanxi-gov-page-current:hover {
	color: #fff;
    background: #ce0900;
    line-height: 42px;
    display: inline-block;
    overflow: hidden;
    width: 42px;
    height: 42px;
    text-align: center;
}
.shanxi-gov-page-form {
	font-size: 16px;
    color: #666;
    line-height: 42px;
    display: inline-block;
    overflow: hidden;
    height: 42px;
    margin-left: 5px;
}
.shanxi-gov-page-form-text {
	font-size: 14px;
    border: 1px solid #e7eefb;
    line-height: 32px;
    width: 40px;
    height: 32px;
    margin-right: 5px;
    text-align: center;
}
.shanxi-gov-page-form-btn {
	font-size: 14px;
    color: #666;
    background-color: #fae6e5;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border: none;
	cursor:pointer;
}
.shanxi-gov-page-form-btn:hover {
    color: #fff;
    background-color: #ce0900;
}

/*分页代码*/
.list_page{height: 30px;padding: 30px 0 20px;text-align: center;}
.list_page span{margin-left: 11px;display: inline-block;width: 30px;height: 30px;background:url(/statics/suichuan/images/list_page_bg.jpg) no-repeat left top;color: #7f7f7f;font-size: 14px;font-weight: bold;line-height: 30px;text-align: center;vertical-align: middle;cursor: pointer;overflow:hidden}
.list_page span a{color: #7f7f7f;display: block;}
.list_page span a:hover{color: #fff;}
.list_page span:hover,.list_page span.active{background:url(/statics/suichuan/images/list_page_bg_selected.jpg) no-repeat left top;color: #fff;}
.list_page span img{float: left;}
.list_page .gopage{width:35px}
.list_page input{border: medium none;width: 35px !important;height: 30px;background:url(/statics/suichuan/images/list_page_turn.jpg) no-repeat left top;line-height: 30px;text-align: center;vertical-align: middle;}
.list_page .page_text,.list_page .page_text:hover{width:50px;height:30px;line-height:30px;font-size:14px;font-weight:bold;background:none;color:#7f7f7f;cursor:default}
.list_page span.page_prev a,.list_page span.page_next a{line-height:100px;}
.list_page span.page_prev{background:url(/statics/suichuan/images/list_page_prev.jpg) no-repeat left top;}
.list_page span.page_prev.disabled{background:url(/statics/suichuan/images/list_page_prev_no.jpg) no-repeat left top;}
.list_page span.page_next{background:url(/statics/suichuan/images/list_page_next.jpg) no-repeat left top;}
.list_page span.page_next.disabled{background:url(/statics/suichuan/images/list_page_next_no.jpg) no-repeat left top;}
.list_page span.page_prev.disabled a,.list_page span.page_next.disabled a{cursor:default}
/*分页代码 end*/


/*from group*/
.from_group{ vertical-align:middle}
.from_group input{ margin:0; padding:0}
.from_group th,.from_group td{ padding:5px}
.from_group td em{ margin-left:0.5em; color:#F00}
.from_group input[type="text"],.from_group input[type="password"]{
    font-size: 14px;
    height: 22px;
    line-height: 1.5;
    padding: 2px 3px;
    vertical-align: middle;
	border:1px solid #d6d6d6;
	box-shadow:inset 3px 3px 3px #f7f7f7;
	}
.from_group .input1{
    font-size: 14px;
    height: 22px;
    line-height: 1.5;
    padding: 2px 3px;
    vertical-align: middle;
	border:1px solid #d6d6d6;
	box-shadow:inset 2px #f7f7f7;
	}
.form-inline{ display:inline-block;*display:inline;	zoom:1;}
.form-inline li{display:inline-block;margin:0 0.2em;_margin:0 0.2em; *display:inline;zoom:1;vertical-align:middle}
.from_group textarea{ padding:5px}
.from_group td em {
    color: #f00;
    margin-left: 0.5em;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{ float:left; padding:0; margin:0; margin-left:-20px}
/*.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{ margin-left:20px}*/
.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
	*line-height:20px;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.checkbox-inline label,.radio-inline label{ display:inline-block;padding-left: 20px; vertical-align:middle;cursor: pointer;}
