body,html {
	height: 100%;
	width: 100%;
	background: #fff
}
a {
}
a:hover {
	color: #1492FF;
}
em {
	font-weight: normal;
	color: #999;
}
.w1000 {
	width: 1000px;
}
.wrap {
	overflow: hidden;
}
.top {
	background: #fff;
	width: 100%;
}
.topNav {
	border-bottom: 1px solid #ddd;
	line-height: 35px;
	font-size: 13px;
	letter-spacing: .5px;
	color: #4c4c4c;
}
.topNav a {
	color: #666;
}

.header {
	background: #fff;
}
.logo {
	padding: 30px 0;
}
.navbar {
	width: 100%;
	overflow: hidden;
	background: #1492FF;
}
.navbar ul {}
.navbar ul li {
	padding: 15px 0;
	float: left;
}
.navbar ul li:first-child {
	margin-left: 0;
}

.navbar ul li:hover a {
	/*background: #1c95cc;*/
	color: #fff;
}
.navbar ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #1492FF;
	padding: 15px 30px;
}
.navbar .on {
	color: #fff;
	/*background: #1c95cc;*/
}
.search {

}
.search input {
	margin-top: 30px;
	padding: 12px;
	border: 0;
	background: #f5f5f5;
	min-width: 220px;
}
.searchBtn {
	padding: 12px;
	border: 0;
	background: #1492FF;
	color: #fff;
	margin-left: -5px;
}
.part {
	margin-top: 30px;
}

.main {}
.p30 {
	padding: 30px;
}

.homeBox {
	width: 386px;
	height: 320px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #eee;
}
.homeBox2 {
	width: 795px;
	height: 320px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #eee;
}
.homeBox3 {
	width: 390px;
	background: #fff;
	overflow: hidden;
}
.homeAd {
	width: 390px;
	height: 320px;
	background: #fff;
	overflow: hidden;
	margin-right: 15px;
}
.homeAd img {
	height: 100%
}
.homeHot {
	height: 320px;
	background: #fff;
	overflow: hidden;
	width: 485px;
	overflow: hidden;
}
.homeBox {
	background: #fff;
}
.homeTitle {
	background: #fff;
	padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #1492FF;
}
.homeTitle em {
	float: right;
	color: #444;
	margin-right: 12px;
}
.homeTitle span {
	background: #1492FF;
	font-size: 14px;
	color: #fff;
	padding: 10px 12px;
	border-left: 4px solid #1492FF;
}
.hotImg {
	margin: 20px;
	overflow: hidden;
}
.hotList {
	margin-bottom: 10px;
}
.hotImg .cover {
	width: 120px;
	height: 85px;
	overflow: hidden;
}
.hotImg .cover img {
	height: 100%;
}
.hotImg .text {
	width: 220px;
}
.hotImg .text h3 {
	margin: 5px 0;
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hotImg .text h3 a  {
	font-size: 15px;s
}
.hotImg .text p {
	color: #888;
	margin: 6px 0;
	font-size: 14px;
	line-height: 16px;
}
.homeList {
	margin: 20px;
	overflow: hidden;
	background: #fff;
}
.homeList img {}
.homeList>a {
	padding: 12px 0;
	display: inline-block;
	position: relative;
	font-size:14px;
	letter-spacing: .5px;
	color: #666;
	white-space:nowrap; 
}
.homeList>a:first-child {
	padding-top: 0;
}
.homeList a:hover {
	color: #1492FF;
}
.homePic {
	background: #fff;
	border: 1px solid #eee;
}
.piCon {
	padding: 15px;
}
.picList {
	width: 20%;
	float: left;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.picList img {
	width: 100%;
	height: 100%;
	transform: scale(.96,.96);
	-webkit-transform: scale(.96,.96);
	-moz-transform: scale(.96,.96);
	transform: scale(.96,.96);
}
.picList img:hover {
	opacity: .5;
}
.crumbs {
	padding-bottom: 20px;
	color: #4c4c4c;
}
.article {
	border-top: 4px solid #1492FF;
	width: 800px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.articleTop {
	padding: 0 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.articleTop h1 {
	padding: 20px 0;
	font-size: 22px;
	font-weight: normal;
}
.articleTop p {
	color: #888;
	font-size: 13px;
}
.articleCon {
	padding: 30px;
}
.articleCon p {
	line-height: 26px;
	font-size: 14px;
	text-indent: 2em;
	color: #666;
}
.articleCon p a {
	color: #327cd3;
}
.list {
	width: 800px;
	border: 1px solid #eee;
}
.listTitle {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #1492FF;
	padding: 12px 0;
}
.listTitle span {
background: #1492FF;
    font-size: 14px;
    color: #fff;
    padding: 12px 12px;
    border-left: 4px solid #1492FF;
}
.listCon {
	background: #fff;
	padding:30px;
	overflow: hidden;
}
.listCon a {
	display: inline-block;
	padding: 15px 0;
	position: relative;
	text-indent: 1em;
	font-size: 14px;
}
.listCon a:after {
	content: '';
	width: 4px;
	height: 4px;
	background: #666;
	position: absolute;
	top: 44%;
	left: 0;
}
.fenye {
	padding: 30px 0;
}
.turnPage {
	padding: 30px;
	border-top: 1px solid #eee;
}
.sidebar {
	width: 350px;
	border: 1px solid #eee;
}
.links {
	background: #fff;
	margin-top: 30px;
	border: 1px solid #eee;
}
.links a {
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
}
.linksCon {
	padding:20px;
}
.footer {
	margin-top:30px;
	background: #282828;
	color: #aaa;
	padding: 40px 0;
	line-height: 30px;
	text-align: center;
}
.footer a {
	color: #aaa;
}
.fenye {
    padding: 20px;
    text-align: center;
}
.fenye li {
    display: inline-block;
    border: 1px solid #f2f6fc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 13px;
    color: #999;
}
.fenye li a {
	color: #333;
	display: block;
}
.fenye li:hover {
	background: #333;
	color: #fff;
}
.fenye li:hover a {
	color: #fff;
}

.index-one-img img{
    width: 386px;
    height: 322px;
    display: block;
}