/* CSS Document */
/*--轮播图--*/
.banner_box{
	width:100%;
	position:relative;
	height:540px;
	overflow:hidden;
}
.banner_box .banner_txt{
	width:1000px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	z-index:10;
}
.banner{
	width:100%;
	height:540px;
}
.banner .slide{
	width:100%;
	height:100%;
}
.banner .slide1{
	background:url(../images/index/banner1.jpg) no-repeat top center;
}
.banner .slide2{
	background:url(../images/index/banner2.jpg) no-repeat top center;
}
.banner .slide3{
	background:url(../images/index/banner3.jpg) no-repeat top center;
}
.banner .slide4{
	background:url(../images/index/banner4.jpg) no-repeat top center;
}
.bx-wrapper{ margin-bottom:0; z-index:8; }
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: 0 solid #fff;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { 
    bottom:67px;
	z-index:11;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width:6px;
	height:6px;
    background: none;
	background:url(../images/index/dian.png) no-repeat top center;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:none;
	background:url(../images/index/dian_b.png) no-repeat top center;
}
/*--头部导航--*/
.head{
	width:100%; 
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}
.head a.logo{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;}
.head .nav{
	width:100%;
	height:65px;
	background:#fff;
	margin-top:38px;
}
.head .nav_box{
	width:900px;
	height:65px;
	padding-left:100px;
	margin:0 auto;
	display:block; 
}
.head .nav .navUl{
	zoom:1;
	overflow:hidden;
	width:732px;
	height:65px;
	margin:0 27px;
}
.head .nav .navUl>li{
	width:74px;
	height:61px; 
	margin:0 24px;
	position:relative;
	float:right;
}
.head .nav .navUl>li>a{
	display:block;
	text-align:center;
	padding-top:16px; 
}
.head .nav .navUl>li>a>span{
	font-size:14px;
	font-family:"微软雅黑";
	color:#505050;
	display:block;
	text-align:center;
}
.head .nav .navUl>li>a>span.en{
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#b1b1b1;
}
.head .nav .navUl>li:hover>a>span,.head .nav .navUl>li.sel>a>span{
	color:#e58b3f;
}
.head .nav .navUl>li:hover>a>span.en,.head .nav .navUl>li.sel>a>span.en{
	color:#ce8b56;
}
.head .nav .navUl>li:hover,.head .nav .navUl>li.sel{
	border-bottom:4px #e58b3f solid;
}
.nav_second{
	position:relative;
	width:900px;
	height:48px;
	overflow:hidden;
}
.nav_second ul{
	width:854px;
	height:48px;
	background:#353535;
	zoom:1;
	overflow:hidden;
	position:absolute;
	right:0; 
	top:-100%;
	z-index:-1;
	-webkit-transition: top 200ms;
	-moz-transition:top 200ms;
	-o-transition:top 200ms;
    transition: top 200ms;
}
.nav_second ul li{
	/*width:16.6%;*/
	width:14.22%;
	height:48px;
	line-height:48px;
	text-align:center; 
	background:url(../images/index/shu2.jpg) no-repeat right center; 
	float:left;
}
.nav_second ul li.last{
	background:none;
}
.nav_second ul li a{
	width:100%;
	height:48px;
	display:block;
	line-height:48px;
	color:#ffffff;
	font-size:12px;
	font-family:"宋体"; 
}
.nav_second ul.cybj{
	width:730px;
}
.nav_second ul.cybj li{
	width:25%;
}
.nav_second ul.xwzx{
	width:610px;
}
.nav_second ul.xwzx li{
	width:33.3%;
}
.nav_second ul.tzzgx{
	width:633px; 
}
.nav_second ul.tzzgx li{
	width:20%;
}
.nav_second ul.fhpp{
	width:633px; 
}
/*.nav_second ul.fhpp li{
	width:25%;
}*/
.nav_second ul.fhpp li{
	width:33.33333%;
}
.nav_second ul.jrfh{
	width:515px; 
}
.nav_second ul.jrfh li{
	width:33.3%;
}
.nav_second ul.on{
	top:0;
	z-index:0;
}
.nav_second ul li:hover a{
	color:#e58b3f;
}

.nav_wangqun{
	width:113px;
	border-left:1px #d0d0d0 solid;
	position:relative;
}
.wangqun{ 
	height:65px;
	padding:0 23px 0 33px;
	background:url(../images/index/arrow_bot.png) no-repeat right center;
}
.wangqun a{
	display:block;
	text-align:center;
	padding-top:16px; 
}
.wangqun a span{
	font-size:14px;
	font-family:"微软雅黑";
	color:#505050;
	display:block;
	text-align:center;
}
.wangqun a span.en{
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#b1b1b1;
}
.wangqun:hover{
	background:url(../images/index/arrow_bot_h.png) no-repeat right center;
}
.wangqun:hover span,.wangqun:hover span.en{
	color:#2e91c0;
}
.nav_wangqun ul{
	width:190px; 
	background:#353535;
	padding:0 15px;
	position:absolute;
	right:0;
	top:65px;
	z-index:10;
	display:none;
}
.nav_wangqun ul li{
	height:40px;
	border-bottom:1px #464141 dotted;
	text-align:center;
}
.nav_wangqun ul li a{
	line-height:40px;
	display:block;
	color:#b1b1b1;
	font-size:12px;
	font-family:"宋体";
	padding:0;
}
.nav_wangqun ul li:hover a{
	color:#2e91c0;
}
.search{
	position:absolute;
	top:7px;
	left:50%;
	padding-left:214px;
	z-index:11;
}
.search input{
	width:174px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	background:none;
	border:1px #5e5e5e solid;
	color:#afafaf;
	padding:0 10px;
}
.search input#Submit{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../images/index/sousuo.png) no-repeat top center;
	vertical-align:middle;
	margin-left:6px;
	border:none;
	cursor:pointer;
}
.language{
	position:absolute;
	top:0;
	left:50%;
	padding-left:451px;
	color:#afafaf;
	z-index:10;
}
.language a{
	line-height:36px;
	color:#afafaf;
	padding:0 4px;
}
.language a:hover{
	color:#2e91c0;
}




.main{
	width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}
/*--中间导航--*/
.nav_center{
	width:1000px;
	position:absolute;
	top:-90px;
	z-index:12;
}
.nav_center ul{
	zoom:1;
	overflow:hidden;
	width:1000px;
}
.nav_center ul li{
	width:249px;
	height:82px;
	background:url(../images/index/nav_center_bg.png) no-repeat top center;
	float:left;
	position:relative;
	padding-top:80px;
	margin-right:1px;
}
.nav_center ul li a{
	width:249px;
	height:82px;
	display:block;
}
.nav_center ul li span{
	font-size:14px;
	color:#fff;
	display:block;
	text-align:center;
	font-family:"微软雅黑";
}
.nav_center ul li span.en{
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	padding-top:4px;
	letter-spacing:1px;
}
.nav_center ul li span.icon{
	width:58px;
	height:58px;
	background:url(../images/index/yuan_bg.png) no-repeat top center;
	position:absolute;
	top:0;
	left:96px;
}
.nav_center ul li span.icon i{
	width:58px;
	height:58px;
	display:block;
	background:url(../images/index/icon.png) no-repeat;
	background-position:16px 13px;
}
.nav_center ul li span.icon2 i{
	background-position:16px -58px;
}
.nav_center ul li span.icon3 i{
	background-position:16px -142px;
}
.nav_center ul li span.icon4 i{
	background-position:15px -224px;
}
.nav_center ul li:hover span.icon i,.nav_center ul li.sel span.icon i{
	background-position:-43px 13px;
}
.nav_center ul li:hover span.icon2 i,.nav_center ul li.sel span.icon2 i{
	background-position:-43px -58px;
}
.nav_center ul li:hover span.icon3 i,.nav_center ul li.sel span.icon3 i{
	background-position:-43px -142px;
}
.nav_center ul li:hover span.icon4 i,.nav_center ul li.sel span.icon4 i{
	background-position:-44px -224px;
}
.nav_center ul li:hover{
	background:url(../images/index/nav_center_bg_h.png) no-repeat top center;
}

