/*公共样式*/
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, button, input, textarea, img, blockquote{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	font-family:"Microsoft YaHei","微软雅黑","宋体";
	line-height:180%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}
ul, ol {
	list-style:none;
}
select, input, img {
	vertical-align:middle;
}
a {color:#333; text-decoration:none;}
a:hover {color:#2792F4; text-decoration:none;}
fieldset, img {
	border:0 none;
}
.clearfix:after {
	content:"";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
a:focus {
	outline: none;
}
li {
blr:expression(this.onFocus=this.blur());
}
li:focus {
	outline: none;
	-moz-outline-style: none;
}

/*头部样式*/
#header{
	width:100%;
}
#header .top{
	width:1000px;
	height:94px;
	padding:5px 0 0 0;
	margin:0 auto;
	overflow:hidden;
}
.top .logo{
	width:419px;
	padding:11px 0;
	height:72px;
	float:left;
}
.top .logo a{
	display:inline-block;
}
.top .spokeman{
	width:131px;
	height:94px;
	padding-left:150px;
	float:left;
}
.top .search_box{
	width:230px;
	margin-top:19px;
	float:right;
}
.search_box .hotline{
	font-weight:bold;
	color:#666;
	margin-bottom:5px;
	text-align:right;
}
.search_box .search{
	width:228px;
	height:24px;
	border:1px solid #ccc;
	border-radius:3px;
	overflow:hidden;
}
.search_box .search .search_content{
	display:block;
	float:left;
	width:160px;
	height:14px;
	margin:5px;
	outline:0;
	border:0;
	line-height:14px;
}
.search_box .search .search_but{
	display:block;
	float:left;
	width:58px;
	padding:0;
	margin:0;
	height:24px;
	line-height:24px;
	cursor:pointer;
	color:#FFF;
	background:#666;
	border:0;
	outline:0;
	
}

#nav{
	width:100%;
	height:38px;
	background:url(../images/x_bg.png) repeat-x left top;
	position:relative;
	z-index:10;
}
#nav .nav_ul{
	width:1000px;
	margin:0 auto;
	background:url(../images/nav_line.png) no-repeat left top;
	line-height:38px;
}
#nav .nav_ul li{
	float:left;
	position:relative;
}
#nav .nav_ul li.hover{
	background:url(../images/nav_on.png) repeat-x;
}
#nav .nav_ul li.hover a{
	color:#2792F4;
}
#nav .nav_ul li a{
	display:block;
	width:125px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	float:left;
	background:url(../images/nav_line.png) no-repeat right top;
	text-align:center;
}
#nav .sub_nav{
	position:absolute;
	padding:20px 10px 10px 20px;
	width:640px;
	top:38px;
	border:1px solid #aeaeae;
	border-top:0;
	overflow:hidden;
	display:none;
	background:#fff url(../images/x_bg.png) repeat-x left -38px;
}
#nav .sub_nav1{
	left:-125px;
}
#nav .sub_nav2{
	left:-125px;
}
#nav .sub_nav3{
	left:-125px;
}
#nav .sub_nav4{
	left:-250px;
}
#nav .sub_nav5{
	right:-125px;
}
#nav .sub_nav6{
	right:-125px;
}
#nav .nav_ul .sub_ul{
	float:left;
}
#nav .nav_ul .sub_ul li{
	clear:both;
	width:auto;
}
#nav .nav_ul .sub_ul li a{
	background:none;
	width:auto;
	padding:0 30px 0 10px;
	height:30px;
	font-weight:normal;
	line-height:30px;
	color:#666;
	text-align:left;
}
#nav .nav_ul .sub_ul a:hover, #nav .nav_ul .sub_pic:hover{
	color:#2792F4
}
#nav .nav_ul .sub_pic{
	float:left;
	text-align:center;
	display:block;
	width:auto;
	background:none;
	color:#666;
	font-weight:normal;
	padding:0 20px;
	border-left:1px dashed #666;
}
#nav .nav_ul .sub_pic2{
	float:left;
	width:180px;
	overflow:hidden;
	text-align:center;
	display:block;
	width:auto;
	background:none;
	color:#666;
	font-weight:bold;
	padding:0;
}
#nav .nav_ul .sub_ul2{
	width:430px;
	float:right;
}
#nav .nav_ul .sub_ul2 li{
	float:left;
	width:auto;
}
#nav .nav_ul .sub_ul2 li a:hover{
	color:#2792F4
}
#nav .nav_ul .sub_ul2 li a{
	background:none;
	width:auto;
	width:95px;
	font-weight:normal;
	padding-left:10px;
	background:url(../images/index_dot.png) no-repeat left -52px;
	height:30px;
	line-height:30px;
	color:#666;
	text-align:left;
}
/*头部样式*/
/*banner*/
/* 幻灯开始*/
#imageShow {
	clear: both;
	width:100%;
	box-shadow:0 0 15px #000;
	-webkit-box-shadow:0 0 15px #000;
	-moz-box-shadow:0 0 15px #000;
	-ms-box-shadow:0 0 15px #000;
	-o-box-shadow:0 0 15px #000;
	height:430px;
	overflow:hidden;
	position:relative;
}
#imageShow .imagebg {
	height: 430px;
	overflow: hidden;
	position: relative;
}
#imageShow .imagebg li {
	height: 430px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

