﻿/*==================================================全局===================================================*/

@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
}
html {
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap:break-word;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse:collapse;
}/*细线表格*/
fieldset, img {
	border:0px;
}/*清除描边,块显示*/
ul, li {
	list-style-type:none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	outline:none;
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color:#696969;
}/* 未访问的链接 */
a:visited {
	color:#696969;
}/* 已访问的链接 */
a:hover {
	color:#b61737;
}/* 鼠标在链接上 */
a:active {
	color:#b61737;
 blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:Arial;
	font-size: 14px;
	color:#000;
	line-height:24px;
	background:#FFF;
}
.hidden {
	display:none;
}/*清除容器浮动*/
.text {
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}/* 一行内文字超出以省略号形式隐藏*/
.position {
	position:relative;
	z-index:99999;
}
.Box {
	width:980px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.clear {
	clear:both;
	height:8px;
	overflow:hidden;
}
/*============================================index===================================================*/

.top_box {
	width:100%;
	clear:both;
	height:117px;
	background:url(../images/top_bg.jpg) repeat-x;
	position:relative;
	z-index:1111;
}
.top {
	width:990px;
	height:117px;
	clear:both;
	margin:0 auto;
}
.logo {
	width:500px;
	height:53px;
	display:inline;
	float:left;
}
.logo a {
	display:block;
	width:500px;
	height:61px;
	background:url(../images/logo.png) no-repeat left top;
	margin:26px 0 0 13px;
}
.top_right {
	width:315px;
	height:85px;
	display:inline;
	float:right;
}
.top_right_link {
	width:148px;
	height:32px;
	display:block;
	float:right;
	clear:both;
	color:#cccccc;
	background:url(../images/house.jpg) no-repeat left center;
	padding:0 0 0 5px;
}
.top_right_link a {
	padding:0 10px;
	color:#cccccc;
	line-height:32px;
}
.top_right_link a:visited {
	color:#cccccc;
}
.top_right_link a:hover {
	padding:0 10px;
	color:#b61737;
	line-height:32px;
}
.top_right_link a:active {
	color:#b61737;
}
.top_right_search {
	height:27px;
	width:100%;
	clear:both;
	padding-top:25px;
}
.top_right_search span {
	height:27px;
	line-height:27px;
	color:#cccccc;
	float:left;
}
.top_text {
	width:178px;
	height:27px;
	line-height:27px;
	border:0;
	background:url(../images/search_text.jpg) no-repeat left top;
	color:#cccccc;
	float:left;
}
.top_button {
	width:64px;
	height:27px;
	line-height:27px;
	border:0;
	background:url(../images/search_bg.jpg) no-repeat left top;
	cursor:pointer;
	color:#fff;
	float:left;
}
.menu_box {
	width:100%;
	clear:both;
	height:38px;
	background:url(../images/banner_shadow.png) repeat-x left top;
	position:absolute;
	z-index:11111;
	left:0;
	top:116px;
}
.menu {
	width:990px;
	clear:both;
	height:38px;
	position:absolute;
	left:50%;
	top:-14px;
	z-index:999;
	margin-left:-495px;
}
.menu_middle {
	width:980px;
	height:38px;
	display:inline;
	float:left;
	background:url(../images/menu_bg.png) repeat-x;
}
.menu_left {
	width:5px;
	height:38px;
	display:inline;
	float:left;
	background:url(../images/menu_left.png) no-repeat left top;
}
.menu_right {
	width:5px;
	height:38px;
	display:inline;
	float:left;
	background:url(../images/menu_right.png) no-repeat left top;
}
.menu_dl dd {
	float:left;
	width:89px;
	background:url(../images/menu_line.jpg) no-repeat right center;
}
.menu_dl dd a {
	display:block;
	height:35px;
	width:89px;
	line-height:34px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-family:microsoft yahei;
}
.menu_dl dd a:visited {
	color:#ffffff;
}
.menu_dl dd a:hover {
	display:block;
	height:35px;
	width:89px;
	line-height:34px;
	text-align:center;
	color:#a9102f;
	font-size:14px;
	font-family:microsoft yahei;
	background:url(../images/menu_hover.jpg) no-repeat center center;
}
.menu_dl dd a:active {
	color:#a9102f;
}
.menu_dl dd a.hover {
	display:block;
	height:35px;
	width:89px;
	line-height:34px;
	text-align:center;
	color:#a9102f;
	font-size:14px;
	font-family:microsoft yahei;
	background:url(../images/menu_hover.jpg) no-repeat center center;
}
.indexBanner {
	position:relative;
	height:443px;
	width:100%;
	overflow:hidden;
}
.indexBanner div {
	position:absolute;
	top:0;
	display:none;
	height:443px;
	width:1440px;
	overflow:hidden;
	text-align:center;
	z-index:10;
	left:50%;
	margin-left:-720px;
}
.indexBanner div a {
	display:block;
	width:1440px;
	height:443px;
	clear:both;
}
.indexBanner div img {
	height:443px;
	clear:both;
}
.indexBanner div.now {
	display:block;
}
.ul_bannerMenu {
	position:absolute;
	bottom:12px;
	z-index:80000;
	left:50%;
}
.ul_bannerMenu li {
	display:-moz-inline-stack;
	display:inline-block;
 *display:inline;
 *zoom:1;
	margin-right:12px;
	width:10px;
	height:10px;
	line-height:15px;
	text-align:center;
	font-size:0px;
	color:#c1c4db;
	cursor:hand;
	cursor:pointer;
	background:url(../images/index_banner_ico01.png) no-repeat left center;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/ban_icon.png");
	_background:none;
}
.ul_bannerMenu li.now {
	background:url(../images/index_banner_ico02.png) no-repeat left center;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/ban_icon_hover.png");
	_background:none;
	color:#06c118;
}
.first_bar {
	width:990px;
	overflow:hidden;
	clear:both;
	margin:32px auto 0 auto;
}
.first_bar_left {
	width:693px;
	display:inline;
	float:left;
	overflow:hidden;
}
.news_cut {
	width:100%;
	overflow:hidden;
	clear:both;
}
.news_cut_tit {
	width:100%;
	clear:both;
	height:30px;
	background:url(../images/line.jpg) repeat-x left bottom;
}
.news_cut_tit span {
	width:85px;
	height:28px;
	line-height:28px;
	display:inline-block;
	float:left;
	text-align:center;
	color:#000;
	font-size:14px;
	font-family:microsoft yahei;
	cursor:default;
}
.news_cut_tit span:hover {
	width:85px;
	height:28px;
	line-height:28px;
	background:url(../images/cut_tit_hover.jpg) no-repeat left bottom;
	display:inline-block;
	float:left;
	color:#ffffff;
	font-size:14px;
	font-family:microsoft yahei;
	cursor:default;
}
.news_cut_tit span.hover {
	width:85px;
	height:28px;
	line-height:28px;
	background:url(../images/cut_tit_hover.jpg) no-repeat left bottom;
	display:inline-block;
	float:left;
	color:#ffffff;
	font-size:14px;
	font-family:microsoft yahei;
	cursor:default;
}
.news_cut_tit strong {
	width:50px;
	height:20px;
	float:right;
	position:relative;
	z-index:10;
}
.news_cut_tit strong a {
	display:block;
	width:50px;
	height:20px;
	background:url(../images/more.jpg) no-repeat left center;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-family:Trajan Pro;
	font-size:10px;
	font-weight:normal;
}
.more01 {
	position:absolute;
	z-index:50;
	left:0;
	top:18px;
}
.news_cut_box {
	width:100%;
	overflow:hidden;
	padding-top:22px;
}
.news_cut_img {
	width:296px;
	height:225px;
	display:inline;
	float:left;
}
.news_cut_list {
	width:374px;
	height:225px;
	display:inline;
	float:right;
}
.news_cut_list_tit {
	width:100%;
	clear:both;
	height:24px;
	font-size:16px;
	text-align:center;
	font-family:microsoft yahei;
}
.news_cut_list_tit a {
	color:#b61737;
}
.news_cut_list_tesxt {
	width:100%;
	height:38px;
	text-indent:2em;
	color:#8b8b8b;
	padding:10px 0;
}
.news_cut_list_tesxt span a {
	color:#b61737;
}
.news_cut_dl {
	clear:both;
	overflow:hidden;
}
.news_cut_dl dd {
	clear:both;
	height:29px;
}
.news_cut_dl dd a {
	float:left;
	background:url(../images/list_ico.jpg) no-repeat left center;
	padding:0 0 0 15px;
	line-height:29px;
}
.news_cut_dl dd em {
	float:right;
	font-style:normal;
	color:#929292;
	line-height:29px;
}
.news_cut_dl01 {
	padding-top:20px;
	background:url(../images/cut_shadow.png) no-repeat center top;
}
.news_cut_dl01 dd {
	border-bottom:1px dashed #a7a7a7;
}
.news_cut_ad {
	width:100%;
	clear:both;
	height:95px;
	padding:25px 0;
}
.news_cut_ad_box {
	width:335px;
	display:inline;
	height:95px;
}
.news_cut_ad_box a {
	display:block;
	width:335px;
	height:95px;
	background:red;
}
.news_cut_ad_box img {
	width:335px;
	height:95px;
}
.news_cut_down {
	width:100%;
	clear:both;
	overflow:hidden;
}
.pro_box {
	width:330px;
	display:inline;
	height:200px;
}
.pro_box_tit {
	width:100%;
	height:25px;
	clear:both;
	background:url(../images/line.jpg) repeat-x left bottom;
}
.pro_box_tit_left {
	width:180px;
	float:left;
	font-size:16px;
	color:#b61737;
	font-family:microsoft yahei;
	line-height:25px;
}
.pro_box_tit_left i {
	font-size:12px;
	color:#919191;
	font-family:Trajan Pro;
	line-height:25px;
	padding:0 0 0 10px;
	font-style:normal;
}
.pro_box_tit_more {
	width:50px;
	height:20px;
	float:right;
	padding:6px 0 0 0;
}
.pro_box_tit_more a {
	display:block;
	width:50px;
	height:20px;
	text-align:center;
	line-height:15px;
	font-family:Trajan Pro;
	font-size:10px;
	font-weight:normal;
}
.pro_box_tit_more01 a {
	background:url(../images/more.jpg) no-repeat left center;
	color:#fff;
}
.pro_box_list {
	width:100%;
	height:170px;
	clear:both;
}
.news_cut_dl02 {
	padding:10px 0 0 0;
}
.first_bar_right {
	width:260px;
	overflow:hidden;
	display:inline;
	float:right;
}
.eli {
	width:100%;
	overflow:hidden;
	clear:both;
}
.first_bar_right_tit {
	padding:0 0 0 10px;
	clear:both;
	height:30px;
	background:url(../images/elite_tit.png) no-repeat left top;
}
.first_bar_right_main {
	padding:15px 0 0 0;
	width:100%;
	clear:both;
	overflow:hidden;
	background:url(../images/elite_shadow.png) no-repeat center top;
}
.pro_box_tit_page {
	width:65px;
	float:right;
	height:30px;
	line-height:30px;
}
.pro_box_tit_page a {
	width:17px;
	height:15px;
	float:left;
	margin:7px 5px;
}
.pro_page01 {
	background:url(../images/last01.jpg) no-repeat left top;
}
.pro_page02 {
	background:url(../images/next01.jpg) no-repeat left top;
}
.aci_box {
	height:210px;
	border-bottom:1px dashed #a7a7a7;
	line-height:27px;
	padding-bottom:17px;
	color:#696969;
}
.aci_box_img {
	width:86px;
	height:108px;
	float:left;
	display:inline;
	padding:3px 4px;
	background:url(../images/elt_img.jpg) no-repeat left top;
	margin:0 10px 5px 0;
}
.aci_box_img img {
	width:86px;
	height:108px;
}
.aci_box_strong {
	color:#b61737;
}
.aci_box a {
	color:#b61737;
}
.first_bar_right_ad {
	width:260px;
	height:95px;
	clear:both;
	margin:29px auto 0 auto;
	background:red;
}
.first_bar_right_ad a {
	display:block;
	width:260px;
	height:95px;
}
.first_bar_right_ad img {
	width:260px;
	height:95px;
}
.jou {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-top:20px;
}
.product_content {
	width:232px;
	height:160px;
	float:left;
	overflow:hidden;
}
.dis {
	float:left;
	width:12px;
	height:35px;
	margin-top:45px;
	text-align: center;
	cursor:pointer;
	background:url(../images/last02.jpg) no-repeat left center;
}
.dis_next {
	float:left;
	width:12px;
	height:35px;
	margin-top:45px;
	text-align: center;
	cursor:pointer;
	background:url(../images/next02.jpg) no-repeat left center;
}
.product_ul li {
	width:92px;
	height:160px;
	float:left;
	padding:0 10px;
	overflow:hidden;
}
.product_ul li p {
	width:92px;
	height:115px;
	border:1px solid #ccc;
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
}
.product_ul li p a {
	width:92px;
	height:115px;
	display:block;
}
.product_ul li p img {
	width:92px;
	height:115px;
}
.product_ul li span {
	width:92px;
	line-height:25px;
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#646464;
}
.second_bar {
	width:990px;
	height:90px;
	clear:both;
	margin:20px auto 0 auto;
}
.second_bar a {
	width:990px;
	height:90px;
	display:block;
}
.second_bar img {
	width:990px;
	height:90px;
}
.third_bar {
	width:990px;
	clear:both;
	overflow:hidden;
	margin:18px auto 0 auto;
	background:url(../images/line.jpg) repeat-x left top;
	padding:10px 0 0 0;
}
.third_bar_left {
	width:260px;
	overflow:hidden;
	display:inline;
	float:left;
}
.third_video {
	width:100%;
	height:166px;
	clear:both;
}
.third_con {
	width:100%;
	clear:both;
	margin:18px auto 0 auto;
	overflow:hidden;
}
.third_con_list {
	width:100%;
	height:180px;
	padding-top:10px;
	overflow:hidden;
}
.con_list dd {
	float:left;
	width:66px;
	height:80px;
	margin-left:15px;
	margin-top:10px;
}
.con_list dd a {
	display:block;
	clear:both;
	width:66px;
	height:56px;
}
.con_list dd a img {
	width:66px;
	height:56px;
}
.con_list dd p {
	text-align:center;
	clear:both;
	width:66px;
	height:24px;
	color:#4f4f4f;
}
.third_bar_right {
	width:692px;
	overflow:hidden;
	padding-top:20px;
	display:inline;
	float:right;
}
.pro_box_tit_left02 {
	width:280px;
	float:left;
	font-size:18px;
	color:#000;
	font-family:microsoft yahei;
	line-height:28px;
	font-style:normal;
	background:url(../images/red_ico.jpg) no-repeat left bottom;
}
.pro_box_tit_left02 i {
	font-size:12px;
	color:#919191;
	font-family:Trajan Pro;
	line-height:28px;
	padding:0 0 0 10px;
	font-style:normal;
}
.third_bar_right_list {
	width:100%;
	height:350px;
	clear:both;
	overflow:hidden;
}
.window_box {
	width:100%;
	height:140px;
	clear:both;
	padding:23px 0;
}
.window_box_left {
	width:470px;
	height:140px;
	display:inline;
	float:left;
	background:url(../images/index_90.jpg) no-repeat right center;
}
.window_box_right {
	width:200px;
	height:134px;
	display:inline;
	float:right;
	padding:2px;
	border:1px solid #dddddd;
}
.window_box_right a {
	width:200px;
	height:134px;
	display:block;
}
.window_box_right img {
	width:200px;
	height:134px;
}
.widow_box_tit {
	height:24px;
	font-size:14px;
	font-family:microsoft yahei;
}
.widow_box_tit a {
	color:#b61737;
}
.widow_box_main {
	width:445px;
	overflow:hidden;
	line-height:30px;
	color:#696969;
}
.widow_box_main span a {
	color:#b61737;
}
.fourth_bar {
	width:990px;
	overflow:hidden;
	clear:both;
	margin:20px auto 0 auto;
}
#demo {
	width:990px;
	height:290px;
	overflow:hidden;
	margin-top:20px;
}
#indemo {
	float:left;
	width:670%;
	height:740px;
	overflow:hidden;
}
#demo1 {
	float: left;
	height:290px;
	overflow:hidden;
}
#demo2 {
	float: left;
	height:290px;
	overflow:hidden;
}
#demo1 a, #demo2 a {
	text-decoration:none;
}
#demo1 ul li, #demo2 ul li {
	float:left;
	width:200px;
	height:290px;
	list-style:none;
	text-align:center;
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0 10px 0 0;
}
.pic {
	width:200px;
	height:260px;
	padding:1px;
	text-align:center;
	overflow:hidden;
	border:1px solid #ccc;
}
.pic a {
	width:200px;
	height:260px;
	display:block;
}
.pic img {
	width:200px;
	height:260px;
}
.pci_text {
	width:200px;
	line-height:30px;
	text-align:center;
	color:#696969;
}
.fifth_bar {
	width:990px;
	clear:both;
	margin:0 auto;
	overflow:hidden;
}
.fifth_bar_list {
	width:100%;
	height:208px;
	padding:20px 0;
	clear:both;
}
.fifth_bar_list_box {
	width:124px;
	height:54px;
	border:1px solid #ccc;
	display:inline;
	float:left;
	margin:7px 18px 7px 0;
}
.fifth_bar_list_box a {
	width:124px;
	height:54px;
	display:block;
}
.fifth_bar_list_box a img {
	width:124px;
	height:54px;
}
.fif_ul li {
	float:left;
	width:73px;
	height:27px;
	text-align:center;
	font-size:14px;
	font-family:microsoft yahei;
	color:#2a2a2a;
	cursor:default;
}
.fif_ul li:hover {
	float:left;
	width:73px;
	height:27px;
	border-top:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	text-align:center;
	background:#fff;
	font-size:14px;
	font-family:microsoft yahei;
	color:#2a2a2a;
	cursor:default;
}
.fif_ul li.hover {
	float:left;
	width:73px;
	height:27px;
	border-top:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	text-align:center;
	background:#fff;
	font-size:14px;
	font-family:microsoft yahei;
	color:#2a2a2a;
	cursor:default;
}
.footer {
	width:100%;
	height:220px;
	overflow:hidden;
	clear:both;
	background:url(../images/footer_bg.jpg) repeat-x left top;
}
.footer_box {
	width:990px;
	height:220px;
	clear:both;
	margin:0 auto;
}
.footer_link {
	width:100%;
	height:70px;
	line-height:70px;
	clear:both;
	text-align:center;
	background:url(../images/footer_line.jpg) no-repeat center bottom;
	color:#b7b7b7;
}
.footer_link a {
	padding:0 15px;
	color:#b7b7b7;
}
.copyRight {
	width:100%;
	overflow:hidden;
	clear:both;
	text-align:center;
	padding-top:10px;
	color:#919191;
}
.copyRight a {
	color:#919191;
}
.jiathis_style {
	width:300px;
	margin:10px auto 0 auto;
	clear:both;
	color:#919191;
}
/*====================================================singleArticle===============================================================*/

