﻿@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display:block;
}
table{ border-spacing:0px;border-collapse:collapse;}
hr{
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
button, html input[type=button], input[type=submit] {
	-webkit-apperance:button;
	cursor:pointer;
}
button[disabled], html input[disabled] {
	cursor:default;
}
ol, ul{
	list-style:none;
}
img{
	border:0;
	vertical-align:middle;
}
em, i, u{
	font-style:normal;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#003a73;
}
textarea{
	resize: none;
}
iframe{
	margin: 0;
	padding: 0;
}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none; 
}
.clear{
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
    zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.al{
	text-align:left;
}
.ac{
	text-align:center;
}
.ar{
	text-align:right;
}
.hide{
	display:none!important;
}
.cd{
	cursor: default;
}
.cp{
	cursor: pointer;
}
.main_wapper{
	width:1200px;
	margin:0 auto;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
body{
	font:16px 'Microsoft Yahei','SimSun',sans-serif;
	min-width:1200px;
	background-color:#f6f7f9;
}
@font-face
{
	font-family: "庞门正道标题体";
	src: url(../font/庞门正道标题体.TTF);
}
/*header*/
.header{
	background-color:#ffffff;
}
.header_top{
	background-color:#cccccc;
	height:28px;
	line-height: 28px;
	width:100%;
}
.header_top_left{
	width:153px;
	background-color:#ffffff;
	color:#686868;
	font-size: 12.5px;
	margin-left:5px;
}
.header_top_left span{
	margin-right:4px;
}
.header .address_icon{
	margin-left:7px;
	position:relative;
	top:0px;
}
.header_top_right{
	margin-right:12px;
}
.header_top_right a{
	color:#686868;
	font-size: 12.5px;
}
.header_top_right a:hover{
	color:#014587;
}
.header_top_right span{
	color:#646464;
	margin:0px 5px;
}
.header_center{
	width:100%;
	height:107px;
	background-color:#ffff;
}
.header_center a{
	margin:23px 0px 0px -17px;
}
.header_bottom{
	background-color:#003a73;
	height: 64px;
	width: 100%;
}
.header_bottom>div>a{
	margin-top:10px;
	margin-left:5px;
	margin-right: 20px;
}
/*nav*/
.nav {
	position: relative;
	width: 100%;
	height: 64px;
	line-height: 64px;
}
.nav-item {
	position: relative;
	float: left;
	width: 115px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	z-index: 1000
}
.nav-item a {
	display: block;
	height: 64px;
	color: #fff;
}
.nav-item a:hover {
	color: #fff;
}
.move-bg{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 64px;
	background: #11b554;
	z-index: 0;
}
.nav>ul>span{
	float: left;
    height: 28px;
    display: inline-block;
    width: 2px;
    background-color: #235585;
    margin-top:19px;
}
.nav>ul>li>ul{
	position:absolute;
	background-color:#07529c;
	top:75px;
	width:125px;
	display:none;
	z-index: 999;
	border-top:1px solid #aac5e2;
	cursor:pointer;
}
.nav>ul>li>ul .nav_icon{
	position:absolute;
	top:-12px;
	left: 0px;	
}
.nav>ul>li>ul li{
	font-size: 15px;
	text-align: center;
	margin:10px 0px 0px;
	height: 43px;
	line-height: 43px;
}
.nav>ul>li>ul li a{
	color:#f6f7f7;
	height: 43px;
}
.nav>ul>li>ul li a:hover{
	color:#59a0e6;
	background-color:#003a73;
}
/*second_nav*/
.second_nav{
	margin:20px 0px 20px 10px;
}
.second_nav a,.second_nav span{
	color:#333333;
	font-size: 14px;
}
.second_nav a:hover{
	color:#003a73;
}
/*banner*/
.banner{
	height:318px;
	width:100%;
	background-color: #ffffff;
	position:relative;
}
.banner_left_img,.banner_right_img{
	position:absolute;
	top:0px;
}
.banner_left_img{
	left:0px;
}
.banner_right_img{
	right:0px;
}
.banner .main_wapper{
	position:relative;
	color:#ffffff;
	height:318px;
}
.banner .main_wapper>div>img{
	position:absolute;
	top:0px;
	left:0px;
}
.banner .main_wapper>img{
	position:absolute;
	top:0px;
	left:0px;
}
.banner .main_wapper h1,.banner .main_wapper h2,.banner .main_wapper h3{
	position:absolute;
	font-weight: inherit;
}
.banner .main_wapper h1{
	font-size: 48px;
	top:110px;
	left:485px;
	letter-spacing: 12px;
	border-bottom:1px solid #fff;
	line-height: 70px;
}
.banner .main_wapper h2{
	font-size: 24px;
	top:202px;
	left:450px;
	letter-spacing:1px;
}
.banner .main_wapper h3{
	height:71px;
	background-image: url(../images/service_op_07.png);
	letter-spacing:1px;
	width: 100%;
	bottom: 0;
	left:0;
}
.banner .main_wapper h3 img{
	margin:16px 0px 0px 32px;
}
/*footer*/
.footer{
	height:388px;
	width:100%;
	background-color: #3c3c3c;
	
	position:relative;
	clear: both;
	margin-top:30px;
}
.footer_line{
	background-color: #11b554;
	height:3px;
	position:absolute;
	width:100%;
	top:0px;
}
.footer_line p{
	width:720px;
	background-color: #11b554;
	height:3px;
}
.footer_left{
	margin-top:61px;
}
.footer_left div{
	margin-bottom:10px;
	margin-left:75px;
}
.footer_left img,.footer_left p{
	float: left;
	color:#cccccc;
	font-size: 14px;
}
a.footer_address{
	color:#0e9b4c;
	display: block;
	margin-top: 10px;
}
a.footer_address img{
	float: inherit;
	margin-left: 5px;
	position:inherit;
}
.footer_left img{
	position:relative;
	top:2px;
	margin-right:8px;
}
.footer_left p span{
	margin:0px 10px;
}
.footer_left h4{
	font-size: 14px;
	color: #999999;
	font-weight: inherit;
	margin-left:60px;
	line-height: 23px;
}
.footer_p_spc{
	float: none;
	position: relative;
	top:10px;
	left:70px;
}
.footer_sao{
	float: left;
	margin-top:107px;
	margin-left: 120px;
}
.footer_link{
	font-size: 14px;
	color:#999999;
	width: 990px;
	margin:35px auto 0px;
}
.footer_link div{
	width:920px;
	position: relative;
	top:-5px;
}
.footer_link a{
	color:#999999;
	display: inline-block;
	padding: 0px 5px;
	line-height: 30px;
	
}
.footer_link a:hover{
	border-bottom:1px solid #11b554;
	color:#11b554;
	
}
.footer_right{
	margin-top:55px;
	margin-right:10px;
}
.footer_bottom{
	width:100%;
	height: 52px;
	background-color:#2a2a2a;
	text-align: center;
	overflow: hidden;
}
.footer_bottom p{
	color:#666666;
	font-size: 12px;
	margin-top:5px;
}
/*container_main*/
.container_main{
	background-color: #f6f7f9;
}
/*二级tab切换*/
.star-choose{
    margin: 0px auto 3px;
    border-bottom: 2px solid #11b554;
}
.star-choose ul li{
    float: left;
    line-height: 60px;
    font-size: 18px;
    margin-left: 48px;
    cursor: pointer;
    height: 60px;
}
/*tab切换*/
.common_tab{
	width:580px;
	margin:0 auto;
	height:137px;
	border-bottom:1px solid #cccccc;
}
.common_tab>span,.common_tab ul b{
	width:132px;
	height:1px;
	float:left;
	margin-top:54px;
	background-color: #bfbfbf;
}
.common_tab>ul{
	float:left;
}
.common_tab>ul li{
	float:left;
	cursor: pointer;
	margin-top:40px;
	color:#c3c3c3;
}
.common_tab ul li span{
	width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 42px;
    margin-bottom:20px;
}
.common_tab_icon_before{
	background-image: url(../images/common_tab_icon_05.png);
}
.common_tab_icon_after{
	background-image: url(../images/common_tab_icon_03.png)!important;
}
.common_tab_color{
	color:#363636!important;
}
/*分页扭*/
.box {
	width: 100%;
	margin: 54px auto 0;
	height: 34px;
	text-align: center;
}
.box a{
	color: #444;
}
.current{
	background-color: #07529c;
}
/*一级common title*/
.common_border{
	border:1px solid #cccccc;
	background-color: #fff;
	margin-bottom:15px;
}
.common_title{
	border-bottom:1px solid #cccccc;
	margin:14px auto 21px;
	padding-bottom:12px;
	height: 26px;
}
.common_title .fl{
	font-size:24px;
	color:#444444;
	font-family: "庞门正道标题体";
}
.common_title .fl span{
	font-size: 14px;
	color:#666666;
	font-family: "微软雅黑";
}
.common_title .fr a{
	margin-right:12px;
	font-size:14px;
	color:#11b554;
	font-family: "Arial";
	position:relative;
	top: 4px;
}
.common_title .fr a:hover{
	text-decoration: underline;
}
.common_title_line{
	border-bottom:4px solid #11b554;
	width:38px;
	position:relative;
	top:35.5px;
}
.common_video>div>div{
	margin-bottom:15px;
	padding-bottom:10px;
	float: left;
	cursor:pointer;
}
.common_video>div>div>div{
	position:relative;
	margin-bottom:17px;
}
.common_video>div>div>div p,.common_video>div>div>div span img{
	position:absolute;
}
.common_video>div>div>div span img{
	top:75px;
	left:115px;
}
.common_video>div>div>div p{
	background-image: url(../images/video_hui_bg_02.png);
	background-repeat: repeat-x;
	height:23px;
	line-height: 23px;
	bottom:0px;
	width:100%;
	text-align: right;
	color: #fff;
	font-size: 12px;
}
.common_video>div>div>div p span{
	margin-right: 8px;
}
.common_video>div>div h3,.common_video>div>div h4,.common_video>div>div h5{
	font-weight: inherit;
	font-size: 14px;
	line-height: 24px;
	margin-left:12px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
}
.common_video>div>div h3{
	color:#333333;
	font-size:15px;
}
.common_video>div>div h3 a{
	color:#333333;
}
.common_video>div>div h3 a:hover{
	color:#003a73;
}
.common_video>div>div h4,.common_video>div>div h5{
	color:#7e7e7e;
}
.common_video>div>div h5{
	text-align: left;
}
.common_video>div>div h5 a{
	color:#009944;
	background-color: #ffffff;
	border:1px solid #009944;
	width:55px;
	height:20px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 12px;
}
.common_video>div>div>img{
	display: inline-block;
}
.common_video>div>div h6 b{
	background-image: url(../images/icon_29.png);
	width:19px;
	height:20px;
	display: inline-block;
	position:relative;
	top:3px;
}
.like_after{
	background-image: url(../images/icon_26.png)!important;
}
.common_video>div>dl{
	width:560px;
	float: left;
	margin-bottom:14px;
	margin-left: 9px;
	color:#333333;
	cursor:pointer;
}
.common_video>div>dl div{
	margin-left:48px;
}
.common_video>div>dl dd b{
	font-size:18px;
	margin:14px 0px 14px;
	display: inline-block;
	color:#333333;
}
.common_video>div>dl dd{
	font-size: 14px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
}
.common_video>div>dl dd span{
	margin:0px 5px;
	line-height: 28px;
}
.dl_long{
	background-color: #ffffff!important;
	width:1179px!important;
}
.dl_long div dd{
	font-size: 12px;
	color:#666666;
	line-height: 33px;
}
.dl_long dd a{
	width:128px;
	height:35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	font-size:15px;
	background-color: #07529c;
	color:#fff;
	border-radius: 5px;
	float: right;
}
.dl_long dd a:hover{
	background-color: #003a73;
}
.dl_long dd h4{
	font-weight: initial;
	color:#11b554;
	font-size: 16px;
	float:right;
	position: relative;
    top: -220px;
    right: 30px;
}

.dl_long dd{
	width:750px;
}
.common_video>div ul li{
	cursor: pointer;
	line-height: 35px;
	border-bottom:1px dashed #444444;
}
.common_video>div ul a{
	font-size: 14px;
	color:#444444;
}
.common_video>div ul a:hover{
	color:#003a73;
	/*text-decoration: underline;*/
}
.pst_ten{
	position:relative;
	top:10px;
	margin-right: 5px;
}
/*分享 收藏*/
.collect_share_con span{
	color:#999999;
	position:relative;
	top:-10px;
	cursor:pointer;
}
.collect_share_con span i{
	width:19px;
	height:18px;
	display: inline-block;
	position:relative;
	top:3px;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.share_btn{
	background-image: url(../images/collect_30.png);
}
.share_btn_hover{
	background-image: url(../images/icon_cyhd_27.png);
}
.share_btn_click{
	background-image: url(../images/icon_cyhd_27.png)!important;
}
.collect_btn{
	background-image: url(../images/icon_collet_33.png);
}
.collect_btn_hover{
	background-image: url(../images/icon_cyhd_30.png);
}
.collect_btn_click{
	background-image: url(../images/icon_cyhd_30.png)!important;
}
.banner a.apply_btn{
	width:184px;
	height:48px;
	line-height:48px;
	text-align: center;
	display: inline-block;
	color:#fff;
	font-size: 24px;
	position:absolute;
	top:248px;
	left:315px;
	letter-spacing: 2px;
}	
.apply_btn{
	background-image: url(../images/blue_bg_07.png);
}
.apply_btn:hover{
	
	background-image: url(../images/blue_bg_hover_07.png);
} 
.bule_bg_hover{
	background-image: url(../images/icon_cyhd_07.png)!important;
	background-repeat: repeat-x;
	background-color: inherit;
	color:#fff!important;}

.pages{
	margin: 15px auto 0 auto;
	font-family: "SimSun";
	font-size: 13px;
	overflow: hidden;
	text-align: center;
}
.pages #Pagination {
	/*float: left;*/
	display: inline-block;
	overflow: hidden;
	border: none;
}
.pages #Pagination .pagination {
	height: 30px;
	text-align: right;
	/*margin-left:190px;*/
}
.pages #Pagination .pagination a, .pages #Pagination .pagination span {
	float: left;
	display: inline;
	padding: 9px 0px;
	text-align:center;
	width:30px;
	border: 1px solid #ccc;
	/*border-right: none;*/
	background: #fff;
	color: #666666;
	font-size: 13px;
	cursor: pointer;
}
.pages #Pagination .pagination .current {
	background: #013973;
	color: #fff;
}
.pages #Pagination .pagination .prev {
	float: left;
	padding: 9px 9px 9px 2px;
	width:60px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666666;
	cursor: pointer;
	margin: 0 4px;
}
.pages #Pagination .pagination .next {
	float: left;
	padding: 9px 2px 9px 9px;
	width:60px;	
	border: 1px solid #ccc;
	background: #fff;
	color: #666666;
	cursor: pointer;
	margin: 0 4px;
}
.pages #Pagination .pagination .prev i, .pages #Pagination .pagination .next i {
	display: inline-block;
	width: 4px;
	height: 11px;
	margin-right: 5px;
	/* background: url(../images/icon.fw.png) no-repeat; */
}
.pages #Pagination .pagination .prev i {
	background-position: -144px -1px;
 *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
	background-position: -156px -1px;
 *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
	padding: 11px 5px;
	border: none;
	border-left: 1px solid #e6e6e6;
	background: none;
	cursor: default;
}
/*.pages {*/
	/*float: left;*/
	/*color: #666;*/
	/*margin-left: 50px;*/
