.second-nav{
	background: #E62129;
	height: 70px;
}
.second-nav li{
	float: left;
	width: 50%;
	text-align: center;
}
.second-nav li a{
	color: #fff;
	text-decoration: none;
	margin-left: 14px;
	display: inline-block;
	width: 100%;
	font-size: 1.25em;
	margin-top: 14px;
	position: relative;
}
.second-nav li a span{
	display: inline-block;
	width: 26px;
	height: 30px;
	position: relative;
	top: 6px;
	margin-right: 10px;
	background-position:top center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}
.second-nav li:first-child a span{
	background-image: url(../images/buiness-intro-nav-icon1.png);
}
.second-nav li:last-child a span{
	background-image: url(../images/buiness-intro-nav-icon2.png);
}
.second-nav li:first-child a:before{
	content: "";
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 12px;
}
.sideStick{
	position: relative!important;
	top: 0px!important;
	width: 100%!important;
	}
@media (min-width:992px ) {
	.sideStick{
		height: 70px!important;
		margin-top: 30px;
	}
	
	.second-nav li a:after{
		content: "";
		border: 10px solid transparent;
		border-top-color: #E62129;
		position: absolute;
		left: 46%;
		top: 56px;
		display: none;
	
	}
	.second-nav .active a:after{
		display: block;
	}
	
}
@media (max-width:991px){
	.second-nav{
		background: #fff;
		height: auto;
		padding:0px 20px;
		
	}
	.second-nav li{
		float: none;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.second-nav li:last-child{
		border-bottom: none;
	}
	.second-nav li a{
		line-height: 70px;
		margin-top:0px;
		font-size: 1.25em;
		color: #333;
	}
	/*竖线消失*/
	.second-nav li:first-child a:before{
		display: none;
	}
	/*改变图标*/
	.second-nav li a span{
		background-position: left -64px ; 
	}
	.second-nav li a:hover{
		color: #E62129;
	}
	.second-nav li a:hover span{
		background-position: left -128px ; 
	}
	.second-nav .active a{
		color: #E62129;
	}
	.second-nav .active a span{
		background-position: left -128px ; 
	}
}
.btn-block{
	border: none;
	outline: none;
	 margin-top: 30px;
    background: #E62129;
    color: #fff;
    font-size: 1em;
    padding: 15px 15px;
    text-align: left;
    position: relative;
}
.btn:hover{
		color: #fff;
}
.btn:focus, .btn:active:focus{
	outline: none;
	color: #fff;
}
.btnSet button i {
    position: absolute;
    right: 15px;
    top: 19px;
    }
    

/*内容样式开始*/
.before-intro{
	color: #333;
	font-size: 1.25em;
}
.business-range-list{
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.business-range-list:hover{
	box-shadow: 0px 3px 10px rgba(122,122,122,.6);
}
.business-range-list p{
	font-size: 1em;
	color: #666;
	line-height: 24px;
}
.container div:nth-child(3){
	height: auto !important;
}

/*咨询及购买指南样式开始*/
.guide-top-box{
	padding: 30px;
}
.contact-list{
	margin-top: 20px;
	color: #666;
	font-size: 1.125em;
}
.contact-list img{
	float: left;
}
.contact-list p{
	display: table-cell;
}
.guide-title{
	font-size: 1.875em;
	border-left: 6px solid #E62129;
	padding-left: 12px;
	margin-bottom: 30px;
}
.number{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 3px solid #666;
	border-radius: 50%;
	font-size:1.875em;
	line-height: 54px;
	text-align: center;
	color: #666;
	margin-right: 20px;
}
.number-txt{
	font-size:1.5em ;
	color: #333;
	font-weight: bold;
}
.guide-txt{
	margin:10px 0px 10px 30px ;
	border-left: 1px solid #666;
	padding: 20px 0px 20px 20px;
	font-size:1.25em ;
}
.guide-litte-txt{
	font-size: 0.8em;
}
