.btn_fw {
	position: fixed;
	right: 0;
	z-index: 999;
	width: 90px;
	height: 90px;
	background: rgba(25,107,252,.8);
	bottom: 111px;
	text-align: center;
}

.btn_fw:hover {
	background: rgba(25,107,252,.9)
}

.btn_fw img {
	width: 40px;
	padding-top: 15px;
}

.btn_fw p {
	color: #fff;
	line-height: 30px;
}

.btn_to_top {
	display: none;
	position: fixed;
	right: 0;
	cursor: pointer;
	z-index: 999;
	width: 90px;
	height: 75px;
	background: rgba(25,107,252,.8);
	bottom: 26px;
	text-align: center;
}

.btn_to_top:hover {
	background: rgba(25,107,252,.9)
}

.btn_to_top img {
	width: 40px;
	padding-top: 17px;
}

.banner {
	margin-top: 80px;
}

.banner img {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination {
	bottom: 10%;
}

.banner .swiper-pagination span.swiper-pagination-bullet {
	margin: 0 10px;
}

.banner .swiper-button-prev {
	background: url(../image/btn_prev.png) no-repeat center top;
	width: 66px;
	height: 66px;
	left: 30px;
}

.banner .swiper-button-next {
	background: url(../image/btn_next.png) no-repeat center top;
	width: 66px;
	height: 66px;
	right: 30px;
}

.title a {
	display: block;
	width: 100%;
	height: 100%;
}

.section_1 {
	background: url(../image/bg_sec1.jpg) no-repeat center top;
	height: 921px;
}

.yw {
	padding-top: 50px;
	height: 620px;
}

.yw .title {
	background: url(../image/tit_zhyw.png) no-repeat center top;
	width: 201px;
	height: 70px;
	margin: 0 auto 50px;
}

.focus {
	float: left;
	height: 380px;
	width: 600px;
	position: relative;
	margin-left: 10px;
}

.focus ul li {
	display: none;
	width: 600px;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.focus ul li img {
	width: 600px;
	height: 380px;
}

.focus ul li p {
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 18px;
	padding-right: 120px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	position: relative;
	top: -45px;
	background: url(../image/picshow_bg.png) repeat;
}

.focus .dian {
	position: absolute;
	bottom: 12px;
	right: 18px;
	z-index: 100;
}

.focus .dian i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 6px;
	;margin-left: 10px;
	cursor: pointer;
}

.focus .dian i.on {
	background: #fff;
}

.yw_rt {
	width: 740px;
	float: right;
}

.yw_rt li {
	width: 100%;
	height: 55px;
	padding: 7px 10px;
	margin-bottom: 10px;
	background: #fff;
}

.yw_rt li .cont_box {
	width: 355px;
	height: 54px;
	border-bottom: 1px solid #d0d0d0;
}

.yw_rt li p.tit {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	line-height: 42px;
	;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yw_rt li .cont_box .time {
	line-height: 20px;
	float: left;
}

.yw_rt li .cont_box .time span {
	font-size: 30px;
}

.yw_rt li .cont_box .ckxq {
	float: right;
	line-height: 20px;
	margin-top: 5px;
	color: #666;
	background: url(../image/icon_more.png) no-repeat right center;
	padding-right: 18px;
	;
}

.yw a.more {
	display: block;
	margin: 20px auto 0;
	color: #1d1d81;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #1d1d81;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.fwzx {
	height: 210px;
	padding-top: 30px;
}

.fwzx .fwzx_lists li {
	width: 350px;
	float: left;
}

.fwzx .fwzx_lists li img.cur {
	display: none;
}

.fwzx .fwzx_lists li:hover img {
	display: none;
}

.fwzx .fwzx_lists li:hover img.cur {
	display: block;
	margin-top: -19px;
}

.zx {
	background: url(../image/bg_zx.jpg);
	padding-top: 60px;
	height: 568px;
}

.zx .title {
	background: url(../image/tit_hyzx.png) no-repeat center top;
	width: 203px;
	height: 70px;
	margin: 0 auto 50px;
}

.zx .zx_lists {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px 30px;
}

.zx .zx_lists li {
	height: 69px;
	line-height: 69px;
	border-bottom: 1px solid #d0d0d0;
}

.zx .zx_lists li p {
	float: left;
	
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zx .zx_lists li .time {
	color: #666666;
	width: 100px;
	margin-top: 20px;
	;float: right;
	height: 28px;
	line-height: 28px;
	text-align: center;
	;background: #ebf2f6;
	border-radius: 14px;
}

.zx .zx_lists li:last-child {
	border-bottom: none;
}

.zx a.more {
	display: block;
	margin: 50px auto 0;
	color: #1d1d81;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #1d1d81;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.sj {
	background: url(../image/bg_sj.jpg) no-repeat center top;
	height: 619px;
	padding-top: 60px;
}

.sj .title {
	background: url(../image/tit_sj.png) no-repeat center top;
	width: 130px;
	height: 77px;
	margin: 0 auto 90px;
}

.sj .sj_lists {
	margin-left: 50px;
	width: 1360px;
}

.sj .sj_lists li {
	width: 280px;
	height: 260px;
	background: #fff;
	float: left;
	position: relative;
	margin-right: 60px;
}

.sj .sj_lists li .img_box {
	width: 280px;
	height: 170px;
	position: relative;
}

.sj .sj_lists li .img_box img {
	width: 280px;
	height: 170px;
}

.sj .sj_lists li .img_box .icon_play {
	background: url(../image/icon_play.png) no-repeat center top;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}

.sj .sj_lists li p {
	text-align: center;
	margin: 10px 25px;
	line-height: 26px;
	font-size: 16px;
	max-height: 52px;
	;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sj_lists li .ckxq {
	background: url(../image/btn_ckxq.png) no-repeat center top;
	width: 110px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	position: absolute;
	bottom: -17px;
	left: 85px;
	text-align: center;
}

.sj a.more {
	display: block;
	margin: 80px auto 0;
	color: #fff;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #fff;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.dsj {
	background: url(../image/bg_dsj.jpg) no-repeat center top;
	height: 581px;
	padding-top: 50px;
}

.dsj .title {
	background: url(../image/tit_dsj.png) no-repeat center top;
	width: 170px;
	height: 77px;
	margin: 0 auto 100px;
}

.dsj .dsj_box {
	width: 910px;
	height: 175px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.dsj .dsj_box .dsj_item {
	display: none;
	width: 910px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
}

.dsj .dsj_box .dsj_item .dsj_date {
	float: left;
	background: url(../image/bg_date2.png) no-repeat center top;
	width: 220px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin-top: 15px;
	font-size: 24px;
	color: #fff;
}

.dsj .dsj_box .dsj_item .dsj_cont {
	width: 550px;
	height: 175px;
	float: right;
	position: relative;
}

.dsj .dsj_box .dsj_item .dsj_cont .cont {
	line-height: 35px;
	font-size: 16px;
	height: 105px;
	margin-bottom: 30px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.dsj .dsj_box .dsj_item .dsj_cont .more {
	display: block;
	width: 83px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: 1px solid #4c67fa;
	border-radius: 16px;
	background: #fff;
	font-size: 16px;
}

.dsj .sjz_box {
	background: url(../image/dsj_sjz.png) no-repeat center top;
	width: 1400px;
	height: 260px;
	margin-top: -120px;
	position: relative;
}

.dsj .sjz_box .sjz_item {
	cursor: pointer;
	;position: absolute;
	width: 23px;
	height: 23px;
	background: url(../image/dsj_icon.png) no-repeat center;
}

.dsj .sjz_box .sjz_item span {
	position: absolute;
	width: 73px;
	top: 60px;
	left: -25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.dsj .sjz_box .sjz_1 {
	top: 23px;
	left: 50px;
}

.dsj .sjz_box .sjz_2 {
	top: 51px;
	left: 120px;
}

.dsj .sjz_box .sjz_3 {
	top: 78px;
	left: 195px;
}

.dsj .sjz_box .sjz_4 {
	top: 103px;
	left: 280px;
}

.dsj .sjz_box .sjz_5 {
	top: 124px;
	left: 364px;
}

.dsj .sjz_box .sjz_6 {
	top: 143px;
	left: 452px;
}

.dsj .sjz_box .sjz_7 {
	top: 153px;
	left: 540px;
}

.dsj .sjz_box .sjz_8 {
	top: 159px;
	left: 630px;
}

.dsj .sjz_box .sjz_9 {
	top: 159px;
	left: 720px;
}

.dsj .sjz_box .sjz_10 {
	top: 155px;
	left: 810px;
}

.dsj .sjz_box .sjz_11 {
	top: 145px;
	left: 900px;
}

.dsj .sjz_box .sjz_12 {
	top: 130px;
	left: 981px;
}

.dsj .sjz_box .sjz_13 {
	top: 112px;
	left: 1060px;
}

.dsj .sjz_box .sjz_14 {
	top: 89px;
	left: 1140px;
}

.dsj .sjz_box .sjz_15 {
	top: 65px;
	left: 1215px;
}

.dsj .sjz_box .sjz_16 {
	top: 38px;
	right: 95px;
}

.dsj .sjz_box .sjz_17 {
	top: 10px;
	right: 30px;
}

.dsj .sjz_box .sjz_item.cur {
	background: url(../image/dsj_icon_cur.png) no-repeat center;
}

.dsj .sjz_box .sjz_item.cur span {
	color: #006bbe;
}

.rcap {
	padding-top: 90px;
	height: 330px;
}

.rcap .rcap_sec {
	height: 280px;
}

.rcap .rcap_sec .rcap_icon {
	float: left;
	background: url(../image/icon_rcap.png) no-repeat center top;
	height: 180px;
	width: 180px;
	margin-top: 50px;
}

.rcap .rcap_sec .rcap_box {
	float: right;
	background: url(../image/bg_rcap.png) no-repeat center top;
	width: 1002px;
	height: 280px;
	position: relative;
}

.rcap .rcap_sec .rcap_box .rcap_item {
	display: none;
	width: 832px;
	height: 240px;
	position: absolute;
	top: 20px;
	left: 120px;
}

.rcap_box .rcap_item .hint {
	font-size: 18px;
	text-align: justify;
	line-height: 48px;
	color: #fff;
}

.rcap_box .rcap_item .hint a {
	color: #fff;
}

.rcap_box .rcap_item .xxyc {
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	border-radius: 18px;
}

.rcap .rcap_rc {
	width: 145px;
	float: left;
	margin-left: 35px;
	height: 280px;
	border-right: 1px solid #0332bc;
}

.rcap .rcap_rc ul {
	width: 152px;
}

.rcap .rcap_rc ul li {
	line-height: 35px;
	font-size: 17px;
	padding-right: 52px;
	cursor: pointer;
}

.rcap .rcap_rc ul li.cur {
	background: url(../image/rcap_icon.png) no-repeat right center;
	color: #0332bc;
}

.hy {
	padding-top: 35px;
	height: 560px;
	background: #f4f7fc;
}

.hy .title {
	background: url(../image/tit_tqhd.png) no-repeat center top;
	height: 72px;
	width: 200px;
	margin: 0 auto 30px;
}

.hy .hy_lists {
	width: 1460px;
}

.hy .hy_lists li {
	width: 315px;
	height: 350px;
	float: left;
	margin-right: 47px;
	margin-bottom: 30px;
}

.hy a.more {
	display: block;
	margin: 10px auto 0;
	color: #1d1d81;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #1d1d81;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.zl {
	background: url(../image/bg_zl2.jpg) no-repeat center top;
	height: 415px;
	padding-top: 30px;
}

.zl .title {
	background: url(../image/tit_zl.png) no-repeat center top;
	height: 75px;
	width: 130px;
	margin: 0 auto 40px;
	;
}

.zl .zl_lists {
}

.zl .zl_lists li {
	width: 200px;
	float: left;
	text-align: center;
}

.zl .zl_lists li img {
	width: 100px;
	padding: 20px;
}

.zl .zl_lists li img.cur {
	display: none;
}

.zl .zl_lists li:hover img {
	display: none;
	width: 140px;
	height: 140px;
	padding: 0;
}

.zl .zl_lists li:hover img.cur {
	display: inline;
}

.zl .zl_lists li p {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	margin: 10px;
}

.zl .zl_lists li:hover p {
	font-size: 16px;
}

.zl a.more {
	display: block;
	margin: 15px auto 0;
	color: #fff;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #fff;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.tjzs {
	height: 380px;
	background: #DEEAF8;
	padding-top: 40px;
}

.tjzs .title {
	background: url(../image/tit_tjzs.png) no-repeat center top;
	width: 220px;
	height: 72px;
	margin: 0 auto;
}

.hzhb {
	padding-top: 70px;
	padding-bottom: 80px;
	_background: #deeaf8;
}

.hzhb .title {
	background: url(../image/tit_tjpp.png) no-repeat center top;
	width: 220px;
	height: 72px;
	margin: 0 auto 60px;
}

.hzhb_box {
height: 350px;
overflow: hidden;
}

.hzhb_box a{
	width: 230px;
    height: 90px;
	float: left;
	margin-right: 60px;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}

.hzhb_box a:nth-child(5n) {
	margin-right: 0;
}



.hzhb_box img {
	width: 100%;
    height: 100%;
}

.bm {
	background: url(../image/bg_bm.png) no-repeat center top;
	height: 201px;
}

.bm p {
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding-top: 45px;
	margin-bottom: 40px;
}

.bm a {
	width: 118px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	color: #fff;
	margin: 0 auto;
}

.jqqd_box {
	display: none;
	position: fixed;
	text-align: center;
	left: 50%;
	top: 50%;
	background: #3579FE;
	width: 300px;
	height: 80px;
	border-radius: 10px;
	;line-height: 80px;
	color: #fff;
	z-index: 9999;
	font-size: 24px;
	margin-left: -150px;
	margin-top: -40px;
	opacity: 0.95;
}

.re_hzhb {
	background: url(../image/bg_hzhb3.jpg) no-repeat center top;
	height: 608px;
	padding-top: 61px;
}

.re_hzhb .title {
	background: url(../image/tit_hzhb.png) no-repeat center top;
	width: 220px;
	height: 72px;
	margin: 0 auto 51px;
}

.re_hzhb .hzhb_box {
	position: relative;
}

.hzhb_advertising img {
	width: 100%;
	height: auto;
}

.hzhb_advertising .swiper-pagination span.swiper-pagination-bullet {
	margin: 0 10px;
}

.hzhb_advertising .swiper-button-prev {
	background: url(../image/btn_prev.png) no-repeat center top;
	width: 66px;
	height: 66px;
	left: 30px;
	margin-top: -33px;
}

.hzhb_advertising .swiper-button-next {
	background: url(../image/btn_next.png) no-repeat center top;
	width: 66px;
	height: 66px;
	right: 30px;
	margin-top: -33px;
}



.qidian_wpa_img {
	display: none;
}

.sp {
	background: url(../image/bg_sp.jpg) no-repeat center top;
	height: 806px;
	padding-top: 63px;
}

.sp .title {
	background: url(../image/tit_sp.png) no-repeat center top;
	width: 130px;
	height: 70px;
	margin: 0 auto 58px;
}

.sp_left {
	width: 696px;
	height: 520px;
	float: left;
}

.sp_left a {
	display: block;
	width: 100%;
	height: 100%;
}

.sp_left .sp_left_img {
	width: 100%;
	height: 387px;
}

.sp_left .sp_left_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.sp_left .sp_left_text {
	padding: 20px 30px;
	width: 636px;
	height: 93px;
	background: #fff;
}

.sp_left .sp_left_text p.tit {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sp_left .sp_left_text p.date {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-top: 5px;
}

ul.sp_right {
	width: 704px;
	float: right;
}

ul.sp_right li {
	width: 331px;
	float: left;
	margin-left: 21px;
	margin-bottom: 25px;
}

ul.sp_right li .sp_right_list_img {
	width: 100%;
	height: 190px;
}

ul.sp_right li .sp_right_list_img img {
	width: 100%;
	height: 100%;
	display: block;
}

ul.sp_right li p.tit {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	height: 52px;
}

ul.sp_right li p.tit a {
	color: #fff;
}

.sp a.more {
	display: block;
	margin: 15px auto 0;
	color: #fff;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #fff;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.tp {
	background: url(../image/bg_tp.jpg) no-repeat center top;
	height: 677px;
	padding-top: 58px;
}

.tp .title {
	background: url(../image/tit_tp.png) no-repeat center top;
	width: 130px;
	height: 70px;
	margin: 0 auto 62px;
}

.tp_swiper_box {
	width: 100%;
	height: 450px;
	position: relative;
	margin: 0 auto;
}

.poster-main {
	width: 100%;
	height: 450px;
	position: relative;
	margin: 0 auto;
}

.poster-main .poster-btn {
	width: 100px;
	height: 270px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(../image/btn_prev2.png) no-repeat left center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(../image/btn_next2.png) no-repeat right center;
}

.poster-main .poster-list li.list-item {
	position: absolute;
	top: 0;
	left: 0;
}

.poster-main .poster-list li.list-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main .poster-list li.list-item a img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main .poster-list li p {
	text-align: center;
	color: #333333;
	height: 60px;
	line-height: 60px;
	background: #fff;
	position: relative;
	font-size: 16px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tp a.more {
	display: block;
	margin: 30px auto 0;
	color: #1d1d81;
	border-radius: 17px;
	width: 160px;
	height: 32px;
	border: 1px solid #1d1d81;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.fwzx {
		background: #EFF1F3;
		padding: 50px 0;
	}

	.xwzx {
		padding-top: 65px;
	}
}

@media screen and (max-width:1400px) {
	.fwzx {
		background: #EFF1F3;
		padding: 45px 0;
	}

	.xwzx {
		padding-top: 60px;
	}
}

.djs {
	
	height: 200px;
	display: none;
}

.djs_box {
	float: right;
	width: 520px;
	margin-right: 20px;
	margin-top: 34px;
}

.djs_box>p {
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	color: #33fffe;
	margin-bottom: 15px;
	font-weight: bold;
	padding-right: 20px;
	letter-spacing: 4px;
}

.djs_box .djs_lists {
}

.djs_box .djs_lists li {
	float: left;
	width: 167px;
	height: 88px;
	text-align: justify
}

.djs_box .djs_lists li:nth-child(2) {
	width: 174px;
}

.djs_box .djs_lists li .djs_t {
	font-size: 50px;
	color: #4E2CF8;
	line-height: 88px;
	height: 88px;
	width: 88px;
	float: left;
	text-align: center;
}

.djs_box .djs_lists li .djs_t span {
	font-weight: bold;
	color: #fff;
}

.djs_box .djs_lists li p {
	font-size: 22px;
	;line-height: 88px;
	color: #33fffe;
	width: 74px;
	;float: left;
	text-align: center;
}

.head_2 {
	height: 50px;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 990;
	background: rgba(9,8,162,0.6);
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: right;
}

.head_2 span.day_num {
	font-size: 30px;
	color: #009DEE;
	position: relative;
	top: 4px;
}

.three_map {
	background: #0A64BA;
}

.three_map img {
	width: 100%;
}

.gywm{padding-top: 60px;background: url(../image/bg_zx.jpg);}
.gywm .title{background: url(../image/tit_zhjs.png) no-repeat center top;width: 201px;height: 70px;margin: 0 auto 50px;}
.gywm .about-section, .video-section {padding: 20px;}

.gywm .about-section {
    flex-basis: 50%; /* 占用剩余空间的50% */
}
.gywm .about-section p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
	margin-top: 10px;
}

.gywm .video-section {
    flex-basis: 50%; /* 占用剩余空间的50% */
}

.gywm video {
    width: 100%; /* 宣传视频宽度占满容器 */
    height: auto; /* 保持视频的原始宽高比 */
}