#imageShow .bannerbg_main {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 430px;
}

#imageShow .scrollbg {
	height: 94px;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(../images/bnbg.png) repeat-x;
}
#imageShow .scroll {
	margin: 0 auto;
	width: 1000px;
	height: 94px;
	position: relative;
}
#imageShow .s_pre, #imageShow .s_next {
	display: block;
	width: 30px;
	height: 94px;
	position: absolute;
	top:0;
	line-height:94px;
	color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:30px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#imageShow a.s_pre {
	left: 0;
}
#imageShow a.s_pre:hover, #imageShow a.s_next:hover {
	color:#FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#imageShow a.s_next {
	right: 0;
}
#imageShow .outScroll_pic {
	height: 90px;
	margin-left:50px;
	overflow: hidden;
	position: relative;
	width: 900px;
	top:3px;
}
#imageShow .outScroll_pic .scroll_pic {
	position: absolute
}
#imageShow .scroll_pic {
	margin: 0 auto;
	width: 40000px;
	height: 90px;
}
#imageShow .scroll_pic li {
	float: left;
	height: 70px;
	width:144px;
	margin:0 15px;
	padding:10px 3px;
	cursor: pointer;
	background:url(../images/banner_bg.png) no-repeat left 7px;
}
#imageShow .scroll_pic li img {
	height: 70px;
	width:144px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#imageShow .scroll_pic li:hover img, #imageShow .scroll_pic li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#imageShow .current {
	height:70px;
	width:144px;
	background:url(../images/banner_bg_a.png) no-repeat left 0px;
	padding:10px 3px;
	margin:0;
	z-index:10;
	position: absolute;
	top: 3px;
	left: 0;
}
.currently img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* 幻灯结束*/

/* 首页主要内容 */
.index_mian{
	width:1000px;
	margin:20px auto;
	overflow:hidden;
}
.index_mian .index_box1{
	width:100%;
	overflow:hidden;
}
.index_box1 .gsjj_box{
	width:294px;
	height:308px;
	float:left;
	overflow:hidden;
	background:url(../images/idx_xw_ztbg.gif) no-repeat;
}
.index_box1 .gsjj_box .gsjj_pic{
	width:268px;
	height:128px; 
	padding:13px; 
	overflow:hidden;
}
.index_box1 .gsjj_box .gsjj_title{
	width:268px;
	font-size:22px; 
	margin-top:14px; 
	padding-left:14px;
}
.index_box1 .gsjj_box .gsjj_title a{
	color:#2792F4;
	text-decoration:none;
}
.index_box1 .gsjj_box .gsjj_des{
	width:268px;
	height:100px;
	overflow:hidden;
	font-size:12px; 
	margin-top:12px; 
	padding-left:14px;
}
.index_box1 .news_box{
	width:396px;
	height:308px;
	float:left;
	margin:0 9px;
	overflow:hidden;
	background:url(../images/idx_xw_k.gif) no-repeat;
}
.index_box1 .news_box .news_title{
	height:34px;
	float:left;
	font-size:14px;
	margin-top:10px;
	padding-left:26px;
	font-weight:bold;
	letter-spacing:3px;
}
.index_box1 .news_box .news_more{
	float:left; 
	margin-top:10px; 
	padding-left:226px; 
	letter-spacing:1px;
}
.index_box1 .news_box .news_more a{
	color:#2792F4;
	text-decoration:none;
}
.index_box1 .news_box .news_list{
	width:374px;
	margin:0 11px;
	padding-top:6px;
	float:left;
	overflow:hidden;
}
.index_box1 .news_box .news_list li{
	width:100%;
	height:42px;
	border-bottom:1px solid #E6E6E6;
	overflow:hidden;
	line-height:42px;
}
.index_box1 .news_box .news_list li a.news_con{
	display:block;
	float: left;
	background:url(../images/idx_mk04.gif) no-repeat left center;
	padding-left:10px;
	height:42px;
	overflow:hidden;
	font-size:12px;
	width:294px;
}
.index_box1 .news_box .news_list li .new_time{
	width:70px;
	font-size:12px;
	float:left;
}