/*--新闻中心 首页--*/
.indexTit{
	text-align:center;
	margin-bottom:32px;
}
.indexTit h3{
	font-size:18px;
	color:#026d9e;
	line-height:100%;
	padding-bottom:12px;
	font-weight:normal;
}
.indexTit h4{
	font-size:16px;
	color:#212427;
	line-height:100%;
	text-transform:uppercase;
	font-weight:normal;
}
.newsOne{
	width:100%;
	height:68px;
	padding-top:72px;
	border-bottom:1px #e5e5e5 solid;
	background:url(../images/index/sm.png) no-repeat left 98px;
	zoom:1;
	overflow:hidden;
}
.newsOne li{
	zoom:1;
	overflow:hidden;
}
.newsBox{
	width:100%;
	height:68px;
	overflow:hidden;
}
.newOneItem{
	width:470px;
	zoom:1;
	overflow:hidden;
	padding-left:30px;
	background:url(../images/index/shu.jpg) no-repeat right center;
	float:left;
}
.newOneItem a{
	width:100%;
	height:68px;
	display:block;
}
.newOneItem p{
	max-width:270px;
	height:68px;
	line-height:68px;
	padding-right:54px;
	color:#5a5a5a;
	float:left;
	overflow:hidden;
}
.newOneItem span.time{
	line-height:68px;
	padding-right:20px;
	color:#8a8a8a;
	float:left;
}
.newOneItem span.more{
	width:49px;
	line-height:68px;
	text-align:center;
	color:#fff;
	background:url(../images/index/more_bg.png) no-repeat center center;
	float:left;
}
.newOneItemRight{
	width:460px;
	padding-left:40px;
	background:none;
}
.newOneItemRight.newOneItem p{ 
	width:270px;
} 
.newOneItemRight.newOneItem span.more{
	float:right;}
.newOneItem:hover p,.newOneItem:hover span.time{
	color:#ce8b56;
}
.newOneItem:hover span.more{
	background:url(../images/index/more_bg_h.png) no-repeat center center;
}

.news_h{
	padding-top:30px;
}
.news_h_tit{
	width:459px;
	margin:0 auto 31px;
	zoom:1;
	/*overflow:hidden;*/
	height: 37px;
	/*clear: both;*/
	background:url(../images/index/news_tit_bg.png) no-repeat top center;
}
.news_h_tit li{
	width:153px;
	float:left;
}
.news_h_tit li a{
	color:#5a5a5a;
	display:block;
	height:37px;
	line-height:37px;
	text-align:center;
}
.news_h_tit li:hover a,.news_h_tit li.sel a{
	color:#026d9e;
}

