/* CSS Document */

.banner {
	background: #495180;
}

/* News */
.sub_tit {
	margin: auto;
	padding: 40px 0 20px;
	width: 1200px;
}
.sub_tit h2 {
	font-size: 36px;
	font-weight: normal;
	color: #FFF;
}
.sub_menu {
	margin: auto;
	width: 1200px;
}
.sub_menu a {
	display: inline-block;
	padding: 0 40px;
	border-right: 1px solid #495180;
	background: #DCE3EB;
	font-size: 16px;
	color: #495180;
	line-height: 40px;
}
.sub_menu a.cur {
	background: #FFF;
	color: #000;
}

.news_list {
	padding-bottom: 30px;
}
.news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
}
.news_list li img {
	float: left;
	margin-right: 30px;
}
.news_list li h4 {
	font-size: 20px;
	line-height: 28px;
}
.news_list li p {
	padding: 12px 0;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.news_list li .bar {
	font-size: 13px;
	color: #C0C0C0;
	line-height: 20px;
}
.news_list li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.news_list li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}

/* page */
.page {
	padding: 20px 0;
	height: 40px;
	text-align: center;
	overflow: hidden;
}
.page a {
	display: inline-block;
	margin-right: -1px;
	width: 40px;
	height: 38px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	text-align: center;
}
.page a:hover {
	background: #F6F6F6;
	color: #495180;
}
.page a.crt {
	border: 1px solid #495180;
	background: #495180;
	font-weight: bold;
	color: #FFF;
}
.page a.disable {
	background: #FAFAFA;
	color: #999;
}

/* Article side */
.article_side {
	padding: 30px 29px 10px;
	border: 1px solid #E6E6E6;
}
.article_side h3 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #0940B0;
}
.article_side li {
	margin-bottom: 20px;
}
.article_side li .tit {
	padding: 12px 0;
}
.article_side li .tit h4 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}
.article_side li p {
	padding-top: 5px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.article_side li .date {
	padding-left: 20px;
	background: url(../img/time_ico.png) no-repeat left center;
}
.article_side li .visit {
	padding-left: 20px;
	background: url(../img/visit_ico.png) no-repeat left center;
}
.article_side li a:hover .tit h4 {
	color: #083FB0;
}

/* Article */
.crumb {
	font-size: 14px;
	color: #666;
}
.crumb a {
	color: #666;
}
.crumb a:hover {
	color: #0940B0;
}

.article_tit {
	padding: 30px 0 20px;
	border-bottom: 1px solid #E6E6E6;
}
.article_tit h2 {
	font-size: 32px;
	line-height: 40px;
}
.article_tit .bar {
	padding-top: 16px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.article_con {
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 200%;
}
.article_con p {
	padding-bottom: 20px;
}
.article_con img {
	max-width: 100%;
}

/* About Us */
.about_intro {
	font-size: 16px;
	line-height: 200%;
}
.about_intro p {
	padding-bottom: 20px;
}
.about_intro p img {
	padding: 20px 0;
	max-width: 100%;
}

/* product */
.product_list {
	width: 1200px;
	overflow: hidden;
}
.product_list ul {
	width: 1220px;
	overflow: hidden;
}
.product_list li {
	float: left;
	margin: 0 20px 30px 0;
	width: 285px;
}
.product_list li a {
	position: relative;
	display: block;
	border: 1px solid #E6E6E6;
	width: 283px;
	height: 333px;
}
.product_list li h4 {
	padding: 10px 20px;
	height: 30px;
	background: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
.product_list li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 335px;
	background:  url(../img/pro_arrow.png) no-repeat center rgba(73,81,128,.7);
	opacity: 0;
}
.product_list li a:hover .mask {
	opacity: 1;
	transition: all 0.5s;
}