.aboutPage {
	min-height: 600px;
}

.Pageright {
	float: right;
	width: 946px;
}

.PagerightBox {
	margin-left: 26px;
	margin-top: 30px;
}

.PagerightTop {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bdbdbd;
}

.PagerightTop h1 {
	float: left;
	color: #1761db;
	font-size: 18px;
}

.PagerightTop>h2 {
	float: right;
}

.PagerightTop>h2 a {
	color: rgb(102, 102, 102);
	font-size: 16px;
	padding-right: 8px;
}

.contact {
	height: 180px;
	overflow: hidden;
	padding-top: 10px;
    box-sizing: border-box;
    border: 1px solid #1761db;
}

.contact * {
	line-height: 30px !important;
	font-size: 16px !important;
	color: #3c3c3c;
	padding-left: 10px;
}

.time {
	float: left;
	width: 10%;
	text-align: center;
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 10px;
}

.day {
	font-size: 30px;
	line-height: 30px;
	color: #606060;
}

.yearmonth {
	line-height: 30px;
	color: #787878;
	font-size: 14px;
}

.newsText {
	width: 88%;
	float: right;
}

.newsText h1 {
	margin-top: 8px;
	font-size: 20px;
	color: #3c3c3c;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

.newsText p {
	font-size: 15px;
	color: #737373;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 6px;
}

.newss li {
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d5d4d4;
	margin-left: 10px;
}

.casee {
	float: left;
	width: 220px;
	height: 160px;
	overflow: hidden;
}

.casee img {
	width: 100%;
}

.casetext {
	float: right;
	width: 690px;
}

.casetext h1 {
	color: rgb(23, 97, 219);
	font-size: 20px;
	line-height: 40px;
}

.casetext h2 {
	color: #929292;
	font-size: 14px;
	line-height: 26px;
}

.casetext p {
	line-height: 22px;
	font-size: 16px;
	height: 88px;
	color: #5A5A5A;
	overflow: hidden;
}

.productDetails,
.NewsDetail {
	margin-top: 20px;
	margin-bottom: 30px;
}

.productDetailsBox {
	margin-bottom: 50px;
}

.productDetailsTitle>h1 {
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #3c3c3c;
}

.productDetailsTitle>h2 {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #3c3c3c;
}

.productDetailsImg {
	width: 70%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.productDetailsImg>img {
	width: 100%;
}

.NewsDetail>h1 {
	font-size: 24px;
	color: #1761db;
	line-height: 60px;
	text-align: center;
}

.NewsDetail>h2 {
	text-align: center;
	font-size: 12px;
	color: #3c3c3c;
	line-height: 30px;
	border-bottom: 1px dotted #d5d4d4;
}

.NewsDetail>h2 span {
	padding-left: 20px;
}

.NewsDetailText {
	margin-top: 20px;
	padding: 0 10px;
}

/*validate 验证控件 样式*/
label.error {
	clear: both;
	color: red;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

input.error,select.error,textarea.error {
	border: 1px solid red;
}
#form1 >p{
	margin: 20px 0 20px 20px;
}
#form1 >p span{
	width: 100px;
	display: block;
	color: #777777;
	font-size: 14px;
	line-height: 30px;
}
#form1 >p input,#form1 >p textarea{
	line-height: 40px;
	width: 500px;
	border: 1px solid #ececec;
	padding-left: 10px;
}
#form1 >p textarea{
	height: 150px;
	width: 100%!important;
}
#form1 >p button{
	width: 100px;
	line-height: 40px;
	background-color: #ff9900;
	color: #FFFFFF;
}
#form1{
	margin-bottom: 50px;
}
#form1 >p span b{
	color: red;
	padding-right: 4px;
}
.searchImg >img{
	width: 100%;
}
.searchBox{	
	display: block;
}
.searchImg{
	width: 290px;
	height: 218px;
	overflow: hidden;
}
.searchBgg{
	width: 290px;
	margin: 15px 8px;
	float: left;
	overflow: hidden;
}
.keyWord{
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #464646;
}