@charset "gb2312";
/* CSS Document */

html, body, form, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, em, address, a, input, textarea, span, strong, img {
	margin: 0px;
	padding: 0px
}
body {
	font-size: 12px;
	font-family: "微软雅黑",Arial, \5B8B\4F53;
}
ul, ol, dl {
	list-style: none
}
input, textarea, select, button {
	font-size: 12px
}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0;}
img{border:none;}
a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#025194;text-decoration:none;}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	visibility: hidden
}
::selection {
background: #6f346a;
color: #fff
}
::-moz-selection {
background:#6f346a;
color:#fff
}
::-webkit-selection {
background:#6f346a;
color:#fff
}
section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}
input select{
	font-family:"微软雅黑";
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*内容页左侧滚动样式*/
.div2{width:254px;display:block;overflow:hidden;top:10px;float:left;z-index:0;background:#fff;position:fixed;_position:absolute}
.div3{display:none;}
.div2 .div3{display:block;margin-top:0px;height:300px;padding-top:0px;overflow:hidden;}
.div2 .div3 .followcon { background-color:#F4F4F4;height:250px;margin-top:12px;overflow:hidden;}
.div2 .div3 .followcon p img { margin:0 16px;}
.div2 .div3 .followcon span{ display:block;margin:25px 0;text-align:center;font-size:16px;color:#4c4c4c;}
.div2 .div3 .followcon a{ float:left;display:inline-block !important;*display:inline;zoom:1;width:69px;height:84px;margin:10px 20px 0;}
/*内容页手机版样式*/
.submitBtn{width:100px;height:32px;line-height:30px;cursor:pointer;margin-bottom:10px;display:inline-block;text-align:center;background-color:#428bca;color:#fff;padding:0;}
#cont_mobile{ display:none;}
.m_cont{
	width:100%;
	margin:15px auto;
}
.m_h {
	height: auto;
	width:100%;
	border-bottom:1px solid #d4d8df;
	border-top:1px solid #d4d8df;
}
.m_h h1 {
	float:left;
	font-weight:normal;
	color:#2b2b2b;
	font-size:17px;
}
.m_position {
	font-size:14px;
	color:#575757;
	background:url(imagessy.jpg) 0 center no-repeat;
	padding-left:30px;
}
.m_article{
	width:95%;
	padding:15px 0;
	margin: auto;
	overflow:hidden;
}
 .m_article h2{
	 font-size:22px;
	 color:#4b4b4b;
	 text-align:center;
	 line-height:1.5em;
	 height: auto;
	 border-bottom:1px dotted #c6c6c6;
}
 .m_article h2 span{
	 font-weight:normal;
	 font-size:13px;
	 color:#716f6f;
}
.m_art{
	margin:25px 10px;
	width:96%;
}
.m_art p{
	font-size:14px;
	line-height:29px;
	color:#4b4b4b;
}
.m_bt{
	font-size:16px;
	line-height:3em;
	display:inline-block;
	float:left;
	margin-top:15px;
}
.m_art p img{
	width:100%;height:auto;float:left;
}
.m_yuyue{
	width:60%;
	padding:5px;
	margin: auto;
	overflow:hidden;
}
.m_yuyue1{
	width:45%;
	padding:5px;
	margin: auto;
	overflow:hidden;
}
.m_yuyue2{
	width:15%;
	padding:5px;
	margin: auto;
	overflow:hidden;
}
.m_sum{
	width:20%;
	padding:5px;
	margin-bottom:20px;
}
.m_pasage{
	width:100%;
	margin: auto;
	height:auto;
	
}
.m_pasage li{
	width:100%; line-height:150%; margin-top:10px;text-align:center;
}
@media(max-width:760px)
{
     /* 网页全屏显示 */
    body {width:100%;} 

    /* 正文全屏显示 */
    .content_r{width:100%} 

    /* 为了避免正文图片超出屏幕宽度 */
    /* 正文图片宽度最多是屏幕宽度的90% */
    .content_r img{max-width:90%} 

    /* 隐藏头部、导航、侧栏、页脚 */
    .top{display:none}
    .dddah{display:none}
    .banner_xw{display:none}
    .main{display:none}
	.foot{ display:none;}
	.banquan{ display:none;}
	#cont_mobile{ display: block;}

}