.banner {
	width:100%;
	height:278px;
	clear:both;
}
.banner a {
	width:100%;
	height:278px;
	display:block;
}
.main {
	width:990px;
	overflow:hidden;
	clear:both;
	margin:43px auto 0 auto;
}
.main_left {
	width:205px;
	display:inline;
	float:left;
	min-height:745px;
	height:auto !important;
	height:745px;
	background:url(../images/left_shadow.png) no-repeat right top;
}
.left_bar {
	width:180px;
	overflow:hidden;
	clear:both;
}
.left_bar_tit {
	width:100%;
	height:38px;
	clear:both;
}
.left_bar_dl {
	width:180px;
	overflow:hidden;
	clear:both;
	margin-top:20px;
}
.left_bar_dl dd {
	width:100%;
	clear:both;
	display:block;
	margin-top:10px;
}
.left_bar_dl dd span a {
	width:100%;
	height:32px;
	clear:both;
	display:block;
	line-height:32px;
	text-align:center;
	background:#929395;
	color:#fff;
}
.left_bar_dl dd span a:hover {
	width:100%;
	height:32px;
	clear:both;
	display:block;
	line-height:32px;
	text-align:center;
	background:#b61737;
	color:#fff;
}
.left_bar_dl dd.hover span a {
	width:100%;
	height:32px;
	clear:both;
	display:block;
	line-height:32px;
	text-align:center;
	background:#b61737;
	color:#fff;
}
.left_bar_dl dd.hover ul {
	width:100%;
	display:block;
}
.left_bar_dl dd ul {
	width:100%;
	display:none;
}
.left_bar_dl dd ul li {
	height:26px;
	line-height:26px;
	text-align:center;
	clear:both;
	border-bottom:1px dotted #ccc;
}
.left_bar_dl dd ul li a {
	color:#B61737;
}
.left_bar_dl dd ul li a:visited {
	color:#B61737;
}
.left_bar_dl dd ul li a:hover {
	font-weight:bold;
	color:#B61737;
}
.left_bar_dl dd ul li a.hover {
	font-weight:bold;
	color:#B61737;
}
.left_bar_dl dd ul li a:active {
	font-weight:bold;
	color:#B61737;
}
.left_join {
	width:186px;
	overflow:hidden;
	clear:both;
	margin-top:20px;
}
.left_join_top {
	width:100%;
	height:6px;
	clear:both;
	background:url(../images/join_top.jpg) no-repeat left top;
}
.left_join_middle {
	width:100%;
	overflow:hidden;
	clear:both;
	background:url(../images/join_bg.jpg) repeat-y;
	line-height:32px;
	color:#696969;
	padding:10px 15px;
}
.left_join_bottom {
	width:100%;
	height:6px;
	clear:both;
	background:url(../images/join_bottom.jpg) no-repeat left top;
}
.left_join_middle .join_but_red {
	display:block;
	width:97px;
	height:32px;
	background:url(../images/join_but.jpg) no-repeat left top;
	line-height:32px;
	text-align:center;
	color:#fff;
	float:left;
	font-size:14px;
	font-family:microsoft yahei;
	margin-left: 27px;
}
.left_join_middle strong {
	color:#b61737;
}
.main_right {
	width:728px;
	overflow:hidden;
	display:inline;
	float:right;
}
.main_right_tit_right {
	display:inline;
	float:right;
	height:30px;
	line-heigh:30px;
	color:#a09d9d;
}
.main_right_tit_right a {
	color:#a09d9d;
}
.main_right_tit_right a:visited {
	color:#a09d9d;
}
.main_right_tit_right a:hover {
	color:#b61737;
}
.main_right_tit_right a:active {
	color:#b61737;
}
.main_right_tit_right a.hover {
	color:#b61737;
}
.right_article {
	padding:10px 0px;
	;
	color:#555555;
	line-height:26px;
	padding-bottom:30px;
}
/*===========================================newsImgList=============================================*/

