.fl {
	float: left;
}

.fr {
	float: right;
}

a:hover {
	color: #1677FF;
}

.qjd_clearfix {
	clear: both;
}


/* 应用颜色 */
/* .color_blue {
	background-color: #ECF1FD;
}

.color_blue .list_text {
	color: #4867A5;
}

.color_yellow {
	background-color:#FDF6E7;
}

.color_yellow .list_text{
	color: #AC6A02;
}
.color_orange{
	background-color: #FDF1EB;
}
.color_orange .list_text{
	color: #985540;
}

.color_pink{
	background-color: #F1F1FE;
}
.color_pink .list_text{
	color:  #6150A4;
}
 */
.color_more{
	background-color: #F5F5F5 !important;
}

.color_more .list_text{
	color: #666666 !important;
}


.banner {
	height: 480px;
	background: url(topbannerxin.png) no-repeat center;
	padding-top: 80px;
}

.banner_l {
	/* width: 400px; */
	height: auto;
}

.banner_l>img {
	/* width: 100%; */
	height: 100px;
	/* margin-bottom: 20px; */
}

.banner_l p {
	width: 100%;
	height: 60px;
	font-size: 44px;
	line-height: 60px;
	color: #FFFFFF;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.banner_l {
	float: left;
}


.search {
	margin-top: 10px;
}

.input {
	width: 500px;
	height: 56px;
	background: #FFFFFF;
}

.input #ty-search-input {
	width: 100%;
	height: 100%;
	padding: 0 21px;
	background: none;
	outline: none;
	border: none;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0;
	border-radius: 2px;
	text-indent: 10px;
}

.btn {
	width: 80px;
	height: 56px;
}

.btn input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #F03938;
}

.banner_r {
	width: 400px;
	height: 320px;
	background-color: #FFFFFF;
	float: right;
}

.banner_r .banner_r_title {
	width: 100%;
	height: 40px;
	background-color: #E7F1FF;
	padding: 0 20px;
}

.banner_r .banner_r_title p {
	width: 72px;
	height: 40px;
	font-size: 18px;
	color: #1677FF;
	line-height: 40px;
	border-bottom: 2px solid #1677FF;
}

.banner_r_list {
	padding: 20px;
	height: 280px;
	width: 100%;
}

.banner_r_list li {
	float: left;
	text-align: center;
	width: calc(100% / 3);
	height: 50%;
	margin: 5px 0;
}

.banner_r_list li a {
	display: block;
}

.banner_r_list li a img {
	width: 56px;
	height: 56px;
}

.banner_r_list li a .fw_tit {
	height: 22px;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}


.qjd_main {
	margin-top: 40px;
	height: auto;
  margin-bottom: 40px;
}

.qjd_main_01_l {
	width: 580px;
	height: auto;
}

.qjd_list_tit {
	/* background: url(zxfb_tit.png) no-repeat center; */
	width: 100%;
	height: 80px;
	position: relative;
}

.qjd_list_tit_more{
	position: absolute;
	right: 0px;
	bottom: 14px;
}

.qjd_list_tit_more {
	background: url(more.png) no-repeat center right;
	width: 90px;
	height: 21px;
	font-size: 15px;
	color: #666666;
	text-align: left;
	display: block;
	padding-right: 20px;
}

.qjd_list_ul {
	width: 100%;
	height: auto;
}

.qjd_list_ul li {
	width: 100%;
	float: left;
	line-height: 40px;
	height: 40px;
	color: #333333;
	font-size: 16px;
	background: url(dian.png) no-repeat left center;
	padding-left: 10px;
	font-weight: 500;

}

