/* ================================== bootstrap reset =============================== */
/*tabs elements*/
body {
	font-family: '微软雅黑', Microsoft Yahei;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
a:hover {
	color: #ff5601;	
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #5db3b7;	
}
dt {
	font-weight: normal;
}
.hr {
	margin: 0;
	border-top: 1px dashed #ccc;
}
.thumbnail {
	margin-bottom: 10px;
	padding: 8px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
}*/

.thumbnail .caption p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-t-15 {
	padding-top: 15px;
}

.btn-primary {
	background-color: #00adff;
	border-color: #00adff;
}
.btn-primary:hover {
	background-color: rgb(3, 109, 203);
	border-color: rgb(3, 109, 203);
}
.bg-white {
	background-color: #fff;
}
.box-border {
	border: 1px solid #e0e0e0;
}

.navbar-brand {
	height: auto;
	width: 315px;
	padding: 0;
	overflow: hidden;
}
.navbar-header .navbar-toggle {
	border-color: #ccc;
}
.navbar-toggle .icon-bar {
	background-color: #003a8e;
}

/* ================================== layout =============================== */

* {
	word-break: break-all;
	word-wrap: break-word;
}
body {
	line-height: 1.8;
	/*background: url(../images/backgrounds/wild_oliva_light.png);*/
}
header {
	background: url(../images/backgrounds/header-bg.png);
	background-repeat: repeat-x;
	/*background-color: #fff;*/
	border-bottom: 8px solid #036dcb;
}
header .p-right {
	position: absolute;
	right: 0;
}
section {
	/*background-color: #fff;*/
}
article {
	margin-bottom: 20px;
	overflow: hidden;
}
article h1 {
	font-family: '微软雅黑','黑体';
	font-size: 26px;
	font-weight: normal;
}
article img {
	max-width: 100%;
}

.content-main {
	padding-top: 20px;
	background-image: url(../images/backgrounds/content-main-bg.png);
	background-repeat: repeat-x;
}

.overflow-ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
}
p.overflow-ellipsis {
	height: 25px;
}
.banner {
	background-color: #eee;
}
.un-margin-bottom {
	margin-bottom: 0;
}
.un-padding-bottom {
	padding-bottom: 0 !important;
}

.margin-bottom {
	margin-bottom: 15px;
}

.list-li li {
	border-bottom: 1px dashed #eee;
	padding: 5px 0 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 导航 */
.navbar {
	border: none;
	border-radius: 0px;
	margin-bottom: 0;
	min-height: 30px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #2d190f;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #036dcb;
	background-image: -moz-linear-gradient(top, #00adff, #036dcb); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00adff), color-stop(1, #036dcb)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adff', endColorstr='#036dcb', GradientType='0'); /* IE*/
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #999;
}

/* 产品列表 */
.portfolio_photo {
	height: 150px;
	margin-bottom: 20px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.thumbnail .portfolio_photo {
	margin-bottom: 0;
}
.portfolio_photo a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.portfolio_photo:hover a {
	color: #ffffff;
	text-decoration: none;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.portfolio_photo a p {
	padding: 10px;
	position: absolute;
	bottom: 0;
}
.portfolio_photo a i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background: url(../images/backgrounds/wild_oliva_blue_light.png);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	height: 50px;
	width: 50px;
	border: solid 5px;
}


/* 相册 */


/* 友情链接 */
#bottom-link {
}

/* 首页置顶 */
.zd-box .thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
}

/* ================================== theme =============================== */
.required {
	padding-left: 3px;
	color: #f00;
}
.error-404 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.error-404 p {
	font-size: 30px;
}
.error-404 strong {
	font-size: 100px;
}

.panel-default {
	border: none;
	background-color: transparent;
	box-shadow: none;
}
.panel-heading {
	padding: 10px 0 0 0;
}
.panel-default>.panel-heading {
	font-weight: normal;
	background-color: transparent;
	margin-top: -2px;
	border-bottom: #8a8a8a 2px solid;
	font-size: 20px;
}
.panel-default>.panel-heading> small {
	font-size: 14px;
	color: #c2c2c0;
	text-transform: uppercase;
}
.panel-default>.panel-heading> span {
	display: inline-block;
	border-bottom: 2px solid #ff6600;
	margin-bottom: -2px;
	position: relative;
}
.panel-default>.panel-heading> span > .triangle-up {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #ff6600;

}

.side-box .panel-heading {
	padding: 5px 10px 0;
	font-size: 16px;
}
.side-box .panel {
	background-color: #f5f5f5;
}
.side-box .panel-body {
	padding: 10px;
}
.side-box {
	margin-left: -3px;
}
.link {
	border: none;
}
.link>.panel-heading {
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 0;
	color: #666;
}
.panel-body {
	padding: 10px 0 0;
}
.panel-heading a.more {
	float: right;
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
	margin-top: 10px;
}
.panel-heading a.more:hover {
	color: #999;
}

.list-li li em {
	padding: 2px 3px;
	margin-right: 5px;
	font-style: normal;
	background-color: #e8e8e8;
}
.list-li li em.hot {
	background-color: #036dcb;
	color: #fff;
}

.li-icon .glyphicon {
	margin-right: 5px;
	color: #999;
}
.main-box {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-bottom: 20px;
}
.main-box .panel-default {
	border-color: transparent;
	box-shadow: none;
}
.main-box .panel-default>.panel-heading {
	font-size: 16px;
	background-color: #fff;
	border-color: #f4f4f4;
	border-width: 5px;
	padding: 2px 0px;
}
.relative {
	position: relative;
	z-index: 1000;
}
footer {
	margin-top: 20px;
	padding-top: 15px;
	color: #ffffff;
	border-top: solid 5px #b7b7b7;
	background-color: #4d4948;
	z-index: 0;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h3 {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: solid 1px #555555;
}
#copyright {
	padding: 15px 0;
	background-color: #333;
	font-weight: 300;
	color: #999999;
}

.p-box {
	padding: 30px 0;
}
.bg-f7 {
	background-color: #f7f7f7;
}

/* 滚动 */
.roll-box {
	margin: 0 5px;
	height: 220px;
	overflow: hidden;
}
.roll-box ul {
	padding: 0;
	margin: 0;
}
.roll-box .li {
	width: 219px;
	height: 220px;
	float: left;
	padding: 10px;
	overflow: hidden;
	display: block;
}
.roll-box .li p {
	text-align: center;
}
.roll-box .li .thumbnail {
	display: block;
	width: 200px;
	height: 165px;
	border: 1px solid #ccc;
	padding: 5px;
}
.roll-box .portfolio_photo {
	height: 150px;
}
.roll-box .li .caption {
	padding: 0;
}
.roll-box .li .caption h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}