@charset "utf-8";
/* CSS Document */
/*公用样式*/

/*全局*/
* {
	margin:0;
	padding:0;
	list-style-type:none;}
body {
	font:normal 12px/160% "Microsoft Yahei", Verdana, Geneva, sans-serif;
	color:#666;
	overflow-x:hidden
;}
img {
	border:0px;}
a {
	outline:0;}
/** html a{behavior:url(common/select.htc);}*/
form {
	padding:0;
	margin:0;}
p {}
p.txident {
	text-indent:2em
;}
h2 {
	font:normal 16px/140% "Microsoft Yahei", Verdana, Geneva, sans-serif;
	font-weight:bold;}
.hidden {
	display:none;}
.f_r {
	float:right
;}
.f_l {
	float:left
;}
.c_b {
	clear:both
;}
.font_ec6526 {
	color:#ec6526
;}
.font_999 {
	color:#999;
	font-size:12px
;}
.font_14px {
	font-size:14px;
	color:#383737
;}
/*链接*/
a:link, a:visited {
	color:#696969;
	text-decoration:none;}
a:hover, a:active {
	color:#246eb8;
	text-decoration:underline;}
a:link.link_white, a:visited.link_white {
	color:#fff;
	text-decoration:none;}
a:hover.link_white, a:active.link_white {
	color:#fff;
	text-decoration:underline;}
a:link.link_blue, a:visited.link_blue {
	color:#0e4894;
	text-decoration:none;}
a:hover.link_blue, a:active.link_blue {
	color:#548fd4;
	text-decoration:underline;}
a:link.link_red, a:visited.link_red {
	color:#da251c;
	text-decoration:none;}
a:hover.link_red, a:active.link_red {
	color:#da251c;
	text-decoration:underline;}
