body {
	color: #333333;
	text-align: left;
	line-height: 30px;
	font-family: "Microsoft YaHei";
}

html {
	height: 100%;
	font-size: 14px;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	outline: none;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #333333;
}

a:hover {
	color: #1658a0;
	text-decoration: none;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
}

.clear {
	clear: both;
}

input,
select {
	vertical-align: middle;
}

input[type="button"] {
	cursor: pointer;
}

.f_i {
	text-indent: 2em;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.no {
	display: none;
}

.iconfont {
	vertical-align: middle;
}

#wrap {
	background: url(20fjszf_head_bg.jpg) no-repeat center top #f2f2f2;
	min-height: 100%;
	overflow: hidden;
}

#wrap1 {
	background-color: #f2f2f2;
	min-height: 100%;
	overflow: hidden;
}

#header,
#main,
#footer {
	position: relative;
}

#header {
	z-index: 4;
}

#wrap1 #header {
	background-color: #1658a0;
}

#main {
	z-index: 2;
	*overflow: hidden;
}

#footer {
	margin-top: 35px;
	z-index: 3;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
}

.tit_bg {
	height: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.tit_l {
	height: 21px;
	line-height: 21px;
	margin-top: 14px;
	padding: 0 11px;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 12px;
}

.tit_r,
.tit_r1 {
	line-height: 48px;
	margin-left: 10px;
}

.tit_r a {
	margin: 0 12px;
}

.tit_r1 li {
	margin: 0px 6px 0 6px;
	display: inline-block;
	position: relative;
}

.tit_r1 li>a {
	display: block;
}

.tit_r1 li>a:hover {
	text-decoration: none;
}

.tit_r1 i {
	font-size: 20px;
}

.tit_r1 i.t18 {
	font-size: 18px;
}

.tit_r1 li em {
	display: none;
	position: absolute;
	width: 14px;
	height: 7px;
	background: url(20fjszf_arr1.png) no-repeat center;
	left: 50%;
	top: 40px;
	margin-left: -7px;
	z-index: 4;
}

.tit_r1 li .ewm_con {
	display: none;
	position: absolute;
	width: 250px;
	top: 47px;
	height: 126px;
	padding: 11px 8px;
	left: 50%;
	margin-left: -133px;
	background-color: #ffffff;
	text-align: center;
	z-index: 3;
	font-size: 12px;
	color: #000033;
	line-height: 24px;
	box-shadow: 3px 0 20px rgba(0, 0, 0, .2);
}

.tit_r1 li .ewm_con span {
	width: 50%;
	display: inline-block;
	float: left;
}

.tit_r1 li:hover em,
.tit_r1 li:hover .ewm_con {
	display: block;
}

.logo {
	margin: 48px auto 0;
	text-align: center;
}

.ss_box,
.ss_box2 {
	width: 50%;
	padding: 4px 10px 4px 22px;
	margin: 28px auto 0;
	height: 40px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 8px;
	position: relative;
	z-index: 8;
}

.rs_tit {
	width: 54%;
	line-height: 46px;
	margin: 0 auto;
	height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#wrap1 .rs_tit {
	visibility: hidden;
}

.rs_tit a {
	margin-right: 25px;
}

.ss_box .inp {
	border: 0;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	width: 88%;
}

.ss_box2 .inp {
	border: 0;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	*color: #333333;
	margin-left: 15%;
	width: 75%;
	padding-left: 4%;
}

.ss_box input::-webkit-input-placeholder,
.ss_box2 input::-webkit-input-placeholder {
	color: #ffffff;
}

.ss_box .btn,
.ss_box2 .btn {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	line-height: 40px;
	cursor: pointer;
}

.ss_box .btn i,
.ss_box2 .btn i {
	font-size: 24px;
}

.ss_box2 .picker {
	width: 15%;
	padding-right: 20px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	*color: #333333;
	font-size: 18px;
	text-align: center;
	user-select: none;
}

.ss_box2 .picker:before {
	content: '';
	width: 2px;
	height: 24px;
	background-color: rgba(255, 255, 255, .6);
	position: absolute;
	right: 0;
	top: 12px;
}

.picker input {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	font-size: 18px;
	color: #fff;
	*color: #333333;
	cursor: pointer;
	border: none;
	text-align: center;
	*margin-top: 10px;
	*border-right: 1px solid #e4e4e4;
}

.upDown {
	position: absolute;
	display: block;
	width: 20px;
	height: 100%;
	right: 20px;
	top: 0;
	cursor: pointer;
	background: url(caret.png) no-repeat scroll center !important;
	background-size: 50% !important;
}

.search-log {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	z-index: 9;
	border-radius: 5px;
}

.search-log .rs_tit1 {
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-log .rs_tit1 a {
	display: inline-block;
	font-size: 12px;
	padding: 0px 13px;
	background-color: #f6faff;
	border-radius: 50px;
	color: #1658a0;
	line-height: 24px;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 8px;
}

.search-log h3 {
	font-size: 18px;
	padding-left: 20px;
}

.search-log ul {
	padding: 5px 20px;
}

.search-log li {
	line-height: 28px;
	float: left;
	width: 33.3%;
	background: url(20fjszf_dot.png) no-repeat left center;
}

.search-log li a {
	display: block;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-log li a img {
	margin-right: 5px;
}

.fixed {
	background-color: #1658a0;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.fd_logo {
	display: none;
	float: left;
	width: 20%;
}

.fd_logo img {
	*margin-top: 4px;
}

.fixed .fd_logo {
	display: block;
	line-height: 45px;
	height: 45px;
	padding: 5px 0 10px 0;
}

.fixed .fd_logo img {
	max-height: 100%;
	max-width: 100%;
}

.fixed .container1 {
	max-width: 1300px;
	margin: 0 auto;
}

.header-menu-mb {
	display: none;
}

.nav {
	position: relative;
	z-index: 6;
}

.nav ul {
	width: 100%;
}

.fixed.nav ul {
	float: right;
	width: 60%;
}

.nav ul>li {
	line-height: 86px;
	display: inline;
	float: left;
	width: 14.2857142%;
	*width: 14.1%;
	text-align: center;
}

.fixed.nav ul>li {
	line-height: 60px;
}

.nav ul>li>a {
	font-size: 24px;
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	background: url(20fjszf_menu_line.png) no-repeat right center;
}

.fixed ul>li>a {
	font-size: 18px
}

.nav ul>li.last>a {
	background-image: none;
}

.nav ul>li.on>a,
.nav ul>li:hover>a {
	font-weight: bold;
}

.nav ul>li a em,
.nav ul>li .nav_con,
.nav ul>li .nav_con1 {
	position: absolute;
	z-index: 4;
	display: none;
}

.nav ul>li:hover em {
	width: 22px;
	height: 11px;
	background: url(20fjszf_arr2.png) no-repeat;
	left: 50%;
	margin-left: -11px;
	bottom: -1px;
	display: block;
}

.nav ul>li .nav_con,
.nav ul>li .nav_con1 {
	font-size: 0;
	background-color: rgba(255, 255, 255, .94);
	height: 95px;
	*height: 95px;
	padding: 30px;
	left: 0;
	right: 0;
	top: 86px;
	line-height: 28px;
	text-align: left;
	z-index: 999;
}

.nav ul>li:hover .nav_con,
.nav ul>li:hover .nav_con1 {
	display: block;
}

.fixed.nav ul>li:hover .nav_con,
.fixed.nav ul>li:hover .nav_con1,
.fixed.nav ul>li:hover em {
	display: none;
}

.nav ul>li .nav_con a {
	margin-right: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	display: inline-block;
	font-size: 18px;
}

.nav ul>li .nav_con1 .nav_l {
	width: 62%;
	float: left;
	padding-left: 3%;
	line-height: 30px;
}

.nav ul>li .nav_con1 .nav_l p {
	margin: 0;
	height: 30px;
}

.nav ul>li .nav_con1 .nav_l b,
.nav ul>li .nav_con1 .nav_l a {
	color: #000000;
	font-size: 18px;
}

.nav ul>li .nav_con1 .nav_l b {
	margin-right: 15px;
	width: 70px;
	display: block;
	float: left;
}

.nav ul>li .nav_con1 .nav_l a {
	margin-right: 20px;
}

.nav ul>li .nav_con1 .nav_r {
	float: right;
	width: 30%;
	padding-left: 3%;
	border-left: 1px solid #999999;
}

.nav ul>li .nav_con1 .nav_r a {
	line-height: 30px;
	float: left;
	width: 50%;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.nav ul>li .nav_con.m_3 {
	padding-left: 10%;
}

.nav ul>li .nav_con.m_4 {
	padding-left: 35%;
}

.nav ul>li .nav_con.m_5 {
	padding-right: 20%;
	text-align: right;
}

.nav ul>li .nav_con.m_6 {
	padding-right: 2%;
	text-align: right;
}

.con_bg {
	padding: 30px;
	background-color: #ffffff;
}

.m_hide {
	display: block;
}

.m_show {
	display: none;
}

.ban {
	margin-bottom: 25px;
}

.tit1 h1 {
	font-size: 36px;
	text-align: center;
	line-height: 56px;
}

.tit1 h1,
.tit1 h1 a {
	color: #c83320;
}

.tit2 {
	font-size: 16px;
	color: #333333;
	margin: 10px auto 10px;
	line-height: 38px;
	max-height: 60px;
	overflow: hidden;
	text-align: center
}

.tit2 a {
	color: #333333;
	margin-right: 20px;
}

.con_l {
	width: 55.24194%;
}

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
}

.slideBox .hd {
	position: absolute;
	z-index: 999;
	bottom: 13px;
	text-align: center;
	right: 15px;
	cursor: pointer;
}

.slideBox .hd li {
	display: inline-block;
	*float: left;
	width: 10px;
	height: 8px;
	line-height: 30px;
	background: #fff;
	margin: 0 4px;
	opacity: 0.5;
	cursor: pointer;
	border-radius: 4px;
	opacity: 0.5;
	overflow: hidden;
}

.slideBox .hd li.on {
	opacity: 1;
	background-color: #ffffff;
	width: 18px;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100%;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
	height: 100%
}

.slideBox .bd li img {
	vertical-align: top;
	width: 100%;
	height: 385px;
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slideBox .bd li .title1 {
	padding-top: 20px;
	text-align: left;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 15px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding-left: 24px;
	font-size: 18px;
	padding-right: 130px;
	z-index: 999;
}

.slideBox .pic {
	z-index: 1
}

.slideBox .bd li .txt-bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	height: 120px;
	background: url(20fjszf_bar_bg1.png) repeat-x bottom;
	width: 100%;
	overflow: hidden;
}

.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	line-height: 36px;
}

.slideBox .prev i,
.slideBox .next i {
	font-size: 22px;
	color: #ffffff;
}

.slideBox .next {
	right: 0px;
}

.slideBox .prev {
	left: 0px;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

@media screen and (max-width:996px) {
	.slideBox .hd {
		left: 0;
		right: 0;
		text-align: center;
	}

	.tit li span,
	.list li span {
		display: none
	}

	.slideBox .bd {
		height: auto;
	}

	.slideBox .bd li img {
		height: auto
	}
}


.con_r {
	width: 42.09677419%;
}

.con_r .tab_con1 {
	height: 342px;
	overflow: hidden;
}

.tab1 {
	height: 53px;
	border-bottom: 1px solid #efefef;
}

.tab1 ul,
.tab1 li {
	float: left;
}

.tab1 li {
	margin-right: 42px;
	position: relative;
	height: 53px;
	line-height: 40px;
}

.tab1 li a {
	display: block;
	font-size: 20px;
}

.tab1 li.on a,
.tab1 li a:hover {
	font-weight: bold;
	color: #1658a0;
}

.tab1 li em {
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	transition: .3s all;
	height: 4px;
	background-color: #1658a0;
}

.tab1 li.on em,
.tab1 li:hover em {
	width: 100%;
	left: 0;
}

.tab1 span.sp_btn {
	float: right;
	margin-top: 7px;
	background-color: #ba2b29;
	color: #ffffff;
	padding: 0 13px;
	border-radius: 5px;
	font-size: 16px;
}

.tab1 span.sp_btn a {
	color: #ffffff;
}

.tab1 span.sp_btn i {
	margin-right: 9px;
}

.con_r .list {
	max-height: 328px;
	overflow: hidden;
}

.list {
	padding-top: 10px;
}

.list li {
	line-height: 48px;
	padding-left: 14px;
	overflow: hidden;
	background: url(20fjszf_dot.png) no-repeat left 21px;
	font-size: 18px;
}

.list li:last-child {
	padding-bottom: 0;
}

.list li span {
	color: #999999;
	margin-left: 15px;
	font-size: 16px;
	display: inline-block
}

.bar_list {
	margin-top: 30px;
	overflow: hidden;
	margin-right: -20px;
}

.bar_list li {
	float: left;
	width: 25%;
}

.bar_list li .bar_con {
	background-color: #f6faff;
	margin-right: 10px;
	padding: 10px 16px 5px 16px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	min-height: 70px !important;
	transition: .3s all;
}

.bar_list li .bar_con h3 {
	line-height: 20px;
	color: #1658a0;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	z-index: 4;
	height: 60px;
	overflow: hidden;
	transition: .3s all;
	text-align: justify;
}

.bar_list li a .bar_con {
	color: #9c9c9c;
}

.bar_list li .bar_con em {
	transition: .3s all;
}

.bar_list li a:hover em {
	margin-left: 10px;
}

.bar_list li .bar_con i {
	position: absolute;
	right: -11px;
	width: 18.0661577%;
	bottom: -22px;
	transition: .3s all;
	z-index: 2;
	display: none;
}

.bar_list li a:hover i {
	transform: scale(1.2);
}

.bar_list li:hover .bar_con {
	background: #1658a0;
	color: #fff;
}

.bar_list li:hover .bar_con h3 {
	color: #fff;
}

.tab2 {
	height: 85px;
	border-bottom: 1px solid #d2d2d2;
}

.fixed1 {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #ffffff;
	right: 0;
	z-index: 999;
}

.tab2 li {
	width: 25%;
	float: left;
	background: url(20fjszf_line.jpg) no-repeat right center;
	line-height: 85px;
	position: relative;
	height: 85px;
	text-align: center;
	transition: .3s all;
}

.tab2 li.last {
	background-image: none;
}

.tab2 li a {
	display: block;
	font-size: 26px;
	transition: .3s all;
}

.tab2 li a i {
	font-size: 34px;
	color: #666666;
	margin-right: 20px;
	line-height: 34px;
	font-weight: initial;
}

.tab2 li.on a,
.tab2 li a:hover,
.tab2 li.on a i,
.tab2 li:hover i {
	color: #1658a0;
}

.tab2 li.on a,
.tab2 li a:hover {
	font-weight: bold;
}

.tab2 li em,
.tab2 li span {
	position: absolute;
	bottom: 0;
	transition: .3s all;
}

.tab2 li.on em,
.tab2 li:hover em {
	transition: .3s all;
	width: 17px;
	height: 9px;
	background: url(20fjszf_arr3.png) no-repeat center top;
	left: 50%;
	margin-left: -8px;
}

.tab2 li span {
	width: 0;
	left: 50%;
}

.tab2 li.on span,
.tab2 li:hover span {
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #1658a0;
}

.tab_con2 {
	height: 520px;
	overflow: hidden;
}

.pad_l_8 {
	padding-left: 8%;
}

.ind_zwgk,
.ind_jdhy {
	padding-top: 27px;
	overflow: hidden;
}

.ind_zwgk_bar,
.ind_bsfw_bar {
	margin-right: -18px;
}

.ind_bsfw_bar {
	*width: 401px;
}

.ind_zwgk_bar {
	*width: 1257px;
}

.ind_zwgk_bar li {
	width: 20%;
	float: left;
	height: 53px;
}

.ind_zwgk_bar li a {
	display: block;
	margin-right: 18px;
	line-height: 53px;
	height: 53px;
	border-radius: 5px;
	background-color: #f8f8f8;
	padding-left: 68px;
	position: relative;
	font-size: 16px;
}

.ind_zwgk_bar li a i {
	color: #1658a0;
	text-align: center;
	font-size: 26px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	top: 13px;
	position: absolute;
	left: 26px;
}

.ind_zwgk_bar li a,
.sjkf_bar li a,
.ind_zwgk_bar1 li a,
.ban1 img,
.tu_list1 li a img,
.tu1 img,
.ind_bsfw_bar li a,
.con31 p.more a,
.ind_hdjl_bar li a,
.ind_hdjl_bar li a i,
.ind_zwgk_bar li a i {
	transition: .3s all;
}

.ind_zwgk_bar li a:hover,
.sjkf_bar li a:hover,
.ind_zwgk_bar1 li a:hover {
	background-color: #1658a0;
	color: #ffffff;
}

.ind_zwgk_bar li a:hover i,
.sjkf_bar li a:hover i,
.ind_zwgk_bar1 li a:hover i {
	color: #ffffff;
	transform: scale(1.2);
}

.con1_l {
	width: 57.66129%;
}

.con1_r {
	width: 40%;
}

.tab1 {
	position: relative;
}

.tab1 span.more1 {
	width: 18px;
	height: 18px;
	float: right;
	margin-top: 17px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	color: #aeaeae;
	cursor: pointer;
}

.tab1 span.more1 i {
	font-size: 7px;
}

.tab1 .more_con {
	position: absolute;
	right: 0;
	top: 53px;
	background-color: #1658a0;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	display: none;
}

.tab1 .more_con a {
	line-height: 40px;
	display: block;
	color: #ffffff;
	font-size: 16px;
}

.con1_l .list {
	height: 340px;
	*height: 355px;
	overflow: hidden;
	padding-top: 15px;
}

.con2_l .list {
	height: 288px;
	overflow: hidden;
}

.con1_l .list li,
.con2_l .list li {
	padding-left: 21px;
	line-height: 48px;
}

.ban1,
.tu1 {
	overflow: hidden;
	cursor: pointer;
}

.ban1 img {
	width: 100%;
}

.ban1 img:hover,
.tu1 img:hover {
	transform: scale(1.1);
}

.sjkf_con {
	background-color: #f6f6f6;
	margin-top: 23px;
	padding: 25px;
}

.ss_box1,
.btn1 {
	float: left;
}

.ss_box1 {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	position: relative;
	height: 41px;
	line-height: 41px;
	width: 71.370967%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ss_box1 i {
	color: #999999;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	left: 15px;
	position: absolute;
	top: 13px;
}

.btn1 {
	width: 28%;
	height: 43px;
	line-height: 43px;
	border: 0;
	text-align: center;
	background-color: #1661ab;
	font-size: 16px;
	color: #ffffff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
}

.btn1:hover {
	opacity: 0.9;
}

.inp1 {
	background-color: transparent;
	border: 0;
	padding-left: 40px;
	line-height: 38px;
	height: 38px;
	width: 90%;
	margin-top: -4px;
}

.sjkf_tit {
	margin: 15px auto 0;
	line-height: 26px;
	height: 52px;
}

.ind_bsfw_tit {
	margin: 20px 0;
	line-height: 26px;
	color: #000000;
}

.sjkf_tit span {
	margin-right: 15px;
}

.sjkf_tit em {
	font-style: normal;
	font-weight: bold;
	color: #c32f2f;
	font-size: 16px;
}

.sjkf_bar {
	*width: 466px;
	margin-top: 10px;
}

.tu_list1,
.sjkf_bar {
	margin-right: -16px;
}

.sjkf_bar li,
.tu_list1 li {
	float: left;
	width: 33.3%;
}

.sjkf_bar li a {
	display: block;
	line-height: 49px;
	height: 49px;
	background-color: #ffffff;
	border-radius: 4px;
	margin-right: 16px;
	padding-left: 58px;
	position: relative;
	font-size: 16px;
}

.sjkf_bar li a i {
	position: absolute;
	left: 22px;
	font-size: 24px;
	color: #0059a9;
	top: 0px;
}

.czzj_con {
	height: 234px;
}

.tjxx_con {
	padding-top: 25px;
	margin-right: -20px;
	height: 217px;
}

.tjxx_con li {
	width: 50%;
	float: left;
	text-align: center;
}

.tjxx_con li a {
	margin-right: 20px;
	display: block;
	font-size: 16px;
}

.tjxx_con li img {
	border: 1px solid #eeeeee;
	height: 136px;
	margin-bottom: 8px;
}

.tu_list1 {
	*width: 807px;
}

.tu_list1 li a {
	display: block;
	margin-right: 16px;
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
}

.tu_list1 li a img {
	height: 150px;
	width: auto;
}

.tu_list1 li a:hover img {
	transform: scale(1.05);
}

.ind_zwgk_bar1 {
	margin-right: -18px;
	margin-top: 20px;
	*width: 518px;
	position: relative;
}

.ind_zwgk_bar1 li {
	float: left;
	width: 25%;
	width: 24.8%;
}

.ind_zwgk_bar1 li a {
	display: block;
	margin-right: 18px;
	border: 1px solid #efefef;
	border-radius: 5px;
	text-align: center;
	padding: 18px 0 9px 0;
	color: #1658a0;
	font-size: 16px;
}

.ind_zwgk_bar1 li a i {
	font-size: 34px;
	margin-bottom: 8px;
}

.tu {
	float: right;
	width: 37.4193548%;
	margin-top: 28px;
	margin-left: 25px;
	position: relative;
}

.con2_l {
	width: 34.9193548%;
}

.con2_r {
	width: 62.5%;
}

.con2_r .list {
	height: 226px;
	padding-top: 15px;
	overflow: hidden;
}

.con2_r .list li {
	line-height: 46px;
}

.con2_r .tu,
.con2_r .tu .swiper-container {
	height: 158px;
}

.tu .prev,
.tu .next {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	width: 28px;
	height: 28px;
	background-color: rgba(0, 0, 0, .6);
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	transition: .3s all;
	z-index: 999;
}

.tu .prev i,
.tu .next i {
	height: 28px;
	width: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
}

.tu .next {
	right: 0;
}

.tu img {
	height: 158px;
	width: 100%;
}

.ind_bsfw_tit i {
	width: 34px;
	font-size: 20px;
	line-height: 26px;
	color: #6c6c6c;
	margin-right: 8px;
}

.ind_bsfw_tit span {
	margin-right: 50px;
	font-size: 16px;
}

.ind_bsfw_tit em {
	font-style: normal;
	color: #c83320;
}

.con3_l {
	width: 30.887096%;
}

.con3_r {
	width: 68.790323%;
}

.ind_bsfw_bar li {
	width: 50%;
	float: left;
	margin-top: 19px;
	height: 107px;
}

.ind_bsfw_bar li a {
	display: block;
	font-size: 16px;
	margin-right: 18px;
	border-radius: 5px;
	padding: 22px 0 10px 0;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.ind_bsfw_bar li a:hover {
	border: 1px solid #1658a0;
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.con3 {
	width: 50%;
	float: left;
}

.con31 {
	position: relative;
	margin-left: 24px;
	background-color: #f8f8f8;
	padding: 15px 30px 25px 30px;
}

.con31 h3 {
	line-height: 46px;
	position: relative;
	font-size: 18px;
	color: #1658a0;
	height: 46px;
}

.con31 h3 em {
	height: 3px;
	width: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1658a0;
}

.con31 ul {
	padding-right: 28.75%;
	padding-top: 15px;
	height: 68px;
	position: relative;
	z-index: 4;
}

.con31 li {
	float: left;
	width: 50%;
	line-height: 34px;
	background: url(20fjszf_dot1.png) no-repeat left 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con31 li a {
	display: block;
	padding-left: 12px;
	font-size: 16px;
}

.con31 li.last {
	width: 100%;
}

.con31 p.more a {
	color: #1658a0;
	border: 1px solid #1658a0;
	background-color: #ffffff;
	line-height: 27px;
	padding: 0 10px;
	height: 27px;
	display: block;
	float: left;
	border-radius: 5px;
}

.con31 p.more a:hover {
	background-color: #1658a0;
	color: #ffffff;
}

.con31 i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38.213399%;
	z-index: 3;
}

.con31 i img {
	width: 100%;
}

.ind_hdjl {
	padding-top: 16px;
}

.con4_l {
	width: 30.725806%;
}

.con4_c {
	width: 33.4677419%;
	margin-left: 2.2580645%;
}

.con4_r {
	width: 30.96774193%;
}

.con4_l .list {
	height: 90px;
	overflow: hidden;
	margin-top: 8px;
}

.tit3 {
	line-height: 40px;
	height: 40px;
}

.tit3_l {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #1658a0;
}

.tit3_l a {
	color: #1658a0;
}

.tit3_r {
	float: right;
	font-size: 16px;
	margin-right: -16px;
}

.tit3_r a {
	margin: 0 16px;
	color: #666666;
}

.tu2 {
	margin-top: 12px;
	position: relative;
}

.tu2 span {
	background-color: #f8f8f8;
	padding: 10px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	display: block
}

.tu2 img,
.con_l img {
	width: 100%;
}

.list1 {
	padding-top: 10px;
}

.list1 li {
	font-size: 18px;
	padding: 11px 0 10px 0;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(20fjszf_dot.png) no-repeat left center;
	padding-left: 15px;
}

.list1 li em {
	color: #999999;
	font-size: 14px;
	margin-left: 12px;
	float: right;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
	width: 55px;
	text-align: center;
}

.list1 li em.jxz {
	color: #5d8ec4;
	line-height: 21px;
	border: 1px solid #326eb1;
}

.list1 li i {
	font-size: 16px;
	margin-right: 12px;
	display: none;
}

.ind_hdjl_bar {
	margin-right: -18px;
	*width: 1258px;
	margin-top: 15px;
	*margin-top: 13px;
}

.ind_hdjl_bar li {
	float: left;
	width: 20%;
	*width: 19.9999%;
}

.ind_hdjl_bar li a {
	display: block;
	margin-right: 18px;
	border: 1px solid #d8d8d8;
	background-color: #fcfdff;
	border-radius: 5px;
	padding: 24px 0 24px 24px;
	color: #1658a0;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
}

.ind_hdjl_bar li a i {
	margin-right: 20px;
}

.ind_hdjl_bar li a:hover {
	border: 1px solid #1658a0;
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.tu_list {
	position: relative;
	margin-top: 30px;
	height: 218px;
	margin-right: -30px;
	overflow: hidden;
}

.tu_list .prev,
.tu_list .next {
	position: absolute;
	top: 25%;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 2px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: .3s all;
	z-index: 999;
}

.tu_list .prev i,
.tu_list .next i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #ffffff;
}

.tu_list .prev:hover,
.tu_list .next:hover,
.tu .prev:hover,
.tu .next:hover {
	opacity: 0.8;
}

.tu_list .next {
	right: 30px;
}

.tu_list .bd li {
	float: left;
	width: 25%;
}

.tu_list .bd li a {
	display: block;
	margin-right: 30px;
	background-color: #ffffff;
	overflow: hidden;
}

.tu_list .bd li a p {
	line-height: 20px;
	margin: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.tu_list .bd li a img {
	width: 100%;
	height: 164px;
	transition: .3s all;
}

.tu_list .hd {
	height: 15px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	bottom: 0;
	*width: 100px;
	*margin: 30px auto 0;
	*position: relative;
}

.tu_list .hd li {
	display: inline-block;
	*display: inline;
	*float: left;
	width: 13px;
	border-radius: 100%;
	height: 13px;
	margin: 0 6px;
	background-color: #c7c7c7;
	cursor: pointer;
}

.tu_list .hd li.on {
	background-color: #ffa73f;
}

.yqlj_con {
	background-color: #ffffff;
	padding: 17px 0;
}

.yqlj_tit {
	line-height: 24px;
}

.yqlj_tit a {
	margin: 0 28px;
}

.yqlj_tit1 {
	margin-top: 16px;
	position: relative;
}

.yqlj_tit1>ul {
	margin-right: -18px;
	*width: 100%;
}

.yqlj_tit1>ul>li {
	float: left;
	width: 13.2%;
	margin-right: 1%;
}

.yqlj_tit1>ul>li p {
	padding-left: 14px;
	height: 36px;
	border: 1px solid #e5e5e5;
	line-height: 36px;
	background-color: #ffffff;
	position: relative;
	cursor: pointer;
	transition: .3s all;
	z-index: 6;
}

.yqlj_tit1>ul>li p em {
	position: absolute;
	right: 12px;
	top: 15px;
	width: 10px;
	height: 6px;
	background: url(20fjszf_arr.png) no-repeat;
	transition: .3s all;
}

.yqlj_tit1>ul>li p i {
	position: absolute;
	left: 50%;
	bottom: 38px;
	margin-left: -14px;
	width: 28px;
	height: 15px;
	display: none;
	background: url(20fjszf_arr7.png) no-repeat center;
}

.yqlj_tit1>ul>li.on p i {
	display: block;
}

.yqlj_tit1>ul>li.on em {
	transform: rotate(180deg);
}

.yqlj_tit1>ul>li .yqlj_con1 {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
	bottom: 52px;
	background-color: #ffffff;
	padding: 15px 20px 15px 30px;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.yqlj_tit1>ul>li .yqlj_con1 li {
	float: left;
	width: 14.28571%;
	line-height: 30px;
}

.bot_bg {
	background-color: #1658a0;
	padding: 32px 0;
}

.bot_bg .container>span {
	padding-top: 35px;
}

.bot_l {
	width: 41%;
	margin-left: 2%;
	line-height: 37px;
	font-size: 13px;
}

.bot_l h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
}

.bot_l h3 a {
	margin: 0 17px;
}

.bot_l p {
	margin-left: 17px;
}

.bot_r {
	width: 32%;
	margin-right: 3%;
}

.bot_r h3 {
	font-size: 14px;
	line-height: 42px;
}

.bot_r li {
	width: 50%;
	float: left;
	margin-bottom: 9px;
}

.bot_r li a {
	display: block;
	margin-right: 6px;
	line-height: 46px;
	height: 46px;
	padding-left: 59px;
	background-color: #1c5fa8;
	position: relative;
}

.bot_r li a i {
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 11px;
	left: 17px;
}

.bot_l p span {
	margin-right: 28px;
}


#wrap1 .logo {
	float: left;
	margin-top: 38px;
}

#wrap1 .logo a {
	display: block;
}

.ej_con1 {
	float: right;
	margin-top: 47px;
	width: 30.769230%;
	overflow: hidden;
}

.ej_con1 .ss_box {
	margin-top: 0;
	width: 87%;
	margin-left: 0;
}

.ej_con1 .rs_tit {
	width: 100%;
}

#wrap1 .nav ul>li {
	line-height: 70px;
}

#wrap1 .fixed .fd_logo {
	line-height: 62px;
	height: 62px;
	padding-top: 3px;
}

#wrap1 #main {
	margin-top: 35px;
}

#wrap1 #main .con_bg {
	padding: 15px 30px 40px 30px;
	min-height: 500px;
}

.gl_tit {
	line-height: 30px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eeeeee;
}

.gl_tit i {
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
}

.gl_tit a {
	color: #666666;
}

.gl_tit a.on {
	color: #333333;
}

.gl_tit1 {
	height: 31px;
	line-height: 31px;
	margin-top: 38px;
	position: relative;
	z-index: 99;
}

.gl_tit1_l {
	float: left;
	position: relative;
	padding-left: 27px;
	font-size: 26px;
	color: #1658a0;
	font-weight: bold;
}

.gl_tit1_l em {
	position: absolute;
	width: 9px;
	height: 23px;
	background-color: #1658a0;
	left: 0;
	top: 4px;
}

.gl_tit1_r {
	position: relative;
	float: right;
}

.gl_tit1_r p {
	border: 1px solid #666666;
	background: url(20fjszf_gl_icon.png) no-repeat 12px center;
	padding-left: 32px;
	border: 1px solid #666666;
	border-radius: 4px;
	padding-right: 11px;
	cursor: pointer;
}

.gl_tit1_r ul {
	display: none;
	border: 1px solid #666666;
	position: absolute;
	top: 32px;
	border-radius: 5px;
	width: 150px;
	right: 0;
	padding: 5px 0;
	background-color: #ffffff;
	z-index: 999;
}

.gl_tit1_r ul li {
	line-height: 34px;
	text-align: center;
}

.gl_tit1_r ul li a {
	display: block;
}

.gl_tit1_r ul li.on a,
.gl_tit1_r ul li a:hover {
	background-color: #1c5fa8;
	color: #ffffff;
}

.gl_tit1_r:hover ul {
	display: block;
}

.gl_tit2 {
	margin-top: 8px;
	height: 46px;
	line-height: 46px;
	background-color: #f9f9f9;
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
}

.gl_tit2 span {
	float: right;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}

.gl_list,
.gl_list1,
.gl_list2 {
	padding: 15px 12px;
}

.gl_list li,
.gl_list3 li {
	line-height: 48px;
	font-size: 18px;
	background: url(20fjszf_dot2.png) no-repeat left 21px;
	padding-left: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s all;
}

.gl_list li span,
.gl_list3 li span {
	float: right;
	font-size: 16px;
	color: #999999;
}

.gl_list li:hover,
.gl_list1 li a:hover,
.gl_list2 li a:hover,
.gl_list3 li:hover {
	background-position: 10px 21px;
	padding-left: 29px;
}

.gl_list li:hover a,
.gl_list3 li:hover a {
	color: #1c5fa8;
}

.gl_list li a {
	*display: block;
	*float: left;
	*max-width: 88%;
	*overflow: hidden;
}

.gl_list1 li {
	float: left;
	width: 50%;
	line-height: 48px;
	height: 48px;
}

.gl_list2 li {
	float: left;
	width: 33.3%;
	line-height: 48px;
	height: 48px;
}

.gl_list1 li a,
.gl_list2 li a {
	display: block;
	font-size: 18px;
	background: url(20fjszf_dot2.png) no-repeat left 21px;
	padding-left: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s all;
}

.gl_con {
	background-color: #f6f6f6;
	margin-top: 27px;
	padding: 10px 20px;
}

.gl_tit3 {
	line-height: 26px;
	position: relative;
}

.gl_tit3>span {
	float: left;
	width: 8.3333333%;
	display: block;
}

.gl_tit3_r {
	float: left;
	width: 85%;
}

.gl_tit3_r a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 26px;
	height: 26px;
}

