/* ============== Written By Peter ===================*/

/* ===================== Index ====================== */

.slider_bg {
	width: 1000px;
	height: 350px;
	padding: 0 12px;
	background: url(../images/slider_bg.png) no-repeat 0 0;
}

.slider {
	width: 1000px;
	height: 350px;
	overflow: hidden;
	background: black;
}

.index_info {
	width: 1000px;
	height: 240px;
	padding: 0 12px;
	overflow: hidden;
}

.news_section, .core_section, .service_section {
	height: 180px;
	float: left;
	padding-top: 60px;
}

.news_section {
	width: 370px;
	background: url(../images/news_bg.jpg) no-repeat 0 0;
}

.core_section {
	width: 290px;
	background: url(../images/core_bg.jpg) no-repeat 0 0;
}

.service_section {
	width: 340px;
	background: url(../images/service_bg.jpg) no-repeat 0 0;
}

.news_table {
	width: 350px;
	padding-right: 20px;
	table-layout: fixed;
	font-size: 13px;
}

.news_table tr {
	border-bottom: 1px solid #cccccc;
}

.news_table tr td {
	height: 35px;
	line-height: 35px;
}

.table_disc {
	width: 30px;
	background: url(../images/table_disc.jpg) no-repeat center center;
}

.table_date {
	width: 80px;
	padding: 0 5px;
	color: #b6b6b6;
}

.table_title {
	white-space: nowrap;
	padding: 0 5px;
	overflow: hidden;
}

.table_title a:hover {
	color: #696969 !important;
}

.table_readmore {
	width: 90px;
	height: 25px;
	display: block;
	background: url(../images/table_button.jpg) no-repeat 0 0;
	float: right;
	margin-top: 25px;
	opacity: 0.6;
}

.table_readmore:hover {
	opacity: 1;
}

.core_button {
	width: 260px;
	height: 150px;
	display: block;
	margin: 0 auto;
	background: url(../images/core_button.jpg) no-repeat 0 0;
}

.service_button {
	width: 325px;
	height: 70px;
	display: block;
	margin: 0 auto;
	background: url(../images/service_button_1.jpg) no-repeat 0 0;
}

.service_button_2 {
	background: url(../images/service_button_2.jpg) no-repeat 0 0;
	margin-top: 10px;
}

.core_button img, .service_button img, .page_content_right_button img {
	opacity: 0;
	position: absolute;
}

.core_button:hover img, .service_button:hover img, .page_content_right_button:hover img {
	opacity: 0.5;
}

.service_button_name {
	font-size: 14px;
	padding: 10px 0 0 13px;
	color: white;
}

.page_bannar_bg {
	width: 1000px;
	height: 150px;
	padding: 0 12px;
	background: url(../images/page_bannar_bg.png) no-repeat 0 0;
}

.page_bannar {
	width: 1000px;
	height: 150px;
	background: black;
}

.page_content {
	width: 1000px;
	padding: 0 12px;
}

.page_content_left {
	width: 706px;
	min-height: 390px;
	padding-top: 18px;
	float: left;
	background: url(../images/page_content_left_bg.jpg) no-repeat right top;
}

.page_content_right {
	width: 279px;
	float: left;
	padding: 10px 0 0 15px;
}

.page_content_title {
	width: 675px;
	height: 50px;
	padding-left: 31px;
}

.product_list, .news_list {
	width: 660px;
	padding: 22px 0 0 31px;
}

.product_list ul li {
	width: 200px;
	/*height: 560px;*/
	height: 430px;
	margin-bottom: 60px;
	display: block;
	position: relative;
	float: left;
	padding: 0 20px 20px 0;
}

.product_pic {
	width: 200px;
	height: 300px;
	overflow: hidden;
}

.product_name {
	width: 100%;
	padding: 15px 0 10px 0;
	font-size: 14px;
	font-weight: bolder;
	color: #0065b9;
	word-wrap: break-word;
}

.product_describe {
	width: 100%;
	/*height: 185px;*/
	height: 60px;
	font-size: 12px;
	color: #666666;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 15px;
}

.product_list_button {
	width: 200px;
	height: 30px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 20px;
	background: url(../images/product_list_button.jpg) no-repeat 0 0;
}

.product_list_button:hover {
	background-position-y: -30px;
}

.right_content_title {
	width: 260px;
	height: 55px;
}

.page_content_right_link {
	width: 260px;
	table-layout: fixed;
}

.page_content_right_link tr {
	border-bottom: 1px solid #cccccc;
}

.page_content_right_link {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #545454;
}

.page_content_right_link a {
	color: #545454 !important;
}

.page_content_right_link a:hover {
	color: #0065b9 !important
}

.page_content_right_link_title {
	width: 230px;
	white-space: nowrap;
	padding-left: 10px;
	overflow: hidden;
}

.page_content_right_button {
	width: 260px;
	height: 150px;
	display: block;
	background: url(../images/core_button.jpg) no-repeat 0 0;
	margin-top: 15px;
}

.page_content_right_bannar {
	width: 260px;
	height: 50px;
	margin-top: 5px;
}

.contact_detail {
	width: 360px;
	float: left;
}

.contact_detail table {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #696969;
}

.contact_detail table tr td {
	height: 20px;
	padding: 5px;
	padding-top: 20px;
}

.contact_map {
	width: 285px;
	height: 285px;
	float: left;
	margin-left: 15px;
}

.contact_disc {
	width: 20px;
}

.news_list ul li {
	width: 660px;
	/*height: 85px;*/
	display: block;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 15px solid white;
	overflow: hidden;
}

.news_list_title {
	width: 635px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 5px 25px;
	color: #085fa6 !important;
	font-weight: bolder;
	background: url(../images/news_title_bg.png) no-repeat 0 0;
}

.news_list_title a {
	color: #085fa6 !important;
}

.news_list_title a:hover {
	color: #696969 !important;
}

.news_list_preview {
	/*height: 60px;*/
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	letter-spacing: 1px;
	color: #666666;
}

.news_list_bottom {
	width: 640px;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: #eeeeee;
	line-height: 40px;
	padding: 0 10px;
	color: black;
	font-size: 12px;
}

.news_list_view {
	width: 640px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: black;
	font-size: 12px;
}

.news_list_bottom span, .news_list_view span {
	color: #085fa6;
	padding: 0 5px;
}

.news_list_bottom .views, .news_list_view .views {
	padding-left: 10px;
	color: black !important;
}

.news_read {
	height: 25px;
	line-height: 25px;
	border: 2px solid #085fa6;
	color: #085fa6 !important;
	border-radius: 5px;
	padding: 0 10px;
	float: right;
	margin-top: 5px;
}

.news_read:hover {
	color: white !important;
	background: #085fa6;
}

.news_content {
	width: 620px;
	padding: 20px;
	border-top: 1px solid #696969;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}