a:link.link_upAdown, a:visited.link_upAdown {
	color:#666;
	text-decoration:none;
	font-size:12px
;}
a:hover.link_upAdown, a:active.link_upAdown {
	color:#da251c;
	text-decoration:underline;
	font-size:12px
;}
a:link.link_pageAct, a:visited.link_pageAct {
	color:#fff;
	background:#da251c;
	text-decoration:none;
	font-size:12px
;}
a:hover.link_pageAct, a:active.link_pageAct {
	color:#fff;
	background:#da251c;
	text-decoration:underline;
	font-size:12px
;}
a:link.link_more, a:visited.link_more {
	color:#ccc;
	text-decoration:none;
	width:17px;
	height:17px;
	display:inline-block;
	background:url(../images/more.jpg) no-repeat
;}
a:hover.link_more, a:active.link_more {
	color:#ccc;
	text-decoration:none;
	width:17px;
	height:17px;
	display:inline-block;
	background:url(../images/more.jpg) no-repeat
;}
/*布局*/
.layout {
	width:100%;
	margin:0 auto;
	position:relative;
	display:table
;}
.header {
	width:100%;
	height:157px;
	display:table;
	border-top:2px solid #246eb8;}
.content {
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
	display:table;
	background:#f6f5fa
;}
.banner {
	width:980px;
	height:420px;
	background:#f7f8f8;
	margin:0 auto
;}
/*首页头部*/
.header_top {
	text-align: center;
	width:980px;
	/* height:111px; */
	margin:0 auto;
	height: 88px;
	background:#fff;
	position:relative;
	padding-top: 20px;
	}
.logo {
	width:550px;
	height:70px;
	position:absolute;
	background:url(../images/logo.jpg) no-repeat;
	left:220px;
	top:15px;}
.logo a {
	width:100%;
	height:100%;
	display:block
;}
.tel {
	width:162px;
	height:28px;
	position:absolute;
	right:13px;
	top:44px;}
/*导航*/
.navgation {
	width:100%;
	height:48px;
	background:#f7f8f8
;}
.nav {
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:999
;}
.nav li {
	float:left;}
.nav a {
	display:block;
	width:120px;
	height:46px;
	line-height:46px;
	color:#555;
	font-size:14px;
	text-align:center;
	border-top:2px solid #f7f8f8
;}
.nav a:hover {
	background:#fff;
	color:#246eb8;
	text-decoration:none;
	text-align:center;
	border-top:2px solid #246eb8
;}
.nav a:hover .nav_triangle {
	color:#246eb8
;}
.nav a.on {
	background:#fff;
	color:#246eb8;
	text-decoration:none;
	text-align:center;
	border-top:2px solid #246eb8
;}
.nav a.on .nav_triangle {
	color:#246eb8
;}
.nav .nav_triangle {
	color:#555;
	font-size:9px
;}
.nav .nav_line {
	background:url(../images/nav_spaceline.jpg) no-repeat;
	width:1px;
	height:48px;}
a:link.link_act, a:visited.link_act {
	display:block;
	width:122px;
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:url(../images/nav_bghover.jpg) repeat-x;}
a:hover.link_act, a:active.link_act {
	background:url(../images/nav_bghover2.jpg) repeat-x;
	color:#333;
	text-decoration:none;
	text-align:center
;}
/*子菜单*/
.nav .sub_menu {
	width:174px;
	height:auto;
	overflow:hidden;
	zoom:1;
	position:absolute;
	z-index:9999;
	display:block;
	display:none;
	border:none;
	background:none
;}
.nav .sub_menu_trig {
	width:174px;
	height:6px;
	background:url(../images/sub_menu_trig.jpg) no-repeat
;}
.nav ul {
	width:172px;
	height:auto;
	overflow:hidden;
	zoom:1;
	padding-bottom:15px;
	padding-top:10px;
	background:#fff;
	border:1px solid #e8e7e2;
	border-top:none;
	display:block
;}
.nav ul li {
	clear:both;
	height:30px;
	width:100%;
	margin-top:1px;}
.nav ul li a {
	width:140px;
	height:26px;
	line-height:26px;
	font-size:14px;
	display:block;
	text-align:left;
	color:#555;
	margin:0 auto;
	padding-left:10px;
	border:none
;}
.nav ul li a:hover {
	width:140px;
	height:26px;
	line-height:26px;
	font-size:14px;
	background:#246eb8;
	color:#fff;
	text-align:left;
	padding-left:10px
;}

.service_item {
	width:950px;
	height:120px;
	margin:12px auto;
	background:#fbfbfb;
	border:1px solid #eaeaea;
	padding-left:30px;}
.service_item dl {
	float:left;
	margin-top:5px
;}
.service_item dl dt {
	text-align:center;
	font-size:14px;}
.service_item dl dd {
	padding-top:5px;
	font-family:"宋体"
;}
.space_4 {
	width:30px;}
.ser_it_1, .ser_it_2, .ser_it_3, .ser_it_4, .ser_it_5, .ser_it_6 {
	width:155px;
	height:118px;
	background:#fbfbfb;/*padding:20px 25px 20px 25px;*/
	float:left;
	position:relative;
	cursor:pointer
;}
.ui_1 {
	width:26px;
	height:26px;
	background:url(../images/index_ico_1.jpg) no-repeat;
	margin:0 auto;
	position:absolute;
	left:60px;
	top: 37px;}
.ui_1_hover {
	background:url(../images/index_ico_1_on.jpg) no-repeat
;}
.ser_it_1 dl {
	width:100px;
	height:24px;
	position:absolute;
	top: 60px;
	left:18%
;}
.ui_2 {
	width:26px;
	height:26px;
	background:url(../images/index_ico_2.jpg) no-repeat;
	margin:0 auto;
	position:absolute;
	left:60px;
	top: 37px;}
.ui_2_hover {
	background:url(../images/index_ico_2_on.jpg) no-repeat
;}
.ser_it_2 dl {
	width:100px;
	height:24px;
	position:absolute;
	top: 60px;
	left:18%
;}
.ui_3 {
	width:26px;
	height:26px;
	background:url(../images/index_ico_3.jpg) no-repeat;
	margin:0 auto;
	position:absolute;
	left:60px;
	top: 37px;}
.ui_3_hover {
	background:url(../images/index_ico_3_on.jpg) no-repeat
;}
.ser_it_3 dl {
	width:100px;
	height:24px;
	position:absolute;
	top: 60px;
	left:18%
;}
.ui_4 {
	width:26px;
	height:26px;
	background:url(../images/index_ico_4.jpg) no-repeat;
	margin:0 auto;
	position:absolute;
	left:60px;
	top: 37px;}
.ui_4_hover {
	background:url(../images/index_ico_4_on.jpg) no-repeat
;}
.ser_it_4 dl {
	width:100px;
	height:24px;
	position:absolute;
	top: 60px;
	left:18%
;}
.ui_5 {
	width:26px;
	height:26px;
	background:url(../images/index_ico_5.jpg) no-repeat;
	margin:0 auto;
	position:absolute;
	left:60px;
	top: 37px;}
.ui_5_hover {
	background:url(../images/index_ico_5_on.jpg) no-repeat
;}
.ser_it_5 dl {
	width:100px;
	height:24px;
	position:absolute;
	top: 60px;
	left:18%
;}
.ui_6 {
	width:26px;
	height:26px;
	background:url(../images/index_ico_6.jpg) no-repeat;
	margin:0 auto;
	position:absolute;
	left:60px;
	top: 37px;}
.ui_6_hover {
	background:url(../images/index_ico_6_on.jpg) no-repeat
;}
.ser_it_6 dl {
	width:100px;
	height:24px;
	position:absolute;
	top: 60px;
	left:18%
;}
dl.it {
	color:#fff
;}
.space_1 {
	width:20px;
	height:5px;}
.index_line {
	width:980px;
	height:5px;
	background:#ec6526;
	margin:0 auto
;}
.index_line .index_line_1 {
	width:328px;
	height:5px;
	background:#3c73b5
;}

.index_con {
	width:980px;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin:0 auto;/*box-shadow:0 0 10px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1)*/
	margin-bottom:30px
;}
.index_con_1 {
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin-top:12px
;}
.Introduction {
	width:285px;
	height:306px;
	overflow:hidden;
	border:1px solid #eaeaea;
	padding:14px 17px 30px 17px;
	background:#fff
;}
.Introduction dt {
	width:100%;
	height:24px;
	border-bottom:1px solid #246eb8;
	line-height:24px;
	clear:both
;}
.Introduction dd {
	clear:both;
	width:100%;
	height:100%;
	padding-top:10px
;}
.Introduction dd li {
	margin-top:10px
;}
a.index_title {
	border-left:4px solid #246eb8;
	height:19px;
	line-height:19px;
	padding-left:5px;
	font-size:15px;
	color:#4b4f51
;}
a.index_title:hover {
	color:#4b4f51;
	text-decoration:none
;}
a.index_title span {
	font-size:12px;
	color:#b7b8b9
;}

.news_img {
	width:207px;
	height:171px;
	display:block;
	overflow:hidden
;}
.news_intro {
	width:200px;
	height:71px;
	display:block;
	overflow:hidden;}
.dataTime {
	color:#acacad
;}
.Announcement {
	width:450px;
	height:310px;
	overflow:hidden;
	border:1px solid #eaeaea;
	padding:14px 17px 30px 17px;
	background:#fff
;}
.Announcement dt {
	width:100%;
	height:24px;
	border-bottom:1px solid #246eb8;
	line-height:24px;
	clear:both
;}
.Announcement dd {
	clear:both;
	width:100%;
	height:100%;
	padding-top:10px
;}
.Announcement dd ul {
	width:100%;
	height:100%;
	display:block
;}
.Announcement dd ul li {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	display:block;
	clear:both
;}
.Announcement dd ul ul li {
	margin:0;
	background: url(../images/list_style.jpg) no-repeat 0 8px;
	padding-left:10px;
	width:275px;
	height:22px;
	line-height:22px;
	clear:both
;}

.news {
	width:450px;
	height:310px;
	overflow:hidden;
	border:1px solid #eaeaea;
	padding:14px 17px 30px 17px;
	background:#fff
;}
.news dt {
	width:100%;
	height:24px;
	border-bottom:1px solid #246eb8;
	line-height:24px;
	clear:both
;}
.news dd {
	clear:both;
	width:100%;
	height:100%;
	padding-top:10px
;}
.news dd ul {
	width:100%;
	height:100%;
	display:block
;}
.news dd ul li {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	display:block;
	clear:both
;}
.news dd ul ul li {
	margin:0;
	background: url(../images/list_style.jpg) no-repeat 0 8px;
	padding-left:10px;
	width:275px;
	height:22px;
	line-height:22px;
	clear:both;}

.index_con_2 {
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin-top:12px
;}
.Team {
	width:946px;
	height:221px;
	overflow:hidden;
	border:1px solid #eaeaea;
	padding:14px 17px 30px 17px;
	background:#fff
;}
.Team dt {
	width:100%;
	height:24px;
	border-bottom:1px solid #246eb8;
	line-height:24px;
	clear:both
;}
.Team dd {
	clear:both;
	width:100%;
	height:100%;
	padding-top:10px;
	position:relative;
	display:block
;}
.Team dd ul {
	position:absolute;
	left:30px;}
.Team dd li {
	float:left;
	width:260px;
	height:164px;
	overflow:hidden;
	margin:20px 14px 0 15px
;}

.index_con_3 {
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin-top:12px
;}
.Case {
	width:946px;
	height:125px;
	overflow:hidden;
	border:1px solid #eaeaea;
	padding:14px 17px 30px 17px;
	background:#fff
;}
.Case dt {
	width:100%;
	height:24px;
	border-bottom:1px solid #246eb8;
	line-height:24px;
	clear:both
;}
.Case dd {
	clear:both;
	width:100%;
	height:100%;
	padding-top:10px;
	display:block;
	position:relative
;}
.Case dd ul {
	float:left;
	position:absolute;
	left:-30px;
	top:20px
;}
/*.Case dd li{ margin-top:10px;  float:left; width:227px; height:164px; overflow:hidden; margin-left:9px}*/
.Case dd li {
	margin:0;
	background: url(../images/list_style.jpg) no-repeat 0 8px;
	padding-left:10px;
	width:275px;
	height:22px;
	line-height:22px;
	float:left;
	margin-left:35px;
	margin-top:5px
;}

.index_con_4 {
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin-top:12px
;}
.Client {
	width:946px;
	height:80px;
	overflow:hidden;
	border:1px solid #eaeaea;
	padding:14px 17px 30px 17px;
	background:#fff
;}
.Client dt {
	width:100%;
	height:24px;
	border-bottom:1px solid #246eb8;
	line-height:24px;
	clear:both
;}
.Client dd {
	clear:both;
	width:100%;
	height:100%;
	position:relative;
	display:block
;}
.Client dd ul {
	width:100%;
height:
;}
.Client dd li.c_left {
	width:8px;
	height:25px;
	background:url(../images/left.jpg) no-repeat;
	margin-top:45px;
	cursor:pointer
;}
.Client dd li.c_right {
	width:8px;
	height:25px;
	background:url(../images/right.jpg) no-repeat;
	margin-top:45px;
	cursor:pointer
;}
.Client dd li.c_con {
	width:910px;
	height:100px;
	display:block;
	margin-left:10px
;}
.Client dd li.c_con .client_img {
	width:100%;
	height:100%;
	margin-top:20px
;}
.Client dd li.c_con .client_img li {

	height:30px;
	float:left;
	margin-left:10px
;}
/*---------*/
.des_mask dl {
	color:#fff;
	padding:20px
;}
.des_mask dl dt {
	border:none
;}
.des_mask dl dd {
	padding:0
;}
a:link.link_more2, a:visited.link_more2 {
	width:82px;
	height:26px;
	background:#3e74b4;
	color:#fff;
	text-align:center;
	line-height:26px;
	text-decoration:none;
	font-size:12px
;}
a:hover.link_more2, a:active.link_more2 {
	width:82px;
	height:26px;
	color:#f18518;
	font-size:12px
;}
.trigon {
	display:block;
	border-top:5px solid #fff;
	border-left:5px solid #ccc;
	border-bottom:5px solid #fff;
	margin-top:5px/*小三角*/
;}
/*二级页面*/
/*二级banner*/
.mod_sub_banner {
	width:100%;
	height:222px;
	background:url(../images/sub_banner_1.jpg) no-repeat center;
	text-shadow:0 0 5px #246eb8;
	position:relative;
	margin:0 auto
;}
.mod_sub_banner .text {
	color:#ffffff;
	position:relative;
	right:270px;
	top:80px;}
.mod_sub_banner .text h2 {
	color:#ffffff;
	font-size:45px;
	font-weight:normal;}
.mod_sub_banner .text {
	font-size:12px;
	text-align: center;
	vertical-align: middle;}
.sub_con {
	width:980px;
	height:auto;
	zoom:1;
	margin:12px auto;}
/*二级左侧*/
.sub_con .sub_con_l {
	width:204px;
	height:auto;
	background:#fefefe;
	float:left;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	position:relative;
	border:1px solid #eee;
	padding-bottom:20px;
	margin-left:-10px
;}
.list_title {
	width:204px;
	height:57px;
	color:#3a3a3a;
	line-height:36px;
	font-size:16px;
	padding-top:15px;
	position:relative;
	z-index:999
;}
.list_title .list_title_bg {
	position:absolute;
	width:213px;
	height:47px;
	background:url(../images/sub_left_t_bg.jpg) no-repeat;
	left: -6px;
	z-index:999;
	text-align:center
;}
.all_list li {
	border:none;
	position:relative
;}
.all_list li a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #eee;
	background:#fff;
	text-align:center;
	font-size:14px
;}
.all_list li a:hover {
	background:#f7f7f7
;}
.all_list li.on a {
	background:#f7f7f7
;}
.all_list li.list_border_top {
	border-bottom:1px solid #eee;
	height:1px;
	line-height:1px
;}
.l_trigon {
	display:block;
	width:5px;
	height:10px;
	position:absolute;
	background:url(../images/l_trigon.jpg);
	left: 35px;
	top: 19px;}