.gl_tit3_r a span {
	color: #999999;
}

.gl_tit3_r a.on,
.gl_tit3_r a:hover {
	background-color: #71a0d3;
	color: #ffffff;
	border-radius: 4px;
}

.gl_tit3_r a.on span,
.gl_tit3_r a:hover span {
	color: #ffffff;
}

.gl_line {
	margin: 5px auto 0;
	padding-bottom: 15px;
	border-top: 1px solid #ebebeb;
}

.gl_tit3 em.zk_btn {
	position: absolute;
	right: 4px;
	top: 0;
	background: url(20fjszf_arr4.png) no-repeat right center;
	padding-right: 18px;
	color: #666666;
}

.inp2 {
	border: 1px solid #e8e8e8;
	width: 274px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding-left: 15px;
}

.btn3 {
	margin-left: 13px;
	background-color: #1658a0;
	color: #ffffff;
	border: 0;
	width: 82px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.btn3:hover {
	opacity: 0.9;
}

.gl_list3 ul {
	padding: 25px 12px;
	border-bottom: 1px dotted #c2c2c2;
}

.wjql_tit {
	margin-top: 50px;
	line-height: 55px;
	font-size: 26px;
	color: #1658a0;
	text-align: center;
}

.wjql_con {
	font-size: 18px;
	line-height: 40px;
	margin-top: 15px;
}

.wjql_con a {
	color: #d22828;
}

.wjql_tit1 {
	line-height: 46px;
	height: 46px;
	background-color: #f9f9f9;
	margin-top: 35px;
}

.wjql_tit1_l {
	float: left;
	padding: 0 27px;
	line-height: 46px;
	height: 46px;
	background-color: #1658a0;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.wjql_tit1_l a {
	color: #ffffff;
}

.wjql_tit1_r {
	float: right;
	font-size: 16px;
	padding-right: 19px;
}

.wjql_tit1_r a {
	color: #666666;
}

.wjql_tit2 {
	padding: 15px 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #1658a0;
}

.wjql_con1 {
	padding: 18px 27px;
	background-color: #f7f7f7;
	margin-top: 5px;
}

.wjql_tit3 {
	float: left;
	margin-right: 45px;
}

.wjql_tit3_r {
	float: right;
}

.sel2 {
	width: 233px;
	padding-left: 15px;
	margin-left: 5px;
	line-height: 36px;
	height: 36px;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	border-radius: 5px;
}

.inp3 {
	width: 380px;
	line-height: 36px;
	height: 36px;
	padding-left: 18px;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	border-radius: 5px;
}

.btn4 {
	padding: 0 24px;
	*padding: 0 12px;
	cursor: pointer;
	margin-left: 13px;
	color: #ffffff;
	line-height: 36px;
	height: 36px;
	border: 0;
	background-color: #1658a0;
	border-radius: 5px;
}

.btn4:hover {
	opacity: .9;
}

.wjql_list {
	padding-top: 12px;
}

.wjql_list li {
	margin-top: 21px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 16px 150px 16px 26px;
	position: relative;
}

.wjql_list li em {
	position: absolute;
	display: block;
	right: 26px;
	top: 33px;
	height: 30px;
	line-height: 30px;
}

.wjql_list li em a {
	color: #1658a0;
	border: 1px solid #1658a0;
	padding: 0 23px;
	border-radius: 5px;
	display: block;
	transition: .3s all;
}

.wjql_list li em a:hover {
	background-color: #1658a0;
	color: #ffffff;
}

.wjql_list li h3 {
	line-height: 33px;
	font-weight: normal;
	font-size: 18px;
}

.wjql_list li p {
	line-height: 32px;
	color: #999999;
}

.wjql_list li p span {
	margin-right: 44px;
}

.wjql_list li em.n_show a,
.wjql_list li em.n_show a:hover {
	border: 1px solid #c4c4c4;
	color: #c4c4c4;
	background-color: #ffffff;
}

.gl_tit3>span.p_no {
	display: none;
}

/*åˆ†é¡µæ ·å¼04*/
.fy_list_04 {
	margin: 40px auto 0;
	color: #555555;
	text-align: center;
	*width: 800px;
}

.fy_list_04 .fy_tit_l {
	display: inline-block;
	*float: left;
	margin-right: 30px;
	font-size: 0;
}

.fy_list_04 .fy_tit_l a {
	font-size: 16px;
	display: inline-block;
	line-height: 18px;
	padding: 10px 14px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	margin: 0px 7px 0 8px;
	color: #555555;
	border-radius: 3px;
}

.fy_list_04 .fy_tit_l a.on,
.fy_list_04 .fy_tit_l a.on:hover {
	background-color: #1c6eb8;
	border: 1px solid #1c6eb8;
	color: #ffffff;
}

.fy_list_04 .fy_tit_l a:hover {
	background-color: #1c6eb8;
	color: #ffffff;
	border: 1px solid #1c6eb8;
}

.fy_list_04 .fy_tit_l a.prev,
.fy_list_04 .fy_tit_l a.next {
	font-style: normal;
}

.fy_list_04 .fy_tit_l a.prevStop,
.fy_list_04 .fy_tit_l a.nextStop {
	background-color: #f2f2f2;
	color: #999999;
}

.fy_list_04 .fy_tit_l a.prevStop:hover,
.fy_list_04 .fy_tit_l a.nextStop:hover {
	border: 1px solid #d9d9d9;
	background-color: #f2f2f2;
	color: #999999;
	cursor: default;
}

.fy_list_04 .fy_tit_l a.prev em,
.fy_list_04 .fy_tit_l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
}

