ul,li{ list-style-type:none; margin:0; padding:0}
p{ margin:0; padding:0}
a{ text-decoration:none}
a:hover{ text-decoration:none; cursor:pointer}
body,html{
	background:#f8f8f8;
	}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
/*统一盒子模型*/
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*隐藏*/
.hide{
display:none !important;
}
/*页面容器*/
.container-fluid {padding: 0;display: -webkit-flex;-webkit-flex-direction: column;display: flex;flex-direction: column;margin: 0 auto;max-width: 750px;}

/*头部*/
#header_box {
	position: fixed;
	top: 0;
	width: 100%;
	background: #343338;
	z-index: 10;
	max-width: 750px;
}
#header {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 1rem;
	padding: 0 .3rem;
	border-bottom: 1px solid #e9e9e9;
}
/*返回按钮*/
.back{
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	justify-content: centent;
	
}
/*返回按钮图片*/
.back_img {
	width: .3rem;
	height: .4rem;
}
/*当前页栏目标题*/
.logo_text {
	margin-left: .15rem;	
}
/*logo图容器*/
.banner_logo{
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
height:0.7rem;
}
.banner_logo img{
	dispaly:block;
	width:100%;
	height:100%;
}
/*菜单图片*/
.menu_img {
	width: .46rem;
	height: .56rem;
}
.menu_close_img {
	width: .46rem;
	height: .56rem;
}

/*高度占据 解决菜单布局对内容区域的遮挡*/
.emptyBox {
	width: 100%;
	height: 1rem;
}

.emptyBox2 {
	width: 100%;
	height: .7rem;
}

/*内容主体开始*/
.content_body2{background: url(../images/ggfw_banner3.png) no-repeat center top;	padding: 0 .3rem;}
.content_body2,.content_body{
	background-size:100% auto;
	text-align: center;
	display: flex;
	background-color:#fff;
	flex-direction: column;
	padding-top: .15rem;
}
.content_body{
	background: url(../images/ggfw_banner.jpg) no-repeat center top;
	background-size: 100% auto;
}
content_body2 h4,.content_body h4 {
	margin-bottom: .4rem;
}
content_body2 img {
	width: 5.76rem;
}

.painPoints_text,
.program_text {
	display: flex;
	flex-direction: row;
	margin-bottom: .3rem;
	align-items: center;
	justify-content: center;
}
.painPoints_text span,
.program_text span {
	font-size: .24rem;
	color: #333333;
}
.painPoints_text span,
.program_text span {
	flex: 0 0 1.2rem;
	text-align: center;
	height: .4rem;
	line-height: .4rem;
	font-size: .22rem;
	color:#019cd5;
	margin: 0 .1rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-o-border-radius: .4rem;
	border-radius: .4rem;
	padding: 0.05rem 0.15rem;
}
.painPoints_text span.bg-red {
	letter-spacing: 4px;
}

/*新闻资讯通知公告标题栏*/
.list_title{
display: -webkit-flex;
-webkit-flex-direction: row;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 1.2rem;
padding: 0 .3rem;
border-bottom: .2rem solid #e9e9e9;
}
/*新闻动态列表*/
.news_list{
		background:#fff;
		border-bottom: .2rem solid #e9e9e9;
}
.news_title{
text-align:left;
padding:.15rem .3rem;
border-bottom: 1px solid #e9e9e9;
height:1rem;
}