.news_list{
	zoom:1;
	overflow:hidden;
	padding-bottom:40px;
	display:none;
}
.news_list.on{
	display:block;
}
.news_list .news_list_box{ 
	padding:29px 55px 29px 0;
	float:left;
}
.news_list .news_list_box a{
	display:block;
	zoom:1;
	overflow:hidden; 
}
.news_list .news_list_box a img{
	width:143px;
	height:93px;
	display:block;
	background:#fff;
	padding:1px;
	border:1px #e4e4e4 solid;
	float:left;
}
.news_list .news_list_box a .news_data{
	width:50px;
	height:98px;
	padding:0 22px;
	text-align:left;
	border-right:1px #c5c5c5 solid;
	cursor:pointer;
	float:left;
}
.news_list .news_list_box a .news_data h3{
	font-size:44px;
	color:#373737;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:100%;
	margin-bottom:8px;
	padding-top:10px;
}
.news_list .news_list_box a .news_data h4{
	font-size:14px;
	color:#373737;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"微软雅黑";
	padding-left:2px;
	text-align:left;
}
.news_list .news_list_box a .news_des{
	width:206px;
	padding-left:20px;
	cursor:pointer;
	float:left;
}
.news_list .news_list_box a .news_des h3{
	font-size:12px;
	color:#5a5a5a;
	line-height:14px;
	height:14px;
	overflow:hidden;
}
.news_list .news_list_box a .news_des p{
	font-size:12px;
	color:#5a5a5a;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.news_list .news_list_box a .news_des span{
	color:#a9a9a9;
	padding:4px 11px;
	border:1px #a9a9a9 solid;
	display:inline-block;
	margin-top:10px;
}
.news_list_top{
	border-bottom:1px #a9a9a9 dotted;
	zoom:1;
	overflow:hidden;
}
.news_list .news_list_box:hover .news_data h3,.news_list .news_list_box:hover .news_data h4,
.news_list .news_list_box:hover .news_des h3,.news_list .news_list_box:hover .news_des p,
.news_list .news_list_box:hover .news_des span{
	color:#2d8dbb;
}
.news_list .news_list_box:hover .news_data,.news_list .news_list_box:hover .news_des span{
	border-color:#2d8dbb;
}
.reported_list .news_list_box a .news_des{
	width:356px;
}
.video_list h3{
	font-size:12px;
	color:#2e91c0;
	text-align:center;
	line-height:66px;
	font-weight:normal;
}
.video_list .video{
	width:625px;
	margin:0 auto;
}
/*--产业布局 首页--*/
.chanye{
	width:100%;
	background:#f7f7f7;
	padding:65px 0;
}
.chanye_tit{
	width:611px;
	background:url(../images/index/chanye_tit_bg.png) no-repeat top center;
}
.chanye_tit li{
	width:151px;
	position: relative;
}
.chanye_box{
	width:100%;
	height:322px;
	margin-top:70px;
	position:relative;
}
.map{
	width:650px;
	height:322px;
	position:absolute;
	top:0;
	left:-68px;
	position:relative;
}
.map_point{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.map_point .point{
	width:16px;
	height:15px;
	position:absolute;
	top:108px;
	left:436px;
	cursor:pointer;
} 
.map_point .point_lsj{
	top:122px;
	left:448px;
} 
.map_point .point_wh{
	top:115px;
	left:173px;
}
.map_point .point_sz{
	top:147px;
	left:184px;
}
.map_point .point_bj{
	top:95px;
	left:210px;
}
.map_point .point_hz{
	top:139px;
	left:198px;
}
.map_point .point_sh{
	top:133px;
	left:217px;
}
.map_point .point_qd{
	top:118px;
	left:218px;
}
.map_point .point_dl{
	top:104px;
	left:234px;
}
.map_point .point_sy{
	top:84px;
	left:229px;
}
.map_point .point_ydnxy{
	top:187px;
	left:218px;
}
.map_point .point_ny{
	top:98px;
	left:524px;
}
.map_point .point_xwy{
	top:156px;
	left:344px;
}
.map_point .point.point_xwy img.quan_w{
	left:0;
	top:0;
}

.map_point .point img{
	position:absolute;
	top:0;
	left:0;
}
.map_point .point img.quan_w{
	left: 1px;
    top: 1px;
	z-index:10;
}
.map_point .point img.quan{ 
	animation:shan 1.2s ease-in-out infinite alternate; 
	-webkit-animation:shan 1.2s ease-in-out infinite alternate;
	-moz-animation:shan 1.2s ease-in-out infinite alternate;
	-ms-animation:shan 1.2s ease-in-out infinite alternate;
	-o-animation:shan 1.2s ease-in-out infinite alternate;
}
@keyframes shan
{
	0%{
		transform:scale(0.7,0.7);
	}
	100%{   
		transform:scale(1,1);
	}
}
@-webkit-keyframes shan
{
	0%{
		-webkit-transform:scale(0.7,0.7);
	}
	100%{   
		-webkit-transform:scale(1,1);
	}
}
@-moz-keyframes shan
{
	0%{
		-moz-transform:scale(0.7,0.7);
	}
	100%{   
		-moz-transform:scale(1,1);
	}
}
@-ms-keyframes shan
{
	0%{
		-ms-transform:scale(0.7,0.7);
	}
	100%{   
		-ms-transform:scale(1,1);
	}
}
@-o-keyframes shan
{
	0%{
		-o-transform:scale(0.7,0.7);
	}
	100%{   
		-o-transform:scale(1,1);
	}
}


.map_point .point img.point_img{
	bottom:7px;
	top:auto;
	left:-68px;
	display:none;
}
.map_point .point_jjs img.point_img{
	left:auto;
	right:-27px;
}
.map_point .point_lsj img.point_img{ 
	left:-101px;
}
.map_point .point_wh img.point_img{ 
	left:9px;
}
.map_point .point_sz img.point_img{ 
	left:9px; 
}
.map_point .point_bj img.point_img{ 
	left:-101px;
}
.map_point .point_hz img.point_img{ 
	left:-101px;
}
.map_point .point_sh img.point_img{ 
	left:-101px;
}
.map_point .point_qd img.point_img{ 
	left:-101px;
}
.map_point .point_dl img.point_img{ 
	left:-101px;
}
.map_point .point_sy img.point_img{ 
	left:-101px; 
}
.chanye_pic{
	position:absolute;
	right:0;
	top:0;
	padding:5px;
	border:1px #e8e8e8 solid;
	background:#fff;
}
.chanye_pic img{
	width:404px;
	height:256px;
	display:none;
}
.chanye_pic p{
	line-height:35px;
	text-align:center;
	font-size:12px;
	color:#5a5a5a;
	display:none;
}

.point_city span{
	width:28px;
	height:18px;
	overflow:hidden;
	text-indent:100px;
	position:absolute;
	top:101px;
	left:457px;
	overflow:hidden;
	z-index:2;
	cursor:pointer;
}
.point_city span.jjs{
	width:40px; 
}
.point_city span.lsj{
	width:40px;
	top:121px;
	left:468px;
}
.point_city span.wh{
	top:103px;
	left:147px;
}
.point_city span.sz{
	top:136px;
	left:158px;
}
.point_city span.bj{
	top:88px;
	left:181px;
}
.point_city span.hz{
	top:154px;
	left:210px;
}
.point_city span.sh{
	top:137px;
	left:236px;
}
.point_city span.qd{
	top:121px;
	left:236px;
}
.point_city span.dl{
	top:103px;
	left:254px;
}
.point_city span.sy{
	top:80px;
	left:245px;
}
.point_city span.ydnxy{
	width:60px;
	top:180px;
	left:240px;
}
.point_city span.ny{
	top:109px;
	left:541px;
}
.point_city span.xwy{
	width:60px;
	top:147px;
	left:362px;
}
/*--首页 联系方式--*/
.lianxi{
	padding:84px 0 66px;
	zoom:1;
	overflow:hidden;
}
.lianxi_item{
	zoom:1;
	overflow:hidden;
	float:left;
}
.lianxi_item>img{ 
	padding-right:30px;
	padding-top:26px;
	float:left;
}
.lianxi_item_right{
	border-left:1px #dcdcdc solid;
	padding-left:25px; 
	width:340px;
	float:left;
}
.lianxi_item_right h3{
	color:#494a4c;
	font-size:16px;
	line-height:56px;
}
.lianxi_item_right p{
	color:#5a5a5a;
	font-size:12px;
	line-height:20px;
	padding-bottom:15px;
}
.lianxi_emali .lianxi_item_right{
	width:264px;
}
.lianxi_call .lianxi_item_right{
	width:94px;
}
/*--底部--*/
.backTop{
	border-bottom:2px #0372a5 solid;
}
.backTop img{
	display:block;
	margin:0 auto;
	cursor:pointer;
}
.foot{
	width:100%;
	padding:60px 0 38px;
	background:#353535;
	zoom:1;
	overflow:hidden;
}
.foot .foot_item{
	width:182px;
	height:197px;
	border-right:1px #525252 dotted;
	text-align:center;
	float:left;
}
.foot .foot_item h3{
	line-height:100%;
	margin-bottom:15px;
}
.foot .foot_item h3 a{
	font-size:12px;
	color:#b0b0b0;
}
.foot .foot_item ul{
	width:100%;
}
.foot .foot_item ul li{
	line-height:28px;
}
.foot .foot_item ul li a{
	font-size:12px;
	color:#919191;
}
.foot .foot_item_last,.foot .foot_item_first{
	width:126px;
}
.foot .foot_item_last{
	border-right:none;
	text-align:right;
}
.foot .foot_item_first{
	text-align:left;
}
.footer{
	width:100%;
	background:#2a2a2a;
}
.footer .main{
	zoom:1;
	overflow:hidden;
}
.footer .footer_left{
	color:#797979;
	font-size:12px;
}
.footer .footer_left a{
	color:#797979;
	font-size:12px;
	line-height:40px;
}
.footer .footer_right{
	zoom:1;
	overflow:hidden;
}
.footer .footer_right p{
	font-size:12px;
	color:#797979;
	line-height:40px;
}
.bdsharebuttonbox{
	padding-left:10px;
}
#sina{ background:url(../images/index/share1.png) no-repeat center center;}
#tqq{ background:url(../images/index/share2.png) no-repeat center center;}
#sqq{ background:url(../images/index/share3.png) no-repeat center center;}
#weixin{ background:url(../images/index/share4.png) no-repeat center center;}


/*--关于我们--*/
.banner_about{
	height:442px;
	background:url(../images/about/banner.jpg) no-repeat top center;
}
.secondNav{
	width:100%;
	height:53px;
	background:#2e91c0;
}
.secondNav ul{
	width:1000px;
	zoom:1;
	overflow:hidden;
	margin:0 auto;
}
.secondNav ul li{
	/*width:165px;*/
	width:140px;
	height:53px;
	line-height:53px;
	text-align:center;
	border-left:1px #287194 solid;
	float:left;
}
.secondNav ul li.last{ 
	border-right:1px #287194 solid; 
}
.secondNav ul li a{
	display:block;
	color:#fff;
	font-family:"微软雅黑";
}
.secondNav ul li:hover,.secondNav ul li.sel{
	background:#fff;
	border-top:4px #2e91c0 solid;
	border-left:1px #2e91c0 solid;
	line-height:45px;
	height:45px;
	padding-bottom:4px;
}
.secondNav ul li:hover +li,.secondNav ul li.sel +li{
	border-left:1px #2e91c0 solid;
}
.secondNav ul li.last:hover,.secondNav ul li.last.sel{
	border-right:1px #2e91c0 solid;
}
.secondNav ul li:hover a,.secondNav ul li.sel a{
	color:#2e91c0;
}
/*--面包屑导航--*/
.bread_nav{
	position:relative;
	padding:10px 0;
	border-bottom:1px #d0d2d1 solid;
	margin:40px 0;
}
.bread_nav h3{
	font-size:14px;
	text-transform:uppercase;
	border-left:4px #2e91c0 solid;
	padding-left:6px;
	color:#2e91c0;
	font-weight:normal;
	font-family:"微软雅黑";
}
.bread_nav h3 span{
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}
.bread_nav p{
	position:absolute;
	right:0;
	top:10px;
}
.bread_nav p a,.bread_nav p{
	font-size:12px;
	color:#767676;
}
.bread_nav p a.on{
	color:#2e91c0;
	cursor:default;
}
/*--关于我们 公司简介--*/
.company_intro{
	padding-bottom:80px;
}
.company_intro>img{
	display:block;
	margin:0 auto 24px;
}
.company_intro p,.company_intro h3{
	font-size:12px;
	color:#5a5a5a;
	line-height:24px;
	padding-bottom:24px;
	word-break:normal;
    text-align: justify;
}
.company_intro h3{
	padding-bottom:0;
}

/*--关于我们 发展历程--*/
.history{
	padding-bottom:80px;
}
.history>img{ margin:0 auto 40px; display:block;}
.timeAxis{
	width:100%;
	height:86px;
	background:url(../images/about/zhou.png) no-repeat center center;
	position:relative;
	margin-bottom:40px;
}
.timeAxis a{
	width:86px;
	height:86px;
	background:url(../images/about/licheng_bg2.png) no-repeat top center;
	color:#fff;
	display:block;
	text-align:center;
	line-height:22px;
	position:absolute;
	top:0;
	padding-top:25px;
}
.timeAxis a.timeAxisFir{
	left:93px;
}
.timeAxis a.timeAxisSen{
	left:280px;
	background:url(../images/about/licheng_bg2.png) no-repeat top center;
}
.timeAxis a.timeAxisThr{
	left:462px;
	background:url(../images/about/licheng_bg3.png) no-repeat top center;
}
.timeAxis a.timeAxisFou{
	left:642px;
	background:url(../images/about/licheng_bg4.png) no-repeat top center;
}
.timeAxis a.timeAxisFiv{
	left:830px;
	background:url(../images/about/licheng_bg5.png) no-repeat top center;
}
/*.timeAxis a:hover,.timeAxis a.sel{
	width:86px;
	height:86px;
	line-height:83px;
	left:89px;
	top:0;
	background:url(../images/about/licheng_bg1.png) no-repeat center center;
}
.timeAxis a.timeAxisSen:hover,.timeAxis a.timeAxisSen.sel{ 
	left:276px ;
}
.timeAxis a.timeAxisThr:hover,.timeAxis a.timeAxisThr.sel{ 
	left:458px ;
}
.timeAxis a.timeAxisFou:hover,.timeAxis a.timeAxisFou.sel{ 
	left:638px ;
}
.timeAxis a.timeAxisFiv:hover,.timeAxis a.timeAxisFiv.sel{ 
	left:826px ;
}*/
.history_box{}
.history_box .history_time{
	width:86px;
	height:86px;
}
.history_box .history_time span{
	width:100%;
	height:100%;
	display:block;
	background:url(../images/about/licheng_bg1.png) no-repeat top center;
	line-height:25px;
	text-align:center;
	color:#fff;
	padding-top:25px;
}
.history_box .history_intro{
	position:relative;
}
.history_box .history_intro ul{
	position:relative;
	z-index:2;
}
.history_box .history_intro ul li{
	padding-top:20px;
	background:url(../images/about/dian_l.png) no-repeat 35px center;
	padding-left:60px;
}
.history_box .history_intro ul li h3,.history_box .history_intro ul li p{
	color:#2e91c0;
	font-size:12px;
	font-family:"宋体";
	line-height:26px;
	padding-left:14px;
}
.history_box .history_intro ul li p{
	color:#5a5a5a;
	line-height:24px;
}
.history_box .history_intro ul li span{
	width:100%;
	height:21px;
	display:block;
	border-bottom:1px #b8b8b8 dotted;
}
.verticalLine{
	width:1px;
	height:100%;
	display:block;
	border-left:1px #b8b8b8 dotted;
	position:absolute;
	left:37px;
	top:0;
	z-index:0;
}
/*--关于我们 泛海荣誉--*/
.history_box .honor_time span{
	background:url(../images/about/honor_box_bg.png) no-repeat top center;
	padding-top:0;
}
.history_box .honor_time span em{
	display:block;
	line-height:100%;
	padding-bottom:4px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:12px;
}
.history_box .honor_time span em.honor_year{
	font-size:14px;
	font-weight:bold;
	padding-top:23px;
}
.honor{
	width:100%;
}
.honor .timeAxis{
	background:none;
	border-bottom:1px #dddddd solid;
	height:71px;
	zoom:1;
	overflow:hidden;
}
.honor .timeAxis a{
	width:64px;
	height:53px;
	line-height:64px;
	background:url(../images/about/honor_bg.png) no-repeat top center;
	position:static;
	top:0;
	left:0;
	padding-top:18px;
	margin:0 37px;
	float:left;
}
.honor .timeAxis a:hover,.honor .timeAxis a.sel{
	background:url(../images/about/honor_bg_h.png) no-repeat top center;
}
.honor .timeAxis a span{
	display:block;
	line-height:100%;
	padding-bottom:4px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:12px;
}
.honor .timeAxis a span.honor_year{
	font-size:14px;
	font-weight:bold;
}
.honor .timeAxis_box{
	width:847px;
	height:71px;
	margin:0 auto;
	overflow:hidden; 
}
.timaAxis_wrap{
	zoom:1;
	overflow:hidden;
}
.timeAxis_btn{
	width:100%;
}
.timeAxis_btn a.prev,.timeAxis_btn a.next{
	width:22px;
	height:22px;
	display:block;
	background:url(../images/about/icon.png) no-repeat;
	background-position:-52px -47px;
	position:absolute;
	top:20px;
	padding:0;
	margin:0;
	left:auto;
}
.timeAxis_btn a.prev{
	background-position:0 0;
	left:60px;
}
.timeAxis_btn a.prev:hover,.timeAxis_btn a.prev.sel{
	background:url(../images/about/icon.png) no-repeat;
	background-position:0 -47px;
}
.timeAxis_btn a.next{
	background-position:-52px 0;
	right:70px;
}
.timeAxis_btn a.next:hover,.timeAxis_btn a.next.sel{	
	background:url(../images/about/icon.png) no-repeat;
	background-position:-52px -47px;
}
/*--新闻中心--*/
.banner_news{ 
	height:442px;
	background:url(../images/news/banner.jpg) no-repeat top center;
}
.news_nav ul li{
	width:328px;
}
.news{}
.news_top{
	padding-bottom:40px; 
}
.newsTit{
	width:100%;
	height:20px;
	position:relative;
}
.newsTit h3{
	font-size:14px;
	color:#2e91c0;
	font-family:"微软雅黑";
	background:#fff;
	display:inline-block;
	line-height:20px;
	padding-right:4px;
}
.newsTit span.bor{
	width:100%;
	height:1px;
	border-bottom:1px #a9a9a9 dotted;
	position:absolute;
	top:10px;
	left:0;
	z-index:-1;
}

.newsList{
	padding:40px 0 100px;
}
.newsList ul{
	width:100%; 
}
.newsList ul li{  
	width:100%; 
	padding-bottom:50px;
}
.newsList ul li a{
	width:100%; 
	display:block;
	zoom:1;
	overflow:hidden;
}
.newsList ul li a .newstime{
	width:74px;
	border-right: 1px #afafaf solid;
} 
.newsList ul li a .newstime span{
	line-height:100%;
	display:block;
}
.newsList ul li a .newstime span.day{
	font-weight:bold;
	font-size:34px;
	color:#2d8dbb;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:10px;
}
.newsList ul li a .newstime span.month{
	font-size:14px;
	color:#373737;
	padding-bottom:4px;
}
.newsList ul li a .newstime span.year{ 
	font-size:14px;
	color:#373737; 
}
.newsList ul li a .newsintro{
	width:893px;
	padding-left:32px;
	/*border-left:1px #afafaf solid;*/
}
.newsList ul li a .newsintro h3{
	font-size:14px;
	color:#5a5a5a;
	padding-bottom:18px;
	font-family:"宋体";
}
.newsList ul li a .newsintro p{
	font-size:12px;
	color:#5a5a5a;
	line-height:20px;
	font-family:"宋体";
	max-height:40px;
	overflow:hidden;
}
.newsList ul li:hover .newsintro h3,.newsList ul li:hover .newsintro p{
	color:#2d8dbb;
}
.newsListPage{
	height:22px;
	background:url(../images/investor/investor_list_page.png) repeat-x;
	position:relative;
}
.news-page{ 
	margin:0 auto; 
	line-height:22px; 
	text-align:center; 
	vertical-align:middle;
}
.news-page-n{ 
	margin-left:auto; 
	margin-right:auto;
}
.news-page-n a,.news-page-n a.on{ 
 	width:23px; 
	height:22px;
	display:inline-block; 
	font-size:12px;
	text-align:center;
}
.news-page-n a{ 
	color:#595a5a; 
	background:url(../images/investor/investor_list_page.png) 0 -44px no-repeat;
	margin:0 3px;
}
.news-page-n a.on,.news-page-n a:hover{ 
	background:url(../images/investor/investor_list_page.png) 0 -22px no-repeat; 
	color:#fff;
}
.page_prev,.page_next{ 
	position:absolute;
	right:100px;
	top:0px;
	display:inline-block; 
	width:23px; 
	height:22px;
	background:url(../images/investor/investor_list_page.png) 0 -66px no-repeat;
}
.page_next{ 
	right:68px;
	background:url(../images/investor/investor_list_page.png) 0 -132px no-repeat;
}
.page_prev:hover{ 
	background:url(../images/investor/investor_list_page.png) 0 -88px no-repeat;
}
.page_next:hover{ 
	background:url(../images/investor/investor_list_page.png) 0 -110px no-repeat;
}
/*--新闻详情--*/
.newsinfor{
	padding-bottom:88px;
}
.newsInforLeft{
	width:604px;
	padding-right:70px;
	border-right:1px #979797 dotted;
}
.newsInforLeft h3{
	color:#5a5a5a;
	font-size:14px;
	text-align:center;
	line-height:100%;
	padding-bottom:10px;
	padding-top:40px;
	font-family:"宋体";
}
.newsInforLeft h4{
	color:#5a5a5a;
	font-size:12px;
	text-align:center;
	padding-bottom:20px;
	font-family:"宋体";
	font-weight:normal;
	border-bottom:1px #717070 solid;
	margin-bottom:20px;
}
.newsInforLeft .newsContent{}
.newsInforLeft .newsContent p{
	color:#5a5a5a;
	font-size:12px;
	line-height:24px;
}
.newsInforLeft .newsContent img{
	display:block;
	max-width:100%;
}
.newsInforRight{
	width:255px;
	margin-left:70px;
}
.newsInforRightBox{
	border-bottom:1px #979797 dotted;
	padding-bottom:10px;
}
.newsInforRight .newsPageOne{
	padding-bottom:29px;
}
.newsInforRight .newsPageOne a{
	display:block;
}
.newsInforRight .newsPageOne a h3{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#3a3a3a;
	font-weight:normal;
	line-height:100%;
	padding:15px 0 8px;
	border-top:1px #717070 solid;
}
.newsInforRight .newsPageOne a h4{
	font-size:12px;
	color:#5b5b5b;
}
.newsInforRight .newsPageOne a p{
	font-size:12px;
	color:#5b5b5b;
	line-height:24px;
}
.newsInforRight .newsPageOne a img{
	width:255px;
	height:166px;
	display:block;
	padding:16px 0;
}
.newsInforRight .newsPageOne a span{
	line-height:30px;
	color:#5a5a5a;
}
.newsInforRight .newsPageOne a span.btn{
	margin-top:20px;
	font-size:14px;
	color:#5b5b5b;
	width:111px;
	height:38px;
	line-height:38px;
	display:block;
	text-indent:40px;
	/*font-style:italic;*/
	background:url(../images/news/arrow_right.png) no-repeat #f0f0f0 10px center; 
	/*font-family:Tahoma, Geneva, sans-serif;*/
}
.share{
	padding:15px 0;
}
.share>span{
	line-height:30px;
	font-size:12px;
	color:#5a5a5a;
	font-family:"微软雅黑";
	float:left;
}
.share .bdsharebuttonbox{
	float:left;
}
.share>a{
	line-height:30px;
	font-size:12px;
	color:#5a5a5a;
	font-family:"微软雅黑";
	float:right;
}

.slide{
	position:relative;
	cursor:pointer;
	width:292px; 
}
.slide h3{
	line-height:60px;
	color:#5b5b5b;
	border-top:1px #717070 solid;
}
.slide img.videoImg{
	width:292px;
	height:133px;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
}
.slide .imgBox{
	width:292px;
	height:133px;
	position:relative;
	overflow:hidden;
}
.mask{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:url(../images/news/videoBg.png) no-repeat top center; 
}
.slide:hover .mask{
	background:none;
}
.slide:hover img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.videoList{
	padding-bottom:80px;
}
.videoList .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    outline: 0;
    width: 26px;
    height: 29px;
    text-indent: -9999px;
    z-index: 9999;
}
.videoList .bx-wrapper .bx-prev {
    left:0;
    background: url(../images/news/icon.png) no-repeat 0 0;
}
.videoList .bx-wrapper .bx-next {
    right:0;
    background: url(../images/news/icon.png) no-repeat -43px 0;
}
.videoList .bx-wrapper .bx-next:hover{
    background: url(../images/news/icon.png) no-repeat -43px -50px;
}
.videoList .bx-wrapper .bx-prev:hover{
    background: url(../images/news/icon.png) no-repeat 0 -50px;
}
.video{
	margin-bottom:80px;
}
/*--泛海品牌--*/
.banner_brand{ 
	height:442px;
	background:url(../images/brand/banner.jpg) no-repeat top center;
}
.brandNav ul li{
	/*width:248px;*/
	width: 33%;
}
.zeren_down{
	zoom:1;
	overflow:hidden;
	padding-bottom:50px;
}
.zeren_down>span{
	font-size:12px;
	color:#595a5a;
	line-height:53px;
	float:left;
}
.zeren_down_right{
	float:left;
	padding-left:25px;
	zoom:1;
	overflow:hidden;
}
.zeren_down_one{
	width:375px;
	height:53px; 
	border-bottom:1px dashed #b8b8b8;
	margin-right:120px; 
	float:left; 
}
.zeren_down_one a{
	zoom:1;
	overflow:hidden;
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
}
.zeren_down_one p{
	float:left;
	font-size:12px;
	color:#595a5a;
	max-width:304px;
	height:53px;
	line-height:53px;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
}
.zeren_down_one i{
	float:left; 
	width:16px;
	height:20px;
	background:url(../images/investor/down_pdf.png) no-repeat;
	margin:16px 8px 0;
}
/*--加入泛海--*/
.banner_join{
	height:442px;
	background:url(../images/join/banner.jpg) no-repeat top center;
}
.joinNav ul li{
	width:331px;
}
.join{
	padding-bottom:80px;
}
.join_tit{}
.join_tit ul{
	zoom:1;
	overflow:hidden;
	height:40px;
	background:#2e91c0;
}
.join_tit ul li{
	width:188px;
	text-align:center;
	line-height:40px;
	color:#fff;
	float:left;
}
.join_tit ul li.zhiwei,.join_list ul li span.zhiwei{
	width:425px;
} 
.join_tit ul li span{
}

