/*login*/
.log_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(fwy_logo.jpg) no-repeat center center;
	background-size: cover;
	min-width: 1024px;
	min-height: 590px;
}

.log_bg img {
	display: none;
	width: 100%;
	height: 100%;
}

.log_wrap {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 1024px;
	min-height: 590px;
}
.log_esc_in {
	border: 1px solid #fff;
	width: 120px;
	height: 38px;
	display: block;
	text-align: center;
	font:400 14px/38px "microsoft yahei";
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor:pointer;
}
.log_esc_in:hover {
	color:#fff;
	text-decoration:none;
}
.log_esc_in i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(icon_sprites.png) no-repeat;
	background-position:  -120px -80px;
	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.log_mid_con {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-top: -120px;
}

h1.log_title {
	text-align: center;
	padding-left: 5px;
}
h1.log_title span.hl_title {
	display: block;
	text-align: center;
	font:bold 50px/1 "microsoft yahei";
	color: #fff;
	letter-spacing: 10px;
	text-shadow: 0 4px 8px rgba(0,0,0,0.24);
}
h1.log_title b.hl_subtitle {
	display: block;
	text-align: center;
	font:bold 38px/1 "microsoft yahei";
	color: #fff;
	letter-spacing:10px;
	margin-top: 25px;
	text-shadow: 0 4px 8px rgba(0,0,0,0.24);
}

.log_box {
	background: #fff;
	/* padding: 30px 70px; */
	box-sizing: border-box;
	width: 460px;
	height: 472px;
	margin: 50px auto 0 auto;
}

.log_box .log_tab {
	overflow: hidden;
}

.log_box .log_tab a.log_form_title {
	font: 400 18px/60px "microsoft yahei";
	font-weight: normal;
	color: #333;
	width: 50%;
	display: block;
	text-align: center;
	float: left;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	position:relative;
}

.log_box .log_tab a.active {
	color: #fff;
	background: #6ca4e9;
}
.log_box .log_tab a.active:before {
	content:'';
	width:100%;
	height:3px;
	background:#196bd0;
	position:absolute;
	left:0;
	bottom:-1px;
}
.log_box .log_tab_con {
	display: table;
	width: 100%;
	height: 412px;
}

.tab_dcon {
	display: none;
	text-align: center;
	height: 100%;
}

.tab_scan {
	display: block;
	font: 400 14px "microsoft yahei";
	text-align: center;
}
.tbbox {
	display: table;
	width: 100%;
	height: 100%;
}
.tbbox_mid {
	display: table-cell;
	vertical-align: middle;
}
.inp_box {
	font-size: 0;
}

span.inp_title {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	text-align: left;
	color: #414d71;
	font: 400 14px/1 "microsoft yahei";
}

.inp_border {
	display: inline-block;
	position: relative;
	height: 38px;
	width: 332px;
	background: #fff;
	border: 1px solid #eee;
	transition: all ease 0.4s;
	box-sizing: border-box;
	vertical-align: middle;
}

.inp_border i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(icon_sprites.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 12px;
}

