/*通用样式*/
body{
	margin:0px;
}

img{
	border:0px;
}
a{
	text-decoration:none;
	color:black;
}
ul{
	padding:0px;
	margin:0px;
	
}
li{
	list-style: none;
}
p{
margin:0px;
}
.dashicons,a{
	cursor: pointer;
}
/*菜单*/
header img{
width:100%;
}
.header-logo{
display:table;
padding:1.5% 0px;
}
.header-logo>.header-logo-img{
float:left;
width:40%;
}
.header-logo>.header-logo-search{
float:right;
width:30%;
}
.header-logo>.header-logo-search>div{
display:table;
margin-bottom:2%;
}
.header-logo>.header-logo-search>div>div{
float:left;
width:13%;
position:relative;
cursor:pointer;
}
.header-logo>.header-logo-search>div>.header-qq{
	margin-top:2%;
}
.header-logo>.header-logo-search>div>div>.header-weixin-none,.header-logo>.header-logo-search>div>div>.header-qq-none{
	position:absolute;
	left:0px;
	top:100%;
	z-index:100;
	width:400%;
	display:none;
}
.header-logo>.header-logo-search form{
	overflow:auto;
}
.header-logo>.header-logo-search input{
outline:none;
padding:8px;
font-size:13px;
width:60%;
float:left;
border-style:none;
border:1px solid #EBEBEB;
box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.02);
} 
.header-logo>.header-logo-search button{
width:18%;
float:left;
padding:2% 0px;
color:#fff;
background-color:#0095eb;
outline:none;
border:none;
border-radius:4px;
cursor:pointer;
}
/*导航*/
.nav-category{
	background-color:rgb(115,132,139);
	padding:2% 0px;
}
.nav-category .prev-width-one{
	float:left;
	font-size:25px;
	color:#FFFFFF;
	font-style:italic;
}
.nav-category>div{
	overflow:hidden;
}
.nav-category .prev-width-two{
	float:right;
	color:#FFFFFF;
}
.nav-category .prev-width-two a{
	color:#FFFFFF;
}
/*文章*/
.content>.fix-width{
padding:0px 3%;
}
.content>.fix-width>h2{
text-align:center;
font-weight:normal;
font-size:24px;
font-family:'Arial';
color:#444444;
}
.content>.fix-width>.date{
text-align:center;
color:#A8A8A8;
width:65%;
margin:0px auto;
border-bottom:1px solid #DDDDDD;
margin-bottom:2%;
padding-bottom:1%;
font-family:'Arial';
}
.post-img-class img{
max-width:100%;
height:auto;
}
.post-img-class p{
overflow:hidden;
line-height:1.7;
margin-bottom:0.5%;
}
.post-img-class .aligncenter{
text-align:center;
margin:0px auto;
display:block;
}				
.post-img-class .alignright{
float:right;
}				
 .post-img-class .content-1 a, .post-img-class .content-1 img{
display:block;
text-align:center;
}
.post-img-class .content-1 img{
margin:0px auto;
}
.post-img-class .content-1 br{
display:none;
}
/*footer*/
footer>.footer-link{
	overflow:hidden;
	color:#FFFFFF;
	font-size:18px;
	padding-top:2%;
}	
footer>.footer-link>.footer-left{
	width:50%;
	float:left;
}
footer>.footer-link>.footer-right{
	width:50%;
	float:right;
}	
footer>.footer-link>.footer-left>div,footer>.footer-link>.footer-right>div{
	margin-bottom:2.2%;
}
footer>.footer-address{
	text-align:center;
	color:#FFFFFF;
	padding:2% 0px;
	margin-top:2%;
	border-top:1px solid #3F4148;
}
/*咨询*/
.pro{
width:12px;
border:none;
padding:0px !important;
}
.problem{
padding:0px 10px 0px 10px;
}
.co,.wid{background-color:#F6F6F6 !important;}
.pk tr td{
text-align:center;
padding:10px;
}
table .table-border{
	border-bottom:1px solid #DDDDDD;
}
.pk tr{
}
/*屏幕大于1240*/
@media screen and (min-width: 1240px) {
	.content .fix-width,.prev-width,header .header-logo,footer>.footer-link{
		max-width: 1200px;
		margin: 0px auto;
	}
}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){
	.content .fix-width,.prev-width,header .header-logo,footer>.footer-link{
		max-width: 950px;
		margin: 0px auto;
	}

}

/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1200px){
	.content .fix-width,.prev-width,header .header-logo,footer>.footer-link{
		max-width: 920px;
		margin: 0px auto;
	}

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 991px){
	.content .fix-width,.prev-width,header .header-logo,footer>.footer-link{
		max-width: 700px;
		margin: 0px auto;
	}
	
	.content>.fix-width{
		padding-top:10%;
	}
	

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
	.header-logo>.header-logo-search{
		display:none;
	}
	.header-logo>.header-logo-img{
		margin:0px auto;
		float:none;
		width:50%;
	}
	
	.content>.fix-width{
		padding-top:10%;
	}
	footer>.footer-link>.footer-left,footer>.footer-link>.footer-right{
		width:100%;
		float:none;
		text-align:center;
		font-size:16px;
	}
	
}