.join_list{
	padding-bottom:45px;
}
.join_list ul{
	border-left:1px #b4b4b4 dotted;
	border-right:1px #b4b4b4 dotted;
}
.join_list ul li{
	height:45px;
	border-bottom:1px #b4b4b4 dotted;
	background:#fff;
}
.join_list ul li span{
	width:186px;
	color:#595a5a;
	display:inline-block;
	text-align:center;
	line-height:45px;
	border-left:1px #b4b4b4 dotted;
	float:none;
}
.join_list ul li span.zhiwei{
	border-left:none;
}
.join_list ul li span a{
	color:#595a5a;
	display:block;
}
.join_list ul li span a:hover{
	color:#2e91c0;
}

.join_infor{
	padding-bottom:40px;
	border-bottom:1px #c0c0c0 dotted;
}
.join_infor h3{
	color:#fff;
	font-size:12px;
	line-height:34px;
	background:#2e91c0;
	text-align:center;
	margin-bottom:40px;
}
.join_infor p{
	color:#5a5a5a;
	padding-bottom:14px;
	line-height:24px;
}
.join_btn{
	width:100px;
	height:33px;
	text-align:center;
	margin:0 auto;
	line-height:33px;
	color:#fff;
	margin-top:50px;
	background:#2e91c0;
	display:block;
}
/*--导航 三级--*/
.thirdNav{
	height:36px;
	background-color:#2e91c0;
	border-top:1px solid #2e91c0;
	margin:11px auto 58px;
	border-left:1px solid #2e91c0;
}
.thirdNav li{
	float:left;
	width:146px;
	height:36px;
}
.thirdNav li a{
	display:block;
	text-align:center;
	line-height:36px;
	font-size:12px;
	color:#fff;	
	background:url(../images/investor/thirdNav-a.png) no-repeat left;
}
.thirdNav li a.first{
	background:none;
}
.thirdNav li a.sel,.thirdNav li a:hover{
	background:#fff;
	color:#2e91c0;
}