.index_box1 .video_box{
	width:292px;
	height:308px;
	float:left;
	overflow:hidden;
	background:url(../images/idx_video_bg.gif) no-repeat;
}
.index_box1 .video_box .video1{
	float:left;
	margin-top:18px;
	padding-left:80px;
	letter-spacing:2px;
	font-weight:bold;
}
.index_box1 .video_box .video2{
	width:140px;
	float:right;
	margin-top:24px;
}
.index_box1 .video_box .video3{
	width:210px;
	height:33px;
	float:left; 
	font-size:12px;
	overflow:hidden;
	padding-left:80px;
}
.index_box1 .video_box .video3 a{
	color:#2792F4;
	text-decoration:none;
}
.index_box1 .video_box .video4{
	width:264px;
	float:left;
	margin:0 14px;
	overflow:hidden;
}
.index_box1 .video_box .video4 li{
	width:100%;
	height:64px;
	overflow:hidden;
	margin-top:9px;
}
.index_box1 .video_box .video4 li .vid_pic{
	width:102px;
	height:64px;
	float:left;
	overflow:hidden;
}
.index_box1 .video_box .video4 li .vid_pic img{
	width:102px;
	height:64px;
}
.index_box1 .video_box .video4 li .vid_jj{
	width:150px;
	float:right;
	font-size:12px;
	padding-left:12px;
	margin-top:2px;
}
.index_box1 .video_box .video4 .vid_jj p{
	line-height:18px;
	width:150px;
	height:36px;
	overflow:hidden;
}
.index_box1 .video_box .video4 .vid_jj a{
	display:block;
	width:50px;
	margin-top:4px;
	line-height:20px;
	height:20px;
	text-align:center;
	background:#2792F4;
	color:#eaeaea;
}
.index_box1 .video_box .video4 .vid_jj a:hover{
	color:#FFF;
}

.index_box2{
	width:100%;
	margin-top:20px;
	overflow:hidden;
}
.index_box2 .index_box2_title{
	width:1000px;
	height:90px;
	background:url(../images/idx_yyal_dht.gif) no-repeat;
	overflow:hidden;
}
.index_box2 .index_box2_title .word1{
	width:178px;
	float:left;
	color:#666666;
	font-size:20px;
	letter-spacing:4px;
	font-weight:bold;
	line-height:56px;
	padding-left:34px;
}
.index_box2 .index_box2_title .word2{
	width:690px;
	float:left;
	color:#888888;
	font-size:12px;
	margin-top:4px;
}
.index_box2 .index_box2_title .word2 a{
	color:#2792F4;
}
.index_box2 .index_box2_title .word2 a:hover{
	text-decoration:underline;
}
.index_box2 .pro_type_list{
	width:1020px;
	overflow:hidden;
}
.index_box2 .pro_type_list li{
	width:240px; 
	height:171px; 
	float:left; 
	background:url(../images/idx_yyal_bgk.gif) no-repeat; 
	padding:0 13px 13px 0; 
	overflow:hidden;
}
.index_box2 .pro_type_list li a.list_img{
	display:block;
	width:220px;
	height:120px;
	padding:10px 0 0 10px;
}
.index_box2 .pro_type_list li a img{
	width:220px;
	height:120px;
}
.index_box2 .pro_type_list li p{
	width:100%;
	margin-top:10px;
	height:30px;
	line-height:30px;
	text-align:center;
}
/* 首页主要内容 */
/* 友情连接 */
.fr_link_box{
	width:100%;
	background:#F0F0F0 url(../images/logo_zl.gif) repeat-x left top;
	padding:25px 0 20px 0;
}
.fr_link{
	width:1000px;
	margin:0 auto;
	color:#666;
	overflow:hidden;
}
.fr_link .fr_word{
	float:left;
	width:70px;
	height:33px;
	line-height:33px;
}
.fr_link .fr_list{
	width:930px;
	float:left;
	overflow:hidden;
}
.fr_link .fr_list li{
	width:88px;
	height:31px;
	border:1px solid #ccc;
	float:left;
	margin:0 5px;
}
/* 友情连接 */
/* 底部 */
.ft_box{
	width:100%;
	padding:30px 0 0 0;
	background:#666;
}
#footer{
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#footer .ft_menue{
	width:480px;
	float:left;
	overflow:hidden;
}
#footer .ft_menue dl{
	width:100px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}