/*二级右侧*/
.sub_right_title {
	display:block;
	font-size:14px;
	color:#999;
	margin-left:30px
;}
.site_map {
	list-style-image:url(../images/site_ico.jpg);
	min-width:221px;
	height:24px;
	margin-right:15px;}
.sub_con .sub_con_r {
	width:780px;
	height:auto;
	min-height:500px;
	overflow:hidden;
	zoom:1;
	float:right;
	padding-bottom:20px
;}
.sub_con_r .sub_con_r_top {
	width:100%;
	height:50px;
	line-height:50px;
	border:1px solid #eee;
	background:#fff
;}
.sub_con_r .sub_con_r_art {
	width:720px;
	height:auto;
	overflow:hidden;
	zoom:1;
	padding:30px 30px 40px 30px;
	margin-top:10px;
	border:1px solid #eee;
	background:#fff
;}
.line-H {
	line-height:1.9em
;}
.space_5 {
	width:10px;
	height:5px;}
/*新闻 列表*/
.list_news_top {
	width:100%;
	height:300px;}
.list_news_top dl {
	width:100%;
	height:140px;
	border-bottom:1px solid #e5e4e2;
	padding-top:15px
;}
.list_news_top dl a {
	color:#494848
;}
.list_news_top dl dt {
	float:left;
	display:block
;}
.list_news_top dl dd {
	float:left;
	display:block
;}
.list_news_top dl dt {
	width:195px;
	height:130px
;}
.list_news_top dl dd {
	width:460px;
	height:133px;
	overflow:hidden;
	margin-left:10px;}
