
.banner111 {
	width:100%;
	min-width:1200px;
	height:260px;
	margin:0 auto;
}
.banner>img {
	width:100%;
	max-width:1900px;
}
.wapBanner {
	display:none;
}
.pcBanner {
	display:block;
}


.main {
	position:relative;
	width:100%;
	min-width:1000px;
	height:auto;
	margin:auto;
}
.main:after {
	clear:both;
}
.main-title {
	position:relative;
	width:100%;
	min-width:1200px;
	height:160px;
	line-height:160px;
	text-align:center;
}
.main-title font {
	vertical-align:middle;
}
.main-title font:nth-child(1) {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#E78127;
}
.main-title font:nth-child(2) {
	font-size:22px;
	color:#333333;
	font-weight:bold;
}
.main-center {
	width:1200px;
	margin:0px auto;
}
.main-center ul {
	width:1200px;
	overflow:hidden;
}
.main-center li {
	width:600px;
	float:left;
	margin-top:30px;
}
.main-center td {
	padding:0px;
}
.main-center .infoImg>img {
	margin-right:20px;
}

.main-nav123456{ width:1200px; margin:0 auto;border-bottom:1px dashed #ccc; margin-top:30px;}

.main-center .title {
	font-size:16px;
	color:#494949;
	height:25px;
	line-height:25px;
	font-weight: bold;
	text-align:left;
}
.main-center .time {
	font-size:13px;
	color:#BFBFBF;
	height:35px;
	line-height:35px;
	padding-bottom:10px;
	}
.main-center .info {
	height:25px;
	line-height:25px;
}
.main-center .info p {
	font-size:15px;
	color:#878787;
	text-indent:2em;
	line-height:30px;
}
.main-center .more div {
	width:100px;
	height:30px;
	background:url(../images/list_more.png) no-repeat center center;
	text-align:center;
	line-height:30px;
	font-size:13px;
	color:#878787;
	cursor:pointer;
}
.main-center .more div:hover {
	background:url(../images/list_more_on.png) no-repeat center center;
	color:#fff;
}
.main-center-btn {
	height:36px;
	width:auto;
	text-align:center;
	margin:80px 0px 80px 0px;
}
.main-center-btn a {
	display:inline-block;
}
.main-center-btn:after {
	clear:both;
	display:block;
}
.main-center-btn div {
	width:36px;
	height:36px;
	text-align:center;
	color:#878787;
	font-size:12px;
	line-height:36px;
	margin:0px 3px;
	background:#ebebeb;
	display:inline-block;
}
.main-center-btn div:hover {
	background:#f58421;
	color:#fff;
}
.main-center-btn div.btn-on {
	background:#f58421;
	color:#fff;
}
 @media (min-width: 240px) and (max-width: 319px) {
.banner {
	min-width:240px;
}
.banner>img {
	width:100%;
}
.pcBanner {
	display:none;
}
.wapBanner {
	display:block;
}