.contact-infor{
	margin-bottom:33px;
	border-bottom:1px #b8b8b8 dotted;
	border-top:1px #b8b8b8 dotted;
	padding:24px 0;
	display:block;
}
.contact-infor p{
	font-size:12px;
	color:#5a5a5a;
	line-height:29px;
	padding-left:68px;
	text-indent:38px;
	padding-bottom:8px;
}
.contact-infor-left{
	width:600px;
	padding-right:100px;
} 
.contact-infor-left p.dizhi{ 
	background:url(../images/join/icon.png) no-repeat;
	background-position:67px 0;
}
.contact-infor-left p.phone{ 
	background:url(../images/join/icon.png) no-repeat;
	background-position:67px -37px;
}
.contact-infor-left p.chuanzhen{ 
	background:url(../images/join/icon.png) no-repeat;
	background-position:67px -75px;
}
.contact-infor-left p.youbian{ 
	background:url(../images/join/icon.png) no-repeat;
	background-position:67px -111px;
}
.contact-infor-right{
	width:300px;
	padding-top:37px;
}
.contact img.join-map{
	display:block;
	margin:0 auto;
}

.contact-list{}
.contact-list ul{}
.contact-list ul li{
	border-bottom:1px #b8b8b8 dotted;
	zoom:1;
	overflow:hidden;
	padding:28px 0;
}
.contact-list ul li h3{
	font-size:14px;
	color:#595a5a;
	padding-bottom:14px;
	padding-left:110px;
}
.contact-list ul li p{
	font-size:12px;
	color:#595a5a;
	line-height:24px;
	padding-left:110px;
}
.contact-list ul li>div{
	width:498px;
	float:left;
}
.contact-list ul li>div.listF{
	border-right:1px #b8b8b8 dotted;
}