.img_list {
	width:100%;
	overflow:hidden;
	clear:both;
	padding:13px 0 0 0;
}
.img_list_box {
	background:url(../images/line02.jpg) repeat-x left bottom;
	/*padding-top:30px;*/

	display:inline;
}
.img_list_img {
	width:107px;
	height:220px;
	display:inline;
	float:left;
	background:#fff;
	padding:1px;
	border:1px solid #dedede;
}
.img_list_img a {
	width:107px;
	height:220px;
	display:block;
}
.img_list_img img {
	width:107px;
	height:220px;
}
.img_list_text {
	width:225px;
	display:inline;
	overflow:hidden;
	margin-left:15px;
	float:left;
}
.img_list_text_tit {
	width:100%;
	height:24px;
	clear:both;
	color:#b61737;
	font-family:microsoft yahei;
	font-size:14px;
}
.img_list_text_main {
	width:100%;
	height:112px;
	clear:both;
	line-height:28px;
	color:#696969;
}
.img_list_text_main a {
	color:#b61737;
}
.page {
	padding: 50px 0 50px;
	text-align: center;
	padding-left: 190px;
}
.page li {
	float:left;
}
.page span {
	border: 1px solid #D5D5D5;
	color: #737373;
	margin: 0 18px;
	padding: 3px 6px;
}
.page a {
	border: 1px solid #D5D5D5;
	margin: 0 4px;
	padding: 3px 6px;
	color:#555555;
}
.page a:hover {
	color:#da2021;
}
.page a i {
	font-style:normal;
	color:#555555;
}
.page a.hover {
	background: none repeat scroll 0 0 #b61737;
	border: 1px solid #da2021;
	color: #fff;
	cursor: default;
	margin: 0 1px;
	padding: 3px 6px;
}
.page em {
	font-style:normal;
	color:#555555;
	margin:0 15px;
}
.page b {
	border: 1px solid #D5D5D5;
	padding:3px 10px;
	font-weight:normal;
	margin:0px 6px 0px 2px;
}
/*================================newsAllList===================================*/

