/*reset*/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
tr,
form,
ul,
ol,
li,
dl,
dt,
dd,
input,
button,
textarea,
figure {
	margin: 0;
	padding: 0;
}
table,
caption,
tr,
td,
th {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
fieldset,
img {
	border: none;
}
ul,
ol,
li {
	list-style: none;
	vertical-align: bottom;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	-moz-outline: none;
}
a.white {
	color: #fff;
	text-decoration: underline;
}
/*--------------------------------------------------
	[PAGE HEADER]
----------------------------------------------------*/

body {
	overflow-y: scroll;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
	letter-spacing: 0.07em;
}
h2 {
	line-height: 1.5em;
	font-weight: normal;
}
h2 span {
	border-bottom: 2px solid #0A9240;
}
h3 {
	line-height: 2em;
	font-weight: bold;
	color: rgb(63, 82, 99);
}
p {
	letter-spacing: 0.1em;
}
/* Page on Scroll */

.page-on-scroll .page-header {
	background: #fff;
	transition-duration: 100ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-on-scroll .page-header .navbar {
	background: inherit;
}
.page-header {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #ededed;
	background: #fff;
	opacity: .97;
	margin: 0;
	/* Navbar */
	/* Navbar Toggle */
	/* Navbar Brand */
	/* Navbar Nav */
}
.page-header .navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: transparent;
	transition-duration: 100ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-toggle {
	border: none;
	margin: 5px 15px 5px 0;
}
.page-header .navbar-toggle .icon-bar {
	background: #3f5263;
}
.page-header .navbar-brand {
	width: 150px;
	margin-left: 0!important;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../img/logo.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: left 14px;
	max-height: 82px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-brand img {
	width: 115px;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.page-header .navbar-nav li {
	padding: 9px 15px;
	line-height: 20px;
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-nav li > a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 1px solid transparent;
	text-transform: uppercase;
	color: #3f5263;
}
.page-header .navbar-nav li.active > a,
.page-header .navbar-nav li > a:hover {
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
}
.page-header .navbar-nav li > a:focus,
.page-header .navbar-nav li > a:hover {
	background: inherit;
}
/* Responsive code for max-width: 991px */

@media (max-width: 991px) {
	/* 991px */
	
	.page-header .navbar-header {
		float: none;
	}
	.page-header .navbar-toggle {
		display: block;
	}
	.page-header .navbar-collapse.collapse {
		display: none !important;
	}
	.page-header .navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}
	.page-header .navbar-nav {
		margin: 0;
		float: none !important;
	}
	.page-header .navbar-nav > li {
		float: none;
	}
}
/* Stylesheet design for under max-width: 991px */

@media (max-width: 991px) {
	/* 991px */
	
	body {
		padding-top: 50px;
	}
	.page-header {
		background: #fff;
		/* Navbar Brand */
	}
	.page-header .navbar-fixed-top {
		background: #fff;
	}
	.page-header .navbar-fixed-top .navbar-collapse {
		max-height: 100%;
		/* Navbar */
	}
	.page-header .navbar-fixed-top .navbar-collapse .navbar-nav li {
		padding: 0;
		float: none;
	}
	.page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a {
		font-weight: 700;
		color: #3f5263;
	}
	.page-header .navbar-fixed-top .navbar-collapse .navbar-nav li.active > a,
	.page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a:hover {
		color: #bf5757;
	}
	.page-header img.logo-default {
		display: none;
	}
	.page-header .navbar-brand {
		margin-left: 10px!important;
	}
}
/* Stylesheet design for above 992px */

@media (min-width: 992px) {
	/* 992px */
	
	.page-header {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
		position: fixed;
		/* Navbar Brand */
		/* Navbar Nav */
	}
	.page-header .navbar-brand img.logo-scroll {
		display: none;
	}
	.page-header .navbar-nav {
		float: right;
	}
	.page-header .navbar-nav li > a {
		padding: 5px 12px;
	}
}
/* Stylesheet design on Scroll (Fixed Header) 992px */

@media (min-width: 992px) {
	/* 992px */
	
	.page-on-scroll .page-header {
		/* Navbar Brand */
		/* Navbar Nav */
	}
	.page-on-scroll .page-header .navbar-brand {
		height: 70px;
		max-height: 70px;
		line-height: 49px;
		transition-duration: 400ms;
		transition-property: all;
		transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	}
	.page-on-scroll .page-header .navbar-brand img.logo-scroll {
		display: block;
	}
	.page-on-scroll .page-header .navbar-brand img.logo-default {
		display: none;
	}
	.page-on-scroll .page-header .navbar-nav li {
		padding: 19px 1px;
		transition-duration: 400ms;
		transition-property: all;
		transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	}
	.page-on-scroll .page-header .navbar-nav li > a {
		color: #3f5263;
	}
	.page-on-scroll .page-header .navbar-nav li.active > a,
	.page-on-scroll .page-header .navbar-nav li > a:hover {
		/*border: 1px solid #e5e5e5;*/
	}
}
.hover-brackets {
	position: relative;
	display: inline-block
}
.hover-brackets:after,
.hover-brackets:before {
	position: absolute;
	top: -.1em;
	opacity: 0;
	-webkit-transition: opacity 218ms, -webkit-transform 300ms;
	transition: opacity 218ms, transform 300ms
}
.hover-brackets:before {
	content: '[';
	left: -.8em;
	-webkit-transform: translate(1em, 0);
	-ms-transform: translate(1em, 0);
	-o-transform: translate(1em, 0);
	transform: translate(1em, 0)
}
.hover-brackets:after {
	content: ']';
	right: -.8em;
	-webkit-transform: translate(-1em, 0);
	-ms-transform: translate(-1em, 0);
	-o-transform: translate(-1em, 0);
	transform: translate(-1em, 0)
}
.hover-brackets:hover:after,
.hover-brackets:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
/*--------------------------------------------------
	[PAGE CONTENT]
----------------------------------------------------*/
/* Body */

a:focus {
	outline: none;
}
.page-header-fixed {
	margin-top: 0;
}
#intro .jumbotron {
	min-height: 500px;
	padding-top: 200px;
	margin-bottom: 0;
	background-image: url(../img/bg.jpg);
	background-position: center center;
	background-size: cover;
	color: #fff;
}
#intro .jumbotron h1 {
	font-size: 36px;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
	font-weight: bold;
}
.intro {
	color: #0a9240;
}
/*--------------------------------------------------
	[about]
----------------------------------------------------*/

.about-bg {
	padding: 50px 0 70px;
}
.about-bg h2 {
	text-align: center;
	margin: 30px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.about-bg .heading-blue p {
	font-size: 18px;
	line-height: 32px;
	color: #8693a7;
	text-indent: 2em;
}
/*--------------------------------------------------
	[about]
----------------------------------------------------*/

.honour-bg {
	background-color: #fafafa;
	padding: 50px 0 70px;
}
.honour-bg h2 {
	text-align: center;
	margin: 30px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.honour-bg .heading-blue p {
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	color: #8693a7;
	text-indent: 2em;
}
/*--------------------------------------------------
	[advantage]
----------------------------------------------------*/

#advantage h2 {
	text-align: center;
	margin: 80px 0 10px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.advantage-bg {
	padding-top: 70px;
	padding-bottom: 20px;
}
.advantage-bg .advantages {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}
.advantage-bg .advantages h2 {
	font-size: 23px;
	margin: 0 0 10px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.advantage-bg .advantages p {
	font-size: 16px;
	color: #8693a7;
	text-indent: 2em;
	text-align: left;
	line-height: 26px;
}
.advantage-bg .advantages .advantages-wrap {
	width: 100px;
	height: 100px;
	display: table;
	text-align: center;
	position: relative;
	margin: 0 auto 70px;
	vertical-align: middle;
}
.advantage-bg .advantages .advantages-wrap:before {
	top: -40px;
	left: -40px;
	right: -40px;
	bottom: -40px;
	content: " ";
	border-radius: 50%;
	position: absolute;
	border: 1px solid #e5e5e5;
}
.advantage-bg .advantages .advantages-wrap img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}
.advantage-bg .advantages .advantages-body {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
/*--------------------------------------------------
	[show]
----------------------------------------------------*/

#show h2 {
	text-align: center;
	margin: 80px 0 20px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.show {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.show-bg {
	background-color: #fafafa;
	/*color: #3f5263;*/
	
	padding: 0px 0 70px;
}
#show img {
	width: 90%;
	margin-top: 20px;
}
/*--------------------------------------------------
	[concept]
----------------------------------------------------*/

#concept h2 {
	text-align: center;
	margin: 80px 0 40px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
#concept {
	padding-top: 0px;
	padding-bottom: 70px;
}
#concept .concept-item {
	margin-bottom: 50px;
}
#concept .concept-icon {
	width: 60px;
	height: 60px;
	border: 2px solid gray;
	border-radius: 50%;
	margin: 0 auto 15px;
	background-image: url(../img/icon-6.png);
	background-size: 225px auto
}
#concept .community .concept-icon {
	background-position: 0 0
}
#concept .email .concept-icon {
	background-position: -56px 0
}
#concept .phone .concept-icon {
	background-position: -114px 0
}
#concept .session .concept-icon {
	background-position: -168px 0
}
.concept-bg {
	background-color: #fff;
	padding-bottom: 70px;
}
/*--------------------------------------------------
	[case]
----------------------------------------------------*/