.list_news_top dd dl {
	width:100%;
	height:133px;
	clear:both
;}
.list_news_top dd dl dt {
	width:100%;
	height:24px;
	font-size:16px;
	clear:both
;}
.list_news_top dd dl dd {
	width:100%;
	height:73x;
	padding-top:15px;
	clear:both;
	margin:0;
	line-height:24px
;}
.list_news_list {
	width:100%;
	height:auto;
	margin-top:10px
;}
.list_news_list dl {
	width:100%;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #e5e4e2
;}
.list_news_list dt ul li {
	list-style-image:url(../images/list_style_n.jpg);
	margin-left:20px
;}
.list_news_list dt ul li a {
	font-size:14px;}
.list_news_list dt ul li a:hover {
	font-size:14px;}
.list_news_list .list_bg {
	background:#f9f9f9
;}

.list_team {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	left:-10px
;}
.list_team li {
	width:130px;
	height:165px;
	overflow:hidden;
	float:left;
	margin-left:10px;
	margin-top:20px;
	display:block
;}
.img_Mask {
	position:relative;
	width:260px;
	height:165px;}
.img_Mask img {
	z-index:1
;}
.img_Mask .team_img_title {
	width:100%;
	height:34px;
	background:#000;
	position:absolute;
	z-index:9999;
	left:0;
	bottom:0;
	color:#eee;
	line-height:34px;
	text-align:center;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f000000', endColorstr='#4f000000');
	background-color:rgba(0, 0, 0, 0.4)/*透明度*/
;}
.img_Mask .team_img_title a{
	color:#FFFFFF
;}
/*文章内容页*/
dl.list_article dt {
	width:100%;
	height:60px;
	color:#666;
	text-align:center
;}
dl.list_article dd.con_1 {
	width:100%;
	height:39px;
	border-top:1px dotted #e2e2e2;
	border-bottom:1px dotted #e2e2e2;
	line-height:39px;
	text-align:center
;}
dl.list_article dd.con_2 {
	width:100%;
	min-height:245px;
	overflow:hidden;
	zoom:1;
	border-bottom:1px dotted #e2e2e2;
	padding:10px 0 15px 0;
	line-height:2em
;}
dl.list_article dd.video_1 {
	width:100%;
	overflow:hidden;
	zoom:1;
	padding:10px 0 15px 0;
	line-height:2em
;}
dl.list_article dd.video_2 {
	width:100%;
	border-bottom:1px dotted #e2e2e2;
	padding:10px 0 15px 0;
	line-height:2em;
	text-align:center
;}
/*留言*/
.mod_message {
	width:500px;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin:0 auto
;}
.mod_message dl {
	clear:both;
	margin-top:10px;
	padding-top:10px
;}
.mod_message dl dt {
	width:100px;
	min-height:28px;
	line-height:28px;
	text-align:right;
	float:left;}