.news_all_dl {
	clear:both;
	overflow:hidden;
	padding-top:10px;
}
.news_all_dl dd {
	clear:both;
	height:36px;
}
.news_all_dl dd a {
	float:left;
	background:url(../images/list_ico.jpg) no-repeat left center;
	padding:0 0 0 15px;
	line-height:36px;
}
.news_all_dl dd em {
	float:right;
	font-style:normal;
	color:#929292;
	line-height:36px;
}
.product_content02 {
	width:668px;
	height:140px;
	float:left;
	overflow:hidden;
	margin-left:10px;
}
.dis02 {
	float:left;
	width:17px;
	height:53px;
	text-align: center;
	cursor:pointer;
	background:url(../images/last03.png) no-repeat left center;
	margin-top:20px;
}
.dis_next02 {
	float:left;
	width:17px;
	height:53px;
	text-align: center;
	cursor:pointer;
	background:url(../images/next03.png) no-repeat left center;
	margin-left:10px;
	margin-top:20px;
}
.product_ul02 li {
	width:152px;
	height:140px;
	float:left;
	padding:0 8px 0 7px;
	overflow:hidden;
}
.product_ul02 li p {
	width:148px;
	height:96px;
	border:1px solid #ccc;
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
	padding:1px;
}
.product_ul02 li p a {
	width:148px;
	height:96px;
	display:block;
}
.product_ul02 li p img {
	width:148px;
	height:96px;
}
.product_ul02 li span {
	width:152px;
	line-height:30px;
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#625f5f;
}
.news_title {
	width:100%;
	height:28px;
	line-height:28px;
	background:#f4f4f4;
	margin-top:10px;
}
.newsList {
	width:100%;
	clear:both;
	overflow:hidden;
}
.news_title_left {
	padding-left:95px;
	float:left;
	text-align:center;
	color:#625f5f;
	font-weight:bold;
}
.news_title_right {
	padding-right:6px;
	color:#625f5f;
	float:right;
	font-weight:bold;
	text-align:center;
}
/*=======================================newsView=======================================*/