#case h2 {
	text-align: center;
	margin: 80px 0 20px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.case {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#case img {
	width: 310px;
	margin-top: 20px;
}
.case {
	padding-top: 0px;
	padding-bottom: 70px;
}
.case-bg {
	background: #fafafa;
	/* Owl Carousel */
}
.case .case-bg h2 {
	text-align: center;
	padding: 20px 0;
}
/*--------------------------------------------------
	[contact]
----------------------------------------------------*/

#contact h2 {
	text-align: center;
	margin: 0px 0 40px 0;
	font-size: 30px;
	line-height: 1.4;
	text-transform: capitalize;
	color: #3f5263;
}
.contact-bg {
	background: #fff;
}
#contact {
	padding-top: 80px;
	padding-bottom: 70px;
}
#contact .contact-item {
	margin-bottom: 50px;
}
#contact .contact-icon {
	width: 60px;
	height: 60px;
	border: 2px solid gray;
	border-radius: 50%;
	margin: 0 auto 15px;
	background-image: url(../img/icon-5.png);
	background-size: 225px auto
}
#contact .community .contact-icon {
	background-position: 0 0
}
#contact .email .contact-icon {
	background-position: -56px 0
}
#contact .phone .contact-icon {
	background-position: -114px 0
}
#contact .session .contact-icon {
	background-position: -168px 0
}
/*--------------------------------------------------
	[copyright]
----------------------------------------------------*/