#footer .ft_menue dl a{
	color:#bbb;
}
#footer .ft_menue dl dt{
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
#footer .ft_word{
	width:350px;
	float:left;
	padding-left:40px;
	color:#bbb;
	overflow:hidden;
}
#footer .ft_word h3{
	font-size:16px;
	margin-bottom:5px;
}
#footer .ft_word .ft_contact{
	font-size:12px;
	margin-bottom:10px;
	padding-left:22px;
	background: url(../images/idx_mkbn.gif) no-repeat left 4px;
}
#footer .ft_word .icon_list{
	width:360px;
}
#footer .ft_word .icon_list li{
	width:27px;
	height:27px;
	overflow:hidden;
	float:left;
	padding-right:10px;
}
#footer .ft_ewm{
	width:92px;
	float:right;
	color:#bbb;
	text-align:center;
	font-size:12px;
}
#footer .ft_ewm .ewm_list li{
	margin-bottom:10px;
}
#footer .ft_ewm .ewm_list img{
	padding:0 5px;
	width:82px;
	height:82px;
}
.ft_bottom_box{
	width:100%;
	background:#aaa;
	height:40px;
	overflow:hidden;
}
.ft_bottom_box .ft_bottom{
	width:1000px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	overflow:hidden;
	font-size:12px;
	color:#333;
}
.ft_bottom_box .ft_bottom .copy{
	float:left;
	width:600px;
}
.ft_bottom_box .ft_bottom .icp{
	margin-right:20px;
	float:right;
}
.ft_bottom_box .ft_bottom .gotop{
	width:27px;
	height:16px;
	cursor:pointer;
	padding-right:10px;
	float:right;
	padding-top:12px;
}
/* 底部 */

/*产品列表*/
.page_banner{
	width:100%;
	height:230px;
	overflow:hidden;
}
.page_mian{
	width:1000px;
	margin:20px auto;
}
.page_mian .positions{
	height:30px;
	line-height:30px;
	padding-bottom:5px;
	color:#666;
	font-size:12px;
}
.page_mian .positions a{
	color:#666;
}
.page_mian .positions a:hover{
	color:#2792F4;
}
.page_mian .positions span{
	padding:0 2px;
}
.page_mian .good_menue_box{
	width:958px;
	padding:15px 20px;
	overflow:hidden;
	border:1px solid #D6D6D6;
	border-top:2px solid #2792F4;
}
.good_menue_box .menue_title{
	width:58px;
	height:20px;
	line-height:20px;
	padding-left:6px;
	float:left;
	font-size:12px;
	background:url(../images/filter_title.png) no-repeat;
	color:#FFF;
}
.good_menue_box .menue_list{
	width:894px;
	float:right;
	overflow:hidden;
}
.good_menue_box .menue_list li{
	padding:0 15px;
	border-right:1px dotted #ccc;
	height:20px;
	line-height:20px;
	margin-bottom:10px;
	float:left;
}
.good_menue_box .menue_list li.current a{
	color:#2792F4;
}