.join-apply{}
.join-apply-tit{
	position:relative;
	width:100%;
	height:34px;
	text-align:center;
	padding-bottom:40px;
}
.join-apply-tit span{
	line-height:34px;
	display:inline-block;
	background:#fff;
	color:#2e91c0;
	padding:0 10px;
	font-size:14px;
}
.join-apply-tit span.bor_bg{
	height:17px;
	width:100%;
	display:block;
	border-bottom:1px #aaaaaa dotted;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background:none;
}
.join-apply-xx{
	padding-bottom:20px;
}
.join-apply-xx .fl{ 
	padding:0 40px 0 66px;
}
.join-apply-xx .fr,.join-apply-jl .fr{
	float:left; 
}
.join-apply-item{
	padding-bottom:40px;
	display:block;
}
.join-apply-item span{ 
	color:#5a5a5a;
	font-size:12px;
	font-family:"宋体";
	line-height:31px;
}
.join-apply-item>span{
	width:102px;
	display:inline-block; 
}
.join-apply-item span.xing{
	width:40px;
	text-align:center;
	color:#fd0404;
}
.join-apply-item input{
	width:270px;
	height:29px;
	line-height:30px;
	padding:0 10px;
	border:1px #cfcfcf solid;
}
.join-apply-item textarea{
	width:744px;
	height:113px;
	resize:none;
	border:1px #cfcfcf solid;
	padding:10px;
}
.join-apply-pj{
	padding-left:66px;
}
.join-apply-pj .join-apply-item span{
	vertical-align:top;
}
.join-apply-pj .join-apply-item span.xing{
	vertical-align:bottom;
}
.join-apply-jl{ 
}
.join-apply-jl .fl{
	padding:0 40px 0 66px;
}
.join-apply-jl .join-apply-item.zwms span{
	vertical-align:top;
}
.join-apply-jl .join-apply-item.zwms span.xing{
	vertical-align:bottom;
}
.join-apply-jl .join-apply-item.zwms{
	padding-left:66px;
}