.copyright {
	background-color: #28303b;
	height: 170px;
	padding-top: 45px
}
.copyright .footer-logo {
	display: inline-block;
	width: 165px;
	height: 27px;
	text-indent: -9999px;
	background-image: url(../img/footer-logo.png);
	background-size: 165px 27px;
	margin-bottom: 10px
}
.copyright .text {
	font-size: 14px
}
.copyright .text {
	color: #fff
}
/*PAD*/

@media (min-width: 767px) and (max-width: 992px) {
	.clients ul {
		text-align: center;
	}
	.clients ul li {
		width: 30%;
		height: 120px;
	}
	.clients ul li img {
		width: 200px;
	}
	.contact .col-xs-6 {
		padding: 20px 0;
	}
}
/*移动设备*/

@media (max-width: 767px) {
	#intro .jumbotron h1 {
		font-size: 24px;
		margin-bottom: 10px;
		letter-spacing: 0.07em;
		font-weight: bold;
		line-height: 1.5em;
	}
	#intro .jumbotron {
		min-height: 400px;
		padding-top: 150px;
		padding-bottom: 0px;
		background-image: url(../img/bg-1.jpg);
	}
	.clients ul li {
		width: 100%;
		height: 120px;
	}
	.clients ul li img {
		width: 300px;
		margin-top: 30px;
	}
	.contact .col-xs-6 {
		padding: 20px 0;
	}
	#show img {
		width: 90%;
	}
	#case img {
		width: 90%;
	}
	.honour-bg .heading-blue p {
		font-size: 16px;
		text-align: left;
	}
}