/*左图右文列表样式*/
.picTxt{
	background:#f8f8f8}
.picTxt_list{
	background:#FFF;
	min-height: 5rem;
}
.picTxt_list li a {
	margin:0 0.3rem;
	padding:0.3rem 0;
	display: -webkit-box;
    display: box;
	border-bottom:1px solid #e9e9e9;
}
.picTxt_list li:last-child a {
	border: none;
}
.picTxt_list_img{
	width:34%;
	height:1.2rem;
	position: relative;
    -webkit-box:flex;
    box:flex;}
.picTxt_list_img img{
	width:100%;
	height:1.2rem}
.picTxt_list_x{
	margin-left:2%;
	width:64%}
.picTxt_list_x2{
	width:100%}
.picTxt_list_x_t{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;}
.picTxt_list_x_d{
    text-indent: 2em;
	margin-top:0.1rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;    
    line-height: .3rem;
	margin-bottom:0.1rem}
/*查看更多按钮*/
.viewBtn {
	display: block;
	margin: auto;
	padding: 0;
	width: 2.4rem;
	height: .6rem;
	font-size: .3rem;
	color: #000;
	line-height: .6rem;
	text-align: center;
	text-decoration: none;	
}
/*列表样式2*/
.list2_content {
	padding: .15rem .3rem 1.5rem;
}	
.list2_content_list {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
}
.list2_content_item {
	display: -webkit-flex;
	display: flex;
	height: .75rem;
	margin-bottom: .4rem;
	background: #ffffff;
	line-height: .75rem;	
}
.list2_content_item_left {
	width: 1.5%;
    height: .7rem;
    font-size: .3rem;
    color: #ffffff;
    text-align: center;
    line-height: .7rem;
    margin-right: 3.5%;
}
.list_text{
width: 70%;
  text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
}
.list_time{
width: 25%;}
.list_item{
	 display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	background:#fff;
}
.list_title span{
	color:#F33;	
}

.bor{
height:.5rem;
line-height:.5rem;
}
.bor i{
font-size:.25rem;
width:1rem;
display: inline-block;
border-bottom: 1px solid
#dfdfdf;
margin:0 .2rem;
}

/*
	.viewBtn {
	display: block;
	margin: auto;
	padding: 0;
	width: 2.4rem;
	height: .6rem;
	background: #36bb81;
	font-size: .3rem;
	color: #ffffff;
	line-height: .6rem;
	text-align: center;
	-webkit-box-shadow: 0 2px 10px rgba(54, 187, 129, .5);
	box-shadow: 0 2px 10px rgba(54, 187, 129, .5);
	text-decoration: none;
	-webkit-border-radius: .6rem;
	-moz-border-radius: .6rem;
	-o-border-radius: .6rem;
	border-radius: .6rem;	
}*/

/*办事指南列表*/
.new_content_1 {

}
/*.news_content_1 .news_content_1_rows {
	margin-top: .4rem;
	font-size: .24rem;
	color: #666;
	line-height: .42rem;
}
.news_content_1_img {
	display: block;
	width: 100%;
	height: 3.11rem;
	margin-top: .3rem;
}
.news_content_1_img_desc {
	font-size: .3rem;
	color: #333;
	text-align: center;
	line-height: .5rem;
	margin: .4rem 0;
}
*/
.news_content_1_item {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 1.3rem;
	margin-top: .2rem;
}
.news_content_1_item a{
  display: -webkit-flex;
	display: flex;
	align-items: center;
  width:100%;
  height:100%;
}
.news_content_1_item_lf {
	position: relative;
	width: 1.5rem;
	height:100%;
}
.news_content_1_item img {
	position: absolute;
	top: 50%;
	left: .4rem;
}
.news_content_1_item:nth-child(1) img,
.news_content_1_item:nth-child(4) img {
	width: .32rem;
	height: .32rem;
	margin-top: -0.16rem;
}
.news_content_1_item:nth-child(2) img,
.news_content_1_item:nth-child(3) img {
	width: .32rem;
	height: .3rem;
	margin-top: -0.15rem;
}
.news_content_1_item:nth-child(5) img {
	width: .38rem;
	height: .38rem;
	margin-top: -0.19rem;
}
.news_content_1_item .line_lf {
	width: 1px;
	height: .24rem;
	background: #999;
	margin-right: .54rem;
}

/*详细页标题*/
.content_title_box h3{
	font-size:.32rem;	
    margin-top: 20px;
    margin-bottom: 10px;	
  letter-spacing: 3px;
    line-height: .48rem;
}
.content_title_box .content_info{
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
   -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size:.24rem;
  height:.4rem;
  color:#aaa;
}

/*服务评价*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.appraise {
	padding: .3rem .6rem 2rem .6rem;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color:
#333;
}
.radio-group {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: .4rem; 
	justify-content:space-between;
	flex-wrap:wrap;
}
.label_col-3 {
	border-bottom:.12rem solid #efefef; 
	}
.label_col-3 .radio-box{
width:calc(100% / 3);
border-top:1px solid #CCC;
padding:.2rem 0;
}
.radio-box{padding-right: .15rem;}
.radio-box img {
	vertical-align: middle;
	width: .4rem;
	height: .4rem;
	margin-right: .23rem;
}
.radio-box input {
	opacity: 0;
}
.radio-box label {
	font-size: .25rem;
	color: #333333;
	vertical-align: middle;
	margin-bottom: 0;
	font-weight: normal;
}
.index_submit_btn {
	width: 60%;
	background: #36bb81;
	font-size: .3rem;
	color: #ffffff;
	height: 1rem;
	display:block;
	margin: 0 auto;
	line-height: 1rem;
	box-sizing: border-box;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#comment{
	width:100%;
	background-color:#efefef;
	border:none;
	border-radius:5px;
	padding:.1rem;
	height:3rem;
	}
.time{
border:0;/*去掉未选中状态边框*/
outline:none;/*去掉选中状态边框*/
     background-color:rgba(0,0,0,0);/*透明背景*/
	 width:5rem;
	 text-align:right;

}

