
/*分页样式*/

.fanye{border-top:none;height:auto;padding:8px;/*min-width: 480px;*/text-align:center;margin:0 auto;}
.fanye span{display:inline-block;left:0px;position: relative;top: 0;border:none;font-size:12px;margin-left: 10px;}
.fanye a{display:inline-block;line-height:25px;padding:0 5px;height:25px;border:1px solid #ccc;background:url(../images/w3c_tt.png) repeat-x left top;border-radius:3px;margin:0 2px;font-size:12px;}
.fanye a:hover{color:#2267b5;background:url(../images/w3c_ttt.png) repeat-x left top;}
.fanye .thisclass{display:inline-block;padding:0 10px;line-height:25px;height:25px;color:#2267b5;font-weight:bold;border:1px solid #ccc;background:url(../images/w3c_ttt.png) repeat-x left top;border-radius:3px;}
.fanye .pageinfo{border-radius:3px;padding:0 10px;display:inline-block;line-height:25px;padding:0 10px;height:25px;border:1px solid #ccc;background:url(../images/w3c_tt.png) repeat-x left top;}
.fanye .last{color:#ccc;display:inline-block;line-height:25px;padding:0 10px;height:25px;border:1px solid #ccc;background:url(../images/w3c_tt.png) repeat-x left top;border-radius:3px;}

/*子页样式*/

.newlist ul li {
	font-size: 0.8rem;
    line-height: 4;
    padding-left: 5%;
    max-height: 3rem;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.newlist li a {
	color: #333;
    font-size: 100%;
    display: block;
    max-width: 70%;
    height: 48px;
    overflow: hidden;
    float: left;
}
.newlist li span {
	float: right;
	color: #666;
}
.newlist li:hover a {color: #fa8200;}
.prolist ul li {
	width: 40%;
	margin: 2% 5%;
	float: left;
}
.prolist li a {
	text-align: center;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 200px;
	height: 230px;
}
.prolist li p {
/*	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
	display: flex;
	display: -webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	background-color: #fff;
	width: 190px;
	height: 190px;
}
.prolist li p img{
	width: auto;
	height: auto;
	max-height: 190px;
	max-width: 190px;
}
@media only screen and (max-width:600px){
	.head {
		height:80px;
	}
	.prolist li a{
		width: 160px;
		height: 190px;
	}
	.prolist li p{
		width: 150px;
		height: 150px;
	}
	.prolist li p img{
		max-height: 150px;
		max-width: 150px;
	}
}
@media only screen and (max-width:480px){
	.head{
		height:60px;
	}
	.prolist li a{
		width: 130px;
		height: 160px;
	}
	.prolist li p{
		width: 130px;
		height: 100px;
	}
	.prolist li p img{
		max-height: 120px;
		max-width: 120px;
	}
}
.prolist li span{
	font-size:0.8rem;
	background-color: #007343;
	line-height: 2;
	overflow: hidden;
	max-height:2rem;
	display: block;
	color:#fff;
}
.pagecon {
	font-size: 0.9rem;
	width: 90%;
	min-height: 400px;
	margin: 5% auto;
	line-height: 2;
	color: #666;
}
.pagecon .p_class {
	display: block;
	text-align: center;
	width: 90%;
	line-height: 40px;
	margin: 2% auto;
	border: 1px solid #ccc;
}
.pagecon p {
	width: 100% !important;
}
.pagecon p span img{
	width: 100%;
}
.preAndNext {
	width: 90%;
	margin: 0 auto 2rem;
}
.artc {
	min-height: 400px;
	margin:0 auto;
	margin-top: 0px;

}
.aimg{
	margin-top: 30px;
}
.pagecon .tit{
	color: #000;
    font-weight: bold;
    font-size: 1rem;

    display: block;
    padding: 8px;
}
.pagecon .info {
    font-size: 0.9rem;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    border-bottom: 1px solid #999;
    margin: 5px 8px;
    border-top: 1px solid #999;
	color: #333;
	padding:0 !important;
}

.pagecon .content {
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: justify;
    color: #333;
    width: 90%;
	padding-top: 8px;
	margin-bottom:10px;
}
.preAndNext li a{
	font-size:0.8rem;
    color: #333;
    text-decoration: none;
}
.preAndNext li a:hover{
    color: #2196f3;
    text-decoration: none;
}
.pro-category {
    list-style-type: none;
    white-space: nowrap;
    overflow-x: scroll;
    background-color: #fff;
}
.pro-category li {
    display: inline-block;
    line-height: 40px;
}
.pro-category li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.com_son {
	display: block;
    float: left;
    border: 1px solid #808080;
    width: 47%;
    line-height: 3;
    text-align: center;
    margin: 3.5% 1%;
}
.company {
	margin-top: 30px;
	min-height: 350px !important;
}