.join-apply-item.joinSex {}
.join-apply-item .fl,.join-apply-item.joinSex .fl,.join-apply-item.joinMarry .fl,.join-apply-item.workTime .fl{
	padding:0;
}
.join-apply-item.joinSex span,.join-apply-item.joinMarry span,.join-apply-item.workTime span{
	width:106px;
}
.join-apply-item.joinSex .joinSexBox input,.join-apply-item.joinMarry .joinMarryBox input{
	width:auto;
	border:none;
}
.join-apply-item.workTime .workTimeBox{ 
}
.join-apply-item.workTime input{
	width:30px;
	padding:0 10px;
}
.join-apply-item.workTime input.month{
	width:20px;
}
.join-apply-item.joinSex .joinSexBox span,.join-apply-item.joinMarry .joinMarryBox span{
	width:auto;
	padding:0 24px 0 4px;
}
.join-apply-item.workTime .workTimeBox span{
	width:auto;
	padding:0 4px;
}

/*--下拉菜单样式--*/
.join-sel{
	padding-left:4px;
	background:#fff;
	position:relative;
	float:left;
}
.join-sel>span{
	padding:0 10px;
	float:left;
}
.join-sel-box{
	width:77px;
	position:relative;
	float:left;
}
.join_sel_box_m{
	width:60px;
}
.join_sel_box_xueli{
	width:94px;
}
.join-sel-box>span{
	width:77px;
	height:29px;
	border:1px #cfcfcf solid;
	background:url(../images/join/sel_bg.jpg) right center no-repeat;
	text-indent:12px;
	display:block;
	cursor:pointer;
}
.join_sel_box_m>span{
	width:60px;}
.join_sel_box_xueli>span{
	width:94px;
}
.join-sel-box ul{
	width:100%;
	border:1px #cfcfcf solid;
	border-bottom:none; 
	position:absolute;
	top:30px;
	left:0;
	z-index:10;
	display:none;
}
.join-sel-box ul li{
	width:100%;
	height:29px;
	line-height:29px;
	border-bottom:1px #cfcfcf solid;
	text-align:center;
	cursor:pointer;
	background:#fff;
}
.join-sel-box ul li span{
	width:100%;
	height:29px;
	display:block;
	background:#fff;
}

/*--产业布局--*/
.banner_buju{
	height:442px;
	background:url(../images/industrial/banner.jpg) no-repeat top center;
}
.banner_buju1{
	height:442px;
	background:url(../images/industrial/bannerdc.jpg) no-repeat top center;
}
.banner_wygl{
	height:442px;
	background:url(../images/industrial/banner_wygl.jpg) no-repeat top center;
}
.banner_zq{
	height:442px;
	background:url(../images/industrial/banner_zq.jpg) no-repeat top center;
}
.banner_ny2{
	height:442px;
	background:url(../images/industrial/banner_ny2.jpg) no-repeat top center;
}
.banner_ny3{
	height:442px;
	background:url(../images/industrial/banner_ny3.jpg) no-repeat top center;
}
.bujuNav ul li{
	width:248px;
}

.jinrong{
	padding-bottom:80px;
}
.jinrong>img{
	display:block;
	margin:0 auto;
}
.jinrong p{
	font-size:12px;
	color:#5a5a5a;
	line-height:24px;
	padding-bottom:10px;
}
.jinrong .jrList{
	zoom:1;
	overflow:hidden;
	padding-top:57px;
	margin-top:40px;
	border-top:1px #d9d9d9 dotted;
}
.jinrong .jrList li{
	margin-right:17px;
	padding-bottom:80px;
	float:left;
}
.jinrong .jrList li a{
	display:block;
}
.jinrong .jrList li a img{
	display:block;
}
.jinrong .dcList li{
	margin-right:13px;
	padding-bottom:80px;
	float:left;
}