.mod_message dl dd {
	width:200px;
	min-height:28px;
	line-height:28px;
	text-align:left;
	float:left;
	margin-left:5px
;}
.mod_message dl dd input {
	width:200px;
	height:28px;
	line-height:28px;
	border:1px solid #eee
;}
.mod_message dl dd textarea {
	border:1px solid #eee;
	width:225px;}
.mod_message dl dd input.vcode {
	width:80px;
	height:28px;}
.mod_message dl.message_btn input {
	width:70px;
	height:24px;}
.mod_message dl.message_btn dd {
	margin-left:100px
;}
.mod_message #errmsgBox {
	width:100%;
	height:20px;
	font-size:12px;
	margin-left:103px;}
/*分页*/
.page_num {
	width:600px;
	height:50px;
	margin:0 auto;
	padding-top:20px;
	margin-top:20px
;}
.page_num ul {
	margin-left:150px
;}
.page_num li {
	float:left;
	margin-left:5px;
	border:1px #eee solid;
	background:#fff;
	padding:5px 12px 5px 12px;}
.page_num li a {
	display:block;
	background:#fff
;}

/*底部*/ 
.footer {
	width:100%;
	height:auto;
	overflow:hidden;
	zoom:1;
	background:#2d2d2d;
	border-bottom:1px #ddd solid;
	background:#2d2d2d;
	display:table
;}
.footer .footer_top {
	width:100%;
	min-height:205px;
	background:#2d2d2d;
	border-bottom:1px #343434 solid;
	margin:0 auto
;}
.footer_top .footer_top_1 {
	width:930px;
	height:185px;
	margin:0 auto;
	padding:18px 25px 22px 25px
;}
.footer_top .footer_top_1 dl {
	float:left;
	display:block
;}
.footer_top .footer_top_1 dl dt {
	font-size:14px;
	color:#ccc
;}
.footer_top .footer_top_1 dl dd {
	margin-top:5px;}