.fy_list_04 .fy_tit_l a.prev em {
	margin-right: 6px;
}

.fy_list_04 .fy_tit_l a.next em {
	margin-left: 6px;
}

.fy_list_04 .fy_tit_r {
	display: inline-block;
	*float: left;
	line-height: 38px;
}

.fy_list_04 .fy_inp {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 15px;
	color: #555555;
}

.fy_list_04 .fy_go {
	display: inline-block;
	background-color: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	*margin-top: -36px;
}

@media screen and (max-width:768px) {
	.fy_list_04 {
		text-align: center;
	}

	.fy_list_04 .fy_tit_l {
		float: inherit;
		text-align: center;
		margin: 0;
	}

	.fy_list_04 .fy_tit_l a,
	.fy_list_04 .fy_tit_r {
		display: none;
	}

	.fy_list_04 .fy_tit_l a.prev,
	.fy_list_04 .fy_tit_l a.next {
		display: inline-block;
	}
}

.xl_con {
	padding: 55px 80px;
}

.xl_con1 {
	margin-top: 10px;
	border: 1px solid #ebebeb;
	padding: 20px 25px;
	box-shadow: 0 0 16px rgba(17, 17, 17, .04);
}

.xl_tit {
	float: left;
	width: 50%;
	line-height: 36px;
}

