@charset "UTF-8";
/* ==========
   工具样式
   ========== */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.hr_6 {
    box-sizing: content-box;
    height: 6px;
    overflow: visible;
}

.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}
.hr_14{
	box-sizing: content-box;
    height: 14px;
    overflow: visible;
}

.hr_20 {
    box-sizing: content-box;
    height: 20px;
    overflow: visible;
}

.hr_30 {
    box-sizing: content-box;
    height: 30px;
    overflow: visible;
}

.common_but {
    display: inline-block;
    height: 25px;
    line-height: 20px;
    padding: 0 5px;
    cursor: pointer;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 3px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.common_but:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

/*--------------
===通用样式重置===
---------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}
ul,li{
	list-style:none;
}
i {
    font-style: normal3
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: underline;
}

.bgbody {
    background-color: #42CFFD;
}
.no-padding{
	padding: 0;!important;
}
.padding-seven{
	padding:0 7px;!important;
}
.padding-left-three{
	padding: 0 0 0 3px;!important;
}
.padding-right-three{
	padding: 0 3px 0 0;!important;
}
/*--------------
===logo===
---------------*/
.container-fluid {
    padding: 0;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
}
.nav li{
	text-align:center;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.nav>li>a{
	padding:0;
}
li.active{
	border-bottom-color:#c30d23;
	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color:#c30d23;
	border:none;	
	font-size:14px;
	line-height:35px;
	margin-top:2px;
}
.nav-tabs > li > a:hover{
	color:#c30d23;
	border:none;	
	font-size:14px;
	line-height:37px;
}
.nav-tabs >li>a{	font-size:14px;line-height:35px;}

.header_bg {
    background: #ffffff;
}

.header {
    padding: 20px 0;
}

.logo {
    margin-top: 20px;
    margin-bottom: 15px;
}
.logo img{
	width:100%;
}
.blu {
    height: 40px;
    background-color: #c30d23;
    margin: 0 auto;
    border-top: #bbb 1px solid;
    border-bottom: #bbb 1px solid;
}

.blu li a:link, .blu li a:visited, .blu li a:hover, .blu li a:active {
    color: #fff;
    font-size: 16px;
}

.blu li {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-left: 1px solid #bbb;
}
.blu li.last-nav-li{
    border-right: 1px solid #bbb;
}

.nav_list{
	margin:5px ;
}
.nav_list li{
		border-bottom: 1px dashed #888;
		position: relative;
		background: url(point.jpg) left 10px no-repeat;
		padding-left: 15px;
		list-style: none;
	}
@media (min-width: 768px) {
	.nav_list li{
		border-bottom: 1px dashed #888;
		position: relative;
		background: url(point.jpg) left 10px no-repeat;
		padding-left: 15px;
		list-style: none;
		padding-right: 100px;
	}
	
	.nav_list li span{
		position:absolute;
		right: 0;
		line-height:25px;
		color: #9E9E9E;
		top: 0px;
	}
}
@media (max-width: 768px) {
	.nav_list li span{
		position:relative;
		right: 0;
		color: #9E9E9E;
		top: 0px;
	}
}

.nav_list li a{
    display:block;
    font-size: 14px;
	/*background:url(point.jpg) 2% 50% no-repeat;*/
    color: #888888;
    line-height: 1.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav_list li a:hover{
    text-decoration:none;
    color: #E2534B;
}

.filtersmore {
    margin: 0 0 7px 0;
    padding: 0;
    list-style: none;
}
.filtersmore li span {
    font-size: 14px;
	text-align:center;
    display: block;
    padding: 8px 30px;
    border: 1px solid rgb(221, 221, 221);
    text-decoration: none;
    color: #fff;
    background: rgba(195,13,35,0.6);
    cursor: pointer;
    opacity: 0.7;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.filtersmore li span:hover{
	background: rgba(195,13,35,0.8);
}
.szzc{
	margin: 0 0 7px 0;
    padding: 0;
    list-style: none;
}
.szzc li span{
	font-size: 14px;
	text-align:center;
    display: block;
    padding: 8px 30px;
    border: 1px solid rgb(221, 221, 221);
    text-decoration: none;
    color: #fff;
    background: rgba(195,13,35,0.9);
    cursor: pointer;
    opacity: 0.7;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.szzc li span:hover{
	background: rgba(195,13,35,1);
}
#fwslider .slidePrev {
    background: #0661b2;
}

a.tpxw-title:link,a.tpxw-title:visited,a.tpxw-title:active{
	color:#fff;
}

.fixed {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #CCCCCC;
    border-top: 1px solid #bbb;
    z-index: 1000;
}

.gxmt {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(zc-m-xy.png) no-repeat scroll 25% center transparent;
}

.tslm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(zc-m-bs.png) no-repeat scroll 25% center transparent;
}

.pcb{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(zc-m-pc.png) no-repeat scroll 25% center transparent;
}

.fixed a {
    text-indent: 38px;
    font-size: 14px;
}

.lastContainer{
	margin-bottom:57px;
}
#fwslider .slide_content_wrap {
}

.gkfont {
    font-size: 14px;
}

.bg_title {
    background: #c30d23;
    border-bottom: 2px solid #c30d23;
}

.bg_title span {
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
	line-height:30px;
}
.wrap{
	margin:4px 0;
}
.wrap .item{
    display: block;
    float: left;
    position: relative;
    left: 0;
    top: 0;
	height:10em;
    padding: 5px;
}
/*正常占据的尺寸是去掉padding的*/
.wrap .item .box{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
/*鼠标移入的效果*/
.wrap .item:hover .box{
    position: relative;				
    transition: all 200ms;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    overflow: hidden;
	background-color: #4c719e;
}
.wrap .item:hover .box span{
	color:#fff;
}
.wrap .item .box span{
    display: block;
	font-size:16px;
    text-align:center;
    line-height: 13em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.col1{
	background:url(m-gwywj.png) 50% 34% no-repeat #0589c7;
}
.col2{
    background:url(m-szfwj.png) 50% 20% no-repeat #ffb02d;
}
.col3{
    background:url(m-shizf.png) 50% 20% no-repeat #e8533a;
}
.col4{
    background:url(m-gx.png) 50% 20% no-repeat #a5ea2c;
}
@media (max-width: 430px){
	.gxmt,
	.tslm{
		background-position: 33% 50%;
	}
	.pcb{
		background-position: 27% 50%;
	}
}
@media (max-width: 313px){
	.fixed a {
		font-size:12px;
	}
}
/*------------------gk-----------------------*/
.p-info{
	margin:10px 0;
	padding-bottom:15px;
	border-bottom:1px dashed #bbb;
}
.qbld div{
	height:30px;
}
.ldjl{
	border-top:1px dashed #bbb;
}
.zzjg{
	margin: 10px 0;
}
.zzjg div{
	height:30px;
	border: 1px solid #bbb;
	margin-right: -1px;
    margin-bottom: -1px;
}
.zzjg a{
	line-height:30px;
}
/*---------------------qq---------------------------*/
.qq-info{
	text-indent:2em;
	margin: 2px 0 10px 0;
}
.qq-pic img {
	z-index:0;
}
.qq-title{
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	height:25px;
	margin-top:-25px;
	text-align:center;
	position:relative;
}
.qq-title span{
	color:#fff;
	line-height:25px;
}
.nav_list-img{
	margin: 5px;
}
.nav_list-img li{
	margin:7px 0;
}
.nav_list-img li span{
	position:relative;
	float:none;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	display: block;
    margin-top: -22px;
	text-align:center;
	
}
.nav_list-img li span a{
	color:#fff;
}
.nav_list li a:before {
    content: url(arrow.png);
    vertical-align: baseline;
    margin-right: 10px;
}
/*-------------detail------------*/
.detail-title{
	font-size:18px;
	text-align:center;
	padding:7px 0; 
	border-bottom:1px solid #bbb;
}
.detail-time{
	text-align:center;
}
.detail-time div{
	margin: 5px 0;
}
.detail-con{
	margin:10px 0 70px;
}

/*-------------------list------------------*/
.main_bg {
    background: #F3F3F3;
}
.main_btm1{
	margin-bottom:50px;
}
.main_grid1 {
    padding: 10px 0;
}
.main_grid1 h4{
	margin:10px 0;
}
.breadcrumb {
    background: none;
    margin-bottom: 0px;
    margin-right: 10px;
}
.news_list_page li{
	font-size:16px;
	line-height:2;
}
.news_list_page li span{
	float:right;
}
.detail-time span{
	font-weight: bolder;
	text-align: left;
	display:inherit;
    padding: 45px 0px;
}
.leader-name{
	display:block;
	width:!00%;
	text-align:center;
}
/*----------tijiaoxinxi--------------*/
.label-t{
	text-align:right;
	padding: 7px;
	color:#666;
}
label{
	margin-bottom:0;
}
.form-group{
	margin-top:10px;
}
.form-group input [type='text']{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group textarea{
	height:300px;
}
.form-group input[type='button']{
	margin:0 auto;
}
.sign{
	padding:7px;
	color:red;
}
.qyzj img{
	width:100%;
	display:block;
}
/*hudogn*/

.m-jy a{
	display:inline-block;
	width:100%;
	height:80px;
	background:url(m-bszn.png) 50% 20% no-repeat #f29c9f;
	text-align:center;
	padding-top:52px;
	color:#fff;
}
.m-shfl a{
	display:inline-block;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:52px;
	background:url(m-zxtb.png) 50% 20% no-repeat #fea338;
	color:#fff;
}
.m-ylws a{
display:inline-block;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:52px;
	background:url(m-bjcx.png) 50% 20% no-repeat #46ce69;
	color:#fff;
}
.m-hysy a{
display:inline-block;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:52px;
	background:url(m-hysy.png) 50% 20% no-repeat #98e503;
	color:#fff;
}
.m-ldjy a{
display:inline-block;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:52px;
	background:url(m-ldjy.png) 50% 20% no-repeat #668ff5;
	color:#fff;
}
.m-cljt a{
display:inline-block;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:52px;
	background:url(m-cljt.png) 50% 20% no-repeat #4eaff9;
	color:#fff;
}
.m-wsbs a{
display:inline-block;
	width:100%;
	height:80px;
	text-align:center;
	padding-top:52px;
	background:url(m-wsbs.png) 50% 20% no-repeat #f6b37f;
	color:#fff;
}
/*hudong*/
.m-zrxx{
	display: inline-block;
	width:100%;
	height:60px;
	text-align:center;
	padding-top:34px;
	color:#fff;
	background: url(m-zrxx.png) 50% 20% no-repeat #4eaff9;
}
.m-wyxx {
	display: inline-block;
	width:100%;
	text-align:center;
	padding-top:40px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	height:70px;
	background: url(m-wyxx.png) 50% 20% no-repeat #668ff5;
}
.m-zxqz a{
	display: inline-block;
	width:100%;
	height:80px;
	padding-top:50px;
	color:#fff;
	text-align:center;
	background: url(m-zx.png) 50% 25% no-repeat #fea338;
}
.m-tsjb a{
	display: inline-block;
	width:100%;
	height:80px;
	padding-top:50px;
	color:#fff;
	text-align:center;
	background: url(m-ts.png) 50% 25% no-repeat #46ce69;
}
.m-jyxc a{
	display: inline-block;
	width:100%;
	height:80px;
	padding-top:50px;
	color:#fff;
	text-align:center;
	background: url(m-jyxc.png) 50% 25% no-repeat #668ff5;
}
.m-xfsl a{
	display: inline-block;
	width:100%;
	height:80px;
	padding-top:50px;
	color:#fff;
	text-align:center;
	background: url(m-xf.png) 50% 25% no-repeat #4eaff9;
}
















																							}