.footer_top .footer_top_1 dl ul li {
	height:30px;
	line-height:30px
;}
.footer_top .footer_top_1 dl ul li ul li {
	height:20px;
	line-height:20px;}
.footer_top_1 .f_Business {
	width:168px;
	height:auto;
	display:block;}
.footer_top_1 .f_Business dd {
	position:relative
;}
.footer_top_1 .f_Business ul {
	position:absolute;
	left:-18px
;}
.footer_top_1 .f_Business li {
	float:left;
	margin-left:18px;
	width:75px
;}
dl.footer_cont {
	width:228px;
	height:140px
;}
.space_3 {
	width:50px;
	height:5px;}
.footer .footer_nav {
	width:100%;
	min-height:52px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	position:relative;
	border-top:1px #343434 solid;
	margin:0 auto;
	background:#2d2d2d;}
.footer_nav_1 {
	width:980px;
	height:52px;
	position:relative;
	margin:0 auto
;}
.footer_nav_1 .footer_nav_n {
	position:absolute;
	width:390px;
	height:24px;
	top: 15px;
	left: 2px;}
.footer_nav_n li {
	float:left;
	display:inline;
	color:#eee;
	line-height:24px;
	color:#cecece
;}
.footer_nav_n li a {
	width:90px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:inline-block;
	color:#cecece
;}
.footer .copy {
	position:absolute;
	width:541px;
	height:20px;
	left: 30%;
	top: 16px;}
.footer .flinks {
	clear:both;
	width:930px;
	height:50px;
	margin:0 auto;
	padding:18px 25px 22px 25px;}
.footer .flinks dd ul li {
	float:left;
	margin-left:10px;
	margin-top:5px;}
/*在线地图*/
.map {
	width:770px;
	height:500px;
	padding:0 5px;
	background-color: #FFF;}
.toolbar-item,.toolbar-layer{background:url(../images/toolbar.jpg) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}