.article_page {
	clear:both;
	line-height:25px;
	padding:10px 0 40px 10px;
	background:url(../images/line02.jpg) repeat-x left top;
	color:#767676;
}
.article_page a {
	color:#767676;
}
.article_page a:visited {
	color:#767676;
}
.article_page a:hover {
	color:#b61737;
}
.article_page a:active {
	color:#b61737;
}
.article_close {
	height:30px;
	background:#f7f7f7;
	clear:both;
	border:1px solid #e8e8e8;
}
.article_close_l {
	line-height:30px;
	padding:0 0 0 10px;
	float:left;
}
.article_close_r {
	line-height:30px;
	padding:0 10px 0 0;
	float:right;
}
.article_time {
	line-height:30px;
	clear:both;
	text-align:center;
	margin:0 15px;
	color:#666666;
	background:#f4f4f4;
}
.article_main {
	line-height:36px;
	color:#222222;
	padding:20px 0 30px 0;
	font-size:14px;
}
.article_main p, .article_main span {
	color:#222222;
}
.article_title {
	width:100%;
	font-size:20px;
	text-align:center;
	clear:both;
	font-family:microsoft yahei;
	color:#000000;
	line-height:30px;
	min-height:40px;
	height:auto !important;
	height:50px;
	padding:20px 0;
}
/*========================================newsAllImg===============================================*/