/*}*/
.searchPage{
	/*float: right;*/
	/*color: #666;*/
	display: inline-block;
	vertical-align: top;
}
.pages .searchPage .page-sum {
	padding: 9px 0 9px 11px;
}
.pages .searchPage .page-go input {
	width: 60px;
	height: 30px;
	margin: 0 5px;
	padding-left: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
.pages .searchPage .page-btn {
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	margin-left: 10px;
	color: #013973
}
.pages .searchPage .page-btn:hover {
	border-color: #013973;
}
.allPage {
	padding: 0 8px;
}
/*地域组件样式start*/
#areaDiv ul li{
	list-style-type:none;
	line-height:30px;
	text-align:center;
}
#areaDiv ul li:hover{
	background:#ccc;
}
.text-arealist{
	width:100px;
}
.div-arealist{
	display:none;
	position:relative;
}
.ul-arealist{
	min-width:100px;
	position:absolute;
	z-index:99999;
	background-color:#fff;
	border:solid 1px #ccc;
	padding:0px;
}
/*地域组件样式end*/


/* 山东事务厅 start 04-16 */
.body-spc .header_center a img {
    max-width: 900px;
}
.body-spc .header_center a {
    margin: 35px 0px 0px -17px;
}
.body-spc .header_bottom {
    background-color: #ca1a1c;
}
.body-spc .nav>ul>span {
    background-color: #cf3a3b;
}
.body-spc .move-bg {
    background: #e2c83f;
}
.body-spc .nav>ul>li>ul li a:hover {
    color: #ffffff;
    background-color: #e2c83f;
}
.body-spc .dataNums p {
    background: url(../images/shandong/shandong_27.png) no-repeat;
    color: #e1383d!important;
}
.body-spc .nav>ul>li>ul {
    background-color: #ca1a1c;
    top: 63px;
    overflow: hidden;
}
@media screen and (max-width: 1367px){
    .body-spc .header_center a {
        margin: 26px 0px 0px -17px;
    }
    .body-spc .header_center a img {
        max-width: 700px;
    }
}
/* 山东事务厅 end 04-16 */