.xl_tit span {
	width: 80px;
	display: inline-block;
	*display: block;
	*float: left;
}

.xl_tit em {
	color: #f31515;
}

.xl_con2 {
	position: relative;
	margin-top: 50px;
}

.xl_l {
	float: left;
	width: 69.2664809%;
}

.xl_r {
	float: right;
	width: 22.098421%;
}

.xl_line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #ebebeb;
	right: 26.369545%;
}

.xl_tu {
	position: relative;
	text-align: center;
	padding: 15px;
	border: 1px solid #f4e6e6;
	background-color: #ffffff;
	box-shadow: 3px 0 13px rgba(17, 17, 17, .11);
}

.xl_tu img {
	width: 100%;
	position: relative;
	z-index: 5;
}

.xl_tu i {
	width: 67px;
	height: 67px;
	border-radius: 100%;
	cursor: pointer;
	background: url(20fjszf_bar_bg2.png) repeat;
	position: absolute;
	z-index: 8;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -33px;
	margin-left: -33px;
	line-height: 67px;
	color: #ffffff;
	font-size: 35px;
}

.xl_tit2 {
	background-color: #e7eef3;
	color: #1658a0;
	margin-top: 15px;
	border-radius: 5px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}

.xl_tit2 i {
	font-size: 20px;
	margin-right: 12px;
	vertical-align: top;
}

.xl_tit3 {
	margin-top: 45px;
	line-height: 36px;
	font-size: 18px;
	color: #1658a0;
}

.xl_list li {
	line-height: 28px;
	font-size: 16px;
	margin-top: 10px;
}