.img_text_bigBox {
	padding-top:28px;
	width:100%;
	height:302px;
	clear:both;
	margin:0 auto;
	border-bottom:1px dashed #696969;
}
.img_text_box {
	width:225px;
	height:302px;
	display:inline;
	float:left;
	margin-right:26px;
}
.img_list_box_img {
	width:221px;
	height:146px;
	clear:both;
	padding:1px;
	border:1px solid #dedede;
}
.img_list_box_img a {
	width:221px;
	height:146px;
	display:block;
}
.img_list_box_img a img {
	width:221px;
	height:146px;
}
.img_list_box_text {
	width:100%;
	overflow:hidden;
	clear:both;
	line-height:30px;
	color:#696969;
}
.img_list_box_text a {
	color:#b61737;
}
.img_list_box_text_tit {
	font-size:14px;
	font-family:microsoft yahei;
	color:#b61737;
	height:36px;
	line-height:36px;
	text-align:center;
	display:block;
	clear:both;
}
/*===========================================================newImgList02=====================================================*/

.img_show_list {
	height:140px;
	width:100%;
	clear:both;
	padding:30px 0;
	border-bottom:1px dashed #a7a7a7;
	overflow:hidden;
}
.img_show_list_img {
	width:206px;
	height:136px;
	display:inline;
	float:left;
	padding:1px;
	border:1px solid #dddddd;
}
.img_show_list_img a {
	width:206px;
	height:136px;
	display:block;
}
.img_show_list_img img {
	width:206px;
	height:136px;
}
.img_show_list_text {
	height:136px;
	width:490px;
	display:inline;
	float:right;
	padding-left:20px;
	background:url(../images/show_shadow.jpg) no-repeat left center;
}
/*===========================================================newImgList03=====================================================*/