.qjd_list_ul li a {
	color: #333333;
	width: calc(100% - 76px);
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qjd_list_ul li .time {
	width: 46px;
	color: #999999;
	float: right;
}


.qjd_main_01_r {
	width: 580px;
	height: auto;
}


.qjd_main_02,.qjd_main_03,.qjd_main_04{
	margin-top: 30px;
}

.qjd_main_02 .qjd_list_tit, .qjd_main_03 .qjd_list_tit, .qjd_main_04 .qjd_list_tit{
	height: 118px;
}
.qjd_rmyy_list li {
	width: calc((100% - 100px) / 6);
	float: left;
	border-radius: 8px;
	height: 160px;
	margin-left: 20px;
	margin-top: 22px;
	padding: 30px 0;

}

/* 颜色 */

.qjd_rmyy_list li:nth-child(4n) {
	background-color: #ECF1FD;
}

.qjd_rmyy_list li:nth-child(4n) .list_text {
	color: #4867A5;
}

.qjd_rmyy_list li:nth-child(4n + 2)  {
	background-color:#FDF6E7;
}

.qjd_rmyy_list li:nth-child(4n + 2) .list_text{
	color: #AC6A02;
}
.qjd_rmyy_list li:nth-child(4n + 1){
	background-color: #FDF1EB;
}
.qjd_rmyy_list li:nth-child(4n + 1) .list_text{
	color: #985540;
}

.qjd_rmyy_list li:nth-child(4n + 3){
	background-color: #F1F1FE;
}
.qjd_rmyy_list li:nth-child(4n + 3).list_text{
	color:  #6150A4;
}

.color_more{
	background-color: #F5F5F5;
}
.color_more .list_text{
	color: #666666;
}



.qjd_rmyy_list li a{
	display: block;
}
.qjd_rmyy_list li .list_img {
	width: 56px;
	height: 56px;
	margin: 0 auto;
}

.qjd_rmyy_list li .list_text {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	background: none;
	padding-top: 20px;
	text-align: center;
}
.qjd_rmyy_list li:nth-child(6n + 1) {
	margin-left: 0;
}

/* 特色服务开始 */
		.tsfwbodyte{
			position:relative;
			display: block;
    content: "";
    clear: both;
    overflow: hidden;
	margin-top:20px;
		}
		.tsfwbodyte li{
			float:left;
			width:18%;
			margin-right:2.5%;
			height:124px;
          position:relative;
		}
		.tsfwbodyte img{
			width:100%;
		}
        .tsfwbodyte li:last-child{
			margin-right:0px;
		}
		.tsfwbatext{
			position:absolute;
			top:0;
			left:0;
			background: rgba(0, 0, 0, .10);
			width:100%;
			height:100%;
			padding-top:20px;
			text-align:center;
		}
		.tsfwbatext .tstep1,.tsfwbatext .tstep2{
			color:#fff;
			z-index:10;
		}
		.tsfwbatext .tstep1{
			font-size:18px;
		}
		.tsfwbatext .tstep2{
			padding:5px 5px;
			font-size:15px;
		}
		.tsfwbodyte .list_img{
			text-align:center;
			padding-top:20px;
		}
		.tsfwbodyte .list_img img{
          width:50px;
		  height:50px;
		  margin:0 auto;
		}
		.tsfwbodyte .list_text{
			padding-top: 17px;
			height:40px;
			width:100%;
		}
.tsfwbodyte .list_text{
			background-color: #F5F5F5 !important;
		}
		/* 特色服务结束 */


/* 公告媒体报道样式开始 */
		.qjd_main_05_head {
			width: 100%;
			border-bottom: 1px solid #cccccc;
			height: 50px;
		}
		.qjd_main_05_head span,
		.qjd_main_05_head a {
			line-height: 48px;
		}

		.qjd_main_05_head span {
			display: inline-block;
			font-size: 25px;
		}
		.qjd_main_05_head span:first-child+span{
			margin-left:20px;
		}
		.qjd_main_05_head .active{
			color: #1677ff;
			border-bottom: 3px solid #1677ff;
		}

		.qjd_main_05_head a {
			float: right;
			color: #000;
		}
		.qjd_main_05 ul{
		content: "";
		clear: both;
		overflow: hidden;
		}
		.qjd_main_05 ul li {
			float: left;
			width: 49%;
			margin-right: 2%;
			background:#f2f3f5;
			margin-top:20px;
			padding: 10px 0 15px 0;
			
		}
		.qjd_main_05 ul li span p,.qjd_main_05 ul li .sp1 a{
			color:#999999;
		}
		.qjd_main_05 .sp2 a{
			color:#000;
		}
		.qjd_main_05 ul li:nth-child(2n+2) {
			margin-right: 0px;
		}
		.qjd_main_05 ul li .sp1{
			display:inline-block;
		 text-align: right;
		 margin:15px 0 0 30px;
		}
		.qjd_main_05 ul li .sp1 p{
			font-size:26px;
		}
        .qjd_main_05 ul li{
			position:relative;
		}
		.qjd_main_05 ul li .sp2{
			display:inline-block;
		  width:70%;
		  position:absolute;
		  top:25px;
		  left:140px;
		}
		.qjd_main_05 ul li:hover{
			background:#1677ff;
			color:#fff;
		}
		.qjd_main_05 ul li:hover a{
			color:#fff;
		}
		.qjd_main_05 ul li:hover .sp1 p{
			color:#fff;
		}
		.qjd_main_05_head a{
			font-size:15px;
		}
		.qjd_main_05 .sp1 a,.sp2 a{
			font-size:15px;
		}
		.qjd_main_05_head span{
			float:left;
		}
		.qjd_main_05{
			margin-top: 20px;
		}
		.qjd_main_05_hetex span{
			cursor:pointer;
		}
		.qjd_main_05>.active{
			display:block;
		}
		.gg_u1,.mtbd_u2{
			display:none;
		}
		.qjd_main_05 ul li .sp1 a,.qjd_main_05 ul li .sp2 a{
			transition: all 0s ease-out 0s;
		}
		@media only screen and (max-width: 1000px){
			.qjd_main_05 ul li{
				width:100%;
			}
			.qjd_main_05 ul li .sp2{
				line-height:22px;
			}
		}
		/* 公告媒体报道样式开始 */