.xl_tit4 {
	line-height: 48px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.xl_tit5 {
	line-height: 36px;
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.xl_tit6 {
	margin-top: 40px;
	border-top: 1px solid #eeeeee;
	padding: 15px 0;
	line-height: 36px;
}

.xl_tit6_l {
	float: left;
	width: 55%;
	font-size: 16px;
	color: #999999;
}

.xl_tit6_l span {
	margin-right: 40px;
}

.xl_tit6_r {
	float: right;
	color: #d8d8d8;
	font-family: simsun;
	max-width: 45%;
}

.xl_tit6_r span {
	padding: 0 20px;
	cursor: pointer;
	height: 36px;
}

.xl_l .xl_tit6_r span {
	padding: 0 10px;
}

.xl_tit6_r span,
.xl_tit6_r em {
	float: left;
	display: block;
}

.xl_tit6_r span.share {
	position: relative;
}

.xl_tit6_r span.share {
	padding-right: 5px;
}

.xl_tit6_r span>i {
	font-size: 20px;
	color: #666666;
}

.xl_tit6_r span.share>i {
	font-size: 16px;
}

.xl_tit6_r span>i.t30 {
	font-size: 30px;
}

.xl_tit6_r .share_con {
	position: absolute;
	right: 0;
	top: 36px;
	width: 111px;
	display: none;
	z-index: 999;
}

.xl_tit6_r span.share:hover .share_con {
	display: block;
}

.xl_tit6_r .share_con em {
	width: 8px;
	height: 9px;
	background: url(20fjszf_arr5.png) no-repeat;
	position: absolute;
	right: 9px;
	top: -7px;
}

.xl_tit6_r .share_con ul {
	padding: 4px 12px;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.xl_tit6_r .share_con li {
	line-height: 36px;
	border-bottom: 1px solid #ebebeb;
}

.xl_tit6_r .share_con li i {
	font-size: 22px;
	margin-right: 7px;
}

.xl_tit6_r .share_con li.bor_bo {
	border-bottom: 0;
}

.xl_tit6_r .share_con li i.weixin {
	color: #51ac55;
}

.xl_tit6_r .share_con li i.weibo {
	color: #cb1e1e;
}

.xl_tit6_r .share_con li i.qq {
	color: #f5ae33;
}

.xl_tit10 {
	margin-top: 15px;
}

.xl_tit10 h3 {
	font-weight: normal;
	color: #ff0000;
}

.xl_tit10 a {
	color: #1658a0;
	text-decoration: underline;
}

.xl_con3 {
	font-size: 16px;
	line-height: 200%;
	font-family: simsun;
	padding-bottom: 15px;
	margin-top: 15px;
	text-align: justify;
}

.xl_con3 p {
	font-family: simsun;
	margin-top: 15px;
}

.xl_con3 img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.xl_tit7 {
	font-size: 18px;
	line-height: 38px;
}

.xl_tit7 i {
	font-size: 22px;
	color: #797979;
	margin-right: 8px;
	font-weight: normal;
}

.xl_list1 {
	padding-left: 30px;
}

.xl_list1 li {
	line-height: 36px;
	font-size: 16px;
}

.xl_list1 li a {
	color: #1658a0;
}

.xl_con4 {
	text-align: center;
	margin: 70px auto 0;
}

.xl_con4 p {
	color: #999999;
	line-height: 36px;
}

.xl_con4 p img {
	margin: 15px auto 28px;
}

.xl_con4 p a {
	display: inline-block;
	border-radius: 5px;
	margin: 0 10px;
	border: 1px solid #d8d8d8;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 100px;
	color: #666666;
}

.xl_con4 p a i {
	margin-right: 10px;
	font-size: 20px;
}

.xl_con4 p a:hover {
	background-color: #1c6eb8;
	border: 1px solid #1c6eb8;
	color: #ffffff;
}

.xl_tit8 {
	font-size: 17px;
	line-height: 36px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

.xl_tit9 {
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	margin-top: 30px;
}

.xl_con5 {
	background-color: #f8fbfd;
	border: 1px solid #cdd8e2;
	padding: 20px 35px;
	line-height: 34px;
	margin-top: 40px;
	font-size: 16px;
	margin-bottom: 36px;
}

.xl_con5 span {
	margin-right: 10px;
	color: #1658a0;
}

.bsfw_list {
	margin-right: -39px;
	*width: 100%;
}

.bsfw_list li {
	float: left;
	width: 33.3%;
	*width: 33.2%;
}

.bsfw_list li .bsfw_box {
	margin-right: 39px;
	position: relative;
	cursor: pointer;
}

.bsfw_list li .bsfw_box a {
	display: block;
}

.bsfw_list li .bsfw_box .bsfw_tu {
	position: relative;
	z-index: 5;
}

.bsfw_list li .bsfw_box span,
.bsfw_list li .bsfw_box h2,
.bsfw_list li .bsfw_box i {
	position: absolute;
	text-align: center;
}

.bsfw_list li .bsfw_box span {
	z-index: 6;
	background: url(20fjszf_bsfw_bar.png) repeat;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bsfw_list li .bsfw_box h2 {
	font-size: 28px;
	top: 24.41860%;
	z-index: 7;
	color: #ffffff;
	text-shadow: 2px 0 6px rgba(0, 0, 0, .27);
	left: 0;
	right: 0;
	transition: .3s all;
}

.bsfw_list li .bsfw_box i {
	display: block;
	width: 100px;
	z-index: 8;
	bottom: 20.60465116%;
	border: 1px solid #ffffff;
	line-height: 29px;
	height: 29px;
	color: #ffffff;
	left: 50%;
	margin-left: -50px;
	border-radius: 15px;
	transition: .3s all;
}

.bsfw_list li:hover .bsfw_box h2 {
	top: 20.41860%;
}

.bsfw_list li:hover .bsfw_box i {
	bottom: 24.60465116%;
}

.bsfw_con {
	margin-top: 40px;
}

.bsfw_l {
	float: left;
	width: 65.725806%;
}

.bsfw_r {
	float: right;
	width: 31.209677%;
}

.bsfw_tit {
	line-height: 48px;
	height: 48px;
}

.bsfw_tit li {
	cursor: pointer;
	float: left;
	font-size: 26px;
	background: url(20fjszf_bsfw_tit_line.jpg) no-repeat right center;
	margin-right: 39px;
	padding-right: 39px;
}

.bsfw_tit li.on {
	font-weight: bold;
	color: #1658a0;
}

.bsfw_tit li.on a {
	color: #1658a0;
}

.bsfw_tit li.last {
	background-image: none;
}

.bsfw_con1 {
	background-color: #f8f8f8;
	position: relative;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px 27px 30px 105px;
	height: 220px;
}

.bsfw_con1 .img1 {
	position: absolute;
	left: -34px;
	width: 154px;
	height: 153px;
	top: 50%;
	margin-top: -77px;
	z-index: 4;
}

.bsfw_con1 .left2 {
	left: -15px;
}

.bsfw_con1 ul {
	position: relative;
	z-index: 5;
}

.bsfw_con1 li {
	float: left;
	width: 33.3%;
	margin-top: 13px;
}

.bsfw_con1 li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-left: 27px;
	text-align: center;
	padding: 0 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	font-size: 16px;
	padding-right: 10px;
}

.bsfw_con1 li a:hover {
	border: 1px solid #1658a0;
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.bsfw_tit1 {
	height: 22px;
	margin-top: 17px;
	text-align: right
}

.bsfw_con2 {
	margin-top: 23px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px 22px 12px 22px;
}

.bsfw_tit2 {
	line-height: 30px;
	font-size: 20px;
}

.bsfw_tit2 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 32px;
}

.bsfw_con3 {
	position: relative;
	padding-left: 44.6685%;
	line-height: 30px;
	font-size: 16px;
	*padding-left: 38%;
}

.bsfw_con3 span {
	font-weight: bold;
	color: #1658a0;
}

.bsfw_con3 img {
	position: absolute;
	left: 0;
	top: 4px;
}

.bsfw_con3 em {
	font-size: 14px;
	color: #999999;
	margin-right: 8px;
}

.bsfw_r .ind_bsfw_bar li {
	height: 97px;
}

.bsfw_r .ind_bsfw_bar li a {
	padding: 13px 0 5px 0;
}

.bsfw_tit3 {
	margin-top: 32px;
	line-height: 73px;
	height: 73px;
	border-bottom: 1px solid #efefef;
}

.bsfw_tit3 li {
	float: left;
	margin-right: 80px;
	font-size: 26px;
	cursor: pointer;
	position: relative;
}

.bsfw_tit3 li.on {
	font-weight: bold;
	color: #1658a0;
}

.bsfw_tit3 li em {
	position: absolute;
	width: 0px;
	left: 50%;
	bottom: 0;
	height: 3px;
	background-color: #1658a0;
	transition: .3s all;
}

.bsfw_tit3 li.on em {
	width: 100%;
	left: 0;
}

.bsfw_tit3 li img {
	margin-right: 12px;
}

.bsfw_list1 {
	margin-right: -32px;
	*width: 1272px;
}

.bsfw_list1 li {
	float: left;
	width: 16.6666667%;
	margin-top: 30px;
}

.bsfw_list1 li a {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-right: 32px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 12px;
}

.bsfw_list1 li span {
	display: block;
	width: 53px;
	height: 53px;
	margin: 0 auto 7px;
}

.bsfw_list1 li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bsfw_list2 {
	margin-right: -11px;
	margin-left: -11px;
	*width: 1262px;
}

.bsfw_list2 li {
	float: left;
	width: 14.6666667%;
	*width: 14.6%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 15px;
}

.bsfw_list2 li a {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	width: 100%;
	display: table;
	*display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0px;
	height: 40px;
}

.bsfw_list2 li a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 5px;
}

.bsfw_list1 li a:hover,
.bsfw_list2 li a:hover {
	border: 1px solid #1658a0;
	box-shadow: 2px 0 6px rgba(22, 88, 160, .21);
}

.bsfw_list3 {
	margin-right: -26px;
	*width: 100%;
}

.bsfw_list3 li {
	margin-top: 27px;
	float: left;
	width: 25%;
}

.bsfw_list3 li a {
	display: block;
	margin-right: 26px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 21px 20px 21px 11%;
	height: 50px;
	line-height: 50px;
}

.bsfw_list3 li a img {
	float: left;
	width: 50px;
}

.bsfw_list3 li a p {
	line-height: 22px;
	display: table;
	height: 50px;
	*width: 70%;
	text-align: center;
}

.bsfw_list3 li a p span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.szf_tit {
	line-height: 70px;
	height: 70px;
	font-size: 26px;
	color: #1658a0;
}

.szf_con {
	padding: 30px;
	background-color: #f5faff;
}

.szf_tit_l,
.szf_tit_l1 {
	float: left;
	line-height: 150px;
	font-size: 20px;
	font-weight: bold;
	width: 10%;
}

.szf_tit_r {
	/* width: 155px;*/
	float: left;
	margin-left: 28px;
	text-align: center;
}

.szf_tit_r1 {
	width: 90%;
	float: left;
}

.szf_tit_r p {
	line-height: 46px;
	font-size: 16px;
}

.szf_tit_r img {
	width: auto;
	max-height: 176px;
}

.szf_tit_r1 li {
	width: 14%;
	text-align: center;
	float: left;
	font-size: 16px;
}

.szf_tit_r1 li p {
	line-height: 40px;
}

.szf_tit_r1 li a {
	display: block;
	margin-left: 20px;
}

.szf_tit_r1 li a img {
	height: 146px;
}

.szf_list {
	position: relative;
}

.szf_list .bd {
	margin-right: -24px;
}

.szf_list .prev,
.szf_list .next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s all;
	z-index: 999;
}

.szf_list .prev:hover,
.szf_list .next:hover,
.szf_list .prevStop,
.szf_list .nextStop {
	opacity: 0.8;
}

.szf_list .prev {
	left: -15px;
	background: url(20201019-btn01.png) no-repeat;
}

.szf_list .next {
	right: -15px;
	background: url(20201019-btn02.png) no-repeat;
}

.szf_list .bd li {
	float: left;
	width: 25%;
}

.szf_list .bd li a {
	display: block;
	padding: 13px 20px 8px 20px;
	border: 1px solid #ebebeb;
	border-top: 2px solid #1658a0;
	margin-right: 24px;
	transition: .3s all;
}

.szf_list .bd li a h3 {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 24px;
	height: 56px;
	overflow: hidden;
}

.szf_list .bd li a p {
	color: #999999;
}

.szf_list .bd li a:hover {
	border: 1px solid #1658a0;
	background-color: #1658a0;
	color: #ffffff;
}

.szf_list .bd li a:hover p {
	color: #ffffff;
}

.szf_con1 {
	border: 1px solid #e0e0e0;
	position: relative;
}

.szf_line {
	position: absolute;
	left: 195px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #ebebeb;
	z-index: 8;
}

.szf_con2 {
	padding: 25px 0;
	position: relative;
	z-index: 6;
}

.szf_con2_l {
	position: absolute;
	left: 0;
	text-align: center;
	width: 195px;
	font-size: 16px;
	font-weight: bold;
	top: 25px;
	line-height: 42px;
	z-index: 7;
}

.szf_con2_l span {
	font-size: 30px;
}

.szf_con2_r {
	position: relative;
	z-index: 9;
	padding-left: 254px;
	padding-right: 50px;
	min-height: 42px;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
}

.szf_con2 .icon1 {
	width: 35px;
	height: 35px;
	position: absolute;
	left: 177px;
	top: 25px;
	background: url(20fjszf_szf_icon.png) no-repeat;
	z-index: 99;
}

.szf_con2_r h3 {
	line-height: 26px;
	font-size: 18px;
	color: #1658a0;
	margin-bottom: 4px;
}

.szf_bg1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 7;
}

.has_bg .szf_bg1 {
	background-color: #fafafa;
}

.szf_con3 {
	padding: 6px 30px;
	background-color: #fafafa;
}

.szf_list1 {
	margin-top: 39px;
	margin-right: -39px;
	*width: 1279px;
}

.szf_list1 li {
	float: left;
	width: 33.3%;
	*width: 33.2%;
	text-align: center;
}

.szf_list1 li a {
	display: block;
	margin-right: 39px;
	line-height: 57px;
	height: 57px;
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	color: #1658a0;
	background-color: #f0f6ff;
	border-radius: 8px;
}

.szf_list1 li a img {
	margin-right: 20px;
}

.szf_tit2,
.szf_tit3 {
	padding: 15px 0;
	position: relative;
	line-height: 32px;
}

.szf_tit2,
.szf_tit3 span {
	color: #1658a0;
	font-size: 16px;
	font-weight: bold;
}

.szf_tit3 {
	border-top: 1px solid #ebebeb;
	min-height: 32px;
}

.szf_tit3 span {
	width: 198px;
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
}

.szf_tit3 em {
	position: absolute;
	width: 15px;
	height: 8px;
	top: 24px;
	right: 11px;
	background: url(20fjszf_arr6.jpg) no-repeat;
}

.szf_tit3 ul {
	padding-left: 198px;
	padding-right: 35px;
}

.szf_tit3 li {
	font-size: 16px;
	float: left;
	width: 25%;
	margin-bottom: 5px;
}

.szf_tit3 li.w50 {
	width: 50%;
}

.bsfw_tit li.last {
	margin-right: 0;
	padding-right: 25px;
}

.bsfw_tit_l {
	float: left;
	color: #666666;
	font-size: 16px;
}

.bsfw_tit_l a {
	margin: 0 14px;
}

.hdjl_tu {
	float: left;
	width: 31.43548%;
}

.hdjl_tu img {
	width: 100%;
}

.hdjl_con {
	float: right;
	width: 66.225806%;
	position: relative;
}

.hdjl_con h3 {
	line-height: 36px;
	font-size: 24px;
	margin-bottom: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hdjl_con p {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	max-height: 96px;
	overflow: hidden;
}

.hdjl_con ul {
	padding-top: 9px;
}

.hdjl_con li {
	margin-top: 16px;
	line-height: 24px;
	padding-right: 120px;
}

.hdjl_con li span {
	width: 80px;
	line-height: 22px;
	height: 22px;
	border: 1px solid #5d8ec4;
	text-align: center;
	display: block;
	float: left;
	border-radius: 4px;
	color: #5d8ec4;
	margin-right: 14px;
}

.hdjl_con a.djdl_btn {
	width: 110px;
	height: 39px;
	background-color: #2568b1;
	color: #ffffff;
	border: 0;
	font-size: 16px;
	border-radius: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 39px;
	transition: .3s all;
}

.hdjl_con a.djdl_btn:hover {
	opacity: 0.9;
}

.hdjl_tit {
	margin-top: 25px;
	line-height: 34px;
	height: 34px;
	font-size: 20px;
}

.hdjl_list {
	margin-right: -27px;
	*width: 1268px;
	margin-top: 15px;
}

.hdjl_list li {
	width: 25%;
	float: left;
}

.hdjl_list li a {
	display: block;
	background-color: #f9f9f9;
	margin-right: 27px;
	padding-bottom: 12px;
	transition: .3s all;
}

.hdjl_list li h3,
.hdjl_list li p {
	margin-left: 18px;
	margin-right: 18px;
}

.hdjl_list li h3 {
	margin-top: 10px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}

.hdjl_list li img {
	width: auto;
	height: 217px;
	display: block;
	margin: 0 auto;
}

.hdjl_list li p {
	color: #999999;
	line-height: 24px;
}

.hdjl_list li a:hover,
.hdjl_r li a:hover {
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.hdjl_l {
	float: left;
	width: 66.129032%;
}

.hdjl_r {
	float: right;
	width: 32.9032258%;
	overflow: hidden;
}

.hdjl_r li {
	float: left;
	width: 50%;
	margin-top: 24px;
}

.hdjl_r li a {
	display: block;
	padding: 20px 0 16px 0;
	*padding-top: 25px;
	*padding-bottom: 20px;
	margin-left: 25px;
	font-size: 20px;
	color: #1658a0;
	font-weight: bold;
	text-align: center;
	background-color: #eaf5ff;
	transition: .3s all;
}

.hdjl_r li a img {
	margin-bottom: 5px;
}

.bsfw_tit3_r {
	float: right;
}

.bsfw_tit3_r a {
	margin-left: 16px;
	font-size: 16px;
	margin-right: 16px;
}

.bsfw_tit3_r a i {
	font-size: 21px;
	color: #2b67a9;
	margin-right: 8px;
}

.bsfw_tit3_r a.last {
	margin-right: 0;
}

.hdjl_l .gl_list li {
	background-image: url(20fjszf_dot.png);
}

.hdjl_l .gl_list {
	padding: 10px 0px 0 0px;
}

.hdjl_l1 {
	float: left;
	width: 48.225806%;
}

.hdjl_r1 {
	float: right;
	width: 48.225806%;
}

.hdjl_list1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.hdjl_list1 li {
	line-height: 28px;
	padding: 10px 0 9px 0;
	font-size: 18px;
	height: 28px;
	transition: .3s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hdjl_list1 li em {
	color: #999999;
	width: 55px;
	height: 21px;
	border: 1px solid #bfbfbf;
	line-height: 21px;
	display: block;
	float: left;
	margin-top: 3px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	margin-right: 17px;
}

.hdjl_list1 li em.jxz {
	color: #5d8ec4;
	border: 1px solid #326eb1;
}

.hdjl_list1 li i {
	font-size: 16px;
	margin-right: 12px;
}

.hdjl_list1 li span {
	font-size: 16px;
	color: #999999;
	float: right;
}

.hdjl_list1 li:hover {
	margin-left: 10px;
}

.tjxx_tit {
	margin-top: 44px;
	height: 40px;
	line-height: 40px;
}

.tjxx_tit span {
	font-size: 24px;
	font-weight: bold;
	margin-right: 35px;
	float: left;
	display: block;
}

.tjxx_tit select {
	padding-left: 18px;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	width: 245px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(20fjszf_arr.png) no-repeat scroll 95% center #ffffff;
	padding-right: 35px;
}

.tjxx_tit select::-ms-expand {
	display: none;
}

.tjxx_tit1 {
	margin-top: 20px;
}

.tjxx_tit1_l {
	font-size: 16px;
}

.tjxx_tit1_l span {
	margin-right: 22px;
}

.tjxx_tit1_r {
	float: right;
}

.tjxx_tit1 select {
	padding-left: 18px;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e8e8e8;
	padding-right: 35px;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(20fjszf_arr.png) no-repeat scroll 85% center #ffffff;
	margin: 0 8px;
}

.tjxx_tit1 select::-ms-expand {
	display: none;
}

.tjxx_tit1 .btn5 {
	width: 88px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	background-color: #1658a0;
	color: #ffffff;
	text-align: center;
	margin-left: 8px;
}

.tjxx_con1 {
	padding: 0 7.258064516%;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}

.tjxx_con2 {
	padding: 23px 0;
}

.tjxx_list {
	margin-right: -25px;
	*width: 1265px;
	margin-top: 20px;
}

.tjxx_list li {
	width: 25%;
	float: left;
}

.tjxx_list li a {
	display: block;
	margin-right: 25px;
	transition: .3s all;
}

.tjxx_list li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 52px;
	font-size: 16px;
}

.tjxx_list li img {
	width: 100%;
	height: 100%
}

.tjxx_list1 {
	margin-right: -27px;
	*width: 1267px;
}

.tjxx_list1 li {
	float: left;
	width: 16.6666666%;
	height: 56px;
	margin-top: 20px;
}

.tjxx_list1 li a {
	border: 1px solid #e8e8e8;
	margin-right: 27px;
	box-shadow: 3px 0 4px rgba(22, 88, 160, .02);
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	padding: 8px 5px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fbfbfb;
}

.tjxx_list2 {
	margin-top: 62px;
	margin-right: -36px;
	*width: 1276px;
}

.tjxx_list2 li {
	float: left;
	width: 33.3%;
	text-align: center;
	line-height: 104px;
	font-size: 24px;
}

.tjxx_list2 li a {
	display: block;
	margin-right: 36px;
	background-color: #1658a0;
	color: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	transition: .3s all;
}

.tjxx_list2 li a i {
	font-size: 40px;
	margin-right: 30px;
	transition: .3s all;
}

.tjxx_list1 li a:hover {
	border: 1px solid #1658a0;
}

.tjxx_list2 li a:hover {
	box-shadow: 0 0 10px rgba(22, 88, 160, .4);
}

.tjxx_list2 li a:hover i {
	margin-left: -15px;
}

.hdzsk_con {
	background-color: #f6faff;
	padding: 44px 0;
	margin-top: 38px;
}

.hdzsk_con1 {
	width: 73.87096%;
	margin: 0 auto;
	text-align: center;
}

.hdzsk_con1 img {
	margin-right: 25px;
}

.inp4 {
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	width: 62%;
	padding-left: 2%;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.btn6 {
	width: 11.2445%;
	text-align: center;
	background-color: #1658a0;
	border: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	cursor: pointer;
	color: #ffffff;
}

.btn6:hover {
	opacity: 0.9;
}

.hdzsk_tit {
	height: 31px;
	line-height: 31px;
	margin-top: 38px;
	position: relative;
	z-index: 99;
	padding-left: 22px;
	font-size: 20px;
	color: #1658a0;
	font-weight: bold;
}

.hdzsk_tit em {
	position: absolute;
	width: 8px;
	height: 21px;
	background-color: #1658a0;
	left: 0;
	top: 5px;
}

.hdzsk_list {
	margin-top: 24px;
}

.hdzsk_list li {
	width: 11.1%;
	float: left;
	text-align: center;
}

.hdzsk_list li span {
	background: url(20fjszf_hdzsk_icon_bg.png) no-repeat center top;
	line-height: 83px;
	height: 97px;
	width: 97px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition: .3s all;
}

.hdzsk_list li p {
	line-height: 32px;
	font-size: 18px;
}

.hdzsk_list li a {
	display: block;
}

.hdzsk_list li i {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
}

.hdzsk_list li i.t44 {
	font-size: 44px;
}

.hdzsk_list li i.t36 {
	font-size: 36px;
}

.hdzsk_list li i.t32 {
	font-size: 32px;
}

.hdzsk_list li:hover span {
	transform: scale(1.1);
}

.hdzsk_list1 {
	position: relative;
	margin-top: 20px;
}

.hdzsk_list1 .prev,
.hdzsk_list1 .next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, .4);
	*background-color: #000000;
	border-radius: 100%;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	transition: .3s all;
	z-index: 999;
}

.hdzsk_list1 .prev i,
.hdzsk_list1 .next i {
	font-size: 20px;
	color: #ffffff;
}

.hdzsk_list1 .prev:hover,
.hdzsk_list1 .next:hover {
	opacity: 0.8;
}

.hdzsk_list1 .prev {
	left: -15px;
}

.hdzsk_list1 .next {
	right: -15px;
}

.hdzsk_list1 .bd {
	margin-right: -32px;
}

.hdzsk_list1 .bd li {
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}

.hdzsk_list1 .bd li .hdzsk_box {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	padding: 19px 26px;
	margin-right: 32px;
	transition: .3s all;
}

.hdzsk_list1 .bd li .hdzsk_box h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	height: 58px;
	overflow: hidden;
}

.hdzsk_list1 .bd li .hdzsk_box span {
	height: 17px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.hdzsk_list1 .bd li .hdzsk_box span em {
	width: 34px;
	height: 1px;
	background-color: #1658a0;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.hdzsk_list1 .bd li .hdzsk_box p {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-top: 16px;
	height: 120px;
	overflow: hidden;
}

.hdzsk_list1 .bd li:hover .hdzsk_box {
	border: 1px solid #1658a0;
	box-shadow: 0 0 10px rgba(22, 88, 160, .2);
	cursor: pointer;
}

.hdzsk_list2 {
	margin-right: -11px;
	margin-left: -11px;
	*width: 1262px;
}

.hdzsk_list2 li {
	float: left;
	width: 14.6666667%;
	*width: 14.6%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 25px;
}

.hdzsk_list2 li a {
	border: 1px solid #eeeeee;
	box-shadow: 2px 0 8px rgba(51, 51, 51, .07);
	width: 100%;
	display: table;
	*display: block;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0px;
	height: 40px;
}

.hdzsk_list2 li a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 5px;
}

.hdzsk_list2 li a:hover,
.bsfw_list2 li a:hover,
.bsfw_list3 li a:hover {
	border: 1px solid #1658a0;
	box-shadow: 0 0 6px rgba(22, 88, 160, .21);
}

.znwd_pj {
	position: fixed !important;
}

/* update 20201104 */
.mbfw-box {
	margin-top: 40px;
}

.bm-left {
	float: left;
	width: 48.225806%;
	background: #eaf5ff;
	height: 163px;
}

.bm-tit {
	padding: 20px 20px 0;
}

.bm-tit h5 {
	font-size: 20px;
	float: left;
	color: #1658a0;
}

.lx-info {
	float: right;
}

.lx-info span {
	font-size: 14px;
	margin-left: 20px;
}

.lx-info span i {
	font-weight: bold;
	color: #1658a0;
}

.bm-ul {
	overflow: hidden
}

.bm-ul li {
	width: 20%;
	text-align: center;
	float: left;
	margin-top: 25px;
}

.bm-ul li a {
	display: block;
}

.bm-ul li a span {
	font-size: 32px;
	color: #1658a0;
	line-height: 36px;
	transition: .3s all;
	display: inline-block
}

.bm-ul li p {
	font-size: 16px
}

.hdjl_r {
	width: 48.225806%;
	margin-top: -24px;
}

.hdjl_r ul {
	margin-left: -25px;
}

.hdjl_r ul li {
	width: 25%;
}

.hdjl_r li a {
	padding: 30px 0 25px 0;
	margin-left: 25px;
}

.hdjl_r li a img {
	margin-bottom: 15px;
}

.bm-ul li:hover a span {
	transform: scale(1.1);
}


.fhdb {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #1658a0;
	position: fixed;
	bottom: 242px;
	right: 40px;
	cursor: pointer;
	z-index: 9999;
}

.fhdb img {
	margin-top: 17px;
	margin-bottom: 10px
}

/* update 20201105 */
.xgwd {
	margin-top: 80px;
}

.xg-tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.xg-tit h5 {
	font-size: 18px;
	line-height: 20px;
	padding-left: 15px;
	border-left: 6px #1658a0 solid
}

.xl-list li {
	font-size: 16px;
}

/*.xl-list{margin-top: 10px;}*/
.pho-fhdb {
	display: none
}

.zfhy-box {
	width: 48%;
	float: left;
	margin-top: 18px;
	height: 115px;
	background: url(20201106-tj-bg.png) no-repeat top center;
	background-size: cover
}

.zfhy-box a {
	display: block;
	padding-top: 12px;
	text-align: center
}

.zfhy-box a img {
	max-width: 80%;
}

.zfhy-box span {
	display: inline-block;
	border-radius: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	background: rgba(2, 30, 100, .11);
}

.jd-list {
	width: 48%;
	float: right;
}

.jd-list .list li {
	line-height: 40px;
	background: url(20fjszf_dot.png) no-repeat left 18px;
}

/** update 20201106 **/

.pho-poc {
	display: none;
}

.xxtj-sjly {
	float: right;
	font-size: 16px;
}

.nfyf {
	font-size: 16px;
	color: #999;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}

.nfyf a {
	margin: 0 20px;
	color: #333;
}

.nfyf a {
	display: inline-block;
	text-align: center;
	width: 23.7%;
	background: #f4f9ff;
	padding: 12px 0;
	margin: 0 1.5% 0 0;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.nfyf a:last-child {
	margin: 0;
}

.nfyf a:hover,
.nfyf a.on {
	background: #1658a0;
	color: #fff;
	font-weight: bold;
}

/*.nfyf a.ny-on,.nfyf a:hover{color: #333;font-weight: bold}*/
.tjbg-qh {
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
	color: #999;
}

.tjbg-qh a {
	margin: 0 20px;
}

.tjbg-qh a.bg-qh-on,
.tjbg-qh a:hover {
	color: #1658a0;
}

.zzp {
	display: none
}

.ztym_div {
	background: #3D3D3D;
}

.ztym_r {
	overflow: hidden;
	padding: 24px 32px;
}

.ztym_r p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 32px;
}

.ztym_anniu {
	line-height: 36px;
	margin-top: 10px;
}

.ztym_anniu span {
	font-size: 16px;
}

.ztym_anniu em {
	display: inline-block;
	margin-right: 10px;
}

.ztym_anniu em a {
	display: block;
	width: 90px;
	transition: ease-in-out 0.3s;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #B3B3B3;
	border-radius: 6px;
}

.ztym_anniu em.on a,
.ztym_anniu em:hover a {
	background: #EDF5FF;
	border: #1658A0 solid 1px;
	color: #1658A0;
}

.zbym_bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 850px;
	background-size: 100% auto;
	background: url(220824fjzb_img4.png) no-repeat center;
}

.zbym_img {
	text-align: center;
}

.zbym_anniu {
	text-align: right;
	padding-top: 60px;
	padding-right: 20px;
}

.zbym_anniu span {
	display: inline-block;
	cursor: pointer;
	width: 76px;
	border: 1px solid #FFFFFF;
	line-height: 40px;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	color: #FFFFFF;
}


















@media \0screen\,screen\9 {
	.tit_bg {
		border-bottom: 1px solid #ffffff;
	}

	.tit_r1 li {
		float: left;
		display: block;
	}

	.ss_box,
	.nav ul>li .nav_con,
	.ss_box2,
	.nav ul>li .nav_con1 {
		background-color: #ffffff;
	}

	.ss_box .btn i {
		color: #666666;
	}

	.tab1 span.more1 i {
		font-size: 12px;
	}

	.sjkf_bar li,
	.tu_list1 li {
		*width: 33.2%;
	}

	.num {
		*width: 100px;
		margin: 0 auto;
	}

	.num li {
		*float: left;
		*display: inline-block;
	}

	.ind_bsfw_bar li,
	.con3 {
		*width: 49.9%;
	}

	.con31 {
		*padding-bottom: 10px;
	}

	.tu_list .prev,
	.tu_list .next,
	.tu .prev,
	.tu .next {
		background-color: #000000;
	}

	.tu_list .prev i,
	.tu_list .next i,
	.tu .prev i,
	.tu .next i {
		margin-top: -4px;
	}

	.yqlj_tit1 li select {
		height: auto;
		line-height: inherit;
	}

	.tu2 span {
		background: url(20fjszf_bar_bg.png) repeat;
	}

	.ss_box .inp {
		color: #333333;
	}
}

/*colour*/
.twhite1 {
	color: #fff;
}

.twhite1 a:link,
.twhite1 a:visited {
	color: #fff;
	text-decoration: none;
}

.twhite1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.tred1 {
	color: #d03c3c;
}

.tred1 a:link,
.tred1 a:visited {
	color: #ff0000;
}

.tred1 a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.tblack1 {
	color: #000
}

.tblack1 a:link,
.tblack1 a:visited {
	color: #000;
}

.tblack1 a:hover {
	color: #000;
	text-decoration: underline;
}

.tgray1 {
	color: #999999;
}

.tgray1 a:link,
.tgray1 a:visited {
	color: #999999;
}

.tgray1 a:hover {
	color: #999999;
	text-decoration: underline;
}

.tblue1 {
	color: #0167cc
}

.tblue1 a:link,
.tblue1 a:visited {
	color: #0167cc;
}

.tblue1 a:hover {
	color: #0167cc;
	text-decoration: underline;
}

/*---------------------------------------segmentation------------------------------------------*/

/*frame*/
.bor1 {
	border: 1px solid #e1e1e1;
}

.bor_t1 {
	border-top: 1px solid #e1e1e1;
}

.bor_r1 {
	border-right: 1px solid #e1e1e1;
}

.bor_l1 {
	border-left: 1px solid #e1e1e1;
}

.bor_b1 {
	border-bottom: 1px solid #e1e1e1;
}

.bor_to {
	border-top: none;
}

.bor_bo {
	border-bottom: none;
}

.bor_ro {
	border-right: none;
}

.bor_lo {
	border-left: none;
}

/*---------------------------------------segmentation------------------------------------------*/

/*font*/
.tb {
	font-weight: bold;
}

.t12 {
	font-size: 12px;
}

.t13 {
	font-size: 13px;
}

.t14 {
	font-size: 14px;
}

.t15 {
	font-size: 15px;
}

.t16 {
	font-size: 16px;
}

.t17 {
	font-size: 17px;
}

.t18 {
	font-size: 18px;
}

.t20 {
	font-size: 20px;
}

.t22 {
	font-size: 22px;
}

.t24 {
	font-size: 24px;
}

.t50 {
	font-size: 50px;
}

.f_heiti {
	font-family: "SimHei";
}

.f_yahei {
	font-family: "Microsoft YaHei";
}

.f_c {
	text-align: center;
}

.f_i {
	text-indent: 2em;
}

/*---------------------------------------segmentation------------------------------------------*/

/*line-height*/
.h18 {
	line-height: 18px;
}

.h20 {
	line-height: 20px;
}

.h22 {
	line-height: 22px;
}

.h24 {
	line-height: 24px;
}

.h25 {
	line-height: 25px;
}

.h26 {
	line-height: 26px;
}

.h28 {
	line-height: 28px;
}

.h29 {
	line-height: 29px;
}

.h30 {
	line-height: 30px;
}

.h32 {
	line-height: 32px;
}

.h33 {
	line-height: 33px;
}

.h34 {
	line-height: 34px;
}

.h35 {
	line-height: 35px;
}

.h36 {
	line-height: 36px;
}

.h40 {
	line-height: 40px;
}

.h44 {
	line-height: 44px;
}

.h50 {
	line-height: 50px;
}

/*---------------------------------------segmentation------------------------------------------*/

/*margin*/
.mar1 {
	margin: 1px;
}

.mar20 {
	margin: 20px;
}

.mar_t0 {
	margin-top: 0px;
}

.mar_t1 {
	margin-top: 1px;
}

.mar_t5 {
	margin-top: 5px;
}

.mar_t10 {
	margin-top: 10px;
}

.mar_t15 {
	margin-top: 15px;
}

.mar_t20 {
	margin-top: 20px;
}

.mar_t22 {
	margin-top: 22px;
}

.mar_t23 {
	margin-top: 23px;
}

.mar_t25 {
	margin-top: 25px;
}

.mar_t30 {
	margin-top: 30px;
}

.mar_t35 {
	margin-top: 35px;
}

.mar_t40 {
	margin-top: 40px;
}

.mar_t45 {
	margin-top: 45px;
}

.mar_t50 {
	margin-top: 50px;
}

.mar_t55 {
	margin-top: 55px;
}

.mar_b0 {
	margin-bottom: 0px;
}

.mar_b1 {
	margin-bottom: 1px;
}

.mar_b5 {
	margin-bottom: 5px;
}

.mar_b10 {
	margin-bottom: 10px;
}

.mar_b15 {
	margin-bottom: 15px;
}

.mar_b20 {
	margin-bottom: 20px;
}

.mar_b25 {
	margin-bottom: 25px;
}

.mar_b30 {
	margin-bottom: 30px;
}

.mar_b35 {
	margin-bottom: 35px;
}

.mar_b40 {
	margin-bottom: 40px;
}

.mar_b45 {
	margin-bottom: 45px;
}

.mar_b50 {
	margin-bottom: 50px;
}

.mar_b55 {
	margin-bottom: 55px;
}

.mar_l0 {
	margin-left: 0px;
}

.mar_l1 {
	margin-left: 1px;
}

.mar_l5 {
	margin-left: 5px;
}

.mar_l10 {
	margin-left: 10px;
}

.mar_l15 {
	margin-left: 15px;
}

.mar_l20 {
	margin-left: 20px;
}

.mar_l25 {
	margin-left: 25px;
}

.mar_l30 {
	margin-left: 30px;
}

.mar_l35 {
	margin-left: 35px;
}

.mar_l40 {
	margin-left: 40px;
}

.mar_l45 {
	margin-left: 45px;
}

.mar_l50 {
	margin-left: 50px;
}

.mar_l55 {
	margin-left: 55px;
}

.mar_r0 {
	margin-right: 0px;
}

.mar_r1 {
	margin-right: 1px;
}

.mar_r5 {
	margin-right: 5px;
}

.mar_r10 {
	margin-right: 10px;
}

.mar_r15 {
	margin-right: 15px;
}

.mar_r20 {
	margin-right: 20px;
}

.mar_r25 {
	margin-right: 25px;
}

.mar_r30 {
	margin-right: 30px;
}

.mar_r35 {
	margin-right: 35px;
}

.mar_r40 {
	margin-right: 40px;
}

.mar_r45 {
	margin-right: 45px;
}

.mar_r50 {
	margin-right: 50px;
}

.mar_r55 {
	margin-right: 55px;
}

/*---------------------------------------segmentation------------------------------------------*/

/*padding*/
.pad1 {
	padding: 0px;
}

.pad1 {
	padding: 1px;
}

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

.pad_t0 {
	padding-top: 0px;
}

.pad_t1 {
	padding-top: 1px;
}

.pad_t5 {
	padding-top: 5px;
}

.pad_t10 {
	padding-top: 10px;
}

.pad_t15 {
	padding-top: 15px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_t25 {
	padding-top: 25px;
}

.pad_t30 {
	padding-top: 30px;
}

.pad_t35 {
	padding-top: 35px;
}

.pad_t40 {
	padding-top: 40px;
}

.pad_t45 {
	padding-top: 45px;
}

.pad_t50 {
	padding-top: 50px;
}

.pad_t55 {
	padding-top: 55px;
}

.pad_b0 {
	padding-bottom: 0px;
}

.pad_b1 {
	padding-bottom: 1px;
}

.pad_b5 {
	padding-bottom: 5px;
}

.pad_b10 {
	padding-bottom: 10px;
}

.pad_b15 {
	padding-bottom: 15px;
}

.pad_b20 {
	padding-bottom: 20px;
}

.pad_b25 {
	padding-bottom: 25px;
}

.pad_b30 {
	padding-bottom: 30px;
}

.pad_b35 {
	padding-bottom: 35px;
}

.pad_b40 {
	padding-bottom: 40px;
}

.pad_b45 {
	padding-bottom: 45px;
}

.pad_b50 {
	padding-bottom: 50px;
}

.pad_b55 {
	padding-bottom: 55px;
}

.pad_l0 {
	padding-left: 0px;
}

.pad_l1 {
	padding-left: 1px;
}

.pad_l5 {
	padding-left: 5px;
}

.pad_l10 {
	padding-left: 10px;
}

.pad_l15 {
	padding-left: 15px;
}

.pad_l20 {
	padding-left: 20px;
}

.pad_l25 {
	padding-left: 25px;
}

.pad_l30 {
	padding-left: 30px;
}

.pad_l35 {
	padding-left: 35px;
}

.pad_l40 {
	padding-left: 40px;
}

.pad_l45 {
	padding-left: 45px;
}

.pad_l50 {
	padding-left: 50px;
}

.pad_l55 {
	padding-left: 55px;
}

.pad_r0 {
	padding-right: 0px;
}

.pad_r1 {
	padding-right: 1px;
}

.pad_r5 {
	padding-right: 5px;
}

.pad_r10 {
	padding-right: 10px;
}

.pad_r15 {
	padding-right: 15px;
}

.pad_r20 {
	padding-right: 20px;
}

.pad_r25 {
	padding-right: 25px;
}

.pad_r30 {
	padding-right: 30px;
}

.pad_r35 {
	padding-right: 35px;
}

.pad_r40 {
	padding-right: 40px;
}

.pad_r45 {
	padding-right: 45px;
}

.pad_r50 {
	padding-right: 50px;
}







/****** 20210915 *****/

.gl_con {
	position: relative;
	background: #fff;
	margin-top: 6px;
	padding: 0;
}

.gl_tit3>span,
.gl_tit3_r,
.gl_line {
	display: none;
}

.t_inp {
	display: block;
	position: absolute;
	right: 110px;
	top: -37px;
	width: auto;
	z-index: 999;
}

.gl_list3 li {
	line-height: 40px;
	background: url(20fjszf_dot2.png) no-repeat left 17px;
}

.gl_list3 ul {
	padding: 16px 12px;
}

#tab .gl_con {
	background: #f8f8f8;
	margin-top: 27px;
	padding: 10px 20px;
}


@media screen and (max-width: 999px) {
	.t_inp {
		position: static;
	}

	.gl_con {
		background: #f6f6f6;
		padding: 20px;
		margin-top: 20px;
	}

	#tab .gl_con {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.gl_tit3>span.t_sel select {
		display: none !important;
	}

	.t_inp {
		width: 100% !important;
	}

	.gl_con {
		padding: 15px;
		margin-top: 15px;
	}

	#tab .gl_con {
		padding: 15px 15px;
	}
}