.news_cut_main {
	width:100%;
	clear:both;
	margin:0 auto;
	overflow:hidden;
}
.img_list_box02 {
	height:170px;
	border-bottom:1px dashed #a7a7a7;
	padding-top:30px;
	display:inline;
	float:left;
}
.img_list_img02 {
	width:210px;
	height:138px;
	display:inline;
	float:left;
	background:#fff;
	padding:1px;
	border:1px solid #dedede;
}
.img_list_img02 a {
	width:210px;
	height:138px;
	display:block;
}
.img_list_img02 img {
	width:210px;
	height:138px;
}
.img_list_text02 {
	width:240px;
	display:inline;
	overflow:hidden;
	margin-left:15px;
	float:left;
}
.img_list_text_tit {
	width:100%;
	height:24px;
	clear:both;
	color:#b61737;
	font-family:microsoft yahei;
	font-size:14px;
}
.img_list_text_main {
	width:100%;
	height:112px;
	clear:both;
	line-height:28px;
	color:#696969;
}
.img_list_text_main a {
	color:#b61737;
}
/*========================================video=============================================================*/

.video_banner {
	width:100%;
	clear:both;
	height:456px;
	background:#e8e8e8;
}
.video_banner_box {
	width:776px;
	height:436px;
	clear:both;
	margin:0 auto;
	padding:20px 107px 0 107px;
	background:black;
}
.video_scroll_tit {
	width:990px;
	clear:both;
	height:58px;
	margin:0 auto;
	background:url(../images/line02.jpg) repeat-x left bottom;
}
.video_tit_left {
	float:left;
	font-size:14px;
	font-family:microsoft yahei;
	color:#000;
	line-height:58px;
}
.video_tit_left i {
	font-style:normal;
	color:#b61737;
	font-size:18px;
	padding:0 0 0 5px;
}
.video_tit_right {
	float:right;
	width:300px;
}
.video_List {
	width:100%;
	height:200px;
	clear:both;
	background:url(../images/line02.jpg) repeat-x left bottom;
}
.product_content03 {
	width:875px;
	height:150px;
	float:left;
	overflow:hidden;
	margin-left:20px;
	margin-top:25px;
}
.dis03 {
	float:left;
	width:17px;
	height:53px;
	text-align: center;
	cursor:pointer;
	background:url(../images/last04.png) no-repeat left center;
	margin-top:45px;
	margin-left:20px;
}
.dis_next03 {
	float:left;
	width:17px;
	height:53px;
	text-align: center;
	cursor:pointer;
	background:url(../images/next04.png) no-repeat left center;
	margin-left:20px;
	margin-top:45px;
}
.product_ul03 li {
	width:150px;
	height:150px;
	float:left;
	padding:0 13px 0 12px;
	overflow:hidden;
}
.product_ul03 li p {
	width:150px;
	height:100px;
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
}
.product_ul03 li p a {
	width:150px;
	height:100px;
	display:block;
}
.product_ul03 li p img {
	width:150px;
	height:100px;
}
.product_ul03 li span {
	width:150px;
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
	color:#625f5f;
}
.video_index {
	width:100%;
	height:48px;
	line-height:48px;
	clear:both;
	background:url(../images/line02.jpg) repeat-x left bottom;
	font-size:18px;
	font-family:microsoft yahei;
	color:#b61737;
}
.video_text {
	overflow:hidden;
	padding:10px 25px 40px 20px;
	color:#767676;
	line-height:36px;
}
/*=====================================================*/

