*{
    margin: 0;
    padding: 0;
    list-style: none;
	 box-sizing:border-box; 
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box;
}
body{
    height: auto;
	background:#e6e6e6;
}
a{
    text-decoration: none;
}
img{vertical-align:bottom}
/**/
.container{
	width:94%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}


/**/
.flex{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
}
.flex-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.align-items_flex-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.align-items_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-items_baseline{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
/**/
.banner{
    width: 100%;
    margin: 0 auto;
}
.banner .swiper-container{
	width:100%;
	height:100%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
	color:#FFD101;
}
.banner .swiper-slide{
	width:100%;
	height:100%;
}
.banner .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#fff;
	opacity:1;
}
.banner .swiper-pagination-bullet-active {
	background:#FFD101;
}

.show_header{
	background:#fff;
}
.show_header_top{
	color:#000;
	line-height:30px;
	font-size:12px;
	background-image: linear-gradient(#fff,#E5E9EC);
	border-bottom:1px solid #ddd;
}
.show_header_top span{
	color:red;
}
.show_header_mid{
	padding:20px 0;
}
.show_header_mid .show_header_mid_l h3{
	color:#1a509a;
	font-size:36px;
	font-weight:bold;
	margin-bottom:15px;
}
.show_header_mid_l ul{
	width:600px;
}
.show_header_mid_l ul li{
	float:left;
	width:50%;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
.show_header_mid_r{
	color:#000;
	line-height:26px;
	font-size:15px;
}

.show_header_mid a{
	display:inline-block;
	background:#1A509A;
	color:#fff;
	font-size:14px;
	padding:6px 25px;
	border-radius:2em;
}

.show_nav_bg{
	background:#1A509A;
}
.show_nav_bg p{
	width:200px;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:46px;
}
.show_nav{
	width:1000px;
}
.show_nav a{
	float:left;
	width:12.5%;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:46px;
}
.show_nav a:hover,
.show_nav a.cur{
	background: #4581C0;
}



.show_header_bom .container{
	position:relative;
	background:#fff;
	padding:50px 20px;
	
}
/* .show_header_bom .container::before{ */
	/* position:absolute; */
	/* content:''; */
	/* width:100%; */
	/* height:8px; */
	/* left:4px; */
	/* background:#4581C0; */
	/* top:-8px; */
	/* transform:skewX(-50deg); */
/* } */
/* .show_header_bom .container::after{ */
    /* position: absolute; */
    /* content: ''; */
    /* height: 100%; */
    /* width: 8px; */
    /* right: -8px; */
    /* background: #4581C0; */
    /* top: -5px; */
    /* transform: skewY(-40deg); */
/* } */



.show_header_bom .img{
	width:240px;
	height:254px;
	margin-right:30px;
}
.show_header_bom .img img{
	height:100%;
	display:block;
	margin:auto;
}
.show_header_bom .info_top{
	padding:25px 0;
	border-bottom:1px dashed #CDCDCD;
}
.show_header_bom .info_top ul{
	width:320px;
	font-size:14px;
	color:#333;
	line-height:22px;
}
.show_header_bom .info_top ul li span{
	color:#797979;
}
.show_header_bom .info_bom{
	padding-top:20px;
}
.show_header_bom .info_bom ul{
	width:210px;
	font-size:14px;
	color:#4581C0;
	line-height:22px;
}

.show_main {
	margin:0 auto;
	padding:20px;
	background:#fff;
}
.show_main_left{
	width:270px;
}
.show_main_right{
	width:870px;
}
.tytitle{
	font-size:16px;
	color:#1a509a;
	font-weight:bold;
	padding:0 12px;
	/* background-image: linear-gradient(#C3DEFB,#D9EAFC,#fff); */
	background: #ececec;
}
.tytitle span{
	display:block;
	color:#fff;
	margin:0 10px 0 0;
	width:16px;
	height:16px;
	line-height:14px;
	text-align:center;
	font-weight:normal;
	border-radius:4px;
	background-image: linear-gradient(#46A5E7,#2E6FBF);
}
.tytitle .tytitlebox{
	padding:10px 0;
}
.show_main_left .tytitle .tytitlebox{
	border-bottom:1px dashed #ddd;
}

.show_main_left .cont,
.show_main_right .cont{
	padding:15px;
	font-size:14px;
	line-height:1.6;
	color:#333;
}
.show_main_left .item,.show_main_right .item{
	border:1px solid #e2e2e2 ;
	margin-bottom:20px;
	background:#fff;
}
.lygg h3{
	height:48px;
	background:#ececec;
	color:#1a509a;
	font-size:18px;
	letter-spacing:1px;
	font-weight: bold;
	padding:0 12px;
}
.lygg h3 span{
	display:block;
	width:70px;
	height:1px;
	background:#1a509a;
}
.lyggswiper{
	padding:15px 0;
}
.lygg .swiper-container .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*ä¹‹å‰æ˜¯ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.lygg .swiper-container{
	height:280px;
	padding:0 15px;
}
.lygg .swiper-container .swiper-slide{
	font-size:14px;
	color:#333;
	padding-left:16px;
	background:url(../image/lyicon.jpg) no-repeat center left;
}
.qknf .time,
.hjqk .list,
.jplw .list{
	padding:15px;
}
.zxtgbox{
	padding:31px 15px;
}
.jplw .list{
	/* min-height:859px; */
}
.qknf .time .year{
	color:#333;
	background:#ececec;
	padding:4px;
	font-size:14px;
}
.qknf .time .month{
	padding:10px;
}
.qknf .time .month a{
	display:inline-block;
	font-size:14px;
	color:#2B88CE;
	margin-right:14px;
	line-height:20px;
}
.qknf .time .month a:hover{
	background:#2B88CE;
	color:#fff;
}
.hjqk .list a{
	display:block;
	font-size:14px;
	color:#333;
	margin-bottom:5px;
}
.jplw .list a{
	position:relative;
	padding-left:16px;
	background:url(../image/jplwicon.jpg) no-repeat center left;
}
.jplw .list a::before{
	position:absolute;
	content:'';
	width:calc(100% - 16px);
	border-top:1px dotted #666;
	z-index:1;
	left:16px;
	top:14px;
}
.jplw .list a p{
	background:#fff;
	color:#333;
	font-size:14px;
	z-index:2;
	line-height:29px;
}
.lmheight .cont{
	height:120px;
	padding:10px 20px 0;
	margin-bottom:20px;
	overflow:hidden;
}

.zxtg table tbody tr:nth-child(5) .button {
    background:transparent;
    border:solid 1px #d0d0d0;
    color:#777;
    border-radius: 15px;
    padding: 3px 28px;
    width: auto !important;
}
.zxtg table tbody tr:nth-child(6) .button {
    background: #2b88ce;
    border: none;
    width: 50%;
    padding: 6px;
}
.zxtg .table_form tbody td, .zxtg .table_form tbody th{
	font-size:13px;
	color:#666;
}
.zxtgbox_r{
	width:285px;
	padding-left:30px;
	border-left:1px solid #ddd;
}
.zxtgbox_r h4{
	color:#333;
	font-size:16px;
}


.wzbx{
	font-size:24px;
	color: #2B88CE;
	margin-bottom:15px;
}
.wzdes{
	padding:20px 20px 5px 20px;
	font-size:14px;
	color:#333;
	line-height:26px;
	border:1px dashed #ddd;
}
.wzdes .wzzy{
	margin-bottom:15px;
}
.wzdes .wzzy span{
	color: #2B88CE;
}
.rdm{
	font-size:16px;
	color: #2B88CE;
	display:inline-block;
}
#fine_wjsc .wdsc{
	width:217px !important;
	border-radius:2em;
	text-align:center;
	cursor:pointer;
	border-color:#3498DB;
}

.links{
	padding:0 20px 20px;
	background:#fff;
	
}
.links_swiper{
	border:1px solid #ececec;
	padding:20px;
}
.links_swiper .bt{
	width:21px;
	height:77px;
	color:#fff;
	font-size:12px;
	line-height:1;
	background:#1A509A;
	writing-mode: vertical-lr;
	display: flex;
    justify-content: center;
    align-items: center;
	letter-spacing: 3px;
}
.links_swiper .swiper-container{
	width:calc(100% - 30px);
}
.links_swiper .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*ä¹‹å‰æ˜¯ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}



/*footer*/
footer{
	text-align:center;
	font-size:12px;
	color:#333;
	line-height:1.7;
	padding:20px 0;
	background-image: linear-gradient(#ECF5FA,#ACD1EB,#4E9FD6);
}






/*åˆ†é¡µ*/
.fenye{
	margin:30px 0;
	font-size: 14px;
}
.fenye .item{
	width:49.5%;
	line-height:50px;
	background: #efefef;
}

.fenye .item p{
	width:15%;
	text-align:center;
	float:left;
}
.fenye .item a{
	width:85%;
	float:left;
	text-align:left;
	color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fenye .item:hover a,
.fenye .item:hover p{
	color:#fff;
}
.fenye .item:hover ,
.fenye .item:hover {
	background:#0249A5;
}







