/* dede58.com 做最好的织梦模板 */
@charset "gb2312";
/* 全局样式 */
body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	
}
a {
	color:#1c5fa3;
	text-decoration:none
}
a:hover, a:focus {
	color: #1c5fa3;
	text-decoration: underline
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0;
}
img {
	padding: 0;
	margin: 0;
	border: 0px;
}
*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-success, #button {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, menu, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .nav:before, .nav:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .nav:after, .row:after {
	clear: both;
}
::-moz-selection { /*针对Firefox*/
background:#03be03;
color:#fff;
}
::selection {
	background:#03be03;
	color:#fff;
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.container {
	width:1140px;
	min-width:1140px
}
.row {
	margin-right:-15px;
	margin-left:-15px
}
.pull-left {
	float:left!important
}
.pull-right {
	float:right!important
}
.list-unstyled {
	padding:0;
	margin:0;
	list-style:none
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.pingpu-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;/*position: relative;*/
	background-attachment: fixed;
}
.pingpu-bg, .rslides, .fuwu-bg, .news, .ny-banner {
	min-width:1170px
}
.sx-padding {
	padding:20px 0;
}
.f-title {
	font-size: 24px;
	padding: 0;
	margin:0 0 25px 0;
	color: #000000;
}
.f-title small {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 10px;
}
.btn-success {
	color: #fff;
	background-color: #7eb000;
	border-width: 0px;
	border-radius: 5px;
	padding: 10px 20px 8px 20px;
	margin: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-success.about-more {
	padding: 14px 30px 12px 30px;
}
.btn-success.news-more {
	padding: 7px 10px 5px 10px;
	margin-left:0;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	color: #fff;
	background-color: #589ED7;
	text-decoration: none;
}
.btn {
	margin: 20px 0 0 0;
}
.red {
	color:#f75a53 !important;
}
.diwen {
	color:#FFFFFF;
	background-color:#f75a53;
	padding:10px 20px;
}
/* 全局结束 */
/*head start */
.header {
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	height: 100px;
}
.header-top {
	z-index:999999999 !important;
}
/* LOGO */
.header h1 {
	margin:0;
	padding:0;
}
.header.logo {
	padding-top: 0px;
	padding-bottom: 32px;
	display: table;
}
.header h1 small {
	display: table;
	padding-left: 25px;
	margin-left: 25px;
	line-height: 26px;
	margin-top: 24px;
	font-style: italic;
}
.header h1 small a {
	color: #999;
}
/* NAV */
.nav {
	display: table;
	height:50px;
	background-image:url(/css/../images/2.gif);
	background-repeat:repeat-x;
	width:100%
}
.nav .nav-bar {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;	


}
.nav-bar > li {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-top:0px;
	
}
.nav-bar > li:hover, .nav-bar > li.active {
	background-image:url(/css/../images/3.gif);
	background-repeat:repeat-x
}
.nav-bar > li > a {
	padding: 12px 24px 12px 24px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.nav-bar > li > a:hover, .nav-bar > li:hover a, .nav-bar > li.active a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-bar > li small {
	display: none;
	color: #FFFFFF;
	font-size: 12px;
}
.nav-bar > li:hover small, .nav-bar > li.active small {
	display: block;
}
.nav-bar > li ul {
	display: none;
	background-color: #F75A53;
	border-bottom-left-radius: 5px;
	padding: 0 0 5px 0;
	border-bottom-right-radius: 5px;
	position: absolute;
	left: 0px;
	top: 72px;
	z-index:9999999999;
}
.nav-bar > li:hover ul {
	display:block;
}
.nav-bar > li ul li a {
	line-height: 28px;
	padding: 5px 30px;
	color: #666666 !important;
	border-bottom: 1px solid #F5F5F5;
	display: block;
	background-color: #FFFFFF !important;
	min-width: 70px;
	text-align: left;
}
.nav-bar > li ul li a:hover, .nav-bar > li ul li a.hover {
	background-color: #FE7A75 !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border-bottom: 1px solid #F75A53;
}
/* Banner广告 */
.rslides {
	height:350px;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	position:relative;
	list-style:none;
}
.rslides li {
	width:100%
}
.banner {
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	
	height:350px;
	margin-top:0px;
}
.rslides_nav {
	height: 56px;
	width: 36px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	top:325px;
}
.rslides_nav.next {
	background-image: url(/css/../images/banner-left.png);
	left: 30px;
}
.rslides_nav.prev {
	background-image: url(/css/../images/banner-right.png);
	right: 30px;
}
.rslides_tabs {
	margin:12px auto 0;
	clear:both;
	text-align:center;
	width:50px;
}
.rslides_tabs li {
	display:inline;
	float:none;
	_float:left;
    *float:left;
	margin-right:5px
}
/* News 新闻 */
.news {
	background-color: #F5F5F5;
}
.news section {
	width: 520px;
	float: left;
}
.news section.bianju {
	margin-left: 30px;
	margin-right: 30px;
}
.news section h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding:0;
	margin:0 0 20px 0;
}
.news section h2 small {
	font-size: 16px;
}
.news section ul li {
	line-height: 30px;
}
.news section ul li a {
	color: #888888;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 270px;
	display: block;
	float: left;
}
.news section ul li a:hover {
	color: #7eb000;
}
.news section ul li small {
	color: #999999;
	
}
.news section p {
	margin-top:20px;
	margin-bottom:5px;
}
/* 公司介绍 */
.fuwu-bg {
	background-repeat: no-repeat;
	background-position: center center;  /*position: relative;*/
	background-attachment: fixed;
	background-color: #F2F2F2;
	background-image:url(/css/../images/1.JPG)
}
.fuwu .f-title, .fuwu .f-title small {
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
}
.fuwu {
	position: relative;
}
/* 成功案例  有边距样式 */ 
.fuwu figure {
	background-color: rgba(255,255,255,0.35);
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	width: 202px;
	height:202px;
	float: left;
	margin-top: 0px;
	position: relative;
    border-radius: 200px;
}
.fuwu figure.bianju {
	margin-left: 60px;
	margin-right: 60px;
}

.fuwu figure figcaption {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
.fuwu figure figcaption a {
	color: #fff;
	font-size: 14px;
	
}
.fuwu figure figcaption a:hover {
	text-decoration: underline;

}
.fuwu figure p {
	line-height: 30px;
	color: #000000;
}
.fuwu figure figcaption a.btn-success {
	margin-bottom:10px;
}

.fl-case {
	height:42px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.fl-case a {
	background-color: #F7F7F7;
	color: #666666;
	width: 228px;
	height:40px;
	line-height:40px;
	display: inline-block;
}
.fl-case a:hover {
	background-color: #f75a53;
	color: #FFFFFF;
	text-decoration: none;
}
.case figure {
	width: 360px;
	float: left;
	position: relative;
	height: 256px;
	margin: 15px;
}
.case figure .new {
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(/css/../images/new.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
.case figure:hover figcaption {
	display:block;
}
.case figure figcaption {
	position: absolute;
	width: 300px;
	height: 196px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(247,90,83,0.70);
	padding: 30px;
	color: #FFFFFF;
	text-align: left;
}
.case figure figcaption h3 {
	font-size: 18px;
	font-weight: bold;
	margin:0 0 8px 0;
}
.case figure figcaption h3 a, .case figure figcaption p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.case figure figcaption h3 a:hover, .case figure figcaption p a:hover {
	text-decoration: none;
}
.case figure figcaption p {
	margin:0;
	line-height:28px;
}
.case-more-top {
	margin-top:15px !important;
}
.case-more {
	padding: 7px 10px 5px 10px;
	margin-left: 0;
	background-color: rgba(255,255,255,0.70);
	color: #f75a53 !important;
	text-decoration: none !important;
}
.case-more:hover {
	color: #FFFFFF !important;
}
/* 产品展示 */
.kehu {
	background-color: #F7F7F7;
}
.kehu .row {
	margin: 0 2px 15px 2px;
}

.kehu figure {
	width: 300px;
	float: left;
	position: relative;
	height: 150px;
	border: 1px solid #EDEDED;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}
.kehu figure.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.kehu figure:hover figcaption {
	display:block;
}

.kehu figure figcaption {
	position: absolute;
	width: 300px;
	height: 150px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(26,95,160,0.70);
	color: #FFFFFF;
	text-align: center;
	line-height:100px
}

.kehu figure figcaption {
	font-size: 16px;
}
.kehu figure figcaption a {
	color:#FFFFFF;
}
.kehu figure figcaption a:hover {
	text-decoration: underline;
}
.wenzi
{
	width: 300px;
	float: left;
	position: relative;
	height: 300px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	background-color:#FFFFFF;
	padding: 5px 15px 5px 15px;
	margin-bottom: 0px;}
.wenzi.bianju {
	margin-left: 30px;
	margin-right: 30px;
}
.wenzi.top1 {
	margin-top: 10px;
}
.wenzi a {
	color: #0f0f0f;
	font-size: 16px;
	
}
.wenzi a:hover {
	text-decoration: underline;
}
.wenzi small {
	font-size: 12px;
	color:#000;
	line-height:20px
	
}


.btn-products{
	color: #fff;
	font-size:12px;
	background-color: #1c5fa3;
	border-width: 0px;
	border-radius: 5px;
	padding: 5px 30px 5px 30px;
	margin: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn-products:hover, .btn-products:focus, .btn-products:active {
	color: #fff;
	font-size:12px;
	background-color: #589ED7;
	text-decoration: none;
}
/* 会议培训等 */
.meeting {
	background-color: #F7F7F7;
}
.peixun
{
	width: 215px;
	float: left;
	position: relative;
	height: 140px;
	border: 0px solid #EDEDED;
	background-color:#FFFFFF;
	padding: 0px;
	margin-bottom: 0px;}
.peixun.bianju {
	margin-left:30px;
	margin-right:1px;
}
.peixin.bianju1{
	margin-left:1px;
	margin-right:1px}
.peixun.top1 {
	margin-top: 2px;
}

/* 咨询信息 */
.zx-bg {
	background-repeat: no-repeat;
	background-position: center center;  /*position: relative;*/
	background-attachment: fixed;
	background-color: #F2F2F2;
}
.zx .f-title, .zx .f-title small {
	color:#FFFFFF;
}
.zx {
	position: relative;
}
.zx figure {
	background-color: rgba(255,255,255,0.80);
	padding: 58px 10px 40px 10px;
	margin-bottom: 20px;
	width: 240px;
	float: left;
	margin-top: 80px;
	position: relative;
	height:180px
}
.zx figure.bianju {
	margin-left: 48px;
	margin-right: 15px;
}
.zx figure.bianju1 {
	margin-left: 15px;
	margin-right: 15px;
}
.zx figure a.pic1, .zx figure a.pic2, .zx figure a.pic3, .zx figure a.pic4  {
	height: 130px;
	width: 130px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	position: absolute;
	top: -65px;
	left:65px;
}
.zx figure a.pic1 {
	background-image: url(/css/../images/1.png);
	background-repeat: no-repeat;
}
.zx figure a.pic2 {
	background-image: url(/css/../images/2.png);
}
.zx figure a.pic3 {
	background-image: url(/css/../images/3.png);
}
.zx figure a.pic4 {
	background-image: url(/css/../images/4.png);
}
.zx figure figcaption {
	margin-top: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}
.zx figure figcaption a {
	color: #f75a53;
	font-size: 16px;
}
.zx figure figcaption a:hover {
	text-decoration: underline;
}
.zx figure p {
	line-height: 30px;
	color: #000000;
}
.zx figure figcaption a.btn-success {
	margin-bottom:10px;
	}
/* 结束 */
.footer {
	position: relative;
	line-height: 28px;
}
.footer.sx-padding {
	padding-bottom:0;
}
.footer section {
	width: 340px;
	float: left;
}
.footer section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}
.footer section h3 {
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding:0 0 30px 0;
	margin:0;
}
.footer section h3 small {
	font-size: 16px;
}
.footer section h4 {
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding:14px 0 10px 0;
	margin:0;
}
.footer, .footer a {
	color: #babcbd;
	font-size:12px;
}
.footer a:hover {
	color: #fff;
}
.footer p {
	padding:0;
	margin:0;
}
.footer section address {
	font-style: normal;
	margin:0;
	padding:0;
}
