﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	text-decoration: none;
	color: #c00;
}

/* 公共 */
.ad {
	overflow: hidden;
	padding-top: 10px;
	width: 1160px;
	margin: 0 auto;
}

.b10 {
	height: 10px;
	overflow: hidden;
	width: 100%;
}

.b20 {
	height: 20px;
	overflow: hidden;
	width: 100%;
}

.l {
	float: left;
}

.r {
	float: right;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.warp {
	width: 1160px;
	margin: 0 auto;
}

/* 内页标题 */
.nybiaoti {
    height: 40px;
    border-bottom: #ddd 1px solid;
    color: #66666a;
    font-size: 15px;
    margin-bottom: 50px;
}
.nybiaoti a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #66666a;
    font-size: 15px;
    margin-right: 5px;
}
/* end */

/* index_头部 */

.logo {
	height: 100px;
	overflow: hidden;
}

.header-b {
	background-color: #004c98;
	padding: 22px 0;
	height: 50px;
}

.nav {
	font-size: 14px;
	position: relative;
	padding-top: 10px;
}

.nav li {
	float: left;
	position: relative;
	height: 28px;
	line-height: 28px;
	margin: 0 2px 0 0;
}

.nav ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 28px;
	z-index: 900;
	_z-index: 900;
	background-color: #28abf0;
}

.nav li:hover ul {
	visibility: visible;
}

.nav a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 0 28px;
	_padding: 0 25px;
}

.nav a:hover,.nav .cur a {
	background: #fff;
	border-radius: 500px;
	color: #004c98;
	_text-decoration: none;
}

.nav ul li {
	clear: both;
	text-align: left;
	font-size: 14px;
	margin: 0;
	height: 32px;
	line-height: 32px
}

.nav ul li a {
	display: block;
	margin: 0;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: #28abf0;
}

.nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #063360;
	border-radius: 0;
}

.nav .cur .dropdown-list li a,.nav .dropdown-list li a {
	color: #fff;
	background-color: #5999fd;
	border-radius: 0;
}

.nav .cur .dropdown-list li a:hover,.nav .dropdown-list li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4381fc;
	border-radius: 0;
}

.nav ul .first {
	height: 10px;
	width: 100%;
	background: #004c98 url(../img/head-tri.gif) center bottom no-repeat;
}




/* 首页开始 */
.index_1{
	
}


.gsjsbg {
	width: 100%;
	height: 430px;
}

.gsjs {
	width: 1158px;
	margin: 0 auto;
	height: 430px;
}

.about {
	width: 700px;
	border-right: #CCC 2px solid;
	float: left;
	margin-top: 50px;
	padding-right: 50px;
	font-size: 13px;
	line-height: 30px;
	color: #333;
}

.about h1 {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.about h3 {
    margin: 20px 0 5px;
}
.about h3 span {
    border-top: 2px solid #004C98;
    padding: 5px 0;
}
.lm {
	margin-top: 50px;
	margin-left: 50px;
	width: 200px;
	float: left;
}

.lmtitle {
	font-size: 22px;
	font-weight: normal;
	color: #484848;
	margin-bottom: 20px;
}

.lmtitle h1 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 1px;
	height: 40px;
	line-height: 40px;
	color: #000;
	margin-bottom: 0px;
}

.lm li {
	font-size: 22px;
	list-style: none;
	height: 40px;
	line-height: 40px;
}

.lm li a {
	color: #333;
	text-decoration: none;
}

.lm li a:hover {
	color: #e08100;
	text-decoration: none;
}

/*案例展示*/
.cus {
	border-top: 0;
	width: 1158px;
	margin: 0 auto;
    overflow: hidden;
}

.cus .til01 h4 {
	font-weight: normal;
	color: #333333;
	font-size: 28px;
	line-height: 68px;
    border-bottom: #ddd 1px solid;
	_display: inline;
	zoom: 1;
}

.cus .til01 h4 a {
	color: #333;
	font-weight: bold;
	font-size: 28px;
	padding-right: 10px;
	text-decoration: none;
}

.cus .til01 h4 f1 {
	font-size: 26px;
}

.cus .slide_m {
	position: relative;
	margin-top: 19px;
}

.cus .slide_m .btn {
	width: 17px;
	height: 54px;
	display: inline-block;
	position: absolute;
	top: 50px;
}

.cus .slide_m .btn_l {
	background: url(../img/cus_btn1.gif) no-repeat 0 0;
	left: -9px;
}

