@media screen and (max-width: 768px) {
	/* 标题部分 */
	.ty_title{
		display: block;
		position: relative;
		height: 0.8rem;
		width: 100%;
		margin: 0.4rem 0px 0.3rem 0px;
	
	}
	.ty_title .chinese_name{
		display: block;
		width: 100%;
		height: 0.8rem;
		line-height: 0.6rem;
		font-size: 0.48rem;
		
		color: #333333;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 3;
	}
	.ty_title .chinese_name span{
		border-bottom: 3px #488cf0 solid;
	}
	.ty_title .english_name{
		width: 100%;
		height: 0.8rem;
		font-size: 0.4rem;
		
		color: #eaeaea;
		text-align: center;
		line-height: 1rem;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	
	.banner{
	
		 max-width: 1920px;
		  height: 3.6rem;
		  margin: 0 auto;
		  overflow: hidden;
		  background:url(banner2.png) no-repeat top center;
		  position: relative;
		  background-size: cover;
	}
	.banner_span{
		display: block;
		font-size: 0.6rem;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		height: 100%;
		/* padding: 10% 5% 10% 5%; */
		position: absolute;
		margin-top: -35px;
	}
	.bannercon p{
		display:none;
	}
	.main{
		width: 100%;
		min-height: 2rem;
		margin: 0 auto;
		padding-bottom: 0px;
		padding: 0rem 0.2rem 0.4rem 0.2rem;
	}
	/* 政策通 */
	.zc{
		width: 100%;
		height: 0.8rem;
		
	}
	.zc .zc_title{
		float: left;
		width: 76%;
		height: 0.8rem;
		line-height: 0.8rem;
		
	}
	.zc .zc_title li{
		float: left;
		font-size: 0.3rem;
		color: #999999;
		margin-right: 0.3rem;
		cursor: pointer;
	}
	.zc .zc_more{
		float: right;
		
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.zc .zc_more a{
		font-size: 0.24rem;
		color: #488cf0;
	}
	.li_on{

		color: #333333!important;
		border-bottom: 2px #488cef solid;

	}
	.zc_list{
		width: 100%;
		height: 4.8rem;
		border: 1px #e3e5e9 solid;
		box-shadow: 0px 0px 10px #e3e5e9;
		border-radius: 5px;
		margin-top: 0.2rem;
		padding: 0.15rem 0.3rem 0.2rem 0.2rem;
	}
	.zc_list .list_ul .list_li{
		width: 100%;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.zc_list .list_ul .list_li a{
		float: left;
	    height: 0.7rem;
	    line-height: 0.7rem;
	    width: 72%;
	    font-size: 0.28rem;
	    color: #333333;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
		padding-left: 0.2rem;
		background: url(dian.png) no-repeat left center;
	}
	.zc_list .list_ul .list_li a:hover{
		color: #3682ff;
	}
	.zc_list .list_ul .list_li span{
		float: right;
	    height: 0.7rem;
	    line-height: 0.7rem;
	    color: #999999;
	    font-size: 0.28rem;
	}
	/* 办事通 */
	.bst{
		width: 100%;
		height: 11rem;
		
	}
	.bst .bst_li{
		float: left;
		margin-left: 0px;
		width: 46%;
		height: 3.4rem;
		box-shadow: 0px 0px 10px #e3e5e9;
		margin: 2%;
	}
	.bst .bst_li:first-child{
		margin-left: 2%;
	}
	.bst .bst_li img{
		width: 100%;
		height: 2.4rem;
	}
	.bst .bst_li span{
		display: block;
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.34rem;
		color: #333333;
		text-align: center;
		padding: 0px 0.2rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;		
		cursor: pointer;
		transition: all 0.2s;
	}
	.bst .bst_li:hover span{
		color: #ffffff;
		background-color: #488cf0;
		
	}
	
	
	
	.fw{
		width: 100%;
		min-height: 370px;
		margin-top: 0.6rem;
	}
	.fw_title{
		width: 100%;
		height: 0.7rem;
		
	}
	.fw_title span{
		font-size: 0.34rem;
		color: #333333;
		border-bottom: 3px #488cf0 solid;
		line-height: 0.8rem;
	}

  .serve-list{
		margin-top: 25px;
	}
	.serve-list li{
		width: 7rem;
		height: 50px;
		margin-right: 0px;
	}

	.serve-list li a{
		line-height: 50px;
	}
	/* 服务事项 */
	.fw .fwsx{
		float: left;
		width: 100%;
		
	}
	.fw .fwsx .fwsx_ul{
		width: 100%;
		min-height: 330px;
		border: 1px #e3e5e9 solid;
		box-shadow: 0px 0px 10px #e3e5e9;
		border-radius: 5px;
		margin-top: 5px;
		padding: 25px;
	
	}
	.fw .fwsx .fwsx_ul .fwsx_li{
		width: 100%;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.fw .fwsx .fwsx_ul .fwsx_li a{
		float: left;
	    height: 0.7rem;
	    line-height: 0.7rem;
	    width: 72%;
	    font-size: 0.28rem;
	    color: #333333;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
		padding-left: 0.2rem;
		background: url(dian.png) no-repeat left center;
	}
	.fw .fwsx .fwsx_ul .fwsx_li a:hover{
		color: #3682ff;
	}
	.fw .fwsx .fwsx_ul .fwsx_li span{
		float: right;
	    height: 0.7rem;
	    line-height: 0.7rem;
	    color: #999999;
	    font-size: 0.28rem;
	}
	
	/* 查询服务 */
	.fw .cxfw{
		float: right;
		width: 100%;
		
	}
	.cxfw_div{
		width: 100%;
		height: 5rem;
		border: 1px #e3e5e9 solid;
		box-shadow: 0px 0px 10px #e3e5e9;
		border-radius: 5px;
		margin-top: 5px;
		padding: 15px;
		background: url(beijing.png) no-repeat right bottom;
	}
	.cxfw_div .cxfw_ul{
		width: 100%;
		height: 3.4rem;
	}
	.cxfw_div .cxfw_ul .cxfw_li{
		float: left;
		width: 23%;
		height: 1.6rem;
		margin: 1%;
		text-align: center;
		box-shadow: 0px 0px 10px #e3e5e9;
	}
	.cxfw_div .cxfw_ul .cxfw_li img{
		margin: 0.2rem 0px;
		width: 0.6rem;
		height: 0.6rem;
	}
	.cxfw_div .cxfw_ul .cxfw_li p{
		font-size: 0.22rem;
		color: #488cf0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;		
		cursor: pointer;
		padding: 0px 5px;
		margin-top: 0.2rem;
	}
	
	.cxfw_div_two{
		width: 100%;
		height: 0.6rem;
		padding-top: 0.6rem;
	}
	.cxfw_div_two li{
		float: left;
		width: 0.3rem;
		height: 0.16rem;
		background-color: #cbd2df;
		border-radius: 9px;
		cursor: pointer;
	}
	.cxfw_div_two li:first-child{
		margin-right: 0.2rem;
		margin-left: 2.5rem;
	}
	.on{
		background-color: #488cf0!important;
		width: 0.8rem!important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}