﻿
@media(min-width: 767px) {
	/*PC端*/
	.hidden-xss {display: block;}
	.visible-xss {display: none;}
}
@media(max-width: 767px) {
	/*手机端*/
	.hidden-xss {display: none !important;}
    .visible-xss {display: block !important;}
	/* CSS Document */
	*{margin: 0;padding: 0;}
	html, body, menu, ul, ol, li, div, form, h1, h2, h3, h4, h5, h6, img, a img, input, button, textarea, fieldset, p, dd {
		padding: 0;
		margin: 0;
		border: 0
	}
	body {
		color: #333;
		line-height: 1.5;
		word-wrap: break-word;
		font-family: "微软雅黑", "microsoft yahei", Arial;
		background-color:#fff !important;
		min-width: auto;
		height: auto;
		min-height: 100% !important;
	}
	ul, ol, li {
		list-style: none
	}
	html {
		font-size: 14px;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	h1, h2, h3, h4, h5, h6, b, i, em {
		font-weight: normal;
		font-style: normal
	}
	input[type="text"], input[type="password"], input[type="button"], input[type="submit"], textarea {
		-webkit-appearance: none;
		border-radius: 0
	}
	a {
		text-decoration: none;
		display: inline-block;
		color: #333;
	}
	a:hover,a:active,a:visited,a:link,a:focus{
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color: transparent;
		outline:none;
		background: none;
		text-decoration: none;
	}
	img {
		-webkit-transform: scale(1) rotate(0) translate3d(0, 0, 0);
		transform: scale(1) rotate(0) translate3d(0, 0, 0);
		display: block;
	}

	.clearfix {
		clear: both;
		font-size: 0px;
		height: 0px;
		line-height: 0px;
		width: 0px;
		visibility: hidden;
		overflow: hidden
	}
	.phone{
		width: 100%;
		height: 100%;
		max-width: 768px;
		margin: auto;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	/*主体*/
	.main{	
		width: 93.3333% !important;
		margin: auto;
		position: relative;
		padding: 0 !important;
	}

	/*头部*/
	.top{
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-bottom: 2px solid #00a03e;
		width: 100%;
		max-width: 768px;
		margin: auto;
	}
	.top .logo{
		float: left;
		display: inline-block;
		width: 55%;
	}
	.top .logo img{
		display: inline-block; 
		vertical-align: middle;	
		width: 100%;
	}
	.top .rightnav{
		float: right;
		padding: 22.5px 0 22.5px 3.3333%;
		display: block;
	}
	.top .rightnav img{
		width: 25px;
		height: 15px;
	}
	.top2{
		width: 100%;
		height: 60px;
		line-height: 60px;
		width: 100%;
		max-width: 768px;
		margin: auto;
		background: url(top_bg.jpg) no-repeat center top;
		background-size: 100% 100%;
	}
	.top2 .return{
		position: absolute;
		left: 0;
		padding: 19.25px 3.3333% 19.25px 0;
		display: block;
	}
	.content .main .top2 .return{
		padding: 19.25px 3.3333% 19.25px 3.3333%;
	}
	.top2 .return img{
		width: 24px;
		height: 21.5px;
	}
	.top2 .return a{
		display: block !important;
	}
	.top2 .rightnav{
		position: absolute;
		right: 0;
		padding: 19.75px 0 19.75px 3.3333%;
		display: block;
	}
	
	.content .main .top2 .rightnav{
		padding: 19.25px 3.3333% 19.25px 3.3333%;
	}
	.top2 .rightnav img{
		width: 30px;
		height: 20.5px;
	}
	.top2 h2{
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 1.5em;
		text-align: center;
		color: #fff;
		text-shadow: 0px 1px 2px rgba(34, 132, 11, 0.5);
	}

	.OpenContent .systemList {padding: 0px !important;}
	/*轮播开始*/
	.slideBox {
		position: relative;
		overflow: hidden;
		margin: auto;
		width: 100%;
		max-width: 768px;
		/* 设置焦点图最大宽度 */
	}
	.slideBox .hd {
		position: absolute;
		height: 33px;
		line-height: 33px;
		bottom: 0;
		right: 3.3333%;
		z-index: 1;
	}
	.slideBox .hd li {
		display: inline-block;
		width: 7px;
		height: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		background: #fff;
		/*text-indent: -9999px;*/
		overflow: hidden;
		margin: 0 4px;
	}
	.slideBox .hd li.on {
		background: #00a03e;
	}
	.slideBox .bd {
		position: relative;
		z-index: 0;
		height: 18.5rem;
	}

	.slideBox .bd ul{
		height: 18.5rem;
	}
	.slideBox .bd li {
		position: relative;
		text-align: center;
		height: 18.5rem;
		
	}

	.slideBox .bd li img {
		/* background: url(images/loading.gif) center center no-repeat; */
		vertical-align: top;
		width: 100%;
		height: 18.5rem;
		display: inline-block;
		/* 图片宽度100%，达到自适应效果 */
	}

	.slideBox .bd li a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		width: 100%;
		display: block;
	}


	/* 去掉链接触摸高亮 */

	.slideBox .bd li .tit {
		display: block;
		/* width: 72%; */
		position: absolute;
		bottom: 0;
		padding: 0 31.6666% 0 3.3333%;
		height: 33px;
		line-height: 33px;
		background: rgba(0,0,0,0.5);
		color: #fff;
		text-align: left;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
		font-size: 14px;
	}
	/*轮播结束*/

	/*侧拉导航开始*/
	.right_nav{
		position: fixed;
		width: 60%;
		height: 100%;
		background: #fff;
		top: 0;
		right: -60%;
		z-index: 10;
		text-align: left;
		transition: all 0.5s;
	}
	.icon-icon_close{
		position: absolute;
		top: 1%;
		left: 4%;
		line-height: 20px;
		padding: 10px;
		font-size: 20px !important;
		color: #00a03e;
	}
	.right_nav ul{
		margin-top: 24%;
	}
	.right_nav li{
		height: 50px;
		line-height: 50px;
	}
	.right_nav li a{
		height: auto;
		font-size: 16px;
		color: #333;
		display: block;
		padding-left: 28%;
	}
	.right_nav li a i{
		float: left;
		margin-right: 10px;
		font-size: 18px;
		display: block;
	}

	.nav_right .nav_bg{
		position: fixed;
		z-index: 9;
		top: 0;
		right: 0;
		bottom: 0;
		left:0;
		display: block;
		transition: background 350ms cubic-bezier(.165,.84,.44,1);
		background: rgba(0,0,0,.5);
		box-shadow: -4px 0 4px rgba(0,0,0,.5), 4px 0 4px rgba(0,0,0,.5);
		-webkit-tap-highlight-color: transparent;
	}
	/*侧拉导航结束*/

	/*导航开始*/
	.nav{
		padding: 20px 0 0 0  !important;
	}
	.nav ul li{
		float: left;
		width: 25%;
		text-align: center;
		font-size:0;
		margin-bottom: 0.857142rem;
	}
	.nav ul{
		display: inline-block;
		width: 100%;
	}
	.nav ul li img{
		width: 50%;
		display: inline-block;
		margin-bottom: 0.357142rem;
	}
	.nav ul li p{
		font-size: 12px;
		line-height: 16px;
		display: block;
	}
	/*导航结束*/

	/*分割线*/
	.dl{
		width: 100%;
		height: 2px;
		border: none;
		background: #eee;
	}
	.dl2{
		width: 100%;
		height: 5px;
		border: none;
		background: #eee;
	}


	/*新闻开始*/
	.news_nav{
		width: 100%;
		height: 36px;
		line-height: 36px;
		background: #e8fdeb;
		/* padding: 10px 0; */
	}
	.news_nav ul{
		width: 100%;
	}
	.news_nav li{
		width: 19.6%;
		font-size: 12px;
		height: 36px;
		float: left;
		text-align: center;
		line-height: 36px;
		border-right: 1px solid #d0e7d8;
	}
	.news_nav a{
		font-size: 12px;
		height: 36px;
		text-align: center;
		line-height: 36px;
	}
	.news_nav li:last-child{
		border-right: none;	
	}
	.news_txt{
		padding: 4% 0;
	}
	.news_txt ul{
		padding: 0 10px;
		display: inline-block !important;
		float: left;
	}
	.news_txt ul li{
		/* width: 93.3333%; */
		height: 40px;
		line-height: 40px;
		padding-left: 4%;
		background: url(zuzou.png) no-repeat left;
		background-size: 8px 8px;
		/* margin: auto; */
	}
	.news_txt ul li a{
		display: block;
	}
	.news_txt ul li p{
		width: 75%;
		float: left;
		font-size: 14px;
		color: #666;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	.news_txt ul li span{
		width: auto;
		float: right;
		font-size: 12px;
		color: #888;
	}
	.news_list ul li.visible-xss {
		width: 100%;
		margin: inherit;
		display: inherit !important;
		padding: 5px 15px 4px 35px !important;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.00);
	}
	/*新闻结束*/

	/*政务公开开始*/
	.zwgk h2{
		font-size: 16px;
		padding: 14px 0;
	}
	.zwgk ul li{
		width: 23.3389%;
		height: 3.428571rem;
		padding: 3%;
		float: left;
		border: 1px solid #eee;
		text-align: center;
		margin-right: 5%;
		margin-bottom: 4%;
		border-radius: 5px;
		position: relative;
		display: block;
		box-sizing: initial;
	}
	.zwgk ul li:nth-child(3n){
		margin-right: 0;
	}
	.zwgk ul li img{
		width: 2rem;
		display: inline-block; 
		vertical-align: middle;	
	}
	.zwgk ul li p{
		margin-top: 5px;
		font-size: 12px;
		width: 110%;
		position: absolute;
		left: -5%;
		bottom: 8%;
		transform: scale(0.83333);
		-webkit-transform: scale(0.83333);
		color: #999;
	}
	.affairPBar{padding: 0px !important;}
	.affairPContent{min-height: auto !important;}
	.full-height-scroll {width: auto !important;margin: 0px !important;}
	.affairPContent .systemList li .time {margin-left: -8.5% !important;line-height: 18px;float: left !important;}
	.affairPContent .systemList li {line-height: normal !important; }
	/*政务公开结束*/


	.nav2{
		display: block;
		height: auto;
		margin: 6% auto;
	}
	.nav2 a{
		display: block;
		width: 47%;
		float: left;
	}
	.nav2 a img{
		width: 100%;
		display: block;
	}
	.nav2 a:nth-child(2){
		float: right;	
	}

	/*底部*/
	.foot{
		padding: 6% 0;
		width: 100% !important;
		max-width: 768px;
		bottom: 0;
		margin: auto;
		text-align: center;
		background: #aaaaaa;
		overflow: hidden;
	}
	.foot p{
		font-size: 12px;
		line-height: 21px;
		color: #fff;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		width: 120%;
		float: left;
		margin-left: -10%;
		letter-spacing: 0;
	}


	/*新闻中心开始*/
	.news_list ul{
		margin-top: 3.3333%;
		/* display: inline-block; */
	}
	.news_list ul li.visible-xss{
		width: 93.3333%;
		margin: auto;
		display: table !important;
		padding: 2% !important;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 9px rgba(0, 0, 0, 0.07);
		-webkit-appearance: none;
		margin-bottom: 3%;
	}
	.news_text{
		float: right;
		width: 62.431%;
	}
	.news_text2{
		float: left;
		width: 100%;
	}
	.news_text p{
		width: 100%;
		line-height: 16px;
	}
	.news_list {padding:1% 2% !important;}
	.affairPContent .systemList li a {width: 100%;height: auto;display: block;overflow: hidden;float: left;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
	.news_list ul li a{
		display: block;
	}
	.news_list ul li p.title{
		font-size: 14px;
		-webkit-line-clamp:1;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:initial;
		line-height: 21px
	}
	.news_list ul li p.time{
		font-size: 12px;
		margin-left: -8.5%;
		transform: scale(0.83333);
		-webkit-transform: scale(0.83333);
		color: #999999;
	}
	.news_list ul li p.text{
		font-size: 12px;
		-webkit-line-clamp:2;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space:initial;
		color: #666666;

	}
	.news_img{
		width: 34.569%;
		height: 4.85rem;
		overflow: hidden;
		float: left;
	}
	.news_img img{
		width: 100%;
		display: block;
	}
	/*新闻中心结束*/
	/* 领导列表开始 */
	.imglist2{
		width: 93.3333%;
		margin: auto;
		position: relative;
		margin-top: 3.3333%;
	}
	.imglist2 ul{
		display: inline-block;
	}
	.imglist2 li{
		width: 47%;
		float: left;
		background: #fff;
		margin-bottom: 4%;
		border: 1px solid #eee;
	}
	.imglist2 li:nth-child(2n){
		float: right;
	}
	.imglist2 .imglist3{
		width: 100%;
		height: 10rem;
	}
	.imglist2 .imglist3 img{
		width: auto;
		height: 100%;
		display: block;
		margin: auto;
	}
	.imglist2 li a{
		display: block;
	}
	.imglist2 li .title{
		width: 100%;
		text-align: center;
		margin: 4% 0;
		font-size: 14px;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	@media screen and (min-width: 750px){
		.imglist2 li .title{
			font-size: 28px;
		}
	}
	/* 领导泪白结束 */
	/*页码*/
	.page{
		display: block;
		text-align: center;
		padding: 4% 0 8% 0;
		width: 100%;
		height: auto;
	}
	.page ul{
		display: inline-block;
		margin:auto;
		/* width: 100%; */
		height: auto;
	}
	.page ul li{
		width: auto;
		padding: 0 1%;
		display: inline-block;
	}
	.page ul li a{
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		display: block;
		color: #00a03e;
		font-size: 14px;
		border: 1px solid #00a03e;
		border-radius: 3px;
	}
	.page ul li a.on{
		color: #fff;
		border: none;
		border: 1px solid #00a03e;
		background: #00a03e;
	}


	/*新闻详情*/
	.news_detail{
		
	}
	.news_detail_top{
		padding: 6% 0 4% 0;
		text-align: center;
		border-bottom: 1px solid #eee;
		margin-bottom: 5%;
	}
	.news_detail h2{
		font-size: 16px;
		padding-bottom: 3%;
	}
	.news_detail .news_detail_top span{
		font-size: 12px;
		color: #999999;
		text-align: center;	
		display: inline-block;
		overflow:hidden;
		white-space: nowrap; 
		text-overflow: ellipsis;	
	}
	.news_detail span:nth-child(3){
		width: 122px;
	}
	.news_detail p{
		font-size: 14px;
		line-height: 21px;
		text-indent: 2.1em;
		color: #666666;
	}
	.news_detail img{
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	.news_detail .page2 a{
		color: #2280da;
		width: 75%;
		text-indent: 0;
		display: block;
		height: auto;
		text-align: left;
		font-size: 12px;
		text-decoration: underline;
		float: left;
		margin-bottom: 8px;
	}
	.news_detail .page2 span{
		color: #666;
		width: auto;
		text-indent: 0;
		display: block;
		height: auto;
		text-align: left;
		float: left;
		margin-bottom: 8px;
	}
	.page2{
		display: inline-block;
		text-align: center;
		padding: 4% 0 6% 0;
		font-size: 14px;
	}
	.page2 div{
		width: 100%;
		display: inline-block;
	}
	/*trs指定默认样式*/
	.TRS_UEDITOR div,.TRS_UEDITOR span,.TRS_UEDITOR p,.TRS_UEDITOR em{
		font-family: 宋体 !important;
		font-size: 1.1em !important;
		line-height: 1.5em !important;
		color: #333 !important;
		display: initial !important;
	}
	.TRS_UEDITOR img{
		width: 100% !important;
		height: auto !important;
	}
	/*trs指定默认样式*/
	/*图片列表*/
.imglist{
	width: 93.3333%;
    margin: auto;
    position: relative;
    margin-top: 3.3333%;
}
.imglist ul{
	display: inline-block;
}
.imglist li{
	width: 47%;
	float: left;
	background: #fff;
	margin-bottom: 4%;
}
.imglist li:nth-child(2n){
	float: right;
}
.imglist .imglist2{
	width: 100%;
	height: 8.5rem;
}
.imglist .imglist2 img{
	width: 100%;
	height: 100%;
	display: block;
}
.imglist li .title{
	width: 100%;
	text-align: center;
	margin-top: 2%;
	font-size: 14px;
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.imglist li a{
	display: block;
}
@media screen and (min-width: 750px){
	.imglist li .title{
		font-size: 28px;
	}
}

/*专题列表*/
.zhuanti_list2{
	width: 93.3333%;
    margin: auto;
    position: relative;
    margin-top: 3.3333%;	
}
.zhuanti_list2 img{
	width: 100%;
	display: block;
}
.zhuanti_list2 .zhuantitop{
	border-bottom: 2px solid #333;
	font-size: 16px;
    margin: 10px 0;
    color: #096DD9 !important;
}
.zhuanti_list2 li{
	line-height: 28px;
	padding-left: 20px;
	position: relative;
}
.zhuanti_list2 li:after{
	content: "";
	display: block;
	position: absolute;
	top: 12px;
    left: 7px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #8C8C8C;
}
.zhuanti_list2 li a{
	display: inline-block;
	width: 100%;
}
.zhuanti_list2 li .title{
	width: 72%;
	font-size: 14px;
	float: left;
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.zhuanti_list2 li .time{
	width: auto;
	float: right;
	color: #8C8C8C;
	font-size: 14px;
}

	/*切换栏目*/
	.column{
		text-align: center;
	}
	.column img{
		width: 80%;
		margin: 8% auto;
		display: block;
	}.column ul{
		display: inline-block;
		margin-top: ;
	}
	.column ul li a{
		display: block;
		float: left;
		color: #fff;
		width: 100%;
		text-shadow: 0px 1px 2px rgba(34, 132, 11, 0.5);
	}
	.column ul li{
		width: 28%;
		height: 3rem;
		line-height: 3rem;
		float: left;
		margin-right: 8%;
		margin-bottom: 8%;
		background: url(column_nav_bg.jpg) no-repeat top center;
		background-size: 100% 100%;
		overflow: hidden;
		border-radius: 3px;
	}
	.column ul li:nth-child(3n){
		margin-right: 0;
	}


	/*专题专栏*/
	.zhuanti_list{
		width: 93.3333% !important;
		margin: auto;
		position: relative;
		padding: 0 !important;
	}
	.zhuanti_list a{
		display: block;
	}
	.zhuanti_list img{
		width: 100%;
		display: block;
	}
	.zhuanti_list ul li{
		margin-top: 6% !important;
	}


	/*留言*/
	.liuyan_box{
		display: inline-block;
		height: auto;
		margin-bottom: 6%;
		text-align: center;
	}
	.liuyan_box input{
		height: 40px;
		line-height: 40px;
		outline: none;
		border: none;
		/*border-bottom: 1px solid #ccc;*/
		width: 98%;
		float: left;
		font-size: 14px;
		padding-left:2%;
		background: #fff;
		display: inline-block;
		border: 1px solid #eee;
	}
	.liuyan_box input::-webkit-input-placeholder{
		color: #BBBBBB;
	}
	.liuyan_box textarea::-webkit-input-placeholder{
		color: #BBBBBB;
	}
	.liuyan_box textarea{
		min-height: 100px;
		display: inline-block;
		height: auto;	
		padding: 2%;
		outline: none;
		border: none;
		border: 1px solid #eee;
		width: 95%;
		float: left;
		background: #fff;
		font-size: 14px;
		font-family: "微软雅黑";
		resize:none;
	}
	.liuyan_p2 {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		/*font-weight: bold;*/
		float: left;
		padding-left: 5px;
	}
	.submit_btn {
		width: 70%;
		margin: 6% auto;
		height: 40px;
		line-height: 40px;
		outline: none;
		border: none;
		display: inline-block;
		border-radius: 20px !important;
		color: #fff;
		font-size: 16px;
		background: #00a03e;
	}


	/*子页侧拉导航*/
	#side_nav2{
		position: fixed;
		width: 70%;
		max-width: 537px;
		height: 100%;
		background: #fff;
		font-size: 16px;
		z-index: 999999;
		top: 0;
		right: -70%;
		text-align: center;
		transition: all 0.6s;
		overflow-y: auto;
	}
	#side_nav2::-webkit-scrollbar {
		display: none;
	}
	#side_nav2 .catalog li img{
		/*position: absolute;
		right: 10%;
		top: 19px;*/
		width: 12px;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		transition: all 0.3s;
		margin-left: 12%;
	}
	#side_nav2 .catalog li i{
		margin-right: 6px;
	}
	#side_nav2 .catalog{
		padding-top: 20%;
		padding-bottom: 20%;
	}
	#side_nav2 .catalog li div{
		line-height: 50px;
		height: 50px;
		position: relative;
	/*	background: #1e67b3;*/
	}
	#side_nav2 .catalog li a{
		display: block;
		line-height: 50px;
		height: 50px;
		position: relative;
	/*	background: #1e67b3;*/
	}
	#side_nav2 .catalog li{
		line-height: 50px;
		height: 50px;
		overflow: hidden;
		color: #333;
		transition: all 0.6s;
	}
	.subdirectory a{
		display: block;
		font-size: 14px;
		color: #333;
		text-align: center;
		overflow:hidden;
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	.subdirectory{	
		background: #f0f0f0;
	}
	.subdirectory li{
		border-bottom: 1px solid #e0e0e0;
	}
	.subdirectory li:last-child{
		border-bottom: none;
	}
	.side_nav_left{
		overflow: hidden;
		z-index: 9;
	}

	.side_nav_left .search_bg2{
		position: fixed;
		z-index: 10;
		top: 0;
		right: 0;
		bottom: 0;
		left:0;
		display: block;
		transition: background 350ms cubic-bezier(.165,.84,.44,1);
		background: rgba(0,0,0,.5);
		box-shadow: -4px 0 4px rgba(0,0,0,.5), 4px 0 4px rgba(0,0,0,.5);
		-webkit-tap-highlight-color: transparent;
	}

	.wangtingBg {
		padding: 0;
		background: #fff;
	}
	.content .main{
		width: 100% !important;
	}
	.grid-lay-12 .grid-col-9{
		width: 100% !important;
	}
	.lettersOverview {
		padding: 0;
	}
	.grid-lay-12 .grid-rows {
		margin-left: 0;
		margin-right: 0;
	}
	.grid-lay-12 .grid-col-1, .grid-lay-12 .grid-col-2, .grid-lay-12 .grid-col-3, .grid-lay-12 .grid-col-4, .grid-lay-12 .grid-col-5, .grid-lay-12 .grid-col-6, .grid-lay-12 .grid-col-7, .grid-lay-12 .grid-col-8, .grid-lay-12 .grid-col-9, .grid-lay-12 .grid-col-10, .grid-lay-12 .grid-col-11, .grid-lay-12 .grid-col-12 {
		padding-left: 0;
		padding-right: 0;
	}

	/*** 三级菜单列表 开始 ***/
	.phone_sjMenu{width: 100%;display: block;clear: both;padding:10px 0px 20px 0px; box-sizing:border-box;background: #f2f2f2;}
	.phone_sjMenu>ul>li{width:100%;display:block; margin-bottom:20px; background: #FFFFFF;}
	.phone_sjMenu>ul>li .sjMenu_top{width:100%;height:40px;line-height:40px;position:relative;display:block;}
	.phone_sjMenu>ul>li .sjMenu_top span{width:auto;height:40px;line-height:40px;display:inline-block;float:left;position:absolute;top:0px;left:0px;color:#0c72cb;text-indent:22px;font-size:100%;}
	.phone_sjMenu>ul>li .sjMenu_top span img{width: auto; height: 20px; position: absolute; left: 10px; top:9px;}
	.phone_sjMenu>ul>li .sjMenu_bot{width:100%;padding-bottom: 10px;}
	.phone_sjMenu>ul>li .sjMenu_bot li a{width:auto;height:30px;line-height:30px; display:inline-block;white-space:nowrap;float: left;margin-left:15px;font-size: 95%;}
	.phone_sjMenu>ul>li .sjMenu_top span:after {content: "";display: block;position: absolute;top: 9px;left: 10px;width: 4px;height: 20px;background: #0c72cb;
border-radius: 5px;}
		
	/*rem*/
	@media screen and (min-width: 320px) and (max-width: 344px){
		html{font-size: 12.2px;}
	}
	@media screen and (min-width: 345px) and (max-width: 359px){
		html{font-size: 12.7px;}
	}
	@media screen and (min-width: 360px) and (max-width: 374px){
		html{font-size: 13px;}
	}
	@media screen and (min-width: 375px) and (max-width: 389px){
		html{font-size: 13.3px;}
	}
	@media screen and (min-width: 390px) and (max-width: 412px){
		html{font-size: 13.6px;}
	}
	@media screen and (min-width: 413px) and (max-width: 449px){
		html{font-size: 14.1px;}
	}
	@media screen and (min-width: 450px) and (max-width: 499px){
		html{font-size: 16px;}
	}
	@media screen and (min-width: 500px) and (max-width: 549px){
		html{font-size: 18px;}
	}
	@media screen and (min-width: 550px) and (max-width: 599px){
		html{font-size: 20px;}
	}
	@media screen and (min-width: 600px) and (max-width: 649px){
		html{font-size: 22px;}
	}
	@media screen and (min-width: 650px) and (max-width: 699px){
		html{font-size: 24px;}
	}
	@media screen and (min-width: 700px) and (max-width: 749px){
		html{font-size: 26px;}
	}
	@media screen and (min-width: 750px){
		html{font-size: 28px;}
		.top{border-bottom: 4px solid #00a03e;}
		.top,.top2{height: 120px;line-height: 120px;}
		.top .rightnav,.top2 .rightnav{padding: 45px 0 45px 3.3333%;}
		.top .rightnav img,.top2 .rightnav img{width: 50px !important;height: 30px !important;}
		.top2 .return{padding: 38.5px 3.3333% 38.5px 0;}
		.top2 .return img {width: 48px;height: 43px;}
		.slideBox .bd li .tit,.slideBox .hd{height: 66px;line-height: 66px;font-size: 28px;}
		.slideBox .hd li{width: 14px;height: 14px;margin: 0 8px;}
		.nav ul li p{font-size: 24px;line-height: 32px;}
		.dl{height: 4px;}
		.dl2{height: 10px;}
		.news_nav{height: 72px;line-height: 72px;padding: 20px 0;}
		.news_nav a{font-size: 24px;height: 72px;line-height: 72px;border-right: 2px solid #d0e7d8;}
		.news_txt ul li{height: 80px;line-height: 80px;background-size: 16px 16px;}
		.news_txt ul li p{font-size: 28px;}
		.news_txt ul li span{font-size: 24px;}
		.zwgk h2 {font-size: 32px;padding: 28px 0;}
		.zwgk ul li{width: 23.6666%;border-radius: 10px;}
		.zwgk ul li p{margin-top: 10px;font-size: 24px;}
		.foot p{font-size: 24px;line-height: 42px;}
		.icon-icon_close{line-height: 40px;padding: 20px;font-size: 40px !important;}
		.right_nav li {height: 100px;line-height: 100px;}
		.right_nav li a{font-size: 32px;}
		.right_nav li a i {margin-right: 20px;font-size: 36px;}
		.news_text p{line-height: 32px;}
		.affairPContent .systemList li a {width: 100%;height: auto;display: block;overflow: hidden;float: left;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
		.news_list ul li p.title{font-size: 28px;}
		.news_list ul li p.time{font-size: 24px;float: left !important;}
		.news_list ul li p.text{font-size: 24px;}
		.page ul li a{font-size: 28px;}
		.news_detail h2{font-size: 32px;}
		.news_detail span{font-size: 24px;}
		.news_detail span:nth-child(3){width: 244px;}
		.news_detail p{font-size: 28px;line-height: 42px;}
		.page2{font-size: 28px;}
		.liuyan_box input{height: 80px;line-height: 80px;font-size: 28px;padding-left: 10px;border: 2px solid #eee;}
		.liuyan_p2{height: 80px;line-height: 80px;font-size: 28px;padding-left: 10px;}
		.liuyan_box textarea{font-size: 28px;min-height: 200px;border: 2px solid #eee;}
		.submit_btn{border-radius: 40px !important;font-size: 32px !important;height: 80px;line-height: 80px;}
		#side_nav2 .catalog li div,#side_nav2 .catalog li{line-height: 100px;height: 100px;}
		#side_nav2 .catalog li span{font-size: 28px;}
		#side_nav2 .catalog li img{width: 40px;margin-top: 32px;margin-right: 30px;}
		#side_nav2 .catalog li i img{width: 24px;}
		#side_nav2 .catalog li i{top: 38px;}
		.subdirectory a{font-size: 24px;}
	}
}