@charset "utf-8";
/*常用元素初始化*/
body,header,footer,h1,h2,h3,p,ul,ol,form,fieldset,figure,dl,dt,dd,table,tr,td {
	margin: 0;
	padding: 0;
}
div,figure,img {
	box-sizing: border-box;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	background:#eee;
	color:#333;
}
#middle{
    display:table;
    width:1120px;
    height:300px;
	margin:10px auto;
	background:#fff;
}
#pc{
	width:1120px;
	margin:10px auto;
	background:#fff;
}
#pc table#layout{
	width:1120px;
	margin:0 auto;
}
#pc table#layout #left_nav{
	width:200px;
	height:250px;
	vertical-align: top;
	border-right:1px solid #ccc;
}
#pc table#layout #main{
	vertical-align: top;
	
}
#pc table#layout #right_more{
	width:180px;
	vertical-align: top;
	border-left:1px solid #ccc;
}
img {
	display: block;
	max-width: 100%;
	border:none;
}
ul,ol {
	list-style: outside none none;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover{
	color:orange;
}
a.click{
    color:#f60;
}
a.button_a{ /*手机版链接按钮，例如：修改、删除 链接按钮*/
    display:inline-block;
    padding:3px 8px;
    border:1px solid #ccc;
    border-radius: 5px;
    background:#f9f9f9;
}
input,select{
	height:23px;
	line-height: 23px;
	background: #fff;
	border:1px solid #ccc;
	border-radius: 3px;
	padding-left:5px;
}
input.radio,input.checkbox{
	position: relative;
	top:4px;
}
input.button,a.button_submit{
	display: block;
	padding:0;
	width:65px;
	height:26px;
	line-height:26px;
	border:1px solid #999;
	border-radius:3px;
	cursor:pointer;
	background:#fff;
	color:#444;
}
input.button:hover{
	background:orange;
	color:#fff;
}
/*提交按钮*/
input[type="submit"]{
    display:block;
    padding:0 15px;
    margin:30px auto;
    height:35px;
    color:#fff;
    border:none;
    border-radius:5px;
    background:orange;
    cursor: pointer;
}
input[type="submit"]:hover{
    background:#f60;
}
/*上传按钮*/
a.upload{
    display:inline-block;
    margin:5px 0;
    width:80px;
    height:36px;
    line-height:36px;
    text-align: center;
    color:#fff;
    border-radius:6px;
    letter-spacing: 1px;
    background:linear-gradient(#5A29DD,#352CE1);
}
a.upload:hover{
    background:linear-gradient(#8869db,#5951e0);
}
form[enctype] input[type="file"]{
    display:block;
    margin:25px auto;
    width:90%;
    height:32px;
    line-height:32px;
}
form[enctype] strong{
    display:block;
    margin-top:20px;
    width:100%;
    font-size:18px;
    text-align: center;
    letter-spacing: 2px;
}
/*上传后的小图*/
.upimg_img{
    display:inline;
    margin:8px;
    width:130px;
    height:130px;
    float:left;
}
textarea{
	width:600px;
	height:80px;
	border:1px solid #ccc;
}
strong.star{
	font-size:15px;
	color:red;
	margin:0 2px;
	font-style:normal;
	position:relative;
	top:3px;
}
table{
    border-collapse:collapse;
}
caption{
	font-size:20px;
	margin:15px auto;
	font-weight:bold;
	letter-spacing:2px;
}
/*更多*/
strong.more{
	float:right;
	font-weight:normal;
	font-size:13px;
	color:#999;
	margin-right:15px;
	position:relative;
	top:3px;
}
strong.more a{
	color:#777;
}
strong.more a:hover{
	color:orange;
}

/*分隔条，带三角形CSS*/
p.fenge_sanjiao{
	display:block;
	margin:2px auto;
	width:96%;
	height:33px;
	line-height:33px;
	text-indent:10px;
	letter-spacing:2px;
	color:#444;
	background:#fff;
	border-radius:3px;
	border-bottom:1px solid #ccc;
}
p.fenge_sanjiao span.left{
	width:115px;
	height:33px;
	line-height:33px;
	font-size:14px;
	float:left;
	background:#106AB1;
	color:#eee;
}
p.fenge_sanjiao span.triangle{
	width: 0;
    height: 0;
    border-top: 33px solid #106AB1;
    border-right: 33px solid transparent;
	float:left;
}
p.fenge_sanjiao em{
	margin:0 0 0 5px;
	font-size:13px;
	font-style:normal;
	color:#666;
}
p.fenge_sanjiao span.more{
	font-size:13px;
	letter-spacing:1px;
	color:#888;
	float:right;
	margin-right:20px;
	position:relative;
	top:3px;
}
p.fenge_sanjiao span.more a{
    color:#888;
}
/*手机版的页面头部的分隔条*/
p.fenge_sanjiao_mobile{
    margin-bottom:10px;
    width:100%;
    height:40px;
    line-height:40px;
    text-indent:15px;
    border-bottom:1px solid #ccc;
    background:#fff;
}
/*分页CSS*/
.list_page{
    width:90%;
	text-align:center;
	font-size:14px;
	margin-bottom:40px;
	letter-spacing:2px;
}
span.link_page{
	color:red !important;
	margin:0 2px;
}
.num{
	text-align:center;
	border:1px solid #ccc;
	margin:0 2px;
	padding:0 4px;
}
/*二级页面 所在位置 指示*/
p.line{
	margin:0 auto;
	display:block;
	width:92%;
	height:30px;
	line-height:35px;
	font-size:14px;
	background:#fff url(../../Public/images/dot4.png) no-repeat 2px 65%;
	text-indent:20px;
	color:#666;
	border-bottom:1px solid #5781C4;
}
/*二级页面左侧的导航条*/
#left_nav ul.daohangtiao{
	padding:0;
	margin:12px auto;
	width:150px;
	height:30px;
	line-height:30px;
	border:2px solid #5781C4;
	border-radius:10px;
	background: linear-gradient(#88C5D9, 30%, #5781C4);
}
#left_nav ul.daohangtiao:hover,#left_nav ul.daohangtiao_click{
	margin:12px auto;
	width:150px;
	height:30px;
	border:2px solid #5781C4;
	border-radius:10px;
	background: linear-gradient(#1C1C4E, 30%, #105D73);
}
#left_nav ul.daohangtiao li{
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:5px;
	font-size:14px;
	padding-left:10px;
	letter-spacing: 2px;
	color:#fff;
}
#left_nav ul.daohangtiao li:hover,#left_nav ul.daohangtiao_click li.click{
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:5px;
	padding-left:10px;
	font-size:14px;
	letter-spacing: 2px;
	color:#eee;
}
#left_nav em{
	float:right;
	margin-right:18px;
	color:#ddd;
	filter:alpha(opacity:70);
	opacity:0.7;
}

