@charset "utf-8";
/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, 
button, textarea, iframe, table, th, td { margin: 0; padding: 0; }

body{
	font-family:Arial,"微软雅黑";
	background-color:#eef3f6;
	font-size:14px;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

.big{
	overflow:hidden;
	width:100%;
	height:auto;
}


/****首页****/

.top{
	overflow:hidden;
	width:100%;
	height:30px;
	border-top:1px #c8c8c8 solid;
	border-bottom:1px #ebebeb solid;
	background-color:#f5f5f5;
}

.top .gd{
	overflow:hidden;
	width:1200px;
	height:30px;
	margin:0 auto;
}

.top .gd .left{
	overflow:hidden;
	float:left;
	font-size:12px;
	color:#5d5d5d;
	line-height:30px;
}

.top .gd .right{
	overflow:hidden;
	float:right;
	height:30px;
}

.top .gd .right ul{
	height:30px;
	border-left:1px #ebebeb solid;
	display:block;
	overflow:hidden;
}

.top .gd .right ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	float:right;
	height:30px;
	border-right:1px #ebebeb solid;
}

.top .gd .right ul li a{
	display:block;
	overflow:hidden;
	min-width:80px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:12px;
	color:#5d5d5d;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top .gd .right ul li a:hover{
	visibility:visible;
	color:#0074b9;
}

.top2{
	overflow:hidden;
	width:100%;
	height:112px;
	background-color:#ffffff;
}

.top2 .gd{
	overflow:hidden;
	width:1200px;
	height:112px;
	margin:0 auto;
}

.top2 .gd .logo{
	overflow:hidden;
	float:left;
	width:600px;
	height:112px;
}

.top2 .gd .search{
	overflow:hidden;
	float:right;
	margin-top:41px;
	width:238px;
	height:37px;
	border:1px #ebebeb solid;
	border-radius:5px;
}

.top2 .gd .search .text{
	width:191px;
	height:37px;
	border:none;
	outline:none;
	padding-left:9px;
	line-height:37px;
	color:#787878;
	font-size:12px;
	font-family:Arial,"微软雅黑";
}

.top2 .gd .search .submit{
	width:37px;
	height:37px;
	border:none;
	outline:none;
	background:url(../images/index_search.png) no-repeat center 50%;
	cursor:pointer;
}

.top2 .gd .ewm{
	overflow:hidden;
	height:82px;
	float:right;
	margin:17px 34px 0 0;
}

.top2 .gd .ewm ul{
	height:auto;
}

.top2 .gd .ewm ul li{
	display:block;
	overflow:hidden;
	width:82px;
	height:82px;
	margin-left:24px;
	float:left;
}

.nav{
	overflow:hidden;
	width:100%;
	height:42px;
	border-bottom:2px #005384 solid;
	background-color:#0074b9;
}

.nav .gd{
	overflow:hidden;
	width:1200px;
	height:42px;
	margin:0 auto;
}

.nav .gd .nav2,.nav .gd .nav3{
	overflow:hidden;
	width:1197px;
	height:42px;
	margin:0 auto;
}

.nav .gd .nav2 .ul-1,.nav .gd .nav3 .ul-1{
	height:auto;
}

.nav .gd .nav2 .ul-1 .li-1,.nav .gd .nav3 .ul-1 .li-1{
	display:block;
	overflow:hidden;
	list-style-type:none;
	float:left;
	width:133px;
	height:42px;
}

.nav .gd .nav2 .ul-1 .li-1 .a-1{
	display:block;
	overflow:hidden;
	width:133px;
	height:42px;
	font-size:18px;
	color:#ffffff;
	line-height:42px;
	text-align:center;
}

.nav .gd .nav3 .ul-1 .li-1 .a-1{
	display:block;
	overflow:hidden;
	width:133px;
	height:42px;
	font-size:18px;
	color:#ffffff;
	line-height:42px;
	text-align:left;
}