/***** 20210916 *****/
.zcjd-gl-con916 {
	background-color: #f6f6f6;
	margin-top: 27px;
	padding: 10px 20px;
}

.zcjd-gl-con916 .gl_tit3>span,
.zcjd-gl-con916 .gl_tit3_r,
.zcjd-gl-con916 .gl_line {
	display: block;
}

.zcjd-gl-con916 .t_inp {
	position: static;
}

.zcjd-gl-con916 .gl_tit3>span.p_no {
	display: none;
}

@media screen and (max-width: 767px) {
	.zcjd-gl-con916 .gl_tit3>span.p_no {
		display: block
	}

	.zcjd-gl-con916 .t_inp {
		width: 70% !important;
	}

	.zcjd-gl-con916 .gl_tit3>span.t_sel select {
		display: block !important;
	}
}

/*** 20210716 ***/
.xzly-p_0716 {
	text-align: right;
	font-size: 16px;
	color: #999;
	margin-top: 30px;
}

.inline_0716 {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.ewmbox-xd_0716 {
	margin-left: 20px;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.inline_0716 {
		display: none
	}
}


/*** 20210926 ***/
.szwgh-zta {
	float: left;
	margin-left: 40px;
}

.szwgh-zta a {
	display: inline-block;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #1f5b9b;
	border-radius: 10px;
	background: linear-gradient(to right, #c0defd, #daecfe);
	background: -moz-linear-gradient(left, #c0defd 0%, #daecfe 100%);
	background: -webkit-linear-gradient(left, #c0defd 0%, #daecfe 100%);
	background: -o-linear-gradient(left, #c0defd 0%, #daecfe 100%);
	background: -ms-linear-gradient(left, #c0defd 0%, #daecfe 100%);
	background: linear-gradient(to right, #c0defd 0%, #daecfe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0defd', endColorstr='#daecfe', GradientType=1);
}

.szwgh-zta a i {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 0 12px;
	border-radius: 7px;
	height: 22px;
	line-height: 22px;
	background: linear-gradient(to right, #dc151e, #f46366);
	margin-left: 10px;
	background: -moz-linear-gradient(left, #dc151e 0%, #f46366 100%);
	background: -webkit-linear-gradient(left, #dc151e 0%, #f46366 100%);
	background: -o-linear-gradient(left, #dc151e 0%, #f46366 100%);
	background: -ms-linear-gradient(left, #dc151e 0%, #f46366 100%);
	background: linear-gradient(to right, #dc151e 0%, #f46366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc151e', endColorstr='#f46366', GradientType=1);
	float: right;
	margin-top: 6px;
}


@media screen and (max-width: 767px) {
	.szwgh-zta {
		margin-left: 20px;
	}

	.szwgh-zta a i {
		display: none
	}

	.szwgh-zta a {
		font-size: 14px;
	}
}

@media screen and (max-width: 540px) {
	.szwgh-zta {
		margin-left: 8px;
	}

}

@media screen and (max-width: 374px) {
	.szwgh-zta a {
		padding: 0 5px;
	}
}

@media screen and (max-width: 350px) {
	.szwgh-zta {
		display: none
	}
}





/**** 20211021 ****/
.zwxmt-gl-box {
	background-color: #f6f6f6;
	margin-top: 27px;
	padding: 20px;
}

.zwxmt-gl-box .t_inp {
	position: static;
}

.zwxmt-gl-box .gl_tit3>span,
.zwxmt-gl-box .gl_tit3_r,
.zwxmt-gl-box .gl_line {
	display: block
}

.zwxmt-gl-box .gl_tit3>span.t_sel {
	display: none
}



@media screen and (max-width: 767px) {
	.zwxmt-gl-box {
		margin: 20px 0 !important;
	}
}