/******************横幅1********************/
.hf1 {
	width: 100%;
}
.hf1 a img {
	width: 100%;
}
/******************头条*********************/
.top_t {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.top_t h5 {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_t h5 a {
	font-size: 34px;
	color: #0a7fde;
}
.top_t p {
	padding-top: 10px;
	cursor: pointer;
	font-size: 16px;
	color: #686868;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top_t p span a{
	color: #0560c3;
	font-size: 16;
}
/************************轮播图，选项卡********************/
.one_mian {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
/****************************轮播图**************************/
.tpxw {
	width: 50%;
}
.xwdt_banner {
	width: 100%;
	margin: 0;
}
.xwdt_banner .swiper-slide {
	position: relative;
}
.xwdt_banner .swiper-slide img {
	width: 100%;
	display: block;
	height: 426px;
}
.xwdt_banner .swiper-slide .text {
	position: absolute;
	width: 100%;
	padding: 0.5rem 3.75rem 0.5rem 1rem;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
	line-height: 1.5rem;
	color: #fff;
	box-sizing: border-box;
}
.xwdt_banner .swiper-slide .text p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xwdt_banner .swiper-pagination {
	text-align: right;
	padding-right: 0.875rem;
	box-sizing: border-box;
}
.xwdt_banner .swiper-pagination-bullet {
	width: 0.5625rem;
	height: 0.5625rem;
	margin: 0 0.1563rem;
	display: inline-block;
	background: #fff;
	opacity: 1;
}
.xwdt_banner .swiper-pagination-bullet-active {
	background: #165DFF;
}
/****************************版块************************/
.zwgk {
	width: 32%;
}
.zwgk_tab {
	width: 96%;
	margin: 30px auto 0px;
}
.swxw {
	width: 46%;
	margin: 0px 15px;
}
.zmhd {
	width: 32%;
}
.zmhd_tab {
	width: 96%;
	margin: 25px auto 0px;
}
.zmhdlbt {
	width: 100%;
	margin-top: 30px;
}

.two_mian {
width: 100%;
margin-top: 30px;
background-color: #ecf3f8;
display: flex;
justify-content: space-between;
padding: 10px 0;
border-radius: 5px;
}
.gggs {
	width: 11%;
}
.gggs h4 {
	display: flex;
	justify-content: center;
    align-items: center;
	height: 96px;
}
.gggs h4 a {
	font-size: 24px;
	color: #0e60a2;
	line-height: 48px;
}
.gggs_list {
	width: 89%;    overflow: hidden;
    height: 96px;
}
.gggs_list ul {
	/* display: flex;
	justify-content: space-around;
	  align-items: center; */
}
.gggs_list ul li {
	width: 47%;
	display: inline-block;
	/* display: flex;
	 align-items: center; */
	 background-color: #FFFFFF;
	 border-radius: 5px;
	 line-height: 40px;
	 padding: 0px 10px;
	 margin:6px 5px 0;
}
.gggs_list ul:first-child {
	transition: margin-top .8s;/*此处可修改每次滚动持续时间*/
}
.gggs_list ul li a {
	width: 90%;
	font-size: 16px;
	color: #5a5a5a;
	
}
.gggs_list ul li span {
	width: 10%;
	font-size: 16px;
	color: #5a5a5a;
	text-align: center;
	float: right;
}
/**************************滚动横幅*********************/
.there_mian {
	width: 100%;
	margin-top: 30px;
	background-color: red;
}
.lbhf {
	width: 100%;
}
.content_right2 {
	width: 100%;	
}
.content_right2 .add2 {
	width: 100%;
	height: 110px;
	overflow: hidden;
	position: relative;
}
.content_right2 .slider2tyd,
.content_right2 .num2tyd {
	position: absolute;
}
.content_right2 .slider2tyd {
	width: 100%;
}
.content_right2 .slider2tyd li {
	list-style: none;
	display: inline;
}
.content_right2 .slider2tyd img {
	width: 100%;
	height: 110px;
	display: block;
}
.content_right2 .num2tyd {
	right: 5px;
	bottom: 5px;
	display: flex;
}
.content_right2 .num2tyd li {
	color: #d74e17;
	text-align: center;
	line-height: 16px;
	width: 16px !important;
	height: 16px !important;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px !important;
	border: 1px solid #d74e17;
	background-color: #fff;
}

.content_right2 .num2tyd li.on {
	color: #fff;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-size: 14px;
	margin: 3px 1px;
	border: 1px solid #d74e17;
	background-color: #d74e17;
	font-weight: bold;
}
/*****************************政务系列***********************/
.four_mian {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
/****标题***/
.zw_tit {
	width: 100%;
}
.zw_tit h4 {
	padding-left: 15px;
}
.zw_tit h4 a {
	font-size: 38px;
	color: #0e60a2;
} 
/*******列表******/
.zwgk_list {
	width: 96%;
	margin: 10px auto 0;
}
.zwgk_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zwgk_list ul li {
	width: 49%;
	background: #f4f4f4;
	margin-bottom: 8px;
	border-radius: 5px;
	padding: 8px 0;
}
.zwgk_list ul li a {
	display: flex;
	    justify-content: left;
	    align-items: center;
	    font-size: 16px;
	    color: #2e2e2e;
	    margin-left: 12px;
}
.zwgk_list ul li a img {
	padding-right: 10px;
}
/****************************政务服务************************/
.zwfw {
	width: 32%;
}
.fuwu {
	width: 96%;
    margin: 30px auto 15px;
}
.fuwu a {
	display: block;	
}
.fuwu a img {
	width: 100%;
	border-radius: 10px;
}
.bsfw {
	width: 96%;
    margin: 0 auto;
}
.tabcontens {
	width: 100%;
}
.tabcontens .title {
	width: 100%;
	height: 70px;
}
.tabcontens .title-list {
	width: 100%;
	position: relative;
}
.tabcontens .title ul {
	display: flex;
	justify-content: flex-start;
}
.tabcontens .title-list li {
	width: 25%;
	text-align: center;
}
.tabcontens .title-list li a {
	text-decoration: none;
	font-size: 18px;
	line-height: 70px;
	color: #4e4e4e;
	display: block;	
}
.on {
	color: #ff6600;
	font-weight: bold;
	font-size: 18px;
}
.tabcontens .title-list p {
	position: absolute;
	top: 48px;
	width: 25%;
	overflow: hidden;
	text-align: center;
	height: 22px;
}
.tabcontens .title-list b {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid dashed dashed dashed;
	border-width: 11px;
	border-color: #ffffff #ffffff #f1f4f7 #ffffff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.product {
	position: relative;
	overflow: hidden;
	display: none;
}
.product-wrap {
	border-radius: 10px;
}
.product-wrap .show {
	display: block;
}
.product .lftxt {
	width: 100%;
	position: relative;
	background-color: #f1f4f7;
	border-radius: 10px;
}
.product .lftxt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.product .lftxt ul  li {
	width: 30%;
	padding: 32px 0;
}
.product .lftxt ul  li a {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}
.product .lftxt ul  li a img {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.product .lftxt ul  li a p {
	font-size: 18px;
	color: #181818;
}

/*******轮播图*******/
.banner{
	width: 96%;
	height: 100%;
	margin: 0 auto;
	position: relative
}
.banimg{
	width: 100%;
	height: 269px;
	z-index: 1;
	overflow: hidden;
   border-radius: 10px;
}
.banimg li{
	width: 100%;
}
.banimg li img{
	width: 100%;
	height: 269px;
	cursor:pointer;
}
.baninf{
	width: 100%;
	height: 40px;
	z-index: 222;
	background:url(../images/tiblebg.png);
	position: absolute;
	top: 229px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.baninf a:link {color: #ffffff}
.baninf a:visited {color: #fff}
.baninf a:hover {color:  #1379d8}
.baninf a:active {color: #fff}

.baninf_title{
	width: 80%;
	height: 20px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.baninf_title li{
	width: 100%;
	height: 100%;
	
}
.baninf_title li a {
	color: #fff;
	font-size: 14px;
}

.baninf_dot{
	width: 15%;
	height: 9px;
	display: flex;
	justify-content: flex-end;
}
.baninf_dot li{
	display: block;
	width: 9px;
	height: 9px;
	margin-right: 4px;
	cursor: pointer;
	background: url(../images/banner1_dot.png);
	background-repeat: no-repeat;
}
.baninf_ondot{
	background: url(../images/banner1_ondot.png) !important;
}
.baninf_dot li:last-child{
	margin-right: 0;
}
/*******************专题专栏**********************/
.five_mian {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ztzl {
	width: 100%;
}
.ztzl_title {
	width: 100%;
	background: url(../images/ztzl_bgm.png) center no-repeat;
}
.ztzl_title h4 {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.ztzl_title h4 a {
	font-size: 24px;
	color: #0e60a2;
}
.ztzl_con {
	width: 100%;
	margin-top: 25px;
}
.blk_29 {
	zoom: 1;
	/*position: relative;*/
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.blk_29 .LeftBotton {
	background: url(../images/btn-fl2.png) no-repeat 0px 10px;
	width: 55px;
	cursor: pointer;
	/*position: absolute;
	  left: 0;
	  top: 70px;*/
	height: 60px;
	z-index: 999;
	opacity: 0.5;
	margin-top: 4%;
	
}
.blk_29 .RightBotton {
	background: url(../images/btn-fr2.png) no-repeat 15px 10px;
	width: 55px;
	cursor: pointer;
	/*position: absolute;
	  top: 70px;
	  right: 0px;*/
	height: 60px;
	z-index: 999;
	opacity: 0.5;
	margin-top: 4%;
	
}
.blk_29 .LeftBotton:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.blk_29 .RightBotton:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.blk_29 .Cont {
	overflow: hidden;
	width: 1260px;
	/*margin-left: 56px;*/
}
.blk_29 .box {
	/*float: left;*/
	width: 300px;
	padding-right: 20px;
}
.blk_29 .box img {
	display: block;
	background: #fff;
	width: 300px;
	height: 170px;
	border-radius: 10px;
}
.blk_29 .box img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.loading{
	display: flex;/*让dot和文字在同一行*/
}
.loadingfailed{
	display: none;/*让dot和文字在同一行*/
}
dot{
	/*让点垂直居中*/
	height: 1em;
	line-height: 1;
	/*让点垂直排列*/
	display: flex;
	flex-direction: column;
	/*溢出部分的点隐藏*/
	overflow: hidden;
}
dot::before{
	/*三行三种点，需要搭配white-space:pre使用才能识别\A字符*/
	content: '...\A..\A.';
	white-space: pre-wrap;
	animation: dot 3s infinite step-end;/*step-end确保一次动画结束后直接跳到下一帧而没有过渡*/
}
@keyframes dot{
	33% {transform: translateY(-2em);}
	66% {transform: translateY(-1em);}
}