/*--地产--*/  
.dichan{
	padding-bottom:80px;
}
.dichanList{
	padding:40px 0 100px;
}
.dichanList .dichanListItem{
	zoom:1;
	overflow:hidden;
	border-bottom:1px #c5c5c5 dotted;
	margin-bottom:55px;
	padding-bottom:55px;
}
.dichanList .dichanListItem .dichanListItemBox{
	width:319px;   
	margin:0 21px 30px 0;  
	float:left;
}
.dichanList .dichanListItem .dichanListItemBox a{
	width:255px;
	display:block;
}
.dichanList .dichanListItem .dichanListItemBox a h3{
	font-size:14px;
	color:#3a3a3a;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.dichanList .dichanListItem .dichanListItemBox a h4{
	font-size:12px;
	color:#5b5b5b;
	font-family:"宋体";
	font-weight:800;
	line-height:24px;
	padding-top:18px;
	height:24px;
	overflow:hidden;
}
.dichanList .dichanListItem .dichanListItemBox a img{
	width:319px;
	height:167px;
	padding:18px 0 14px;
}
.dichanList .dichanListItem .dichanListItemBox a p{
	font-size:12px;
	color:#5b5b5b;
	font-family:"宋体";
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.dichanList .dichanListItem .dichanListItemBox a span{
	font-size:12px;
	color:#5a5a5a;
	width:99px;
	height:27px;
	line-height:27px;
	display:block; 
	background:#f0f0f0; 
	font-family:Tahoma, Geneva, sans-serif;     
	margin:10px 0 22px;
	text-align:center;
}
.dichanList .dichanListItem .dichanListItemBox:hover span{
	background:#2e91c0;
	color:#fff;
}
.dichanList .dichanListItem .dichanListItemBox a i.bor{
	width:319px;
	height:1px;
	display:block;
	border-bottom:1px #717070 solid;
}

.dichan_map .map{
	width:997px;
	height:543px;
	position:relative;
	top:0;
	left:0;
}
.dichan_map .map_point .point{
	width:16px;
	height:15px;
	position:absolute;
	top:238px;
	left:642px;
	cursor:pointer;
} 
.dichan_map .map_point .point_lsj{
	top:252px;
	left:653px;
} 
.dichan_map .map_point .point_wh{
	top:252px;
	left:313px;
}
.dichan_map .map_point .point_sz{
	top:291px;
	left:323px;
}
.dichan_map .map_point .point_bj{
	top:228px;
	left:357px;
}
.dichan_map .map_point .point_hz{
	top:284px;
	left:348px;
}
.dichan_map .map_point .point_sh{
	top:275px;
	left:366px;
}
.dichan_map .map_point .point_qd{
	top:256px;
	left:367px;
}
.dichan_map .map_point .point_dl{
	top:241px;
	left:391px;
}
.dichan_map .map_point .point_sy{
	top:215px;
	left:381px;
}
.dichan_map .map_point .point_ydnxy{
	top:335px;
	left:364px;
}
.dichan_map .map_point .point_ny{
	top:221px;
	left:748px;
}
.dichan_map .map_point .point_xwy{
	top:307px;
	left:520px;
}
.dichan_map .map_point .point_xwy .quan_w{
	left:0;
	top:0;
}
.dichan_map span{ }
.dichan_map .point_city span.jjs{
	width:40px; 
	top:229px;
	left:661px;
}
.dichan_map .point_city span.lsj{
	width:40px;
	top:250px;
	left:675px;
}
.dichan_map .point_city span.wh{
	top:241px;
	left:290px;
}
.dichan_map .point_city span.sz{
	top:279px;
	left:295px;
}
.dichan_map .point_city span.bj{
	top:227px;
	left:325px;
}
.dichan_map .point_city span.hz{
	top:298px;
	left:357px;
}
.dichan_map .point_city span.sh{
	top:279px;
	left:387px;
}
.dichan_map .point_city span.qd{
	top:260px;
	left:387px;
}
.dichan_map .point_city span.dl{
	top:238px;
	left:407px;
}
.dichan_map .point_city span.sy{
	top:212px;
	left:398px;
}
.dichan_map .point_city span.ydnxy{
	width:60px;
	top:327px;
	left:382px;
}
.dichan_map .point_city span.ny{
	top:242px;
	left:766px;
}
.dichan_map .point_city span.xwy{
	width:60px;
	top:296px;
	left:539px;
}

.infor_nav{
	margin-bottom:30px;
}
.infor_nav ul{
	zoom:1;
	overflow:hidden;
	width:333px;
	margin:0 auto;
}
.infor_nav ul li{
	width:71px;
	height:28px;
	background:url(../images/industrial/nav_li_bg.png) no-repeat top center;
	margin:0 20px;
	float:left;
}
.infor_nav ul li a{
	display:block;
	color:#363636;
	font-size:12px;
	font-family:"微软雅黑";
	text-align:center;
	line-height:28px;
}
.infor_nav ul li.on,.infor_nav ul li:hover{
	background:url(../images/industrial/nav_li_bg_hover.png) no-repeat top center;
}
.infor_nav ul li.on a,.infor_nav ul li:hover a{
	color:#fff;
}
.infor_content{
	text-align:center;
}
.infor_content h3{
	zoom:1;
	text-align:center;
	display:inline-block;
	border-bottom:1px #2e91c0 solid;
	color:#2e91c0;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	padding:0 15px;
	*display:inline;
	margin-top:70px;
	line-height:26px;
}
.infor_content h4{
	color:#676767;
	font-size:12px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:40px;
}
.infor_content p{
	color:#5a5a5a;
	font-size:12px;
	line-height:24px;
	padding-bottom:14px;
	text-align:left;
}
.infor_content span{
	text-align:left;
}
.infor_content img{
	max-width:100%;
}

.infor-tj{}
.infor-tj>img{
	display:block;
	margin:0 auto;
}
.infor-tj ul{
	zoom:1;
	overflow:hidden;
}
.infor-tj ul li{
	width:311px; 
	padding:0 33px 70px 0;
	float:left;
}
.infor-tj ul li a{
	display:block;
}
.infor-tj ul li a img{
	width:311px;
	height:213px;
	display:block;
}
.infor-tj ul li a p{
	font-size:12px;
	height:44px;
	line-height:44px;
	border-bottom:1px #717070 solid;
	overflow:hidden;
	color:#5b5b5b;
}
.bigImg{
	position:fixed;
	z-index:100;
	display:none;
}
.bigImgBg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50)
}
.bigImgBox{
	width:1000px;
	position:fixed;
	top:100px;
	left:50%;
	margin-left:-500px;
	z-index:111;
}
.bigImgBox a.close{
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:33px;
	background:url(../images/industrial/close.png) no-repeat top center;
	display:block;
}

.dichan_video>h3{
	line-height:60px;
	font-size:12px;
	color:#2e91c0;
	text-align:center;
}

/*--搜索结果--*/
.searchList ul{
	margin-bottom:20px;
}
.searchList p{
	height:20px;
}
.searchList ul li a .newstime span.day{
	padding-bottom:16px;
	padding-top:6px;
}
.searchList ul li a .newstime span.month{
	padding-bottom:6px;
}
.searchList .newsintro span{
	width:64px;
	height:24px;
	border:1px #c9c9c9 solid;
	color:#767676;
	line-height:24px;
	text-align:center;
	display:block;
	margin-top:16px;
}
.searchList ul li:hover .newsintro span{
	color:#2d8dbb;
	border:1px #2d8dbb solid;
}
/*--能源 详情--*/
.businessInfor{}
.businessInfor h3{
	font-size:18px;
	color:#2e91c0;
	font-weight:normal;
	text-align:center;
	line-height:100%;
	padding-bottom:16px;
}
.businessInfor h4{
	font-size:22px;
	color:#2e91c0;
	line-height:100%;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	padding-bottom:6px;
}
.businessInfor h5{
	width:460px;
	font-size:12px;
	color:#c5c5c5;
	font-weight:normal;
	text-align:center;
	margin:0 auto; 
	background:url(../images/industrial/h5_bg.png) no-repeat center center;
	padding:2px 30px;
}
.businessInfor .content{
	width:100%;
	padding:30px 0;
}
.businessInfor .content img{
	max-width:100%;
	display:block;
}
.businessInfor .content p{
	line-height:22px;
	padding-bottom:10px;
	color:#5a5a5a;
}
 /*2016.8.9*/
.sj_box{
	height: 35px;
	width: 546px;
	background:url(../images/index/sj_jinr.png) no-repeat center center;
	position: absolute;
	top: 37px;
    left: 57px;
    display: none;
}
.sj_box span{
	display: block;
	float: left;
	width: 136px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	 color: #5a5a5a;
	 cursor: pointer;
}
.sj_box span.on{
	color: #026d9e;
}
.sj_zq{
	overflow: hidden;
	padding-top: 35px;
	display: none;
}
.sj_zq .left{
	width: 577px;
	text-align: center;
}
.sj_zq .right{

	margin-top: 59px;
	width: 360px;
    padding: 5px;
    border: 1px #e8e8e8 solid;
    background: #fff;
    overflow: hidden;
}
.sj_zq .right p {
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #5a5a5a;
    /*display: none;*/
}

 /*2016.8.9*/