.page_mian .goods_box{
	width:998px;
	margin-top:20px;
	overflow:hidden;
	border:1px solid #D6D6D6;
	border-top:2px solid #2792F4;
}
.page_mian .goods_box .goods_title{
	height:38px;
	line-height:38px;
	text-indent:20px;
	font-weight:bold;
	color:#2792F4;
	border-bottom:1px solid #D6D6D6;
}
.page_mian .goods_box .goods_list{
	width:976px;
	margin-top:11px;
	padding:0 11px;
	overflow:hidden;
}
.page_mian .goods_box .goods_list li{
	width:244px;
	float:left;
	overflow:hidden;
	margin-bottom:11px;
}
.page_mian .goods_box .goods_list li a{
	width:220px;
	padding:11px;
	display:block;
	float:left;
	border:1px solid #FFF;
}
.page_mian .goods_box .goods_list li img{
	width:220px;
	height:185px;
}
.page_mian .goods_box .goods_list li p{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
.page_mian .goods_box .goods_list li a:hover{
	border-color:#2792F4;
}
/*产品列表*/
/*文章列表*/
.page_mian .article_box{
	width:1000px;
	overflow:hidden;
}
.article_box .article_left{
	width:164px;
	float:left;
	overflow:hidden;
}

.article_left .a_title{
	border-top:2px solid #2792F4;
	text-indent:10px;
	font-weight:bold;
	color:#2792F4;
	border-bottom:1px solid #D6D6D6;
	height:38px;
	line-height:38px;
}
.article_left .a_left1 .left_menue{
	width:100%;
	overflow:hidden;
}
.article_left .a_left1  .left_menue li a{
	display:block;
	height:35px;
	text-indent:10px;
	color:#333;
	line-height:35px;
	border-bottom:1px solid #D6D6D6;
}
.article_left .a_left1  .left_menue li a:hover, .article_left .a_left1 .left_menue li.current a{
	background:#e6f3ff;
	color:#333;
}
.article_left .a_left2{
	width:100%;
	margin-top:20px;
}
.article_left .a_left2 .ztbd{
	width:100%;
	overflow:hidden;
}
.article_left .a_left2 .ztbd li{
	margin-top:10px;
}
.article_left .a_left2 .ztbd li img{
	width:164px;
	height:52px;
}
.article_left .a_left2 .ztbd a{
	width:164px;
	height:52px;
	display:inline-block;
}


.article_box .article_right{
	width:816px;
	float:right;
	overflow:hidden;
}
.article_right .article_title{
	border-top:2px solid #2792F4;
	text-indent:10px;
	font-weight:bold;
	color:#2792F4;
	border-bottom:1px solid #D6D6D6;
	height:38px;
	line-height:38px;
}
.article_right .article_list{
	padding:10px;
	width:796px;
	overflow:hidden;
}
.article_right .article_list .pic_list{
	width:796px;
	margin:10px 0;
	overflow:hidden;
}
.article_right .article_list .pic_list .article_pic img{
	width:178px;
	height:104px;
}
.article_right .article_list .pic_list .article_pic{
	width:178px;
	height:104px;
	overflow:hidden;
	float:left;
}
.article_right .article_list .pic_list .article_word{
	width:600px;
	height:104px;
	overflow:hidden;
	float:right;
}
.article_list .article_word h3{
	height:24px;
	line-height:24px;
}
.article_list .article_word h3 a{
	color:#2792F4;
}
.article_list .article_word .article_des{
	font-size:12px;
	color:#666;
	height:20px;
	line-height:20px;
	height:60px;
	overflow:hidden;
}
.article_list .article_word .detial{
	color:#2792F4;
	font-size:12px;
	height:24px;
	line-height:24px;
}
.article_news_list{
	width:100%;
	padding-top:10px;
	overflow:hidden;
}
.article_news_list li{
	overflow:hidden;
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #D6D6D6;
}
.article_news_list li a{
	display:block;
	width:690px;
	color:#666;
	float:left;
}
.article_news_list li a:hover{
	color:#2792F4;
}
.article_news_list li .time{
	width:100px;
	color:#666;
	float:right;
	text-align:right;
}
/*文章列表*/

.page_mian .zh_box{
	width:1000px;
	overflow:hidden;
}
.page_mian .zh_box .zh_menue{
	overflow:hidden;
	width:1000px;
	height:40px;
	border-left:1px solid #D6D6D6;
}
.page_mian .zh_box .zh_menue li{
	float:left;
	height:40px;
	line-height:40px;
	padding:0 30px;
	border-top:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}
.page_mian .zh_box .zh_menue li.current{
	border-top:2px solid #2792F4;
	border-right:1px solid #2792F4;
	border-left:1px solid #2792F4;
	font-weight:bold;
	position:relative;
	z-index:2;
	background:#FFF;
}
.page_mian .zh_box .zh_menue li a, .page_mian .zh_box .zh_menue li a:hover{
	color:#666;
}
.page_mian .zh_box .zh_list_box{
	border:1px solid #D6D6D6;
	position:relative;
	background:#FFF;
	z-index:1;
	border-top:1px solid #2792F4;
	padding:20px;
	width:958px;
	overflow:hidden;
	margin-top:-1px;
}
.zh_list_box .zh_list{
	width:1002px;
	overflow:hidden;
}
.zh_list_box .zh_list li{
	width:290px;
	float:left;
	margin-right:44px;
	margin-bottom:40px;
}
.zh_list_box .zh_list li .zh_pic{
	width:290px;
	height:175px;
	overflow:hidden;
}
.zh_list_box .zh_list li .zh_pic img{
	width:290px;
	height:175px;
}
.zh_list_box .zh_list li h3{
	margin-top:10px;
	height:24px;
	width:100%;
	color:#2792F4;
	overflow:hidden;
	line-height:24px;
}
.zh_list_box .zh_list li .zh_time span{
	color:#2792F4;
}
.zh_list_box .zh_list li .zh_time{
	font-size:12px;
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #D6D6D6;
}
.zh_list_box .zh_list li .zh_des{
	margin-top:10px;
	font-size:12px;
	color:#666;
	line-height:20px;
	height:20px;
	height:60px;
	width:100%;
	overflow:hidden;
}
.zh_list_box .zh_list li a{
	color:#2792F4;
}

.page_mian .zh_box .zh_list_box2{
	position:relative;
	background:#FFF;
	z-index:1;
	border-top:1px solid #2792F4;
	padding:20px 0;
	width:1000px;
	overflow:hidden;
	margin-top:-1px;
}
.indexCon {
	width: 1000px;
	overflow: hidden;
}
.indexCon .flashBanner {
	width: 1000px;
	height: 500px;
	margin-top:20px;
	overflow: hidden;
	margin-bottom: 12px;
}
.flashBanner {
	position: relative;
}
.flashBanner .mask {
	height: 47px;
	width: 100%;
	text-align: right;
	position: absolute;
	right:20px;
	bottom:20px;
	overflow: hidden;
}
.flashBanner .mask img {
	vertical-align: middle;
	margin-left:10px;
	float:left;
	display:block;
	width:71px;
	height:41px;
	border:3px solid #ccc;
	cursor: pointer;
}
.flashBanner .mask img.show {
	border:3px solid #FFF;
}

.article_right .article_read{
	width:816px;
	overflow:hidden;
}
.article_right .article_read_title{
	padding:20px 0;
	border-bottom:1px solid #D6D6D6;
	text-align:center;
}
.article_right .article_read_title h3{
	height:30px;
	line-height:30px;
	width:100%;
	font-size:16px;
	margin-bottom:10px;
	overflow:hidden;
	color:#2792F4;
}
.article_right .article_read_title .read_title_des{
	color:#666;
}
.article_right .article_read_title .read_title_des span{
	padding:0 10px;
}
.article_right .article_content{
	padding:15px 0;
	min-height:300px;
}
.article_right .article_page{
	margin-top:10px;
	width:816px;
	height:30px;
	line-height:30px;
	color:#333;
	overflow:hidden;
}
.article_right .article_page a{
	color:#333;
}
.article_right .article_page a:hover{
	color:#2792F4;
}
.article_right .article_page .page_left{
	float:left;
	width:400px;
	height:30px;
	overflow:hidden;
}
.article_right .article_page .page_right{
	float:right;
	width:400px;
	height:30px;
	text-align:right;
	overflow:hidden;
}
.article_right .share{
	margin-top:10px;
	overflow:hidden;
}
.article_right .share .bdsharebuttonbox{
	text-align:right;
	width:150px;
	float:right;
}
.page{
	text-align:center;
	height:30px;
	line-height:30px;
	padding:20px 0 0 0;
}
.page .current, .page a{
	padding:5px 10px;
	background:#ccc;
	color:#666;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
}
.page .current2, .page a:hover{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	padding:5px 10px;
	background:#2792F4;
	color:#FFF;
}