@CHARSET "UTF-8";
body.body-white{ background: #fff;}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}
.navbar .brand{
	padding:30px 20px 0;
}
.navbar-inner{
	min-height:100px;	
}
.navbar .nav{
	margin:0 10px 0 160px;
}
.navbar .nav > li > a {
    padding: 53px 0 27px;
	color: #0f1010;
	width:100px;
	text-align:center;
	font-size:14px;
}
.navbar .nav > li > a:hover {
	color: #f39231;
}
#main-menu-user{
	margin-left:0;	
}
.navbar .nav .user{
	padding: 53px 0 23;
	line-height: 20px;
}
.navbar .nav .headicon img{
	margin: 0 5px;
}
.navbar .nav .user a{
	font-size:14px;
	color:#5a5b5d;
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.navbar .nav a.headicon{
	color:#f28c29;
	font-size:18px;
}
.navbar .nav .user a:hover{
	background:none;
	color:#f28c29;
}

.product .span4{
	margin-left:0;
	text-align:center;
	margin-bottom:20px;
	height:230px;
	position:relative;
}
.product .span4 div{
	border:1px solid #e5e5e5;
	padding:50px 0;
	height:130px;
	
}
.product .span4 h2{
	margin:0;
	background:url(../images/icon.png);
	width:88px;
	height:88px;
}

.product .span4 h2.icon-1{background-position:0 0;}
.product .span4 h2.icon-2{background-position:0 -88px;}
.product .span4 h2.icon-3{background-position:0 -176px;}
.product .span4 h2.icon-4{background-position:0 -264px;}
.product .span4 h2.icon-5{background-position:0 -352px;}
.product .span4 h2.icon-6{background-position:0 -440px;}

/*.product .span4:hover h2.icon-1{background-position:right 0;}
.product .span4:hover h2.icon-2{background-position:right -88px;}
.product .span4:hover h2.icon-3{background-position:right -176px;}
.product .span4:hover h2.icon-4{background-position:right -264px;}
.product .span4:hover h2.icon-5{background-position:right -352px;}
.product .span4:hover h2.icon-6{background-position:right -440px;}*/


.product .span4 p{
	margin:0;
	padding:20px 0 0;
	font-size:18px;
	color: #0f1010;
}

.product .span4 ul{
	display:none;
	margin:0 15%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

.product .span4 li{
	color: #fff;
	text-align:left;
	font-size:14px;
}

.product .span4:hover{
	background:#f2902f;	
}
.product .span4:hover h2, .product .span4:hover p{
	display:none;
}
.product .span4:hover ul{
	display:block;	
}

.customer{
	background:#f5f5f5;
	padding:10% 0;
	text-align:center;
}

.aboutus{
	background:url(../images/aboutus.jpg) no-repeat;
	background-size:cover;
	padding-top:5%;
}

.aboutus div h2{
	font-size:30px;
	color:#000;
}
.aboutus div p{
	font-size:14px;
	color:#000;
	line-height:24px;
	text-indent:28px;
}

#footer{
	background:#3b3e42;
	padding:30px 0;
}

.phone{
	float:left;
	background:url(../images/phone.jpg) no-repeat;
	padding-left:85px;
	height:70px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-right:100px;
	font-family:Arial;	
	line-height:30px;
}

.wx{
	float:left;
	background:url(../images/wx.jpg) no-repeat;
	padding-left:100px;
	height:85px;	
	color:#fff;
	line-height:24px;
}

.wx b{
	font-size:24px;
	font-weight:bold;
	font-family:Arial;	
}

.copy{
	float:right;
	color:#fff;	
}

#backtotop{position: fixed;bottom: 50px;right:20px;display: none;cursor: pointer;font-size: 50px;z-index: 9999;}
#backtotop:hover{color:#333}

@media (min-width: 900px){
	.product .row{
		margin-left:30px;
	}
	.product .span4{
		margin-bottom:0;
	}
	.product .span4:first-child div{
		border-right:none;
	}
	.product .span4:last-child div{
		border-left:none;
	}
	.product .row:last-child .span4 div{
		border-top:none;
	}
	.product .row:last-child{
		margin-bottom:60px;
	}
	.aboutus div{
		min-height:514px;
	}
}
@media (max-width: 900px){
	.navbar .nav{
		margin:0 10px;
	}
	.navbar .nav > li > a{
		padding: 9px 15px;	
		display:block;
		width:auto;
	}
}

		