﻿@charset "utf-8";
/* CSS Document */

.p-banner{
	width:100%;
	height:400px;
	overflow:hidden;
	margin: 0 auto;
    background: url(../img/chanpingbanner.png) no-repeat scroll 50% 0px;
	margin-bottom:50px;
}
.p-content{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.p-ys1{
	text-align:center;
}
.p-span1{
	font-size:20px;
	color:#333;
	line-height:28px;
}
.p-span2{
	font-size:17px;
	color:#6f6f6f;
	line-height:28px;
}
.s-x{
	width:1000px;
	height:3px;
	margin-top:12px;
	margin-bottom:50px;
	text-align:center;
}
.p-ul{
	width:1000px;
	height:auto;
	margin-top:50px;
}
.p-ul-li1{
	margin-right:50px;
	margin-bottom:98px;
	float:left;
}
.p-ul-img{
	width:44px;
	height:auto;
	float:left;
	margin-right:14px;
}
.p-ul-content{
	width:239px;
	height:auto;
	float:left;
}
.p-ul-content p{
	font-size:16px;
	color:#333;
	line-height:34px;
	margin-bottom:5px;
}
.p-ul-content span{
	font-size:14px;
	color:#6f6f6f;
	line-height:28px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.p-button{
	background:#e4e4e4;
	border:1px solid #d1d1d1;
	padding:2px 8px;
	border-radius:2px;
	color:#515151;
	margin-top:10px;
	height:24px;
	font-family:"微软雅黑";
	line-height:16px;
}
.p-button:hover{
	background:#ff9904;
	border:1px solid #f59100;
	padding:2px 8px;
	border-radius:2px;
	color:#fff;
}
.p-ul-li2{
	margin-bottom:98px;
	float:left;
}