#left_nav ul.daohangtiao li a,#left_nav ul.daohangtiao_click a{
	display: block;
	
}
p.daohang_title{
	margin:60px 0 15px 12px;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	text-indent:7px;
	border-left:3px solid #105D73;
}
dl.tuijian{
	margin:20px auto;
	width:200px;
	height:70px;
	border-bottom: 1px dashed #ccc;
}
dl.tuijian dt{
	width:90px;
	height:70px;
	float:left;
}
dl.tuijian dt img{
	margin:2px 0 0 12px;
	width:70px;
	height:50px;
}
dl.tuijian dd{
	width:100px;
	height:70px;
	line-height: 160%;
	font-size:13px;
	color:#666;
	text-indent: 12px;
	float:left;
	background:url(../../Public/images/dot5.png) no-repeat 2px 7px;
}

/*媒体查询*/
#mobile,.mobile{
	display:none;
}
@media (max-width: 500px){
	/*PC端 隐藏*/
	#pc,.pc{
		display:none;
	}
	/*手机版 区块*/
	#mobile,.mobile{
		display:block;
		margin:10px auto;
		padding:0;
		width:100%;
		font-size:14px;
	}
	/*底部 分割区块*/
	p.mobile{
		display:block;
		margin-bottom: 30px;
	}
	/*中间主体区块*/
	#middle{
		width:98%;
		height:auto;
		margin:10px auto;
	}
	
	
}