.second_cut {
	width:296px;
	height:220px;
	clear:both;
	margin:0 auto;
}
.feature_list2 {
	width:264px;
	height:174px;
	position: relative;
}
.feature_list2 ul {
	position:absolute;
}
.tabs2 {
	left:0;
	bottom:-50px;
	width:296px;
	height:20px;
	z-index:300;
}
.tabs2 div {
	float:left;
	display:inline;
	margin-top:3px;
}
.tabs2 li {
	float:left;
	display:inline;
	margin:0 5px;
}
.tabs2 li a {
	width:10px;
	height:10px;
	display:block;
	text-align:center;
	background:url(../images/index_banner_ico01.png) no-repeat left top;
}
.tabs2 li a:visited {
	color:#000;
}
.tabs2 li a:hover {
	width:10px;
	height:10px;
	display:block;
	text-align:center;
	color:#fff;
	background:url(../images/index_banner_ico02.png) no-repeat left top;
}
.tabs2 li a:active {
	color:#fff;
}
.tabs2 li a.current {
	width:10px;
	height:10px;
	display:block;
	text-align:center;
	color:#fff;
	background:url(../images/index_banner_ico02.png) no-repeat left top;
}
.tabs2 li a.current:hover {
	text-decoration: none;
	cursor: default;
}
.output2 {
	top:0;
	left:0;
	width:284px;
	height:185px;
	padding:1px;
	border:5px solid #d6d6d6;
	position:relative;
}
.output2 li {
	position:absolute;
	width:284px;
	height:185px;
	z-index:0;
}
.output2 img {
	width:284px;
	height:185px;
}
.output2 li a {
	width:284px;
	height:185px;
	display:block;
	clear:both;
}
.output2 li a:hover {
	background:#fff;
}
.output2 li img {
	width:284px;
	height:185px;
}
.name {
	width:60%;
	color:#696969;
	padding-top:27px;
	float:right;
}
.name2 {
	width:60%;
	color:#696969;
	padding-top:27px;
	float:right;
}
.name3 {
	width:60%;
	color:#696969;
	padding-top:27px;
	float:right;
}
.ebook {
	padding:40px 10px 35px 10px;
	clear:both;
	overflow:hidden;
}
.book {
	width:233px;
	height:291px;
	display:inline;
	float:left;
}
.book img {
	width:233px;
	height:291px;
}
.book_text {
	width:460px;
	height:290px;
	overflow:hidden;
	display:inline;
	float:right;
}
.book_dl {
	overflow:hidden;
	clear:both;
	width:100%;
}
.book_dl {
	width:100%;
	line-height:30px;
	clear:both;
	padding:20px 0;
	color:#696969;
}
.book_menu {
	width:100%;
	clear:both;
	height:44px;
}
a.book_but {
	width:181px;
	height:44px;
	float:left;
	margin-right:10px;
	background:url(../images/ebook_but.jpg) no-repeat;
	text-align:center;
	line-height:44px;
	font-size:18px;
	color:#fff;
	font-family:microsoft yahei;
}
.book_content {
	clear:both;
	overflow:hidden;
	width:100%;
	background:url(../images/ebook_shadow.jpg) no-repeat center top;
	line-height:30px;
	color:#696969;
}
.book_content_link {
	height:72px;
	line-height:72px;
	clear:both;
	font-size:18px;
	font-family:microsoft yahei;
}
.book_content_link a {
	color:#b61737;
}
.img_list_text_tit02 {
	font-size:18px;
	font-family:microsoft yahei;
}
.wor {
	width:20%;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	text-align:center;
}
.news_dl2 dd {
	clear:both;
}
.wor2 {
	width:25%;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	text-align:center;
}
.wor3 {
	width:100px;
	height:24px;
	clear:both;
	line-height:24px;
	border:0;
	display:block;
	text-align:center;
	color:#fff;
	background:url(../images/buttt.png) no-repeat left top;
	margin:0 auto;
	cursor:pointer;
	margin-top:5px;
}
.article_fujian {
	width:100%;
	clear:both;
	height:30px;
	line-height:30px;
	font-size:16px;
}
.article_fujian a {
	color:blue;
	font-family:microsoft yahei;
}
/*============gggggggggggggggggggggggggggggggggggggggggg===============*/

.menu_dl dd {
	float:left;
	width:89px;
	background:url(../images/menu_line.jpg) no-repeat right center;
	position:relative;
	z-index:888888;
}
.second {
	clear:both;
	position:absolute;
	z-index:999999;
	left:0;
	top:35px;
	display:none;
}
.second_top {
	clear:both;
	height:4px;
}
.second_down {
	width:1000px;
	height:28px;
	overflow:hidden;
	clear:both;
	color:#fff;
}
.second_point {
	width:10px;
	height:4px;
	float:left;
	margin-left:40px;
	background:url(../images/second_point.png) no-repeat left top;
}
.second_left {
	width:7px;
	height:28px;
	display:inline;
	float:left;
	background:url(../images/second_left.png) no-repeat left top;
}
.second_middle {
	height:28px;
	float:left;
	background:url(../images/second_bg.png) repeat-x left top;
	display:inline;
	color:#fff;
}
.menu_dl dd .second a {
	height:28px;
	line-height:28px;
	padding:0 10px;
	color:#fff;
	font-size:12px;
	font-family:'宋体';
	display:inline;
}
.menu_dl dd .second a:hover {
	height:28px;
	line-height:28px;
	padding:0 10px;
	color:#fff;
	font-size:12px;
	font-family:'宋体';
	background:none;
	display:inline;
}
.second_right {
	width:7px;
	height:28px;
	display:inline;
	float:left;
	background:url(../images/second_right.png) no-repeat left top;
}

/*=====*/
