@charset "utf-8";
/* 全局样式 */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0;
}
img {
	padding: 0;
	margin: 0;

}

details, figcaption, figure, header, nav, section{
	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:#f75a53;
color:#fff;
}



.text-left {
	text-align:left
}
.text-right {
	text-align:right
}


.pingpu-bg{
	min-width:1170px
}

.f-title {
	font-size: 24px;
	padding: 0;
	margin:0 0 25px 0;
	color: #000000;
	
}
.fade-name{animation-name: fadeInUp;}
.f-title small {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 10px;
}
.btn-success {
	color: #fff;
	background-color: #f39c12;
	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{
	padding: 10px 20px;
	margin-left:0;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	color: #fff;
	background-color: #00758e;
	text-decoration: none;
}
.btn {
	margin: 20px 0 0 0;
}

.s-m40 {
	margin-top:40px;
}



/* 知名客户 */
.kehu {
	background-color: #F7F7F7; background:url(../images/2014092201299540.png);
}
.kehu .row {
	margin: 0 2px 15px 2px;
	border-left: 1px solid #EDEDED;

	border-top: 1px solid #EDEDED;
}
.kehu figure img{
	border-right: 1px solid #EDEDED;
    width: 162px;
}
.kehu figure {
	width: 162px;
	float: left;
	position: relative;
	height: auto;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	background-color:#FFFFFF
	visibility: visible;
}
.kehu figure:hover figcaption {
	display:block;
}
.kehu figure figcaption {
	position: absolute;
	width:100%;
	height: 83px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(117,169,232,0.50);
	color: #FFFFFF;
	text-align: center;
	line-height:100px
}
.kehu figure figcaption {
	font-size: 15px;
}
.kehu figure figcaption a {
	color:#FFFFFF;
}
.kehu figure figcaption a:hover {
	text-decoration: underline;
}






/* 成功案例  有边距样式 */ 

.case figure {
	float: left;
	position: relative;
	margin:2%;
	height:auto;
}

.case figure a img,.case figure img{ display:block; width:100%; height:auto;}

.case figure:hover figcaption {
	display:block;
}
.case figure figcaption {
	position: absolute;
	height:100%;
	width:100%;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(0, 117, 142, 0.8);
	padding: 15px;
	color: #FFFFFF;
	text-align: center;
}
.case figure figcaption h3 {
	font-size: 16px;
	font-weight: bold;
	margin:0 0 8px 0;
}
.case figure figcaption h3 a, .case figure figcaption p a {
	color: #FFFFFF;text-decoration: none;
}
.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:7% !important;
	margin-left:60% !important;
}
.case-more {
	padding: 7px 10px 5px 10px;
	margin-left: 0;
	background-color: rgba(255,255,255,0.80);
	color: #f75a53 !important;
	text-decoration: none !important;
}
.case-more:hover {
	color: #FFFFFF !important;
	background-color: rgba(243,156,18,0.90);
}

/* 版权/联系/留言 */
.footer {
	position: relative;
	line-height: 28px;
}
.footer.sx-padding {
	padding-bottom:0;
}
.footer section {
	width: 400px;
	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 15px 0;
	margin:0;
}
.footer section h3 small {
	font-size: 16px;
}
.footer section h4 {
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding:0px 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;
}

.foot {
	background-color: #14171a;
	border-top:1px solid #CCC;
}
.foot p {
	margin:0;
	padding:0;
}
.foot .copy {
	height: 70px;
	line-height: 70px;
}
.foot, .foot a {
	text-transform: uppercase;
	font-size: 12px;
	color: #babcbd;
}
.foot .renzheng img {
	margin-left: 10px;
	margin-top:19px;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin: 20px 0;
	visibility: visible;
}