/*公共服务列表*/
.service_cont {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
.service_item {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.service_img {
	/*height: 1.3rem;*/
  width: 100%;
      display: block;
}
.service_cont a.service_item:nth-child(even) {
	padding: .25rem .1rem 0 .15rem;
}
.service_cont a.service_item:nth-child(odd) {
	padding: .25rem .15rem 0 .1rem;
}


/*footer*/
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;
	max-width: 750px;
}
/*底部导航*/
.footer_nav{
	border-top: 1px solid #ebebef;
	height:0.99rem;
	line-height:0.99rem;
	display: -webkit-box;
    display: box;
	background:#FFF}
.footer_nav li{
	position: relative;
	height:0.99rem;
	width:50%;
	color:#333333;}
.footer_nav li i{
      position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
  height:100%;
  background-color: #ebebef;}
.layout-submenu{
    position: absolute;
    width: 100%;
    margin-left: -1px;
    z-index: 9999;
    bottom: 0.99rem;
    border: 1px solid gainsboro;
    text-align: center;
    background-color: white;
    display: none;
}
.sub_menu{
      line-height: .39rem;
    vertical-align: middle;
    border-bottom: 1.5px solid #F2F2F2;
      padding: .2rem 0.1rem;
  font-size: .26rem;
}
.layout-submenu .active a{ color: #1e90ff;}
.layout-submenu div.sub_menu:last-child{
   border-bottom:none;
}
.footer_nav li:hover{
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
}
.footer_nav li:hover .layout-submenu{
    display: block;
 
}
.footer_nav li.active{
	color:#36bb81}
.footer_nav li.active i{
	background:#36bb81;
	height:0.04rem;
	width:0.6rem;
	border-radius:2px;
	position:absolute;
	bottom: 1px;
	left:50%;
	margin-left:-0.3rem}
/*图标*/
/*通知公告*/
.ico1{width:1.8rem;height:.4rem;background:url(../images/ico1.png) no-repeat center center;background-size:100% 100%;}
/*新闻动态*/
.ico2{display:block;margin:.15rem 0;;width:1.8rem;height:.4rem;background:url(../images/ico2.png) no-repeat center center;background-size:100% 100%;}
/*政策法规*/
.ico3{display:block;margin:.15rem 0;width:1.8rem;height:.4rem;background:url(../images/ico3.png) no-repeat center center;background-size:100% 100%;}

/*card*/
.card_box{
	background-color:#fff;
	padding: .1rem .25rem 5rem;
}
.card_title{
	font-size: 0.23rem;
	line-height: .335rem;
	border-bottom: 1px solid #fff;
}
.card_Info{
width: calc(100% - 1.8rem);
}
.card_content{line-height: .305rem;padding-top: .05rem;}
.cards{
			background-size:100% 100%;
}
.card1{
		background:url(../images/card1.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card2{
		background:url(../images/card2.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card3{
		background:url(../images/card3.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card4{
		background:url(../images/card4.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card5{
		background:url(../images/card5.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card6{
		background:url(../images/card6.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card7{
		background:url(../images/card7.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card12{
		background:url(../images/card12.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card13{
		background:url(../images/card13.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card14{
		background:url(../images/card14.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card17{
		background:url(../images/card17.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card18{
		background:url(../images/card18.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card19{
		background:url(../images/card19.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card20{
		background:url(../images/card20.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card21{
		background:url(../images/card21.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card22{
		background:url(../images/card22.png) no-repeat center center;
			background-size:100% 100%;
	}
	.card23{
		background:url(../images/card23.png) no-repeat center center;
			background-size:100% 100%;
	}
/*超出省略*/
.sl_2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: .21rem;}

/*导航*/
#menu_box {
	background: #ffffff;
	position: fixed;
	top: 2rem;
	bottom: 0.99rem;
	width: 100%;
	z-index: 10;
      height: calc(100% - 2.8rem);
    overflow-y: auto;
}
.menu_title {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	height: 1rem;
	/*border-top: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
	align-items: center;
	padding: 0 .3rem;
}
.menu_title > div a:first-child {
	width: .7rem;
	height: .4rem;
	display: block;
	background: url(../images/home.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: .38rem;
	border-right: 1px solid #e9e9e9; 
	float: left;
	margin-right: .3rem;
}
.menu_title > div span,
.menu_title > div a {
	vertical-align: middle;
}
.menu_title > div a:hover {
	color: #337ab7;
}

.fenge {
	padding-right: .3rem;
	margin-right: .3rem;
	border-right: 1px solid #e9e9e9;
}
.menu_btn {
	width: 1.3rem;
	height: .6rem;
	background: #36bb81;
	font-size: .24rem;
	color: #ffffff;
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height: .6rem;
}

.menu_btn:hover, .menu_btn:active .menu_btn:visited {
	text-decoration: none;
	color: #ffffff;
}

.menu_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_list li a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 .3rem;
}
.menu_list li span {
	font-size: .3rem;
	color: #999999;
}
.menu_list li span.active {
	color: #333333;
}





#footer_box {
	background: #2d3237;
}
.footer_item {
	border-bottom: 1px solid #373c41;
	padding: 0 .5rem;
}
.footer_item h2 {
	font-size: .36rem;
	color: #aaa;
	padding-top: .7rem;
	margin: 0;
}

.footer_item > ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: .25rem 0;
}
.footer_item > ul li {
	margin-left: 1.15rem;
}
.footer_item > ul li:first-child {
	margin-left: 0;
}

.footer_item ul li {
	list-style: none;
	font-size: .28rem;
	line-height: .72rem;
	color: #777;
}
.footer_item ul li dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0;
}
.footer_item ul li a, .footer_item ul li a:hover, .footer_item ul li a:visited, .footer_item ul li a:link {
	color: #777;
	line-height: .72rem;
	display: block;
}

#footer_box > p.company_code {
	font-size: .2rem;
	line-height: 1rem;
	color: #555;
	text-align: center;
	margin: 0;
}

/*应用特有*/
.footer_item .footer_item_cont {
	display: -webkit-flex;
	display: flex;
}
.footer_item_cont ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 0;
	margin: .25rem 0;
	margin-left: 1rem;
}
.footer_item_cont ul:first-child {
	margin-left: 0;
}

/*客服特有*/
.contact_box ul li {
	width: 50%;
	margin: 0;
}
.contact_box ul li:nth-child(even) dl {
	justify-content: flex-end;
}
.contact_box ul li:nth-child(odd) dl {
	justify-content: flex-start;
}

/*关于我们特有*/
.about_us_box ul {
	margin-top: .5rem;
}
.about_us_box ul li dl {
	flex-direction: column;
}
.about_us_box ul li dl img {
	width: 2rem;
	height: 2rem;
}
.about_us_box ul li dl dd {
	font-size: .2rem;
	text-align: center;
	color: #777;
	line-height: .72rem;
}


/*返回顶部*/
.backTop {
	position: fixed;
	bottom: 2rem;
	right: .5rem;
	width: .8rem;
	height: .8rem;
	background: #ffffff;
	border: 1px solid #ccc;
	z-index: 10;
}
.backTop img {
	width: 100%;
	display: block;
}

/*回到首页*/
.goHome {
	position: fixed;
	bottom: 1rem;
	right: .5rem;
	width: .8rem;
	height: .8rem;
	z-index: 10;
	background: #ffffff;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.goHome a {
	display: block;
	text-align: center;
	font-size: .16rem;
	word-wrap: break-word;
	line-height: .8rem;
	color: #337ab7;
}
.goHome a:hover,
.goHome a:link {
	color: #337ab7;
}


/*标题下划线*/
.title_down_line {
	width: .66rem;
	height: 2px;
	/*height: .03rem;*/
	background: #333;
	margin: auto;
	margin-top: .3rem;
}

.view_more_btn {
	width: 2.4rem;
	height: .8rem;
	border: 1px solid #333;
	border-radius: .8rem;
	margin: auto;
}
.view_more_btn a, .view_more_btn a:visited, .view_more_btn a:hover, view_more_btn a:link{
	display: block;
	color: #333;
	font-size: .28rem;
	line-height: .8rem;
	text-align: center;
}
.top_title{
	padding: 0.2rem 0;
	border-top:1px solid #e9e9e9;
	position:relative;
	overflow:hidden;
	background:#FFF}
.top_title_img{
	width:1.18rem;
	height:0.4rem;
	background:url(../images/home.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:0.38rem;
	display:block;
	border-right:1px solid #e9e9e9;
	float:left;
	margin-top:0.1rem}
.top_title_title{
	line-height:0.6rem;
	text-indent:0.3rem}
.top_title_btn{
	width:1.3rem;
	height:0.6rem;
	position:absolute;
	top:0.2rem;
	right:0.3rem;
	text-align:center;
	line-height:0.6rem;
	background:#36bb81;
	color:#FFF;
	border-radius:5px}
.top_title_btn:hover{
	color:#36bb81;
	color:#FFF}
.footer_nav li a{
color:#333;
}
.list_title span a{
color:#f33;
}
.card_title a{
color:#fff;
}
.content_body_banner h4{
    margin: .1rem 0 .15rem;}
.txtcen img{
display:block;
  width:100%;
}
.txtcen{
    font-size: .28rem;
    padding-top: .3rem;
    line-height: .45rem;
    letter-spacing: 2px;
}
.txtcen p{
  margin-bottom: 10px;
  word-wrap: break-word;
  font-size: 16px;
 color: #333;
}
.txtcen video{
width:100%; 
height:100%;
}
.txtcen table td
{
	text-align:center;
	border:1px solid #aaa;
	border-collapse:collapse;
}
#fileExt{
width:auto;
}