/********************* page-home **************************/
.page-home {

}

.page-home #main {
	background: none;
}

.page-home #main .inside {
	padding:0;
}


/********************* mod_article_banner **************************/
.mod_article_banner {
	position: relative;
}

.mod_article_banner .ce_image {
	width:100%;
	margin-bottom: 0;
}

.mod_article_banner .ce_image a {
	display: block;
}
.mod_article_banner .ce_image img {
	display: block;
	margin:0 auto;
	background: url(../image/loading.gif) center center no-repeat;
}


.mod_article_banner .pager {
	position: absolute;
	z-index: 200;
	box-sizing: border-box;
	width:100%;
	bottom:0;
	padding: 20px 0;
	text-align: center;
	font-size: 1px;
}
.ie6 .mod_article_banner .pager {
	top:470px;
	bottom:auto;
}

.mod_article_banner .pager .item {
	display: inline-block;
	width:40px;
	height:8px;
	margin-right: 5px;
	background:#fff;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.mod_article_banner .pager .item:last-child {
	margin-right: 0;
}

.mod_article_banner .pager .item:hover {
	opacity:0.7;
}

.mod_article_banner .pager .active {
	background: #b71b28;
}

/********************* mod_article_product **************************/
.mod_article_product {
	background: #f3f3f3;
	padding:1.5em 0;
}

.mod_article_product .block {
	width:1010px;
	max-width: 100%;
	margin:0 auto;
}

.mod_article_product th,
.mod_article_product td {
	vertical-align: middle;
}

.mod_article_product .ce_text p {
	color:#000;
}

.mod_article_product table {
	margin-bottom: 0;
}
.mod_article_product p:last-child {
	margin-bottom: 0;
}

.mod_article_product h2 {
	color:#2879a4;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
}
.mod_article_product h2 img {
	vertical-align: middle;
	margin-right: 0.5em;
}

.mod_article_product .ce_text a {
	display: inline-block;
	color:#2879a4;
	border:2px #2879a4 solid;
	padding:0.5em 2em;
}
.mod_article_product .ce_text a span {
	color:inherit;
}
.mod_article_product .ce_text a:hover {
	color:#fff;
	background: #307fa9;
}

.mod_article_product .pager {
	width:1010px;
	max-width: 100%;
	margin:0 auto;
}
.mod_article_product .pager-inside {
	margin-right: 60%;
	text-align: center;
}

.mod_article_product .pager .item {
	display: inline-block;
	margin-right: 5px;
	width:12px;
	height: 12px;
	border-radius:50%;
	background:#ddd;
	cursor: pointer;
}
.mod_article_product .pager .active {
	background-color: #999;
}

/********************* mod_article_environment **************************/
.mod_article_environment {
	background: #e6edde url(../image/bg-environment.png) center top no-repeat;
}

.mod_article_environment .block {
	width:400px;
	padding: 3em 610px 3em 0;
	margin:0 auto;
}

.mod_article_environment .block img {
	margin-right: 0.5em;
	vertical-align: middle;
}

.mod_article_environment .block h2 {
	color:#76b276;
	font-size: 22px;
	line-height: 35px;
}

.mod_article_environment .block p.bottom-line {
	padding-bottom: 1em;
	border-bottom:1px #a9b3bc dotted;
}

.mod_article_environment .block a {
	display: inline-block;
	color:#76b276;
	border:2px #76b276 solid;
	padding:0.5em 2em;
	margin-right: 1em;
}
.mod_article_environment .block a span {
	color:inherit;
}
.mod_article_environment .ce_text a:hover {
	color:#fff;
	background: #76b276;
}

/********************* mod_article_research **************************/
.mod_article_research {
	height: 380px;
	background: #244459 url(../image/bg-research.jpg) center top no-repeat;
}

.mod_article_research .block {
	width:400px;
	padding: 5em 0 3em 610px;
	margin:0 auto;
}

.mod_article_research .block,
.mod_article_research .block a {
	color:#307fa9;
}
.mod_article_research .block p,
.mod_article_research .block h2,
.mod_article_research .block * {
	color:#000;
}

.mod_article_research .block img {
	margin-right: 1em;
	vertical-align: middle;
}

.mod_article_research .block h2 {
	font-size: 22px;
	line-height: 35px;
}

.mod_article_research .block a {
	display: inline-block;
	border:2px #307fa9 solid;
	padding:0.5em 2em;
	margin-right: 1em;
}
.mod_article_research .block a span {
	color:inherit;
}
.mod_article_research .ce_text a:hover {
	color:#fff;
	background: #307fa9;
}

/********************* mod_article_tech **************************/
.mod_article_tech {
	height: 380px;
	background: #244459 url(../image/bg-tech.jpg) center top no-repeat;
}

.mod_article_tech .block {
	width:400px;
	padding: 5em 610px 3em 0;
	margin:0 auto;
}

.mod_article_tech .block,
.mod_article_tech .block a,
.mod_article_tech .block p {
	color:#fff;
}

.mod_article_tech .block img {
	margin-right: 1em;
	vertical-align: middle;
}

.mod_article_tech .block h2 {
	font-size: 22px;
	line-height: 35px;
}

.mod_article_tech .block a {
	display: inline-block;
	border:2px #fff solid;
	padding:0.5em 2em;
	margin-right: 1em;
}
.mod_article_tech .block a span {
	color:inherit;
}
.mod_article_tech .ce_text a:hover {
	color:#000;
	background: #fff;
}


/********************* mod_article_about **************************/
.mod_article_about {
	height: 380px;
	background: url(../image/bg-about.jpg) center top no-repeat;
	background-size: cover;
}

.mod_article_about .block {
	width:400px;
	padding: 5em 0 3em 610px;
	margin:0 auto;
}

.mod_article_about .block,
.mod_article_about .block a,
.mod_article_about .block p {
	color:#000;
}

.mod_article_about .block img {
	margin-right: 1em;
	vertical-align: middle;
}

.mod_article_about .block h2 {
	font-size: 22px;
	line-height: 35px;
}

.mod_article_about .block a {
	display: inline-block;
	border:2px #000 solid;
	padding:0.5em 2em;
	margin-right: 1em;
}
.mod_article_about .block a span {
	color:inherit;
}
.mod_article_about .ce_text a:hover {
	color:#fff;
	background: #000;
}


/********************* mod_article_news **************************/
.mod_article_news {
	background: #fbfbfb;
	line-height: 2.5;
}

.mod_article_news h2 {
	color:#2879a4;
	padding-left: 50px;
	height: 36px;
	line-height: 36px;
	background: url(../image/icon-news.png) left center no-repeat;
}

.mod_article_news .mod_newslist {
	width:460px;
	padding:3em 550px 3em 0;
	margin:0 auto;
	background: url(../image/bg-news.jpg) 100% 3em no-repeat;
}

.mod_article_news .mod_newslist .news-item {
	border-bottom: 1px #ccc dotted;
}

.mod_article_news .mod_newslist .date {
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	color:#2879a4;
}

.mod_article_news .mod_newslist .link {
	display: block;
	margin-left: 50px;
}
.mod_article_news .mod_newslist .link a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#666;
}
.ie6 .mod_article_news .mod_newslist .link a {
	width:280px;
}
.mod_article_news .mod_newslist .link a:hover {
	color:#000;
}