.inp_border i.log_icon_user {
	background-position: -120px 0;
}
.inp_border i.log_icon_password {
	background-position: -120px -20px;
}
.inp_border i.log_icon_phone {
	background-position: -120px -40px;
}
.inp_border i.log_icon_message {
	background-position: -120px -60px;
}
.inp_hqyz {
	width: 115px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #dddee3;
	background: #efefef;
	font:400 14px/38px "microsoft yahei";
	margin-left: 15px;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.inp_code_yzm {
	display: inline-block;
	width: 200px;
}
.inp_active {
	border: 1px solid #0c8ffe;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.inp_empty {
	border: 1px solid #ff9292;
}

.inp_error {
	border: 1px solid #f14625;
}

.l_list {
	padding-top: 0;
}

.l_list li {
	width: 100%;
	margin-bottom: 26px;
}

input.inp_text {
	width: 100%;
	border: none;
	outline: none;
	background: none !important;
	font: 16px/1 "microsoft yahei";
	color: #333;
	padding: 7px 0 9px;
	text-indent: 42px;
}

input.inp_text::-webkit-input-placeholder {
	font-weight: normal;
	color: #999;
	font-size: 14px;
}

input.inp_text:-moz-placeholder {
	font-weight: normal;
	color: #999;
	font-size: 14px;
}

input.inp_text:-ms-input-placeholder {
	font-weight: normal;
	color: #999;
	font-size: 14px;
}

input.inp_text::-moz-placeholder {
	font-weight: normal;
	color: #999;
	font-size: 14px;
}

input.inp_text::-ms-clear {
	display: none;
}

input.inp_text::-ms-reveal {
	display: none;
}

.btn_login {
	outline: none;
	width: 332px;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
	margin-top: 36px;
	display: block;
	background: #1b73eb;
	transition: all ease 0.4s;
	font: 400 16px "microsoft yahei";
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}

.btn_login:hover {
	background: #0c61fe;
	font-size: 18px;
}
.ttb_btm_link {
	display: block;
	text-align: right;
	width: 332px;
	margin: 18px auto 0;
}
.ttb_btm_link a {
	display: inline-block;
	vertical-align: middle;
	font:400 14px/1 "microsoft yahei";
	margin-left: 20px;
	color: #999;
}
.ttb_btm_link a:hover {
	color: #196bd0;
	text-decoration: none;
}
.error_box {
	background: #fce9b6;
	border: 1px dashed #f6c47b;
	border-radius: 4px;
	padding: 6px 0;
	text-align: left;
}

.error_box p {
	font: 400 12px "microsoft yahei";
	color: #e50e0e;
	line-height: 18px;
	text-indent: 10px;
}


.log_foot {
	display: block;
	text-decoration: none;
	font: 14px/1 "microsoft yahei";
	color: #fff;
	padding: 20px 0 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -358px;
}

/*index*/
.page_layout {
	position: relative;
}
.head_banner {
	width: 100%;
	height: 359px;
	background: url(fwy_logo.jpg) no-repeat top center;
}
.page_mid {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}
h1.head_logo {
	text-align: center;
	padding-top: 92px;
	padding-left: 5px;
}
h1.head_logo span.hl_title {
	display: block;
	text-align: center;
	font:bold 50px/1 "microsoft yahei";
	color: #fff;
	letter-spacing: 10px;
	text-shadow: 0 4px 8px rgba(0,0,0,0.24);
}
h1.head_logo b.hl_subtitle {
	display: block;
	text-align: center;
	font:bold 38px/1 "microsoft yahei";
	color: #fff;
	letter-spacing:10px;
	margin-top: 25px;
	text-shadow: 0 4px 8px rgba(0,0,0,0.24);
}
.hl_info {
	background: rgba(255,255,255,0.1);
	border-radius: 6px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 18px;
	padding: 10px 0;
	box-sizing: border-box;
}
.hl_info li {
	line-height: 1;
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 20px;
}
.hl_info li:last-child {
	border-right: 0;
}
.hl_info li a {
	font:bold 14px/1 "microsoft yahei";
	color: #fff;
}
.search_box {
	width: 780px;
	margin: 0 auto;
	padding: 52px 0 20px;
	text-align: center;
	position: relative;
}
.search_box_inner {
	height: 54px;
	display: inline-block;
}

.search_box_inner .input_index {
	height: 54px;
	width: 660px;
	background: #fff;
	position: relative;
	border-radius: 12px 0 0 12px;
}


input.input_s {
	width: 100%;
	background: none;
	border: none;
	height: 44px;
	padding: 10px 10px 10px 140px;
	outline: none;
	font-size: 16px;
	color: #666;
	margin: 5px 0;
	box-sizing: border-box;
}

.btn_search_ss {
	border: none;
	cursor: pointer;
	color: #fff;
	width: 120px;
	display: inline-block;
	height: 54px;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	border-radius: 0 12px 12px 0;
	padding-left: 30px;
	background: -webkit-linear-gradient(left, #47a2ef, #1d73e3);
	background: -moz-linear-gradient(left, #47a2ef, #1d73e3);
	background: -o-linear-gradient(left, #47a2ef, #1d73e3);
	background: -ms-linear-gradient(left, #47a2ef, #1d73e3);
	background: linear-gradient(left, #47a2ef, #1d73e3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#47a2ef, endColorstr= #1d73e3);
	position: relative;
	vertical-align: middle;
}
.btn_search_ss:hover {
	color: #fff;
	text-decoration: none;
	background: #1d73e3;
}
.btn_search_ss:before {
	content: '';
	width: 50px;
	height: 54px;
	display: inline-block;
	background: url(../images/search_icon.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.input_index .picker{
    width: 126px;
    /* padding-right: 70px; */
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    background: url("../images/down.png") no-repeat;
    user-select: none;
    margin: 5px 0 5px 5px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
}
.input_index .picker-list{
    list-style: none;
    padding: 5px 0;
    width: 119px;
    position: absolute;
    left: 5px;
    top: 51px;
    margin: 0;
    line-height: 36px;
    font-size: 15px;
    border-radius: 12px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
    z-index: 10;
}
.input_index .picker-list>li{text-align: left;padding-left: 20px;}
.input_index .picker-list>li:hover{
    background-color: #dcedfb;
    cursor: pointer;
}
.page_color_g {

	height: 260px;
	display: table;
	width: 100%;
	text-align: center;
}
.page_color_g .page_mid {
	display: table-cell;
	vertical-align: middle;
}
.pm_item {
	border-radius: 6px;
	width: 285px;
	height: 200px;
	display: inline-block;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-right: 20px;
	text-align: center;
	box-shadow: 0 0 18px rgba(0,0,0,0.05);
	transition: all ease 0.2s;
}
.pm_item:hover {
	background: rgba(255,255,255,1);
	margin-top: -15px;
	text-decoration: none;
}
.pm_item:last-child {
	margin-right: 0;
}
.pm_item span {
	font: bold 16px/1 "microsoft yahei";
	color: #333;
	text-align: center;
	margin-top: 14px;
	display: inline-block;
	vertical-align: bottom;
}
.pm_item span b {
	font-size: 22px;
	line-height: 1;
	color: #127ecd;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 4px;
}
.pm_item i {
	margin-top: 8px;
	width: 285px;
	height: 152px;
	display: block;
}
.pm_item i.pm_icon1 {
	background: url(../images/icon_img1.png) no-repeat left center;
}
.pm_item i.pm_icon2 {
	background: url(../images/icon_img2.png) no-repeat left center;
}
.pm_item i.pm_icon3 {
	background: url(../images/icon_img3.png) no-repeat left center;
}
.pm_item i.pm_icon4 {
	background: url(../images/icon_img4.png) no-repeat left center;
}

.kineto .kineto-count {
	display:none;
}
.kineto .slide {
	outline:none;
}
.kineto .kineto-arrow {
	display:none;
}
.kineto-pagination {
	text-align:center;
	padding-top: 12px;
}
.kineto__pagination__button, .kineto-pagination-button {
    display: inline-block;
    padding: 0;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    position: relative;
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    z-index: 1;
    background: #cee5ff;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:none;
    cursor: pointer;
}

.kineto__pagination__button__text, .kineto-pagination-button-text {
    position: absolute;
    display:none;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.kineto__pagination__button--active, .kineto-pagination-button.kineto-active {
	background:#0a7dff;
	width: 20px;
}
.page_btm {
	padding: 30px 0;
}
.page_btm .page_mid {
	font-size: 0;
}
.slide_ver {
	width: 652px;
	display: inline-block;
	vertical-align: top;
}
.slide_ver .slide {
	width: 652px!important;
}
.pnews_con {
	width: calc(100% - 652px);
	width: -moz-calc(100% - 652px);
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	box-sizing: border-box;
}
.pnews_con h2 {
	display: block;
	position: relative;
}
.pnews_con h2 span {
	font: bold 22px/1 "microsoft yahei";
	color: #333;
	text-align: left;
	display: inline-block;
}
a.more {
	font: 400 15px/1 "microsoft yahei";
	color: #666;
	position: absolute;
	right: 0;
	top: 6px;
}
a.more1 {
	font: 400 15px/1 "microsoft yahei";
	color: #666;
	position: absolute;
	right: 53px;
	top: 33px;
}
.pnews_list {
	text-align: left;
	padding-top: 30px;
}

.pnews_list li {
	padding: 0 0 28px 0;
}
.pnews_list li:last-child {
	padding-bottom:0;
}
.pnews_list li a {
	display: block;
}


.pnews_list li a span,
.pnews_list li a em {
	font-size: 16px;
	color: #333;
}

.pnews_list li a span {
	width: 74%;
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.pnews_list li a em {
	font-weight: 400;
	float: right;
	vertical-align: middle;
	color: #999999;
}
.pnews_list li:hover a span,
.pnews_list li:hover a em {
	color: #0069df;
}

.pnews_list li:hover a {
	text-decoration: underline;
}
.page_func {
	display: block;
	width: 100%;
	font-size: 0;
	padding: 40px 0;
}
.pfunc_item {
	display: inline-block;
	height: 107px;
	width: 590px;
	position: relative;
}
.pfunc_1 {
	background: url(../images/img_qtfw.jpg) no-repeat;
	margin-right: 20px;
}
.pfunc_2 {
	background: url(../images/img_xglj.jpg) no-repeat;
}
.pfunc_item i {
	width: 21px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 55%;
	margin-top: -5px;
	background: url(../images/arrow_linear.png) no-repeat;
}
.pfunc_item span {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding-left: 44px;
	line-height: 107px;
}
.pfunc_item:hover {
	text-decoration: none;
}
.pfunc_item:hover span {
	color: #333;
}
.page_foot {
	background: #f0f0f0;
	display: table;
	width: 100%;
	text-align: center;
	height: 140px;
}
.page_foot .page_mid {
	display: table-cell;
	vertical-align: middle;
}
.page_foot .page_mid p {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
.jszc_link {
	color: #2983cc;
	margin-left: 6px;
}
.jszc_link:hover {
	color: #127ECD;
}

/*inner*/
.head_inner {
	height:215px;
	background: url(../images/head_inner.jpg) no-repeat top center;
	position: relative;
}
.head_inner h1.head_logo {
	display: block;
	padding-left: 0;
	text-align: left;
	padding-top: 35px;
}
.head_inner .hl_info {
	top: 11px;
}
.head_inner h1.head_logo span.hl_title {
	display: inline-block;
	vertical-align: bottom;
	font-size: 45px;
	letter-spacing: 0;
}
.head_inner h1.head_logo .hl_subtitle {
	display: inline-block;
	vertical-align: bottom;
	font-size: 32px;
	letter-spacing: 0;
}
.hl_nav {
	width: 100%;
	height: 48px;
	background: url(../images/nav_box.png) repeat-x;
	position: absolute;
	bottom: 0;
}
.hl_nav_list {
	width: 100%;
	font-size: 0;
}
.hl_nav_list li {
	width:20%;
	text-align: center;
	display: inline-block;
}
.hl_nav_list li:hover {
	background:rgba(255,255,255,0.3);
}
.hl_nav_list li a {
	display: inline-block;
	font:400 16px/3 "microsoft yahei";
	height: 48px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 0 4px;
}
.hl_nav_list li a:hover {
	text-decoration:none;
}
.hl_nav_list li:hover a {
	color: #ffc826;
}
.hl_nav_list li.default a {
	 border-bottom: 4px solid #ffc826;
	 color: #ffc826;
	 font-weight: bold;
}
.hl_nav_list li.default:hover {
	background:none;
}
.page_crumb {
	height: 56px;
	border-bottom:1px solid #eeeeee ;
}
.page_crumb p {
	font-size: 15px;
	color: #333;
	height: 56px;
	line-height: 56px;
	display: block;
}
a.node:hover {
	color: #2482D2;
}
.page_crumb p span {
	color: #333;
}

.cone_tent {
	padding: 30px 0 5px 0;
	position: relative;
}

.tb_center {
	text-align: center;
}

.tent_title {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.tent_title a {
	display: inline-block;
	min-width: 162px;
	height: 50px;
	text-align: center;
	font: 16px/50px 'Microsoft YaHei';
	color: #666666;
	position: relative;
	z-index: 20;
	text-decoration: none;
	margin: 0 7px;
	background: rgba(218,218,218,0.4);
	box-sizing: border-box;
	padding: 0 4px;
}
.tent_title a:hover {
	background: #2182d41f;
	color: #2182d4;
}

.tent_title a.default {
	color: #fff;
	background:#2182d4;
	font-weight: 600;
}
.tent_title a.default:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	bottom: 4px;
	left: 50%;
	margin-left: -5px;
}

.tent_line {
	display: none;
	width: 100px;
	height: 34px;
	background: url(../images/tene_cur.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: .4s all;
}

.layer {
	display: none;
}
.default {
	display: block;
}

.page_main { background: #fff; margin-top: 30px;}
.page_tab {
	width: 1200px;
	margin: 0 auto;
}
/* ç­›é€‰ */
.cpSel a {text-decoration:none;color:#2d2f30;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-o-transition: all .3s linear;-ms-transition: all .3s linear;transition: all .3s linear;}
.cpSel a:focus{ outline:none;}
.tags{ height: 40px; padding: 0 15px; background: #f5f5f5; border: 1px solid #ddd; }
.tags h3 { height: 38px; margin-right: 20px; display: inline-block; float:left; }
.tags h3 span { margin-right: 20px; font-size: 14px; color: #666; line-height: 40px; display: inline-block; float: left; }
.tags h3 i { line-height: 40px; color: #666; }
.tags h3 i b { color: #0d5bbe; }
.select-result { width: 900px; padding-top: 7px; float:left; }
.select-result dd { float:left; }
.select-result dd a { margin:0 10px 0 0; padding:0 24px 0 10px; background: #fff; line-height:24px;display:block; float:left;color:#0d5bbe; background-image:url(../images/icon_closed.gif); background-repeat: no-repeat; background-position: 95% 9px; border: 1px solid #ddd; }
.select-result dd a:hover { color:#f30; background-position: 95% -23px; }
.selCon{padding: 0 10px;background: #f7f7f7;margin: 10px 0;border: 1px solid #f1f1f1;}
.selCon dl { padding: 5px 0 5px 80px; border-bottom:1px dashed #eee; overflow: hidden; clear: both; position: relative; }
.selCon dt { padding: 10px 0; }
.selCon dt { width: 80px; color: #999; line-height: 18px; position: absolute; top: 0; left: 0; }
.selCon dd { margin-right: 10px; padding: 5px 0; float:left;}
.selCon dd a { padding:0 8px; line-height:18px; color: #666; display:block;}
.selCon dd a:hover { color:#2577e3; }
.selCon dd.selected a {background:#2577e3;color:#fff;}
.selCon dd input[type="text"] { width:80px; height: 22px; margin: 0 5px; border: 1px solid #ddd; line-height: 20px; }
.selCon dd input[type="submit"] { width:40px; height: 22px; background: #f5f5f5; border-style: none; border: 1px solid #ddd; line-height: 20px; text-align: center; cursor: pointer; }
.selCon dd input[type="submit"]:hover { background: #2577e3; border: 1px solid #2577e3; color: #fff; }
.selCon .srhBox { width: 380px; margin:15px 0; position: relative; }

/* ä¿¡è´·åˆ—è¡¨ */
.listHd {height: 42px;border: 1px solid #ddd;position: relative;}
.listHd .csel { padding: 8px 0 0 8px; }
.listHd .csel li { height: 24px; padding: 0 8px; border: 1px solid #ddd; border-left: none; line-height: 22px; color: #333; float:left; overflow: hidden; cursor: pointer; }
.listHd .csel li:first-child { border-left: 1px solid #ddd; }
.listHd .csel li:hover { background: #eee; color:#f30; }
.listHd .csel li.cur { background-color: #f33; background-repeat: no-repeat; border-color: #f33; color: #fff; }
.listHd .csel li i { width: 14px; height: 22px; display: none; float: right; }
.listHd .csel li.up, .listHd .csel li.down { padding:0 2px 0 8px; }
.listHd .csel li.up i, .listHd .csel li.down i { display: inline-block; }
.listHd .csel li.up i { background: url(../images/icon_up.png) no-repeat center center; }
.listHd .csel li.down i { background: url(../images/icon_down.png) no-repeat center center; }
.listHd .lst_cz { display: inline-block; position: absolute; top: 0; right: 0; }
.listHd .lst_cz i, .listHd .lst_cz a { line-height: 40px; display: inline-block; float: left; }
.listHd .lst_cz i { padding:0 5px; }
.listHd .lst_cz i b { color: #1465c1; }
.listHd .lst_cz a { width: 30px; background-image: url(../images/icon_listhd.png); background-repeat: no-repeat; text-indent: -9999px; overflow: hidden; float: left; }
.listHd .lst_cz a:first-child { border-left: 1px solid #e5e5e5; }
.listHd .lst_cz a.blk, .listHd .lst_cz a.lst { width:40px; border-right: 1px solid #e5e5e5; text-align: center; }
.listHd .lst_cz a.blk { background-position: 0 0; }
.listHd .lst_cz a.lst { background-position: 0 -80px; }
.listHd .b_c a.blk  { background-position: 0 -40px; cursor: default; }
.listHd .b_c a.lst:hover { background-position: 0 -120px; background-color: #ddd; }
.listHd .l_c a.lst  { background-position: 0 -120px; cursor: default; }
.listHd .l_c a.blk:hover { background-position: 0 0; background-color: #ddd; }
.listHd .lst_cz a.previous { background-position: -125px 0; }
.listHd .lst_cz a.previous:hover { background-position: -125px -40px; background-color: #ddd; }
.listHd .lst_cz a.next { background-position: -125px -80px; }
.listHd .lst_cz a.next:hover { background-position: -125px -120px; background-color: #ddd; }

.tbList thead th { padding: 8px 0; background: #f3f3f3; }
.tbList thead th.fst { width:60px; }
.tbList tbody th, .tbList tbody td { padding: 10px 5px; border-bottom: 1px dashed #eee; font-weight: normal; text-align: left; }
.tbList tbody th i { width: 60px; height: 20px; margin: 0 auto; background: #2577e3; border-radius: 3px; color: #fff; text-align: center; display: block; }
.tbList tbody th i.ytg { background: #fff; border: 1px solid #ddd; color: #093; }
.tbList tbody th i.wtg { background: #fff; border: 1px solid #ddd; color: #f33; }
.tbList tbody th i.shz { background: #fff; border: 1px solid #ddd; color: #2577e3; }
.tbList tbody th a { font-size:16px; color: #2577e3; }
.tbList tbody td { text-align: center; }

.clist {width: 289px;height: 225px;margin: 10px 10px 0 0;border: 1px solid #dedede;display: inline-block;position: relative;box-sizing: border-box;vertical-align: top;}
.clist:nth-child(4n) {margin-right:0;}
.clist:hover { border:1px solid #2577e3; }
.clist span.xdtag { padding: 0 10px; background: #ececec; border-radius: 0 0 0 3px; color: #2577e3; line-height: 20px; display: inline-block; position: absolute; top: 0; right: 0; }
.clist h3 { height: 65px; padding: 25px 10px 0 15px; overflow: hidden; }
.clist h3 a { font-size: 16px; }
.clist .cs { padding: 10px 20px; }
.clist .cs strong { margin: 0 10px 10px 0; font-size: 30px; color: #f60; font-weight: 200; line-height: 34px; display: inline-block; float: left; }
.clist .cs i { color:#999; float: left; }
.clist .cs i b { font-size: 14px; color: #1465c1; font-weight: normal; display: block; }
.clist .cs span { width: 100%; margin-bottom: 5px; color: #666; display: block; clear: both; }
.clist .sqbox {width: 100%;position: absolute;bottom: 0;padding: 10px;}
.clist .sqbox input {width: 100%;border-style: none;background: linear-gradient(to right, #1669d9, #599ff3);font-size: 15px;line-height: 36px;text-align: center;cursor: pointer;color: #fff;}
.clist .sqbox input:hover { background: #1669d9; color: #fff; }

.pgct { padding:30px 0 10px 0; clear: both; font-size: 12px; }
.pgct table { width: 590px; margin: 0 auto; }
.pgct a { width:36px; margin: 0 2px; border: 1px solid #eee; text-align: center; line-height: 36px; text-decoration: none; display: inline-block; }
.pgct a:hover { background: #eee; color: #2577e3; }
.pgct a.prv, .pgct a.nxt { width:70px; background-image: url(../images/icon_listhd.png); background-repeat: no-repeat; }
.pgct a.prv { padding-left: 5px; background-position: -130px -2px; }
.pgct a.prv:hover { background-position: -130px -42px; }
.pgct a.nxt { padding-right: 5px; background-position: -80px -82px; }
.pgct a.nxt:hover { background-position: -80px -122px; }
.pgct input[type="text"] { width: 40px; height: 24px; border: 1px solid #ddd; line-height: 24px; }
.pgct input[type="submit"] { width: 50px; border-style: none; border: 1px solid #ddd; line-height: 24px; cursor: pointer; }
.pgct input[type="submit"]:hover { background: #ddd; }


.fcdh_con {
	display: block;
	padding: 10px 0;
}
.fcdh_item {
	display: block;
	margin: 20px 0;
}
.fcdh_item span.fcdh_title {
	height: 40px;
	width: 80px;
	font:400 15px/40px "microsoft yahei";
	background: #b7b7b7;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.fcdh_item .fcdh_item_con {
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.fcdh_item .fcdh_item_con a {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	width: 120px;
	height:32px;
	line-height: 32px;
	margin-left: 20px;
	box-sizing: border-box;
	text-align: center;
	font: 400 14px/32px "microsoft yahei";
	color: #333;
	border-radius: 3px;
}
.fcdh_item .fcdh_item_con a:hover {
	background:#2182d4;
	color:#fff;
	text-decoration:none;
}
.page_sx_con {
	padding: 30px 0;
}
.page_sx_con span.psx_item {
	width: 100px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 3px 16px rgba(0,0,0,0.1);
	position: relative;
	margin: 0 10px 10px 0;
	font:400 16px/36px "microsoft yahei";
	color: #333;
	text-align: center;
	cursor: pointer;
}
.page_sx_con span.psx_item:nth-child(11n) {
	margin-right: 0;
}
.page_sx_con span.psx_item.active:before {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/sel_gou.png) no-repeat;
}
.search_page {
	width: 882px;
	padding: 6px 0 36px;
}
.search_page .fL {
	width: 585px;
}
.search_page .fL {
	border: 1px solid #eee;
	border-right: 0;
	box-sizing: border-box;
}
.search_page .fL input.input_s {
	padding-left: 20px;
}
a.btn_mlk_sm {
	width: 145px;
	height: 54px;
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(to right,#f4cc4e,#eeb126);
	border-radius: 12px;
	margin-left: 30px;
}
a.btn_mlk_sm i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_sprites.png) no-repeat;
	background-position: 0 0;
	margin: 7px auto 6px auto;
}
a.btn_mlk_sm span {
	text-align: center;
	font:400 14px/1 "microsoft yahei";
	color: #333;
	display: block;
}
a.btn_mlk_sm:hover {
	text-decoration: none;
	background: #f4cc4e;
}
.page_result_qy {
	border-top: 1px dashed #eee;
}
.res_qy_item {
	border-bottom: 1px solid #eee;
	padding: 20px;
	box-sizing: border-box;
}
.res_qy_item:nth-child(even) {
	background: #f5f8fa;
}
.res_qy_item .res_qy_top {
	margin-bottom: 25px;
	position: relative;
}
.res_qy_item .res_qy_top span.res_qy_title {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font:bold 20px/1 "microsoft yahei";
	text-align: left;
}
.res_qy_item .res_qy_top span.res_qy_title b {
	color: #1364b8;
}
.res_qy_item .res_qy_top span.res_qy_title:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #3b94ec;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 3px;
}
.res_qy_item .res_qy_top em.qy_tag {
	font:400 13px/16px "microsoft yahei";
	color: #2c8ceb;
	height: 18px;
	padding: 0 10px;
	display: inline-block;
	border: 1px solid #2c8ceb;
	border-radius: 3px;
	box-sizing: border-box;
	margin-left: 16px;
	vertical-align: middle;
}
.res_qy_item .res_qy_btm {
	font-size: 0;
}
.qy_btm_box {
	display: inline-block;
	vertical-align: middle;
}
.qy_btm_box i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_sprites.png) no-repeat;
	margin-right: 10px;
}
.qy_btm_box i.qy_icon1 {
	background-position: 0 -40px;
}
.qy_btm_box i.qy_icon2 {
	background-position: 0 -60px;
}
.qy_btm_box i.qy_icon3 {
	background-position: 0 -80px;
}
.qy_btm_box span {
	display: inline-block;
	vertical-align: middle;
	font:400 13px/18px "microsoft yahei";
	color: #333333;
}
.qy_text1 {
	width: 50%;
}
.qy_text2 {
	width: 25%;
}
.qy_text3 {
	width: 25%;
}
.page_result {
	padding-bottom: 20px;
}
.page_no_result {
	padding: 20px 0;
}
.img_page_result {
	margin: 0 auto;
	width: 285px;
	height: 255px;
	display: block;
}
.page_no_result p {
	font:400 18px/1 "microsoft yahei";
	color: #333333;
	text-align: center;
	display: block;
	margin-top: -30px;
}

.page_blue_grey {
	background: #ebf0f5;
}

.page_blue_grey .res_qy_item {
	padding: 30px 0 0;
}
.res_xq_tb {
	display: block;
	padding: 0 30px;
}
.res_table {
	border-collapse: collapse;
	width: 100%;
}
.res_table th {
	background: #f5f8fa;
	font:400 15px/1 "microsoft yahei";
	color: #666;
	text-align: left;
	padding: 0 10px;
	height: 42px;
	border: 1px solid #ebf0f5;
}
.res_table td {
	background: #f1f5f8;
	font:400 15px/1 "microsoft yahei";
	color: #000;
	text-align: left;
	padding: 0 10px;
	height: 42px;
	border: 1px solid #ebf0f5;
}
.xq_tab {
	padding: 0;
}
.xq_tab .tb_center {
	padding: 20px 22px 0;
	background: #ebf0f5;
}
.xq_tab .tent_title {
	height:46px;
	border:none;
	font-size: 0;
}
.xq_tab .tent_title a {
	color:#778693;
	background:#c4d0db;
	height: 46px;
	font-size: 15px;
	line-height: 46px;
	width: 217px;
}
.xq_tab .tent_title a.default {
	background:#fff;
	color:#666;
	font-weight:400;
}
.xq_tab .page_main {
	margin:0;
	padding-top: 20px;
}
.xq_tab .layer {
	background: #fff;
	min-height: 120px;
}
.pma_info {
	background: #e1eaf4;
	text-align:left;
	height: 40px;
	width: 100%;
}
.spe_pad {
	padding: 0 30px;
}
.pma_info span.pma_info_text {
	color: #1364b8;
	font:400 15px/40px "microsoft yahei";
	display: inline-block;
	vertical-align: middle;
	width: 36%;
	margin-left: 20px;
}
.pma_detail {
	display: block;
	padding: 10px 0 20px;
}
.pma_detail span.pma_d_item {
	display: block;
	padding: 14px 0;
	border-bottom: 1px dashed #eee;
}
.pma_detail span.pma_d_item b {
	color: #999999;
	font:400 15px/1 "microsoft yahei";
	display: inline-block;
	vertical-align: middle;
}
.pma_detail span.pma_d_item em {
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	font:400 15px/1 "microsoft yahei";
}
a.esc_page {
	font: 400 16px/32px "microsoft yahei";
	color: #2c8ceb;
	width: 100px;
	height: 36px;
	border: 1px solid #2c8ceb;
	text-align: center;
	position: absolute;
	right: 0;
	top: -6px;
	border-radius: 3px;
	box-sizing: border-box;
}
a.esc_page i {
	width: 20px;
	height: 20px;
	background: url(../images/icon_sprites.png) no-repeat 0 -20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;
}

.res_total {
	border-bottom: 3px solid #000;
	height: 50px;
	width: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
}
.res_total p {
	text-align: left;
	font: 400 15px/40px "microsoft yahei";
	color: #333;
	padding-left: 10px;
}
.res_total p b {
	color: #2182d4;
}
.czc_box {
	display: block;
}
.czc_table {
	width: 100%;
}
.czc_table td {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0 14px;
}

.czc_table td span.czc_title:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: #739cbe;
}
.czc_table td span.czc_title {
	font:400 16px/1 "microsoft yahei";
	color:#333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.czc_table td span.czc_source {
	font:400 16px/1 "microsoft yahei";
	color:#666666;
}
.czc_table td span.czc_date {
	font:400 14px/1 "microsoft yahei";
	color:#bcbec0;
}
.page_tab2 .page_main {
	background: #fafafa;
	margin: 0;
	padding-top: 30px;
	padding-bottom:20px;
}
.page_tab2 {
	padding-bottom:0;
}
.page_tab2 .layer {
	min-height:120px;
}
.page_tab3 {
	margin:0;
	padding: 0 0 20px;
}
.page_tab3 .tb_center {
	background:#f5f6fa;
	padding-top: 30px;
}
.page_tab3 .tent_title {
	border:none;
	height: 84px;
	width: 1200px;
	margin: 0 auto;
}
.page_tab3 .tent_title a {
	background: #fbfbfc;
	height: 84px;
	font: 20px/44px "microsoft yahei";
	color: #999999;
	margin: 0;
	width: 237px;
}
.page_tab3 .tent_title a:hover {
	color:#458eec;
}
.page_tab3 .tent_title a.default {
	background:#458eec;
	color: #fff;
}
.page_tab3 .tent_title a.default:before {
	border-top: 10px solid #458eec;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -10px;
	margin-left: -5px;
	z-index: 10;
}
.page_tab3 .tent_title i {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	background: url(../images/icon_sprites.png) no-repeat;
}
.page_tab3 .tent_title a i.xzs_icon1 {
	background-position: -30px 0;
}
.page_tab3 .tent_title a i.xzs_icon2 {
	background-position: -30px -30px;
}
.page_tab3 .tent_title a i.xzs_icon3 {
	background-position: -30px -60px;
}
.page_tab3 .tent_title a i.xzs_icon4 {
	background-position: -30px -90px;
}
.page_tab3 .tent_title a i.xzs_icon5 {
	background-position: -30px -120px;
}

.page_tab3 .tent_title a.default i.xzs_icon1 {
	background-position: -60px 0;
}
.page_tab3 .tent_title a.default i.xzs_icon2 {
	background-position: -60px -30px;
}
.page_tab3 .tent_title a.default i.xzs_icon3 {
	background-position: -60px -60px;
}
.page_tab3 .tent_title a.default i.xzs_icon4 {
	background-position: -60px -90px;
}
.page_tab3 .tent_title a.default i.xzs_icon5 {
	background-position: -60px -120px;
}

.page_tab3 .tent_title a.default:hover i.xzs_icon1 {
	background-position: -60px 0;
}
.page_tab3 .tent_title a.default:hover i.xzs_icon2 {
	background-position: -60px -30px;
}
.page_tab3 .tent_title a.default:hover i.xzs_icon3 {
	background-position: -60px -60px;
}
.page_tab3 .tent_title a.default:hover i.xzs_icon4 {
	background-position: -60px -90px;
}
.page_tab3 .tent_title a.default:hover i.xzs_icon5 {
	background-position: -60px -120px;
}

.page_tab3 .tent_title a:hover i.xzs_icon1 {
	background-position: -90px 0;
}
.page_tab3 .tent_title a:hover i.xzs_icon2 {
	background-position: -90px -30px;
}
.page_tab3 .tent_title a:hover i.xzs_icon3 {
	background-position: -90px -60px;
}
.page_tab3 .tent_title a:hover i.xzs_icon4 {
	background-position: -90px -90px;
}
.page_tab3 .tent_title a:hover i.xzs_icon5 {
	background-position: -90px -120px;
}
.page_tab3 .layer {
	box-shadow: 0px -8px 12px rgba(0,0,0,0.05);
	position: relative;
	z-index: 20;
}
.page_tab3 .page_main {
	background:none;
	margin: 0;
	padding-top: 20px;
}

.c_con_m { font-size: 0; text-align: center; }
.c_d_box {text-align: left;position: relative;display: inline-block;width: 291px;height: 280px;margin: 0 12px 12px 0;vertical-align: top;background: #fff;box-sizing: border-box;padding: 10px;border: 1px solid #eeeeee;}
.c_d_box:nth-child(4n) { margin-right: 0;}
.c_d_box:hover:after,.c_d_box:hover:before {position: absolute;left: 0;right: 0;height: 1px;background: #336bf3;content: '';}

.c_d_box:hover:after {top: 0;animation: panel-top-solid 5s infinite alternate;-webkit-animation: panel-top-solid 5s infinite alternate;-moz-animation: panel-top-solid 5s infinite alternate;-o-animation: panel-top-solid 5s infinite alternate;-ms-animation: panel-top-solid 5s infinite alternate;}
/*---animate---*/

@keyframes panel-top-solid {0% {left: 0;}50% {left: 100%;}100% {left: 0;}}

@-webkit-keyframes panel-top-solid {0% {left: 0;}50% {left: 100%;}100% {left: 0;}}

@-moz-keyframes panel-top-solid {0% {left: 0;}50% {left: 100%;}100% {left: 0;}}

@-o-keyframes panel-top-solid {0% {left: 0;}50% {left: 100%;}100% {left: 0;}}

@-ms-keyframes panel-top-solid {0% {left: 0;}50% {left: 100%;}100% {left: 0;}}

.c_d_box:hover:before {bottom: 0;animation: panel-bottom-solid 5s infinite alternate;-webkit-animation: panel-bottom-solid 5s infinite alternate;-moz-animation: panel-bottom-solid 5s infinite alternate;-o-animation: panel-bottom-solid 5s infinite alternate;-ms-animation: panel-bottom-solid 5s infinite alternate;}

@keyframes panel-bottom-solid {0% {right: 0;}50% {right: 100%;}100% {right: 0;}}

@-webkit-keyframes panel-bottom-solid {0% {right: 0;}50% {right: 100%;}100% {right: 0;}}

@-moz-keyframes panel-bottom-solid {0% {right: 0;}50% {right: 100%;}100% {right: 0;}}

@-o-keyframes panel-bottom-solid {0% {right: 0;}50% {right: 100%;}100% {right: 0;}}

@-ms-keyframes panel-bottom-solid {0% {right: 0;}50% {right: 100%;}100% {right: 0;}}

.c_d_box a { text-decoration: none; }
.c_d_box a .c_box_title {width: 255px;height: 140px;text-align: center;box-sizing: border-box;position: relative;}
.c_d_box a .c_box_title b.c_video_icon {width: 30px;height: 30px;display: block;margin: 0 auto 0;background: url(../images/icon_sprites.png) no-repeat -30px -150px;position: absolute;left: 50%;margin-left: -15px;bottom: 0px;}
.c_d_box a .c_box_title em {display: block;height: 60px;text-align: center;font: bold 18px/24px "microsoft yahei";color: #0b45ac;padding: 46px 30px 0;}
.c_d_box .c_text_m { display: block; font:400 16px/1 "microsoft yahei";color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin: 20px 0; }
.c_d_box .c_l_info {height: 15px;margin-bottom: 10px;width: 100%;}
.c_d_box .c_l_info span {font:400 14px/1 "microsoft yahei";color: #666;display: inline-block;vertical-align: middle;}
.c_d_box .c_l_info span.c_f_red { color: #d73535; margin-right: 10px;}
.c_d_box .c_l_info span.c_f_grey {float:right; color:#4a6079;}
.c_d_box .c_source {margin-bottom: 10px;height: 20px;}
span.c_tag {float: left;text-align: center;height: 20px;border-radius: 3px;padding: 0 6px;display: inline-block;background: #f39939;font: 400 13px/20px "microsoft yahei";color: #fff;}
.c_d_box .c_source span.c_browse {font: 400 13px/1"microsoft yahei";color: #516793;display: inline-block;}
.c_d_img {
	background: #e4eef9 url(../images/t_box_bg.jpg) no-repeat bottom center;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
.c_d_po {
	position: absolute;
	bottom: 0;
	width: 93%;
}
.page_tab3 .pgct {
	padding-top: 10px;
}

/*æ³¨å†Œ*/
.yhzc_tip {
	display: inline-block;
	font:400 15px/1 "microsoft yahei";
	color: #dc4242;
	margin: 0 auto;
}
.yhzc_tb {
	text-align: center;
}
.wrap_table_c {
	width: auto;
	display: inline-block;
}

.wrap_table_c th {
	text-align: left;
	font: 14px/18px microsoft yahei;
	color: #333;
	padding: 15px 10px;
	width: 160px;
}

.wrap_table_c th span {
	color: #FF0000
}

.wrap_table_c td {
	padding: 15px 0px;
	font: 14px/18px microsoft yahei;
	color: #333;
	text-align: left;
}

.wrap_table_c td i {
	line-height: 30px;
	font-style: normal;
	color: #999;
	vertical-align: middle;
}

.wrap_table_c td textarea {
	width: 560px;
	height: 100px;
	border: 1px solid #ddd;
	resize: none;
	padding: 8px;
	font: 12px/18px microsoft yahei;
	color: #333;
	border-radius: 3px;
}

.wrap_table_c th.v_tp_n {
	vertical-align: top;
	padding-top: 36px;
}


/*å¤šè¡Œæ–‡æœ¬æ—¶æ ‡é¢˜æ–‡å­—*/

.wrap_table_c th.v_t_tp {
	vertical-align: top;
	padding-top: 24px;
}


/*å•è¡Œæ–‡æœ¬å¸¦æ³¨é‡Šæ ‡é¢˜æ–‡å­—*/

.wrap_table_c td.v_top {
	vertical-align: top;
	padding-top: 24px;
}

.input_text_1 {
	width: 464px;
	height: 44px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font: 14px/44px microsoft yahei;
	color: #333;
	text-indent: 15px;
	background: none;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
}
.input_text_1:focus {
	outline: none;
}
.yhzc_inp_hqyz {
	width: 165px;
	height: 44px;
}

.tb_inp_tj {
	outline: none;
	width: 464px;
	border: 0;
	cursor: pointer;
	display: block;
	background: #1b73eb;
	transition: all ease 0.4s;
	font: 400 14px "microsoft yahei";
	color: #fff;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}

.tb_inp_tj:hover {
	background: #0c61fe;
}

.pin_zc_bg {
	background: #fafafa;
	padding-top: 30px;
}
.p_zcxq_box {
	background: #fff;
	border-top: 3px solid #355eaf;
	min-height: 240px;
	box-sizing: border-box;
	padding: 27px 30px 30px;
}
.p_zcxq_head {
	background: #fff;
	position: relative;
	padding: 0 0 27px 0;
}
.p_zcxq_head:before {
	content: '';
	width: 100%;
	height: 6px;
	background: url(../images/zc_title_bg.png) repeat-x;
	display: block;
	position: absolute;
	bottom: 0;
}
.p_zcxq_head h3.p_zcxq_title {
	font:bold 24px/1 "microsoft yahei";
	color: #355eaf;
	text-align: center;
}
.p_zcxq_head .p_zcxq_text {
	display: block;
	text-align: center;
}
.p_zcxq_head .p_zcxq_text b.ptext_source {
	display: inline-block;
	font:400 14px/1 "microsoft yahei";
	color: #999999;
	margin: 15px 10px 0;
}
.p_zcxq_con {
	display: block;
}
.p_zcxq_con_hd {
	padding-top: 26px;
}
span.pcon_title {
	font: 400 24px/1 "microsoft yahei";
	color: #333;
	display: block;
	text-align: center;
}
.p_zcxq_con_hd b {
	font: 400 16px/1 "microsoft yahei";
	color: #333;
	display: block;
	text-align: center;
	margin: 15px 0 45px;
}
p.pp_text {
	font: 400 16px/2 "microsoft yahei";
	color: #333;
	display: block;
}
p.pp_indent {
	font: 400 16px/2 "microsoft yahei";
	color: #333;
	display: block;
	text-indent: 32px;
}
.pp_part {
	text-align: right;
	font: 400 16px/2 "microsoft yahei";
	color: #333;
	letter-spacing: 22px;
}
.pp_time {
	text-align: right;
	font: 400 16px/2 "microsoft yahei";
	color: #333;
}

.cjwt_title {
	background: url(../images/cjwt_title_bg.png) repeat;
	height: 83px;
	width: 100%;
	font: bold 28px/83px "microsoft yahei";
	color: #156fbd;
	text-align: center;
}
.cjwt_ques {
	border-bottom: 1px dashed #eee;
	padding: 26px 0;
}
.cjwt_ques span.ques_title {
	font: 400 18px/1 "microsoft yahei";
	color: #666;
	text-align: left;
	display: block;
	margin-bottom: 14px;
}
.cjwt_ques p.ques_answer {
	font: 400 15px/2 "microsoft yahei";
	color: #000;
	text-align: left;
	
}
.ques_sy_area {
	margin-top: 12px;
}
.ques_sy_area img {
	display: block;
	width: 698px;
	margin: 0 auto;
}





/* ç•™è¨€åŠŸèƒ½2022-04-25 */
.ly_tb{
	height: 80px;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.ly_mid{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ly_mid span{
	color: #2182d4;
	border-bottom: 3px solid #2182d4;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	display: inline-block;
	background: url(../images/ly_01.png) no-repeat 10px 12px;
	text-indent: 40px;
	padding: 0px 10px;
	margin-top: 5px;
	position: relative;
}
.ly_mid a {
	border: none;
	cursor: pointer;
	color: #fff;
	width: 148px;
	display: inline-block;
	height: 54px;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	border-radius: 4px;
	background: -webkit-linear-gradient(left, #47a2ef, #1d73e3);
	background: -moz-linear-gradient(left, #47a2ef, #1d73e3);
	background: -o-linear-gradient(left, #47a2ef, #1d73e3);
	background: -ms-linear-gradient(left, #47a2ef, #1d73e3);
	background: linear-gradient(left, #47a2ef, #1d73e3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#47a2ef, endColorstr= #1d73e3);
	position: relative;
	vertical-align: middle;
	float: right;
	top: 12px;
}
.ly_mid a i{
	width: 29px;
	height: 27px;
	display: inline-block;
	background: url(../images/ly_02.png) no-repeat ; 
	position: relative;
	top: 8px;
	margin-right: 8px;
}

.ly_poto{
    width: 115px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #dddee3;
    background: #efefef;
    font: 400 14px/38px "microsoft yahei";
    display: inline-block;
    cursor: pointer;
    outline: none;
}

.ly_bt_tj {
    outline: none;
    width: 48%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    background: #1b73eb;
    transition: all ease 0.4s;
    font: 400 16px "microsoft yahei";
    color: #fff;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
.ly_bt_cz {
    outline: none;
    width: 48%;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #dddee3;
    background: #efefef;
    font: 400 16px "microsoft yahei";
    /* color: #fff; */
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}

.ly_bt_tj:hover{
	background-color: #1b65c8;
}
.ly_bt_cz:hover{
	background-color: #dfdddd;
}
.ly_box{
	width: 750px;
	margin: 20px auto;
}
.ly_box_l{
	display: inline-block;
	width: 280px;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin: 0 10px;
}
.ly_box_l input{
	width: 100%;
	background: none;
	border: none;
	height: 44px;
	padding: 10px;
	outline: none;
	font-size: 16px;
	color: #666;
	margin: 5px 0;
	box-sizing: border-box;
}
.ly_box_add{
	background: url(../images/ly_03.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: 10px;
}
.ly_search {
	border: none;
	cursor: pointer;
	color: #fff;
	width: 120px;
	display: inline-block;
	height: 54px;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	border-radius: 4px;
	padding-left: 30px;
	background: -webkit-linear-gradient(left, #47a2ef, #1d73e3);
	background: -moz-linear-gradient(left, #47a2ef, #1d73e3);
	background: -o-linear-gradient(left, #47a2ef, #1d73e3);
	background: -ms-linear-gradient(left, #47a2ef, #1d73e3);
	background: linear-gradient(left, #47a2ef, #1d73e3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#47a2ef, endColorstr= #1d73e3);
	position: relative;
	vertical-align: middle;
}
.ly_search:hover {
	color: #fff;
	text-decoration: none;
	background: #1d73e3;
}
.ly_search:before {
	content: '';
	width: 50px;
	height: 54px;
	display: inline-block;
	background: url(../images/search_icon.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.ly_img img{
	max-width: 920px;
	margin: 3px;
}

.ly_hf{
	background-color: #FFFFFF;
}
.ly_hf_min{
	width: 1200px;
	margin:  auto;
	position: relative;
}

.ly_hf_tlte{
	background: url(../images/ly_04.png) no-repeat;
	width: 54px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	top: -4px;
}
.ly_hf_min p{
	padding: 20px 54px;
	font-size: 16px;
	line-height: 1.5em;
}

.czc_table tr{
	cursor: pointer;
}
.czc_table tr:hover td{
	color: #0069DF;
}



/* 2022-6-6 ç•™è¨€åŠŸèƒ½å…¥å£ */
.message_b{
	background-image: -moz-linear-gradient( 0deg, rgb(245,205,80) 0%, rgb(238,178,39) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(245,205,80) 0%, rgb(238,178,39) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(245,205,80) 0%, rgb(238,178,39) 100%);
	position: fixed;
	top: 40%;
	right: 0px;
	width: 70px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border-radius: 12px 0 0 12px;
}
.message_b i{
	width: 25px;
	height: 25px;
	display: block;
	background: url(../images/icon_zxly.png) no-repeat;
	margin: auto ;
	margin-bottom: 5px;
}

.message_b:hover{
	text-decoration: none;
	background: #f4cc4e;
	color: #333;
}
a.message_sm{
	width: 154px;
}
a.message_sm i{
	background-position: 0px -100px;
}



/* 2022-8-25é¦–é¡µåŠ åœ°æ–¹é“¾æŽ¥ */
.page_link{
   margin-top: 10px;
}
.page_link h2 {
    font: bold 22px/2.5 "microsoft yahei";
    color: #333;
    text-align: left;
    display: inline-block;
}
.page_link ul li {
    font: normal 18px/1 "microsoft yahei";
    color: #333;
	display: inline-block;
	margin: 6px 0px;
}
.page_link ul li:nth-of-type(n+1){
	width: 750px;
}
.page_link ul li:nth-of-type(2n){
	width: 442px;
}
.page_link ul li span{
    color: #2182d4;
	font-weight: bold;
	display: inline-block;
	line-height: 18px;
	width: 56px;
	margin-right: 20px;
	text-align: left;
	border-right: 1px solid #2182d4;
}
.page_link ul li a{
	padding: 8px 15px;
	text-align: center;
	display: inline-block;
}
.page_link ul li a:hover{
	background-color: #2182d4;
	color: #FFFFFF;
	border-radius: 5px;
}

/* 2022-09-14 css add */
.page_top{
	padding: 20px 0;
}
.head_gloal{
    background: url(fwy_logo.jpg) no-repeat top center;
}
.head_gloal h1.head_logo span.hl_title{
	font-size: 66px;
	line-height: 1.2;
}
.pn_line{
	display: block;
	width: 84%;
	height: 29px;
	border-top: 1px solid #bcbec0;
	position: relative;
}
.pn_line:after{
	content: '.';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #bcbec0;
	position: absolute;
	top: 10px;
	right: 0;
}
.pn_line legend{
	display: inline-block;
	padding-right: 5px;
	position:relative;
}
.pn_line legend span.pn_title{
	display: inline-block;
	font: bold 22px/1 "Microsoft Yahei";
	color: #c00e0b;	
	line-height: 24px;
	border-left: 4px solid #c00e0b;
	border-right: 4px solid #c00e0b;
	padding: 0 10px;
	margin: 0 5px;
}
.page_slide{
	width: 1200px;
	height: auto;
	padding: 40px 40px 25px;
    margin: 0 auto;
    position: relative;
}
.global_title{
	margin-bottom: 20px;
}
.page_slide .pn_line, .global_title .pn_line{
	width: 90%;
	text-align: center;
}
.page_slide .pn_line:before, .global_title .pn_line:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #bcbec0;
	position: absolute;
	top: 10px;
	left: 0;
}
.page_slide .pn_line legend, .global_title .pn_line legend{
	padding: 0 5px;
}
@media screen\0{
	.pn_line{margin-bottom:-30px;}
	.pn_line legend{background-color:#fff;top:-12px;}
	.page_slide .pn_line legend{
		background-color:#f3f3f3; 
		left: 0;
	}
	.pn_line:after{top:-5px;}
	.page_slide .pn_line:before, .global_title .pn_line:before{top:-5px;}
	a.more{top:-8px;}
} 
@-moz-document url-prefix(){.pn_line:after{top:-19px;}} 
@media screen and (-webkit-min-device-pixel-ratio:0){
	.pn_line{
		margin-bottom:-30px;
	}
	.pn_line legend{
		position: absolute;
		top: 0;
		left:0;
		background-color:#fff;
		top:-12px;
	}
	.page_slide .pn_line legend{
		background-color:#f3f3f3; 
		left:43.5%;
	}
	.global_title .pn_line legend{
		left:43.5%;
	}
	.pn_line:after{top:-4px;}
	.page_slide .pn_line:before, .global_title .pn_line:before{top:-4px;}
	a.more{top:-8px;}
}
/* slide */
.slide_con{	
	height: 230px;
	padding: 20px 0 10px;
	margin-top: 10px;
}
.slide_rr{
	width: 100%;
	height: 220px;
	position: relative;
}
.slide_rr_list {
    width: 100%;
	height: 100%;
	font-size: 0;
}
.slide_rr_list li {
    width: 256px;
    height: 196px;
    display: inline-block;
    margin-right: 30px;
}
.slide_rr_list li.slide {
	width: 256px!important;
	height: 196px!important;
}
.slide_rr_list li:last-child {
    margin-right: 0;
}
.slide_rr_list li.slide >a{
	display: block;
}
.slide_rr .bx-wrapper {
    padding: 0;
    max-width:1200px!important;
}
.slide_rr .bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME **/
.slide_rr .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.slide_rr .bx-wrapper .bx-pager,
.slide_rr .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5px;
    width: 100%;
}
@media screen\0{
	.slide_rr .bx-wrapper .bx-pager,
	.slide_rr .bx-wrapper .bx-controls-auto{
		bottom: 12px;
	}
} 
@-moz-document url-prefix(){
	.slide_rr .bx-wrapper .bx-pager,
	.slide_rr .bx-wrapper .bx-controls-auto{
		bottom: 5px;
	}
} 
@media screen and (-webkit-min-device-pixel-ratio:0){
	.slide_rr .bx-wrapper .bx-pager,
	.slide_rr .bx-wrapper .bx-controls-auto{
		bottom: 5px;
	}
}
/* controls-btn */
.slide_rr .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #ccc;
}
.slide_rr .bx-wrapper .bx-pager .bx-pager-item,
.slide_rr .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.slide_rr .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c00e0b;
    text-indent: -9999px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity:0.5;
    transition: all .4s ease-in-out;
}
.slide_rr .bx-wrapper .bx-pager.bx-default-pager a:hover{
	opacity:1;
}
.slide_rr .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 36px;
    opacity:1;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.slide_rr .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 35%;
    margin-top: -12px;
    outline: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    z-index: 20;
    background: url(../images/btn_arrow.png) no-repeat;
    background-color: rgba(0,0,0, 0);
    border-radius: 32px;    
    padding: 15px;
}
.slide_rr .bx-wrapper .bx-controls-direction a:hover{
	background-color: rgba(0,0,0, .1);
}
.slide_rr .bx-wrapper .bx-controls-direction a.bx-prev {
	padding: 14px 16px 14px 12px;
	background-position: 7px 50%;
	left: -35px;
}
.slide_rr .bx-wrapper .bx-controls-direction a.bx-next {
	padding: 14px 13px 14px 15px;
    background-position: -11px 50%;
	right: -33px;
}
.page_news{
	margin: 12px 0;
}
.slide_ver+.pnews_con .pnews_list{
	padding-top: 30px;
}
/* crumb */
.gloal_crumb{
	border-bottom: none;
}
.gloal_crumb .btn_home{
	font: 16px/1.8 'Microsoft Yahei';
	color: #c00e0b;
	border: 1px solid #c00e0b;
	border-radius: 5px;
	background-color: #fff;
	padding: 0 10px;
	cursor: pointer;
	outline: none;
	margin-top: -5px;
	margin-left: 20px;
}
.gloal_crumb .btn_home:hover{
	color: #ff0400;
}
.gloal_crumb .btn_home:focus{
	color: #ff0400;
	border: 1px solid #ff0400;
}

.res_gloal{
	padding-bottom: 20px;
}
.res_gloal .czc_table td span.czc_title:before{
    background: #ce5d5c;
}
.res_gloal .czc_table td span.czc_title:hover{
	color: #c00e0b;
}

.zcxq_gloal{
	border-top: 3px solid #fff;
}
.zcxq_gloal .p_zcxq_head{
	margin-bottom: 30px;
}
.zcxq_gloal .p_zcxq_head:before{
	height: 1px;
	background: #c00e0b;
}
.zcxq_gloal .p_zcxq_head .p_zcxq_text b.ptext_date{
	display: inline-block;
    font: 400 14px/1 "microsoft yahei";
    color: #999999;
    margin: 15px 10px 0;
}
.zcxq_gloal .p_zcxq_head h3.p_zcxq_title{
	color: #c00e0b;
}
.zcxq_gloal p.pp_indent{
	margin: 10px 0 20px;
}