/*清除默认导航样式*/
.navbar{
	margin-bottom: 0;
	border-bottom: 1px solid #f6f6f6;
}
.navbar-brand{
	height: auto;
	padding: 17px 15px;
}
.navbar-brand>img{
	width: 180px;
}
.navbar-nav>li>a{
	height: 70px;
	line-height: 70px;
	padding: 0 6px;
}
.nav>li{
	margin: 0 10px;
}
/*设置导航样式*/
.nav>li>a{
	color: #333;
}
.nav>.active>a{
	color: #d4000f;
	border-bottom: 2px solid #d4000f;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	color: #d4000f;
}
.nav>li>.en:focus, .nav>li>.en:hover{
	color: #333;
}
.nav>li>.en{
	margin-left: 15px;
}

.nav>li>.en>img{
	margin-right: 5px;
}
.navbar-toggle{
	margin: 15px 10px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 5px;
}
.navbar-toggle .icon-bar{
	background-color: #9d9d9d;
}

/*占位*/
.null{
	width: 100%;
	height: 70px;
}


/*轮播图*/

.carousel-indicators .active,.carousel-indicators li{
	width: 6px;
	height: 6px;
	margin: 0;
}

.carousel-caption{
	width: 26%;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	padding: 30px;
	text-align: left;
	text-shadow: none;
	color: #333;
}
.carousel-caption>p{
	line-height: 1.6;
	width: 100%;
	height: 72px;
	margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.carousel-caption>a{
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #303030;
	color: #303030;
}
.carousel-caption>a>span{
	margin-left: 15px;
	font-size: 12px;
}
.carousel-caption>a:hover{
	background-color: #303030;
	color: #fff;
}

/*路径导航*/
.path{
	padding-top: 15px;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.breadcrumb>li>a{
	color: #333;
}
.breadcrumb>li>a>img{
	vertical-align: sub;
	margin-right: 8px;
}
.breadcrumb>.active{
	color: #999;
}
.breadcrumb>li+li:before{
	color: #9e9e9e;
}


/*标题*/
.title{
	padding-top: 15px;
	padding-bottom: 5px;
}




/*底部*/
.footer{
	padding: 50px 0;
}
.footer-nav>li>a{
	color: #c8c8c8;
	padding: 0 25px;
	border-left: 2px solid #4a4a4a;
	line-height: 1;
}
.footer-nav>li:first-child>a{
	padding: 0 25px 0 0;
	border: none;
}
.footer-nav>li>a:hover{
	color: #fff;
}

.footer-tel{
	padding: 25px 0;
}
.footer-tel>img{
	margin-right: 5px;
}
.code-img{
	display: inline-block;
}
.code-img>img{
	margin: 0 auto;
}
.code-img>p{
	padding-top: 5px;
}

.bottom{
	padding: 25px 0;
}
.bottom p img{
	margin-right: 10px;
}

/*手机底部*/
.tel-null{
	width: 100%;
	height: 60px;
}
.tel-footer{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 1000;
}
.tel-footer-img{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	text-align: center;
}
.tel-footer-img>a>img{
	display: inline-block;
	max-height: 40px;
}



/*侧边栏*/
.sidebar{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	box-shadow: 0 3px 15px #f8f8f8;
	padding: 0 5px;
}
.sidebar>ul>li{
	padding: 10px 5px;
	border-top: 1px solid #eee;
}
.sidebar>ul>li:first-child{
	border: none;
}
.sidebar>ul>li>a{
	color: #888;
}
.sidebar>ul>li>a>p{
	padding: 5px 0;
}