.cus .slide_m .btn_r {
	background: url(../img/cus_btn.gif) no-repeat 0 0;
	right: -9px;
}

.cus .slide_c {
	padding: 0 15px;
	text-align: center;
	width: 1128px;
	overflow: hidden;
	display: inline-block;
	height: 210px;
}

.cus .slide_c li {
	width: 210px;
	padding: 0 8px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

.cus .slide_c img {
	width: 206px;
	height: 168px;
	display: block;
	border: 1px solid #e0e0e0;
	padding: 1px;
}

.cus .slide_c li {
	list-style: none;
}

.cus .slide_c span a {
	display: block;
	height: 32px;
	color: #333;
	text-decoration: none;
	line-height: 32px;
}

.cus .slide_c span a:hover {
	color: #e08100;
}

.blg {
	background: #f9f9f9;
	margin-top: 30px;
	padding-bottom: 50px;
}

.e_p {
	width: 1160px;
	margin: 0 auto;
}

.evl .til01, .cus .til01, .ab .til01 {
	border: none;
}

.evl {
	border-top: 0;
	width: 1158px;
	overflow: hidden;
}

.evl .til01 h4 {
	font-weight: normal;
	color: #333333;
	font-size: 28px;
	line-height: 48px;
	margin-top: 28px;
	margin-bottom: 8px;
	margin-left: 19px;
	_display: inline;
	zoom: 1;
}

.evl .til01 h4 a {
	color: #333;
	font-weight: bold;
	font-size: 28px;
	padding-right: 10px;
	text-decoration: none;
}

.evl .til01 h4 f1 {
	font-size: 26px;
}

.evl_m {
	float: none;
	clear: both;
	padding: 5px 18px 0 18px;
}

.evl_m dl {
	padding-bottom: 20px;
	width: 550px;
	float: left;
	display: block;
	margin: 0px;
}

.evl_m dt {
	float: left;
	width: 179px;
}

.evl_m dt img {
	display: block;
	width: 175px;
	height: 144px;
	padding: 1px;
	border: 1px solid #e0e0e0;
}

.evl_m dd {
	width: 300px;
	float: left;
	margin-left: 10px;
	display: inline-block;
	line-height: 25px;
	text-align: left;
}

.evl_m dd h5 {
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}

.evl_m dd h5 a {
	overflow: hidden;
	color: #333;
	text-decoration: none;
}

.evl_m dd h5 a:hover {
	color: #e08100;
	text-decoration: none;
}

.evl_m dd .text {
	line-height: 24px;
	color: #333;
	width: 300px;
	font-size: 16px;
	padding: 10px 0 0 0;
	height: 72px;
	overflow: hidden;
}

.evl_m dd .chk {
	display: block;
	color: #333;
	float: right;
	color: #333;
}

.evl_m dd .chk {
	text-decoration: none;
	color: #333;
	margin-top: 5px;
}

.evl_m dd .chk:hover {
	color: #e08100;
	text-decoration: none;
}

.content {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase
}

.fl {
	float: left;
}

.fr {
	float: right;
}
/*首页行业动态*/
.d_w {
	overflow: hidden;
	height: 460px;
	margin-top: 20px;
}

.dyn {
	width: 570px;
	float: left;
	padding: 0px;
}

.dyn .til01 {
	border-bottom: #CCC 2px solid;
	height: 40px;
}

.dyn .til01 h4 {
	height: 35px;
	width: 480px;
	float: left;
	display: block;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
}

.dyn .til01 .more {
	padding: 0;
	float: right;
	display: block;
	background: url(../img/more1.png) no-repeat;
	margin-top: 25px;
	height: 5px;
	width: 36px;
}

.dyn_m dl {
	padding: 14px 0 18px;
}

.dyn_m dt {
	width: 234px;
	float: left;
	display: block;
}

.dyn_m dt img {
	display: block;
	width: 230px;
	height: 180px;
	border: 1px solid #e0e0e0;
	padding: 1px;
}

.dyn_m dd {
	width: 320px;
	display: block;
	float: left;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
}

.dyn_m dd h5 {
	height: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.dyn_m dd h5 a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.dyn_m dd h5 a:hover {
	color: #e08100;
}

.dyn_m dd p {
	color: #666;
	line-height: 24px;
	padding-bottom: 10px;
	font-size: 12px;
	height: 86px;
	overflow: hidden;
}

.d_chk {
	display: block;
	color: #e08100;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
}

.dyn_m ul {
	clear: both;
	margin-left: 0px;
	height: 155px;
	border: overflow: hidden;
	padding: 0px;
	padding-top: 20px;
}

.dyn_m li {
	clear: both;
	zoom: 1;
	height: 31px;
	line-height: 31px;
	+display: inline;
	font-size: 12px;
	width: 540px;
	overflow: hidden;
}

.dyn_m li span {
	float: right;
	color: #9d9b9b;
}

.dyn_m li a {
	flot: left;
	display: inline-block;
	width: 400px;
	color: #666666;
	text-decoration: none;
	background: url(../img/pro_lf_li.gif) no-repeat left 12px;
	padding-left: 12px;
	height: 31px;
}

.dyn_m li a:hover {
	color: #e08100;
	text-decoration: none;
}
/*常见问答*/
.wd {
	width: 500px;
}

.wd .til01 {
	height: 40px;
	border-bottom: #CCC 2px solid;
}

.wd .til01 h4 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
}

.wd .til01 .more {
	padding: 0;
	background: url(../img/more1.png) no-repeat;
	margin-top: 25px;
	width: 36px;
	height: 5px;
}

.wd_m {
	clear: both;
	zoom: 1;
	float: none;
	padding: 14px 0 0 20px;
	height: 350px;
	overflow: hidden;
}

.wd_m dl {
	padding: 0 0 18px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #cdc7be;
}

.wd_m dt {
	background: url(../img/wd.gif) no-repeat left 0;
	padding: 0 0 0 38px;
	line-height: 24px;
	margin-bottom: 3px;
	height: 24px;
	font-size: 13px;
	overflow: hidden;
}

.wd_m dt a {
	color: #222;
	font-weight: bold;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

.wd_m dt a:hover {
	color: #e08100;
	text-decoration: none;
}

.wd_m dd {
	background: url(../img/wd.gif) no-repeat left -24px;
	padding: 0 0 0 38px;
	line-height: 25px;
	margin: 0 auto;
	height: 50px;
	font-size: 13px;
	overflow: hidden;
}


/* 内页底部 */
.ft {
	padding: 30px 0;
	line-height: 32px;
	background-color: #004c98;
	text-align: left;
	border-top: #ddd 1px solid;
	color: #fff;
}

.ft .footer_in {
	text-align: left;
	width: 580px;
}

.ft .footer_in  p {
	font-size: 15px;
}

.ft .footer_in  p  a{
	color:#e08100;
}
.ft .footer_in  p  a:hover{
	color:#c00;
}
/* index_left */
.list_lbox {
	width: 230px;
	float: left;
	margin-bottom: 28px;
	overflow: hidden;
}
.list_lbox h1{ border-bottom:#ddd 1px solid;}
.list_lbox h2{ border-bottom:#ddd 1px solid;margin-bottom:15px;}
.list_lbox em{ font-size:20px; color:#333; margin-bottom:5px;}
.list_lbox span{ display:block; font-size:20px; padding-bottom:5px; color:#333; font-weight:normal;}
.left-sidebar{ width:230px; color:#333; font-size:14px;}
.all-menu{width:230px;}
.menu{position:relative;height:40px;line-height:40px;cursor: pointer;font-size:13px;border-top:#ccc 1px solid;border-bottom:#ccc 1px solid;margin:-1px 0 0;}
.menu a{ height:40px; line-height:40px; display:block; padding-left:20px;}
.menu a:checked{ background-color:#5999fd; color:#fff;}
.menu a:hover{ background-color:#f5f5f5;color:#333; text-decoration:none;}
.menu .list_down{display:block;width:30px;height:30px; background:url(../img/down.png) no-repeat center; background-size:15px;position:absolute;top:5px;right:5px;z-index:999;transition:linear 0.2s;}
.menu .cur{ background-color:#5c94cc; color:#fff;}

.sub-menu{display:none;cursor:pointer; font-size:13px;}
.block-menu{ display:block;}
.sub-menu ul{margin:0;}
.sub-menu li{ height:32px; line-height:32px; list-style:none;}
.sub-menu li a{ display:block; height:32px; line-height:32px; padding-left:35px; background:url(../img/dot.jpg) 20px center no-repeat;}
.sub-menu li a:hover{color:#5c94cc}


/* page_合作伙伴 */
.chapter {    width: 900px;
    padding: 50px 80px;
    _padding: 50px 50px;
    border: 1px solid #e1e1e1;
    line-height: 200%;
    margin: 50px auto;
	}
.chapter h1{ font-size:22px; color:#282828; line-height:44px; text-align:center;}

/* end */

/* page_关于博弘鑫 */
.content {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
}

.right {
	width: 930px;
	float: right;
	display: inline;
	overflow: hidden;
}

.right_main {
	width: 928px;
	min-height: 458px;
	border: solid 1px #e7e7e7;
	padding-bottom: 15px;
	overflow: hidden;
    margin-bottom: 10px;
    background-color: #fafafa;
}

.lx_tit {
	text-align: center;
	font-size: 28px;
	color: #333;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 20px;
}

.lx_dat {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.lx_img {
	text-align: center;
	margin: 20px 0;
}

.lx_text {
	padding: 20px 0;
	width: 890px;
	margin: 0 auto;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}

.lx_text p {
	margin: 5px 0
}

.lx_text img {
	max-width: 100%
}

.lx_sx {
	width: 890px;
	text-align: center;
	background: #f0f0f0;
	padding: 0 20px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
}

.lx_sx a {
	color: #999;
}

.lx_sx a:hover {
	color: #333;
}
/*---随机资讯--*/
.RandomNews {
	background-color: #fff;
	margin-bottom: 10px;
}

.diysr {
	background: #e7e7e7;
	height: 36px;
	line-height: 36px;
	padding-left: 27px;
	color: #151515;
}

.news_random {
	border: 1px solid #e7e7e7;
	width: 928px;
	padding-top: 8px;
	overflow: hidden;
}

.news_random li {
	height: 28px;
	line-height: 28px;
	padding: 0 17px 0 10px;
	width: 435px;
	float: left;
	overflow: hidden;
}

.news_random li a {
	background: url(../img/ico55.gif) no-repeat 0 4px;
	padding-left: 12px;
}

.news_random li a:hover {
	color: #EB9A05;
}
/*页数*/
.Page {
	width: 100%;
	text-align: center;
	padding: 10px;
	overflow: hidden;
}

.Page a {
	display: inline-block;
	width: 65px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	float: left;
	text-decoration: none;
	color: #333;
	outline: none;
}

.Page a:hover {
	background: #0094A2;
	color: #FFF;
	background-repeat: no-repeat;
}

.Page span {
	display: inline-block;
	min-width: 45px;
	padding: 0 10px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	float: left;
}

.Page a.current {
	background: #0094A2;
	color: #FFF
}
/* -- 当前位置 -- */
.plc {
	background: #e7e7e7;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	color: #151515;
	overflow: hidden;
	margin-bottom: 10px;
}

.plc a {
	color: #151515;
}

/*---产品中心---*/
.pro_main {
	border: solid 1px #e7e7e7;
	zoom: 1;
	padding: 10px 5px;
	overflow: hidden;
    margin-bottom: 10px;
    background-color: #fafafa;
}

dl.pd_list_dl {
	float: left;
	border: 1px solid #d9d9d9;
	width: 290px;
	_display: inline;
	zoom: 1;
	margin: 0 0 20px 10px;
}

dl.pd_list_dl dt img {
	display: block;
	width: 290px;
	height: 240px;
}

dl.pd_list_dl dd {
	margin-top: 3px;
	text-align: center;
	overflow: hidden;
}

dl.pd_list_dl dd.dd01 a {
	display: block;
	background: #f2f2f2;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
}

dl.pd_list_dl dd a:hover {
	color: #e08100;
}

/*---list 新闻---*/
.news_con {
    min-height: 458px;
    border: solid 1px #e7e7e7;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fafafa;
}

dl.news_dl {
	font-size: 14px;
	color: #666;
	padding: 5px;
	line-height: 22px;
    border-bottom: #ddd 1px solid;
    margin-bottom: 15px;
}

dl.news_dl a {
	color: #000;
}

dl.news_dl dt {
	margin-bottom: 3px;
	margin-top: 5px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

dl.news_dl .dt_1 {
	height: 20px;
	line-height: 20px;
	background: url(../img/ico10.gif) no-repeat 0 6px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

dl.news_dl .dt_1:hover {
	color: #0094a2;
}

dl.news_dl .dt_2 {
	font-size: 12px;
	float: right;
	padding: 0 10px 0 8px;
}

dl.news_dl dd {
	font-size: 12px;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.mb10 {
	margin-bottom: 10px;
}