.nav .gd .nav2 .ul-1 .li-1 ul,.nav .gd .nav3 .ul-1 .li-1 ul{display:none; position:absolute; z-index:100; background-color:#005384; margin-left:-12px;}
.nav .gd .nav2 .ul-1 .li-1 ul li,.nav .gd .nav3 .ul-1 .li-1 ul li{ float:none; height:auto; margin:0; list-style-type:none;}
.nav .gd .nav2 .ul-1 .li-1 ul li a,.nav .gd .nav3 .ul-1 .li-1 ul li a
{ font-size:14px; color:#ffffff; display:block; min-width:54px; height:auto; text-decoration:none; padding:7.5px 21px;}
.nav .gd .nav2 .ul-1 .li-1:hover ul,.nav .gd .nav3 .ul-1 .li-1:hover ul{ display:block;}

.fullSlide {width:100%;position:relative;height:400px;background:#fff;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:400px;overflow:hidden;text-align:center;}
.fullSlide .bd li a {display:block;height:400px;}
.fullSlide .hd {width:100%;position:absolute;z-index:1;bottom:2px;left:0;height:26px;line-height:26px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:12px;height:12px;margin:0 5px;overflow:hidden; line-height:999px; background:#0074b9; border-radius:6px;}
.fullSlide .hd ul .on { background:#ffffff; border-radius:6px;}

.llm{
	overflow:hidden;
	width:1200px;
	height:423px;
	margin:39px auto;
}

.llm .i_news_ly{
	overflow:hidden;
	height:421px;
	width:838px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	float:left;
}

.llm .i_news_ly .tit{
	overflow:hidden;
	width:838px;
	height:45px;
	border-bottom:1px #c8c8c8 solid;
}

.llm .i_news_ly .tit .lm_tit{
	overflow:hidden;
	float:left;
	height:43px;
	padding-left:20px;
	border-top:2px #0074b9 solid;
	font-size:24px;
	line-height:43px;
}

.llm .i_news_ly .tit .lm_tit a{
	color:#0074b9;
}

.llm .i_news_ly .tit .i_news_ch{
	overflow:hidden;
	float:left;
	margin-left:15px;
	height:45px;
}

.llm .i_news_ly .tit .i_news_ch ul{
	height:45px;
}

.llm .i_news_ly .tit .i_news_ch ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 15px;
	height:45px;
}

.llm .i_news_ly .tit .i_news_ch ul li a{
	display:block;
	overflow:hidden;
	height:45px;
	line-height:45px;
	font-size:14px;
}

.llm .i_news_ly .cat_title_2{
	overflow:hidden;
	width:800px;
	height:336px;
	margin:20px auto;
}

.llm .i_news_ly .cat_title_2 .pic{
	overflow:hidden;
	display:table-cell;
	width:480px;
	height:335px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.llm .i_news_ly .cat_title_2 .news_list{
	overflow:hidden;
	float:right;
	width:293px;
	height:336px;
}

.llm .i_news_ly .cat_title_2 .news_list ul{
	height:362px;
	margin-top:-13px;
}

.llm .i_news_ly .cat_title_2 .news_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin:17px 0;
}

.llm .i_news_ly .cat_title_2 .news_list ul li a{
	display:block;
	overflow:hidden;
}

.llm .i_news_ly .cat_title_2 .news_list ul li a .bt{
	overflow:hidden;
	font-size:14px;
	color:#0074b9;
	width:293px;
	text-overflow:ellipsis;
    white-space:nowrap;
	margin-bottom:6.5px;
}

.llm .i_news_ly .cat_title_2 .news_list ul li a .zy{
	overflow:hidden;
	font-size:14px;
	color:#787878;
	line-height:24px;
	height:42px;
}

.i_news_bok{
	overflow:hidden;
	height:auto;
}
.tabname_content_sel{display:block;}
.tabname_content_nor{display:none;}
.i_news_ch .tabname_sel a{ position:relative; display:block;
color:#0074b9;}
.i_news_ch .tabname_nor a{ position:relative; display:block;
color:#787878;}

.llm .video{
	overflow:hidden;
	float:right;
	width:338px;
	height:421px;
	border:1px #e2e7e9 solid;
	background-color:#ffffff;
}

.llm .video .tit{
	overflow:hidden;
	width:338px;
	height:45px;
	border-bottom:1px #c8c8c8 solid;
}

.llm .video .tit .lm_tit{
	float:left;
	overflow:hidden;
	padding-left:20px;
	line-height:45px;
	height:43px;
	border-top:2px #0074b9 solid;
	font-size:24px;
}

.llm .video .tit .lm_tit a{
	color:#0074b9;
}

.llm .video .video_nr{
	overflow:hidden;
	width:300px;
	height:336px;
	padding:20px;
}

.llm .video .video_nr .shipin{
	overflow:hidden;
	width:300px;
	height:200px;
	margin-bottom:8px;
}

.llm .video .video_nr .video_pic{
	overflow:hidden;
	width:300px;
	height:80px;
	margin-bottom:10px;
}

.llm .video .video_nr .video_pic a{
	display:table-cell;
	overflow:hidden;
	width:300px;
	height:80px;
	text-align:center;
	vertical-align:middle;
}

.llm .video .video_nr .join{
	overflow:hidden;
	display:block;
	border-radius:4px;
	width:300px;
	height:38px;
	background:url(../images/index_video_button.jpg) repeat-x;
	text-align:center;
	line-height:38px;
	font-size:18px;
	color:#ffffff;
}

.xhgk{
	overflow:hidden;
	width:1200px;
	height:338px;
	margin:39px auto;
}

.xhgk .title{
	overflow:hidden;
	width:1200px;
	height:45px;
	background:url(../images/index_xhgk_tit.jpg) repeat-x;
}

.xhgk .title .tit_name{
	overflow:hidden;
	float:left;
	height:45px;
	margin-left:20px;
	background:url(../images/index_xhgk_line.jpg) no-repeat left 50%;
	padding-left:17px;
	line-height:45px;
	font-size:20px;
}

.xhgk .title .tit_name a{
	color:#0074b9;
}

.xhgk .xhgk_nr{
	overflow:hidden;
	width:1198px;
	height:291px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	border-top:none;
}

.xhgk .xhgk_nr .i_news_ly{
	overflow:hidden;
	width:753px;
	height:256px;
	margin:18px 0 19px 20px;
	float:left;
}

.xhgk .xhgk_nr .i_news_ly .i_news_ch2{
	overflow:hidden;
	width:753px;
}

.xhgk .xhgk_nr .i_news_ly .i_news_ch2 ul{
	height:auto;
}

.xhgk .xhgk_nr .i_news_ly .i_news_ch2 ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin-right:9px;
	float:left;
}

.xhgk .xhgk_nr .i_news_ly .i_news_ch2 ul li a{
	display:block;
	overflow:hidden;
	padding:0 11px;
	height:31px;
	font-size:14px;
	line-height:31px;
}

.i_news_ch2 .tabname_sel a{ position:relative; display:block;
color:#ffffff; border:none; border-radius:8px; background:url(../images/index_xhgk_button.jpg) repeat-x;}
.i_news_ch2 .tabname_nor a{ position:relative; display:block;
color:#393939; border:1px #e0e0e0 solid; border-radius:8px; background:none;}

.xhgk .xhgk_nr .i_news_ly .cat_title_2{
	overflow:hidden;
	height:198px;
	margin-top:26px;
}

.xhgk .xhgk_nr .i_news_ly .cat_title_2 .zy2{
	overflow:hidden;
	font-size:14px;
	color:#787878;
	line-height:30px;
	height:175px;
}
.xhgk .xhgk_nr .i_news_ly .cat_title_2 .zy2 .list{
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.xhgk .xhgk_nr .i_news_ly .cat_title_2 .zy2 .list a{
	display:block;
	height:30px;
	width:95%;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.xhgk .xhgk_nr .i_news_ly .cat_title_2 .zy2 a{
	color:#787878;}
.xhgk .xhgk_nr .i_news_ly .cat_title_2 .zy2 a:hover{
	color:#0074b9;}

.xhgk .xhgk_nr .i_news_ly .cat_title_2 .more{
	display:block;
	overflow:hidden;
	float:right;
	font-size:14px;
	color:#087dc2;
}

.xhgk .xhgk_nr .xhgk_pic{
	overflow:hidden;
	float:right;
	width:390px;
	height:256px;
	margin:18px 18px 0 0;
}

.xhgk .xhgk_nr .xhgk_pic .shang{
	overflow:hidden;
	width:390px;
	height:120px;
	margin-bottom:16px;
}

.xhgk .xhgk_nr .xhgk_pic .shang a{
	display:table-cell;
	overflow:hidden;
	width:390px;
	height:120px;
	text-align:center;
	vertical-align:middle;
}

.xhgk .xhgk_nr .xhgk_pic .xia{
	overflow:hidden;
	width:390px;
	height:120px;
}

.xhgk .xhgk_nr .xhgk_pic .xia a{
	display:table-cell;
	overflow:hidden;
	width:390px;
	height:120px;
	text-align:center;
	vertical-align:middle;
}

.ggt1{
	overflow:hidden;
	width:1200px;
	height:125px;
	margin:0 auto 36px auto;
}

.ggt1 a{
	display:table-cell;
	overflow:hidden;
	width:1200px;
	height:125px;
	text-align:center;
	vertical-align:middle;
}

.sd_news{
	overflow:hidden;
	width:1198px;
	height:386px;
	margin:0 auto 32px auto;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
}

.sd_news .top_line{
	overflow:hidden;
	height:2px;
	width:115px;
	background-color:#0074b9;
	position:relative;
	z-index:20;
}

.sd_news .sd_news_nr{
	overflow:hidden;
	width:1198px;
	height:386px;
	position:relative;
	z-index:10;
	margin-top:-2px;
}

.sd_news .sd_news_nr .sd_nr{
	overflow:hidden;
	width:1200px;
	height:342px;
	margin:21px 0 21px -1px;
}

.sd_news .sd_news_nr .sd_nr .sd_lm{
	overflow:hidden;
	height:342px;
	width:245px;
	float:left;
	border-right:1px #e4e4e4 dashed;
	padding:0 27px;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .tit{
	overflow:hidden;
	font-size:16px;
	margin-bottom:18px;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .tit a{
	color:#0074b9;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr{
	overflow:hidden;
	height:311px;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr .pic{
	overflow:hidden;
	display:table-cell;
	width:250px;
	height:180px;
	text-align:center;
	vertical-align:middle;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr .sd_list{
	overflow:hidden;
	margin-top:5px;
	height:126px;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr .sd_list ul{
	height:126px;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr .sd_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	border-bottom:1px #e4e4e4 dashed;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr .sd_list ul li a{
	display:block;
	overflow:hidden;
	padding:6px 0 6px 14px;
	background:url(../images/index_xhfw_point.jpg) no-repeat left 50%;
	color:#494949;
	font-size:14px;
	text-overflow:ellipsis;
    white-space:nowrap;
	width:236px;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sd_news .sd_news_nr .sd_nr .sd_lm .lm_nr .sd_list ul li a:hover{
	visibility:visible;
	color:#0074b9;
}

.sdlm{
	overflow:hidden;
	width:1200px;
	height:724px;
	margin:0 auto 51px auto;
}

.sdlm .i_news_ly{
	overflow:hidden;
	height:722px;
	width:838px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	float:left;
}

.sdlm .i_news_ly .tit{
	overflow:hidden;
	width:838px;
	height:45px;
	border-bottom:1px #c8c8c8 solid;
}

.sdlm .i_news_ly .tit .lm_tit{
	overflow:hidden;
	float:left;
	height:43px;
	padding-left:20px;
	border-top:2px #0074b9 solid;
	font-size:24px;
	line-height:43px;
}

.sdlm .i_news_ly .tit .lm_tit a{
	color:#0074b9;
}

.sdlm .i_news_ly .tit .i_news_ch{
	overflow:hidden;
	float:left;
	margin-left:15px;
	height:45px;
}

.sdlm .i_news_ly .tit .i_news_ch ul{
	height:45px;
}

.sdlm .i_news_ly .tit .i_news_ch ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 15px;
	height:45px;
}

.sdlm .i_news_ly .tit .i_news_ch ul li a{
	display:block;
	overflow:hidden;
	height:45px;
	line-height:45px;
	font-size:14px;
}

.sdlm .i_news_ly .cat_title_2{
	overflow:hidden;
	width:800px;
	height:634px;
	margin:20px auto;
}

.sdlm .i_news_ly .cat_title_2 .pro_list{
	overflow:hidden;
	width:817px;
	height:671px;
	margin:-18.5px 0 0 -8.5px;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul{
	height:auto;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	width:255px;
	height:185px;
	float:left;
	margin:18.5px 8.5px;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a{
	display:block;
	overflow:hidden;
	width:255px;
	height:185px;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a .pic{
	overflow:hidden;
	display:table-cell;
	width:285px;
	height:155px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	z-index:10;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a .wz_bg{
	overflow:hidden;
	background:url(../images/index_product_tmbg.png) repeat;
	width:231px;
	height:42px;
	padding:5px 12px;
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	position:relative;
	z-index:20;
	margin-top:-50px;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a .tmbg{
	overflow:hidden;
	height:134px;
	width:255px;
	position:relative;
	z-index:30;
	margin-top:-186px;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a .tmbg .tmbg2{
	overflow:hidden;
	height:134px;
	width:255px;
	position:relative;
	z-index:30;
	background-color:#000000;
	opacity: 0;
  filter:Alpha(opacity=0);
  visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a:hover .tmbg .tmbg2{
	visibility:visible;
	opacity: 0.5;
  filter:Alpha(opacity=50);
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a .tmbg table{
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	position:relative;
	z-index:40;
	margin-top:-134px;
	padding-top:69px;
	opacity: 0;
  filter:Alpha(opacity=0);
  visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sdlm .i_news_ly .cat_title_2 .pro_list ul li a:hover .tmbg table{
	visibility:visible;
	opacity: 1;
  filter:Alpha(opacity=100);
}

.sdlm .right{
	overflow:hidden;
	width:340px;
	height:724px;
	float:right;
}

.sdlm .right .shang{
	overflow:hidden;
	width:338px;
	height:404px;
	border:1px #e2e7e9 solid;
	background-color:#ffffff;
	margin-bottom:22px;
}

.sdlm .right .line{
	overflow:hidden;
	width:77px;
	height:2px;
	background-color:#0074b9;
	position:relative;
	z-index:20;
}

.sdlm .right .dw{
	overflow:hidden;
	width:338px;
	height:404px;
	position:relative;
	z-index:10;
	margin-top:-2px;
}

.sdlm .right .dw .i_news_ly2{
	overflow:hidden;
	height:404px;
	width:338px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	float:left;
}

.sdlm .right .dw .i_news_ly2 .i_news_ch{
	overflow:hidden;
	float:left;
	width:323px;
	padding-left:15px;
	height:45px;
	border-bottom:1px #c8c8c8 solid;
	margin-bottom:20px;
}

.sdlm .right .dw .i_news_ly2 .i_news_ch ul{
	height:45px;
}

.sdlm .right .dw .i_news_ly2 .i_news_ch ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 7px;
	height:45px;
}

.sdlm .right .dw .i_news_ly2 .i_news_ch ul li a{
	display:block;
	overflow:hidden;
	height:45px;
	line-height:45px;
	font-size:14px
}

.sdlm .right .dw .i_news_ly2 .cat_title_2{
	overflow:hidden;
	width:338px;
	height:335px;
}

.sdlm .right .dw .i_news_ly2 .cat_title_2 .dw_list{
	overflow-y:scroll;
	width:338px;
	height:335px;
}

.sdlm .right .dw .i_news_ly2 .cat_title_2 .dw_list ul{
	height:auto;
	padding:0 10.5px;
}

.sdlm .right .dw .i_news_ly2 .cat_title_2 .dw_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	width:140px;
	height:98px;
	float:left;
	margin:0 5px 17px 5px;
}

.sdlm .right .dw .i_news_ly2 .cat_title_2 .dw_list ul li a{
	display:block;
	overflow:hidden;
	width:140px;
	height:98px;
}

.sdlm .right .dw .i_news_ly2 .cat_title_2 .dw_list ul li a .tp{
	overflow:hidden;
	width:138px;
	height:79px;
	border:1px #dbdbdb solid;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.sdlm .right .dw .i_news_ly2 .cat_title_2 .dw_list ul li a .dw_wz{
	overflow:hidden;
	height:16px;
	padding-top:2px;
	text-transform:uppercase;
	color:#787878;
	font-size:12px;
	text-align:center;
	text-overflow:ellipsis;
    white-space:nowrap;
}

.sdlm .right .xia{
	overflow:hidden;
	width:338px;
	height:294px;
	border:1px #e2e7e9 solid;
	background-color:#ffffff;
}

.sdlm .right .line{
	overflow:hidden;
	width:77px;
	height:2px;
	background-color:#0074b9;
	position:relative;
	z-index:20;
}

.sdlm .right .xhfw{
	overflow:hidden;
	width:338px;
	height:404px;
	position:relative;
	z-index:10;
	margin-top:-2px;
}

.sdlm .right .xhfw .i_news_ly2{
	overflow:hidden;
	height:404px;
	width:338px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	float:left;
}

.sdlm .right .xhfw .i_news_ly2 .i_news_ch{
	overflow:hidden;
	float:left;
	width:323px;
	padding-left:15px;
	height:45px;
	border-bottom:1px #c8c8c8 solid;
	margin-bottom:20px;
}

.sdlm .right .xhfw .i_news_ly2 .i_news_ch ul{
	height:45px;
}

.sdlm .right .xhfw .i_news_ly2 .i_news_ch ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 7px;
	height:45px;
}

.sdlm .right .xhfw .i_news_ly2 .i_news_ch ul li a{
	display:block;
	overflow:hidden;
	height:45px;
	line-height:45px;
	font-size:14px
}

.sdlm .right .xhfw .i_news_ly2 .cat_title_2{
	overflow:hidden;
	width:338px;
	height:294px;
}

.sdlm .right .xhfw .i_news_ly2 .cat_title_2 .fw_list{
	overflow:hidden;
	width:338px;
	height:294px;
}

.sdlm .right .xhfw .i_news_ly2 .cat_title_2 .fw_list ul{
	height:auto;
	padding:0 20px;
	height:256px;
}

.sdlm .right .xhfw .i_news_ly2 .cat_title_2 .fw_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin-bottom:17px;
}

.sdlm .right .xhfw .i_news_ly2 .cat_title_2 .fw_list ul li a{
	display:block;
	overflow:hidden;
	padding-left:25px;
	background:url(../images/index_xhfw_point.jpg) no-repeat left 50%;
	width:276px;
	font-size:14px;
	color:#787878;
	text-overflow:ellipsis;
    white-space:nowrap;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sdlm .right .xhfw .i_news_ly2 .cat_title_2 .fw_list ul li a:hover{
	visibility: visible;
	color:#0074b9;
}

.ggt2{
	overflow:hidden;
	width:1200px;
	height:170px;
	margin:0 auto 27px auto;
}

.ggt2 a{
	display:table-cell;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:1200px;
	height:170px;
}

.llm2{
	overflow:hidden;
	width:1200px;
	height:496px;
	margin:0 auto 33px auto;
}

.llm2 .case{
	overflow:hidden;
	width:838px;
	height:494px;
	float:left;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
}

.llm2 .case .tit{
	overflow:hidden;
	width:838px;
	height:50px;
}

.llm2 .case .tit .tit_name{
	overflow:hidden;
	float:left;
	height:48px;
	padding-left:20px;
	border-top:2px #0074b9 solid;
	font-size:24px;
	color:#0074b9;
	line-height:50px;
}

.llm2 .case .tit .more{
	display:block;
	overflow:hidden;
	float:right;
	height:50px;
	margin-right:20px;
	line-height:50px;
	color:#787878;
	font-size:14px;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.llm2 .case .tit .more:hover{
	visibility:visible;
	color:#0074b9;
}

.llm2 .case .i_news_ly2{
	overflow:hidden;
	width:800px;
	height:420px;
	margin:0 auto;
}

.llm2 .case .i_news_ly2 .i_news_ch3{
	overflow:hidden;
	float:left;
	width:120px;
	height:420px;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul{
	height:auto;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	width:120px;
	height:105px;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul li a{
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:14px;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul li a .a-2{
	overflow:hidden;
	width:45px;
	height:45px;
	margin:11px auto 8px auto;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul li a .a-3{
	overflow:hidden;
	width:45px;
	height:45px;
	margin:11px auto 8px auto;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul li a .a-4{
	overflow:hidden;
	width:45px;
	height:45px;
	margin:11px auto 8px auto;
}

.llm2 .case .i_news_ly2 .i_news_ch3 ul li a .a-5{
	overflow:hidden;
	width:45px;
	height:45px;
	margin:11px auto 8px auto;
}

.i_news_ch3 .tabname_sel a{ position:relative; display:block;
color:#ffffff; border:none; background:url(../images/index_case_button.jpg) repeat-x; widows:120px; height:105px;}
.i_news_ch3 .tabname_nor a{ position:relative; display:block;
color:#393939; border:1px #d9d9d9 solid; background:#f7f7f7; widows:118px; height:103px;}

.i_news_ch3 .tabname_sel a .a-2{
	background:url(../images/index_case_icon1.png) no-repeat;
}

.i_news_ch3 .tabname_nor a .a-2{
	background:url(../images/index_case_icon1-2.png) no-repeat;
}

.i_news_ch3 .tabname_sel a .a-3{
	background:url(../images/index_case_icon2.png) no-repeat;
}

.i_news_ch3 .tabname_nor a .a-3{
	background:url(../images/index_case_icon2-2.png) no-repeat;
}

.i_news_ch3 .tabname_sel a .a-4{
	background:url(../images/index_case_icon3.png) no-repeat;
}

.i_news_ch3 .tabname_nor a .a-4{
	background:url(../images/index_case_icon3-2.png) no-repeat;
}

.i_news_ch3 .tabname_sel a .a-5{
	background:url(../images/index_case_icon4.png) no-repeat;
}

.i_news_ch3 .tabname_nor a .a-5{
	background:url(../images/index_case_icon4-2.png) no-repeat;
}

.llm2 .case .i_news_ly2 .cat_title_2{
	overflow:hidden;
	width:679px;
	height:418px;
	border:1px #d9d9d9 solid;
	border-left:none;
}

.llm2 .case .i_news_ly2 .cat_title_2 .case_list{
	overflow:hidden;
	width:659px;
	height:418px;
	float:right;
}

.llm2 .case .i_news_ly2 .cat_title_2 .case_list ul{
	height:418px;
}

.llm2 .case .i_news_ly2 .cat_title_2 .case_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	width:290px;
	height:170px;
	margin:20px 19px;
	float:left;
}

.llm2 .case .i_news_ly2 .cat_title_2 .case_list ul li a{
	display:block;
	overflow:hidden;
	width:290px;
	height:170px;
}

.llm2 .case .i_news_ly2 .cat_title_2 .case_list ul li a .pic{
	overflow:hidden;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:290px;
	height:170px;
	position:relative;
	z-index:10;
}

.llm2 .case .i_news_ly2 .cat_title_2 .case_list ul li a .case_wz{
	overflow:hidden;
	position:relative;
	z-index:20;
	height:30px;
	width:276px;
	background:url(../images/index_product_tmbg.png) repeat;
	padding:0 7px;
	font-size:14px;
	color:#ffffff;
	margin-top:-30px;
	line-height:30px;
}

.llm2 .rmft{
	overflow:hidden;
	width:342px;
	height:494px;
	float:right;
	border:1px #e2e7e9 solid;
	background-color:#ffffff;
}

.llm2 .rmft .i_news_ly2{
	overflow:hidden;
	width:342px;
	height:494px;
}

.llm2 .rmft .i_news_ly2 .i_news_ch4{
	overflow:hidden;
	width:342px;
	height:49px;
	border-bottom:1px #c8c8c8 solid;
}

.llm2 .rmft .i_news_ly2 .i_news_ch4 ul{
	height:49px;
	margin:0 10px;
}

.llm2 .rmft .i_news_ly2 .i_news_ch4 ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 10px;
}

.llm2 .rmft .i_news_ly2 .i_news_ch4 ul li a{
	display:block;
	overflow:hidden;
	height:47px;
	font-size:14px;
}

.i_news_ch4 .tabname_sel a{ position:relative; display:block;
color:#0074b9; border-top:2px #0074b9 solid; line-height:47px;}
.i_news_ch4 .tabname_nor a{ position:relative; display:block;
color:#787878; border:none; line-height:49px;}

.llm2 .rmft .i_news_ly2 .cat_title_2{
	overflow:hidden;
	width:304px;
	height:394px;
	margin:12px auto 20px auto;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list{
	overflow:hidden;
	width:304px;
	height:394px;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul{
	height:394px;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	border-bottom:1px #e4e4e4 dashed;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li a{
	display:block;
	overflow:hidden;
	padding:16px 0;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li a .pic{
	overflow:hidden;
	width:50px;
	height:50px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li a .wz_nr{
	overflow:hidden;
	float:right;
	width:242px;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li a .wz_nr .nr_bt{
	overflow:hidden;
	color:#2f2f2f;
	font-size:14px;
	margin-bottom:4px;
	text-overflow:ellipsis;
    white-space:nowrap;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li a:hover .wz_nr .nr_bt{
	visibility:visible;
	color:#00aced;
}

.llm2 .rmft .i_news_ly2 .cat_title_2 .ft_list ul li a .wz_nr .nr_zy{
	overflow:hidden;
	height:40px;
	color:#787878;
	font-size:14px;
	line-height:20px;
}

.slm{
	overflow:hidden;
	width:1200px;
	min-height:430px;
	margin:0 auto 40px auto;
}

.slm .i_news_ly3{
	overflow:hidden;
	width:378px;
	min-height:428px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	float:left;
	margin-right:30px;
}

.slm .i_news_ly3 .line2{
	overflow:hidden;
	width:88px;
	height:2px;
	position:relative;
	z-index:20;
	background-color:#0074b9;
}

.slm .i_news_ly3 .i_news_ch{
	overflow:hidden;
	height:41px;
	border-bottom:1px #c8c8c8 solid;
	position:relative;
	z-index:10;
	margin-top:-2px;
}

.slm .i_news_ly3 .i_news_ch ul{
	height:41px;
	margin-left:13px;
}

.slm .i_news_ly3 .i_news_ch ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	height:41px;
	float:left;
	margin:0 7px;
}

.slm .i_news_ly3 .i_news_ch ul li a{
	display:block;
	overflow:hidden;
	font-size:16px;
	line-height:41px;
}

.slm .i_news_ly3 .cat_title_2{
	overflow:hidden;
	width:340px;
	min-height:368px;
	margin:20px auto 0 auto;
}

.slm .i_news_ly3 .cat_title_2 .bz_list{
	overflow:hidden;
	width:340px;
	min-height:368px;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul{
	height:auto;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li a{
	display:block;
	overflow:hidden;
	width:340px;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li a .pic{
	overflow:hidden;
	display:table-cell;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li a .bz_nr{
	overflow:hidden;
	float:right;
	width:225px;
	height:100px;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li a .bz_nr .bz_bt{
	overflow:hidden;
	font-size:14px;
	color:#000000;
	margin-bottom:8px;
	text-overflow:ellipsis;
    white-space:nowrap;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li a:hover .bz_nr .bz_bt{
	visibility:visible;
	color:#0074b9;
}

.slm .i_news_ly3 .cat_title_2 .bz_list ul li a .bz_nr .bz_zy{
	overflow:hidden;
	height:70px;
	color:#787878;
	font-size:14px;
	line-height:24px;
}

.slm .i_news_ly3 .cat_title_2 .bk_list{
	overflow:hidden;
	width:340px;
	min-height:368px;
	margin:0 auto;
}

.slm .i_news_ly3 .cat_title_2 .bk_list .bk_pic{
	overflow:hidden;
	width:340px;
	height:165px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.slm .i_news_ly3 .cat_title_2 .bk_list .lb{
	overflow:hidden;
	min-height:180px;
	margin-top:19px;
}

.slm .i_news_ly3 .cat_title_2 .bk_list .lb ul{
	height:auto;
}

.slm .i_news_ly3 .cat_title_2 .bk_list .lb ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin-bottom:16px;
}

.slm .i_news_ly3 .cat_title_2 .bk_list .lb ul li a{
	display:block;
	overflow:hidden;
	background:url(../images/index_xhfw_point.jpg) no-repeat left 50%;
	padding-left:17px;
	width:322px;
	font-size:14px;
	color:#787878;
	text-overflow:ellipsis;
    white-space:nowrap;
	visibility: visible;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slm .i_news_ly3 .cat_title_2 .bk_list .lb ul li a:hover{
	visibility:visible;
	color:#0074b9;
}

.slm .feedback{
	overflow:hidden;
	width:378px;
	height:428px;
	background-color:#ffffff;
	border:1px #e2e7e9 solid;
	float:left;
}

.slm .feedback .form{
	overflow:hidden;
	width:340px;
	height:391px;
	margin:18px 20px 20px 20px;
}

.slm .feedback .form table{
	width:100%;
}

.slm .feedback .form .td1{
	font-size:14px;
	color:#787878;
	width:50px;
	vertical-align:top;
}

.slm .feedback .form .text{
	width:96%;
	height:33px;
	border:1px #e2e2e2 solid;
	background-color:#ffffff;
	outline:none;
	line-height:33px;
	padding-left:8px;
	margin-bottom:14px;
	font-family:Arial,"微软雅黑";
}

.slm .feedback .form .text2{
	width:96%;
	height:130px;
	border:1px #e2e2e2 solid;
	background-color:#ffffff;
	outline:none;
	padding:8px 0 0 8px;
	margin-bottom:18px;
	font-family:Arial,"微软雅黑";
}

.slm .feedback .form .td3{
	text-align:center;
}

.slm .feedback .form .submit{
	display:inline-block;
	overflow:hidden;
	width:92px;
	height:32px;
	text-align:center;
	line-height:32px;
	background-color:#0074b9;
	color:#ffffff;
	font-size:14px;
	border:none;
	outline:none;
	font-family:Arial,"微软雅黑";
	margin:0 8.5px;
	cursor:pointer;
}

.slm .feedback .form .reset{
	display:inline-block;
	overflow:hidden;
	width:92px;
	height:32px;
	text-align:center;
	line-height:32px;
	background-color:#717171;
	color:#ffffff;
	font-size:14px;
	border:none;
	outline:none;
	font-family:Arial,"微软雅黑";
	margin:0 8.5px;
	cursor:pointer;
}

.yqlj{
	overflow:hidden;
	width:1200px;
	height:auto;
	margin:0 auto 22px auto;
}

.yqlj .tit{
	overflow:hidden;
	width:1200px;
	height:30px;
	background:url(../images/index_yqlj_tit.jpg) repeat-x;
}

.yqlj .tit .tit_name{
	overflow:hidden;
	float:left;
	height:30px;
	padding-right:16px;
	background:url(../images/index_yqlj_jt.jpg) no-repeat right 50%;
	background-color:#0074b9;
	font-size:14px;
	line-height:30px;
}

.yqlj .tit .tit_name a{
	color:#ffffff;
	padding:0 9px;
}

.yqlj .yqlj_nr{
	overflow:hidden;
	width:1198px;
	height:auto;
	padding:12px 0;
	border:1px #eeeeee solid;
}

.yqlj .yqlj_nr ul{
	height:auto;
}

.yqlj .yqlj_nr ul li{
	list-style-type:none;
	float:left;
	margin:0 11px;
}

.yqlj .yqlj_nr ul li a{
	font-size:14px;
	color:#515151;
}

.yqlj .yqlj_nr ul li a:hover{
	color:#0074b9;
}

.bq{
	overflow:hidden;
	width:1200px;
	height:auto;
	margin:0 auto;
	border-top:1px #d8d8d8 solid;
	padding-top:26px;
}

.bq .bottom_menu{
	overflow:hidden;
	text-align:center;
	margin-bottom:22px;
}

.bq .bottom_menu ul{
	height:auto;
}

.bq .bottom_menu ul li{
	display:inline-block;
	overflow:hidden;
	margin:0 10px;
}

.bq .bottom_menu ul li a{
	display:block;
	overflow:hidden;
	color:#515151;
	font-size:14px;
}

.bq .bottom_menu ul li a:hover{
	color:#0074b9;
}

.bq .xx{
	overflow:hidden;
	text-align:center;
	color:#515151;
	font-size:14px;
	line-height:26px;
	padding-bottom:17px;
}

.bq .xx a{
	color:#515151;
}

.bq .xx a:hover{
	color:#0074b9;
}

.kf{
	overflow:hidden;
	position:fixed;
	z-index:1000;
	right:15px;
	top:50%;
	width:100px;
	height:auto;
}

.kf .tit{
	overflow:hidden;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color:#0074b9;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	padding:8px 0;
}

.kf .kf_nr{
	overflow:hidden;
	width:86px;
	background-color:#ffffff;
	border:1px #d1d1d1 solid;
	padding:8px 6px 10px 6px;
}

.kf .kf_nr .qq1{
	display:block;
	overflow:hidden;
	width:84px;
	height:23px;
	border:1px #252e74 solid;
	color:#252e74;
	font-size:14px;
	margin-bottom:9px;
}

.kf .kf_nr .qq1 img{
	float:left;
	margin:2px 3px 0 7px;
}

.kf .kf_nr .ewm2{
	overflow:hidden;
	width:76px;
	height:auto;
	margin:0 auto;
}

.kf .kf_nr .ewm2 .ewm3{
	overflow:hidden;
	width:76px;
	height:76px;
}

.kf .kf_nr .ewm2 .wz{
	overflow:hidden;
	text-align:center;
	line-height:24px;
	color:#787878;
	font-size:14px;
}

/****首页 end****/


/****新闻动态****/

.banner{
	overflow:hidden;
	width:100%;
	height:350px;
}

.nr{
	overflow:hidden;
	height:auto;
	width:1200px;
	margin:26px auto 0 auto;
}

.nr .right{
	overflow:hidden;
	width:260px;
	height:auto;
	float:right;
	margin-bottom:25px;
}

.nr .right .list{
	overflow:hidden;
	height:auto;
	margin-bottom:22px;
}

.nr .right .list .tit{
	overflow:hidden;
	padding:16px 0 14px 0;
	text-align:center;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color:#0074b9;
	color:#ffffff;
	font-size:20px;
}

.nr .right .list .lb{
	overflow:hidden;
	border:1px #e2e2e2 solid;
	border-top:none;
	background-color:#ffffff;
	padding-bottom:21px;
}

.nr .right .list .lb ul{
	height:auto;
}

.nr .right .list .lb ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	border-bottom:1px #e2e2e2 dashed;
	margin:0 19px;
}

.nr .right .list .lb ul li a{
	display:block;
	overflow:hidden;
	padding:14px 0 11px 0;
	font-size:14px;
	color:#313131;
}

.nr .right .list .lb ul li a:hover{
	color:#0074b9;
}

#stop{
	color:#0074b9;
}

.nr .right .lxfs{
	overflow:hidden;
	height:auto;
	margin-bottom:31px;
}

.nr .right .lxfs .tit{
	overflow:hidden;
	padding:12px 21px;
	background-color:#0074b9;
	color:#ffffff;
	font-size:16px;
}

.nr .right .lxfs .lxfs_nr{
	overflow:hidden;
	height:auto;
	background-color:#f4f4f4;
}

.nr .right .lxfs .lxfs_nr .pic{
	overflow:hidden;
	width:260px;
	height:110px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.nr .right .lxfs .lxfs_nr .lxfs_wz{
	overflow:hidden;
	padding:16px 21px;
	font-size:14px;
	color:#323232;
	line-height:24px;
}

.nr .right .ggt-1{
	overflow:hidden;
	width:260px;
	height:150px;
	margin-bottom:32px;
}

.nr .right .ggt-1 a{
	display:table-cell;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:260px;
	height:150px;
}

.nr .right .ggt-2{
	overflow:hidden;
	width:260px;
	height:150px;
}

.nr .right .ggt-2 a{
	display:table-cell;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:260px;
	height:150px;
}

.nr .left{
	overflow:hidden;
	width:880px;
	height:auto;
	float:left;
}

.nr .left .position{
	overflow:hidden;
	padding-bottom:15px;
	border-bottom:1px #e2e2e2 solid;
	background:url(../images/page_home.jpg) no-repeat left 20%;
	padding-left:29px;
	color:#787878;
	font-size:14px;
}

.nr .left .position a{
	color:#787878;
	line-height:26px;
}

.nr .left .position a:hover{
	color:#0074b9;
}

.nr .left .news_lb{
	overflow:hidden;
	margin-top:8px;
	height:auto;
	line-height:30px;
}

.nr .left .news_lb ul{
	height:auto;
}

.nr .left .news_lb ul li{
	list-style-type:none;
	display:block;
	overflow:hidden;
	border-bottom:1px #e5e5e5 dashed;
}

.nr .left .news_lb ul li a{
	display:block;
	overflow:hidden;
	padding:12px 0;
	font-size:14px;
	color:#4d4d4d;
	line-height:25px;
}

.nr .left .news_lb ul li a .dian{
	overflow:hidden;
	float:left;
	font-size:12px;
	margin-right:9px;
}

.nr .left .news_lb ul li a:hover .dian{
	color:#0074b9;
}

.nr .left .news_lb ul li a .news_bt{
	overflow:hidden;
	float:left;
	width:750px;
	text-overflow:ellipsis;
    white-space:nowrap;
}

.nr .left .news_lb ul li a:hover .news_bt{
	color:#0074b9;
}

.nr .left .news_lb ul li a .day{
	overflow:hidden;
	float:right;
}
.product_pic_table img{max-width:270px; max-height:160px;}

/****新闻动态 end****/