img {
	width: 100%;
}

body {
	padding-top: 60px;
}


/*header*/

.logo {
	width: 150px;
	margin-right: 20px;
	padding: 15px 0;
}

.navbar-style {
	background-color: #fff;
	margin: 0;
	/*padding: 20px 0;*/
}

.navbar-style .nav-style>li {
	margin: 0 5px;
}

.navbar-style .nav-style>li>span.split {
	display: block;
	padding: 28px 0;
}

.navbar-style .nav-style>li>a,
.navbar-style .nav-style>li>a:hover,
.navbar-style .nav-style>li>a:focus {
	/*border-bottom: 2px solid #ff6549;*/
	margin: 0 10px;
	padding: 28px 0;
	font-size: 1.2em;
	border-bottom: 2px solid #fff;
}

.navbar-style .nav-style>li>a:hover,
.navbar-style .nav-style>li>a:focus {
	background-color: none;
	border-bottom: 2px solid #ff6549;
}

.navbar-style .nav-style>.active>a,
.navbar-style .nav-style>.active>a:hover,
.navbar-style .nav-style>.active>a:focus {
	background: none;
	border-bottom: 2px solid #ff6549;
}

.navbar-default .navbar-toggle {
	background-color: #fff;
	border: 1px solid #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	border: 1px solid #ff6549;
}


/*end header*/


/**/

.objectives-item-list {
	position: relative;
	z-index: 999;
	margin-top: -100px;
	padding: 10px 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 1px #eaeaea;
}

.objectives-item-icon {
	width: 6em;
}

.objectives-item-list p {
	color: #999;
}

.index-case-list h5 {
	line-height: 3em;
}

.img-link-style {
	position: relative;
	display: block;
}

.img-link-style:hover:after {
	content: "查看更多 >>";
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/*background: rgba(203, 102, 73, 0.8);*/
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.index-title {
	margin: 50px 0;
}

.index-title span {
	margin-left: 10px;
	color: #ccc;
	font-size: 0.8em;
}

.case-link {
	font-size: 18px;
	color: #999;
	display: block;
	padding: 10px 0;
}

.case-link:hover {
	color: #ff6549;
	font-weight: bold;
}

.index-company-intro {
	margin: 50px 0;
	padding: 60px 0;
	background: url(../img/index-company-intro-bg.jpg) no-repeat;
	/*background-origin:content-box;*/
	background-position: center;
}

.index-company-intro-inner {
	width: 60%;
	margin: 20px auto;
	background-color: #fff;
}

.index-company-intro-left {}

.index-company-intro-right {
	padding: 30px 20px;
	line-height: 2em;
	font-size: 1.2em;
}

.index-company-intro-right h2 {
	margin-bottom: 20px;
	font-size: 2.2em;
}

.index-company-intro-right h5 {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #999;
}

.index-company-intro-right p {
	margin-bottom: 20px;
}

.index-company-intro-right a {
	color: #fbaf0b;
	border: 1px solid #fbaf0b;
	padding: 10px 20px;
	text-decoration: none;
}

.index-company-intro-right a:hover {
	color: #ff6549;
	border: 1px solid #ff6549;
}

.footer {
	background: url(../img/footer-bg.png) no-repeat center center;
	margin-top: 100px;
	padding: 100px 0;
	border-top: 120px solid #efefef;
	border-bottom: 120px solid #efefef;
}

.index-contact-title {
	color: #fff;
	font-size: 2em;
	margin-bottom: 30px;
}

.index-contact ul {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}

.index-contact ul li {
	color: #959696;
	line-height: 2em;
	margin: 10px 0;
}

.index-contact ul li a {
	color: #959696;
	line-height: 2em;
	margin: 10px 0;
}


/*planing.html*/

.case-title {
	background: url(../img/case-title-bg.png) no-repeat;
	padding: 20px 0;
	color: #fff;
}

.case {
	padding: 50px 0;
}

.case-breadcrumb {
	background: none;
}

.case-breadcrumb a {
	color: #333;
	font-size: 1.2em;
}

.case-breadcrumb li.active {
	font-size: 1.6em;
	color: #ff6549;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 50px;
	}
	.logo {
		width: 120px;
		padding: 12px 10px;
	}
	.index-company-intro-inner {
		width: 100%;
		box-shadow: 1px 1px 1px #eaeaea;
	}
	.index-case-list h5 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.case-link {
		margin-bottom: 30px;
		padding: 0;
	}
	.index-company-intro-inner {
		margin: 0 auto;
	}
	.index-company-intro {
		margin: 20px 0;
	}
	.objectives-item-list {
		margin-top: 0;
		padding: 10px 0;
	}
}