html,body {
	width: 100%;
	height: 100%
}

* {
	padding: 0;
	margin: 0
}

body {
	font-family: 'Microsoft yahei',Open Sans,'Helvetica Neue',Arial,sans-serif;
	font-size: 15px;
	color: #777;
	line-height: 1.7;
	margin-top: -25px
}

ul,ol,li {
	list-style: none outside none
}

hr {
	max-width: 50px;
	border-color: #c7000a;
	border-width: 3px
}

hr.light {
	border-color: #fff
}

a {
	color: #333;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-decoration: none
}

a:hover,a:focus {
	color: #c7000a;
	text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Microsoft yahei','Dosis','Helvetica Neue',Arial,sans-serif
}

p {
	margin-bottom: 20px
}

.btn {
	padding: 16px 30px;
	margin-top: 15px
}

.bg-primary {
	background-color: #c7000a
}

.bg-dark {
	color: #ccc;
	background-color: #222
}

.bg-gray {
	background-color: #f4f4f4
}

.bg-darkgray {
	background-color: #eaeaea
}

.bg-gray h2,.bg-darkgray h2 {
	color: #111
}

.text-faded {
	color: rgba(255,255,255,.7)!Important
}

section {
	padding: 80px 0
}

aside {
	padding: 50px 0
}

.no-padding {
	padding: 0
}

.navbar-default {
	border-color: rgba(34,34,34,.05);
	font-family: 'Microsoft yahei','Open Sans','Helvetica Neue',Arial,sans-serif;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}{}

.navbar-brand>img {
	display: block;
	height: 2.9em
}

.navbar-default .navbar-header .navbar-brand {
	text-transform: uppercase;
	font-family: 'Microsoft yahei','Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 700;
	color: #c7000a;
	height: 86px;
	line-height: 50px
}

.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Microsoft yahei',Dosis;
	color: #222;
	letter-spacing: .8px
}

.navbar-default .nav>li>a {
	padding: 11px 0 6px 0;
	margin: 7px 0 14px 2.5em;
	text-align: center
}

.navbar-default .nav>li>a i {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-family: Arial;
	margin-bottom: 3px;
	letter-spacing: 0
}

.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
	border-bottom: 4px solid #c7000a
}

.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus,.navbar-default .nav>li.open>a,.navbar-default .nav>li.open>a:hover {
	background-color: transparent;
	border-bottom: 4px solid #c7000a
}

.navbar-default .nav>li.active>a:hover,.navbar-default .nav>li.active>a:focus:hover {
	background-color: transparent;
	border-bottom: 4px solid #c7000a
}

.navbar {
	margin-bottom: 0
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: #333;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
	right: auto;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
	background: #eee
}

#menu-btn-wrap {
	width: 28px;
	height: 35px;
	position: absolute;
	top: 20px;
	right: 15px;
	padding: 0;
	z-index: 99991;
	cursor: pointer;
	transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	overflow: hidden;
	display: none
}

#menu-btn-wrap.active {
	width: 105px
}

#menu-btn-wrap.active span {
	background-color: #fff
}

#menu-btn-wrap.active .menu-icon span:nth-child(1) {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

#menu-btn-wrap.active .menu-icon span:nth-child(2) {
	transform: translateX(60px);
	-o-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	opacity: 0
}

#menu-btn-wrap.active .menu-icon span:nth-child(3) {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-bottom: 0
}

#menu-btn-wrap.active .menu-txt {
	left: 35px;
	width: 65px;
	height: 17px;
	transition: all .3s ease-in-out
}

#menu-btn-wrap.active .menu-icon {
	margin-left: 6px;
	transition: all .6s ease-in-out
}

.menu-txt {
	position: absolute;
	top: 3px;
	left: -95px;
	transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out
}

.menu-icon {
	width: 24px;
	height: 20px;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transform-origin: 12px 12px;
	float: left
}

.menu-icon span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #c7000a;
	margin-bottom: 4px;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.menu-icon span:nth-child(1) {
	transform-origin: left top;
	-o-transform-origin: left top;
	-moz-tranform-orign: left top;
	-webkit-tranform-orign: left top;
	-ms-tranform-orign: left top
}

.menu-icon span:nth-child(3) {
	transform-origin: bottom left;
	-o-transform-origin: bottom left;
	-moz-tranform-orign: bottom left;
	-webkit-tranform-orign: bottom left;
	-ms-tranform-orign: bottom left;
	margin-bottom: 0
}

.lightbox_back {
	z-index: 99980;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	display: none
}

@media(min-width:768px) {
	.navbar-default {
		border: 0;
		background-color: rgba(255,255,255,0.9);
		box-shadow: 0 0 8px 2px rgba(0,0,0,0.2)
	}

	.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus {
		color: #333
	}

	.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus {
		color: #333
	}

	.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus:hover {
		color: #333
	}

	.navbar-default.affix .navbar-header .navbar-brand {
		color: #c7000a
	}

	.navbar-default.affix .nav>li>a,.navbar-default.affix .nav>li>a:focus {
		color: #222
	}
}

header {
	position: relative;
	width: 100%;
	min-height: auto;
	text-align: center;
	color: #fff;
	background-image: url(../img/header.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}

header .header-content {
	position: relative;
	width: 100%;
	padding: 100px 15px;
	text-align: center
}

header .header-content .header-content-inner h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700
}

header .header-content .header-content-inner hr {
	margin: 30px auto
}

header .header-content .header-content-inner p {
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,.7)
}

@media(min-width:768px) {
	header {
		min-height: 100%
	}

	header .header-content {
		position: absolute;
		top: 50%;
		padding: 0 50px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	header .header-content .header-content-inner {
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px
	}

	header .header-content .header-content-inner p {
		margin-right: auto;
		margin-left: auto;
		max-width: 80%;
		font-size: 18px
	}
}

.section-heading {
	margin-top: 0;
	line-height: 1.4;
	font-size: 34px;
	color: #111
}

.service-box {
	margin: 50px auto 0;
	max-width: 400px
}

@media(min-width:992px) {
	.service-box {
		margin: 20px auto 0
	}
}

.service-box p {
	margin-bottom: 0
}

.portfolio-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px
}

.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	background: rgba(240,95,64,.9);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-family: 'Microsoft yahei',Dosis
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%)
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 1
}

@media(min-width:768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px
	}

	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px
	}
}

.call-to-action h2 {
	margin: 0 auto 20px
}

.text-primary {
	color: #c7000a
}

.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.btn-default {
	border-color: #fff;
	color: #222;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	border-color: #ededed;
	color: #222;
	background-color: #f2f2f2
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	border-color: #fff;
	background-color: #fff
}

.btn-default .badge {
	color: #fff;
	background-color: #222
}

.btn-primary {
	border-color: #c7000a;
	color: #fff;
	background-color: #c7000a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	border-color: #ed431f;
	color: #fff;
	background-color: #ee4b28
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	border-color: #c7000a;
	background-color: #c7000a
}

.btn-primary .badge {
	color: #c7000a;
	background-color: #fff
}

.btn {
	border: 0;
	border-radius: 300px;
	text-transform: uppercase;
	font-family: 'Microsoft yahei','Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 700
}

.btn-xl {
	padding: 15px 30px
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #222
}

img::selection {
	color: #fff;
	background: 0
}

img::-moz-selection {
	color: #fff;
	background: 0
}

body {
	webkit-tap-highlight-color: #222
}

.carousel-caption {
	top: 30%
}

.main-container {
	padding: 40px 15px
}

.skyblue {
	background-color: #22c8ff
}

.deepskyblue {
	background-color: #00bfff
}

.darkerskyblue {
	background-color: #00a6dd
}

.carousel-indicators {
	bottom: 10px
}

.intro .carousel-control.right,.intro .carousel-control.left {
	background-image: none;
	top: 50%;
	width: 5%
}

.carousel-indicators li,.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 0 2px
}

.intro .item {
	min-height: 800px;
	height: 100%;
	width: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover
}

.intro .item a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 800px
}

.carousel-caption h1 {
	font-size: 3.6em;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 4px 2px 5px #333;
	font-family: '华文细黑',"Arial"
}

.carousel-caption h2 {
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: 100;
	color: #acacac;
	font-family: "Candara",'Arial';
	margin-top: 4px
}

.carousel-caption h3 {
	font-size: 2.6em;
	font-weight: 100;
	margin-top: 30px;
	font-family: "宋体",'Arial';
	font-weight: 100;
	line-height: 60px;
	color: #fff;
	text-shadow: 4px 2px 5px #333
}

.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%
}

.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em
}

.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.carousel-control,.carousel-caption {
	text-shadow: none
}

.carousel-caption {
	text-align: left
}

.carousel-caption .btn {
	margin-top: 10px;
	font-size: 11px;
	padding: 17px 20px;
	margin-left: 5px;
	margin-right: 5px;
	min-width: 150px;
	text-align: center
}

.btn {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-ghost {
	border: 1px solid #eee;
	color: #fff;
	background: 0
}

.btn-ghost:hover {
	background: #fff
}

.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #222
}

.btn-round {
	border-radius: 300px;
	border: 0;
	font-weight: 700
}

.btn-round:hover {
	border-radius: 300px
}

.equal-heights .col-md-4 {
	padding-left: 0;
	padding-right: 0
}

.equal-heights .box {
	padding: 60px
}

.w-middle {
	transform-style: preserve-3d
}

@media(min-width:780px) {
	.w-middle .box {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.box h2 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 0
}

.equal-heights img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block
}

.iconbox {
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #fff;
	border-radius: 50%;
	line-height: 90px
}

.teambox h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 20px 5px 20px;
	text-align: center
}

.teambox p {
	margin: 0;
	padding: 0 20px 15px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center
}

.team-social a {
	background: rgba(0,0,0,0.05);
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 4px
}

.team-social {
	padding: 0 20px 20px 20px;
	text-align: center
}

.overlay-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #222
}

.port-zoom-link p {
	width: 100%
}

.overlay-image .mask,.overlay-image .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}

.view-overlay img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.view-overlay .mask {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.port-zoom-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0 20px;
	align-items: center;
	display: flex
}

.view-overlay:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.view-overlay:hover .mask {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px
}

#quote-carousel .carousel-control {
	background: 0;
	color: #cacaca;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px
}

#quote-carousel .carousel-control.left {
	left: 0
}

#quote-carousel .carousel-control.right {
	right: 0
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0;
	margin-right: -19px
}

#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border: 0;
	border-radius: 50px;
	opacity: .4;
	overflow: hidden;
	transition: all .4s
}

#quote-carousel .carousel-indicators .active {
	background: #333;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden
}

.carousel-inner {
	min-height: 300px
}

.item blockquote {
	border-left: none;
	margin: 0;
	font-size: 24px;
	line-height: 1.6;
	padding: 0 0 145px 0;
	font-weight: 300;
	font-family: 'Microsoft yahei',Georgia;
	font-style: italic;
	color: #222
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Microsoft yahei','Fontawesome';
	float: left;
	margin-right: 10px
}

.parallax-image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative
}

.wrapsection {
	padding: 0;
	position: relative;
	margin: 0
}

.parallax-content {
	position: relative;
	z-index: 4;
	padding: 80px 0
}

.parallax .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: .0;
	z-index: 2
}

.funfacts .icon {
	font-size: 40px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 10px;
	clear: both;
	color: #fff;
	border: 0;
	background: rgba(0,0,0,0.2)
}

.funfacts .icon a {
	color: #fff
}

.funfacts .counter {
	font-size: 70px;
	color: #fff;
	font-weight: 700
}

.funfacts h4 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 22px 0 0;
	position: relative;
	letter-spacing: 1px;
	color: #fff
}

.wow-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.wow-pricing-table div {
	list-style: none
}

.wow-pricing-table>div {
	list-style: none;
	text-shadow: none;
	margin-bottom: 0;
	border: 1px solid #eee;
	margin: 0 15px
}

.wow-pricing-table>div.featured {
	z-index: 1
}

.wow-pricing-table>div.featured .wow-pricing-header {
	background-color: #c7000a
}

.wow-pricing-table:hover {
	margin-top: -5px
}

.wow-pricing-table .wow-pricing-header {
	text-align: center;
	padding: 20px 0 10px 0;
	background-color: #333
}

.wow-pricing-table .wow-pricing-header h5 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 0 20px 0
}

.wow-pricing-table .wow-pricing-cost {
	color: #fff;
	font-size: 1.500em;
	line-height: 1em;
	padding-top: 15px;
	background: #333
}

.wow-pricing-table .wow-pricing-per {
	font-size: .786em;
	color: #fff;
	background-color: #333;
	padding-bottom: 10px
}

.wow-pricing-table .wow-pricing-content {
	background: #fff;
	text-align: center
}

.wow-pricing-table .wow-pricing-content ul {
	margin: 0!important;
	list-style: none!important;
	padding-left: 0
}

.wow-pricing-table .wow-pricing-content ul li {
	margin: 0!important;
	padding: 10px 20px!important;
	border-bottom: 1px solid #eee;
	list-style: none!important;
	color: #555
}

.wow-pricing-table .wow-pricing-content ul li:nth-child(2n+2) {
	background: #f9f9f9
}

.wow-pricing-table .wow-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 35px 20px 35px
}

.wow-pricing-table .wow-pricing-button .wow-button {
	float: none;
	margin: 0 auto;
	background: #333;
	color: #fff;
	border-radius: 3px;
	padding: 12px 22px 14px
}

.featured .wow-pricing-per,.featured .wow-pricing-cost,.featured .wow-pricing-button .wow-button,.buttoncolor {
	background-color: #c7000a
}

#tline {
	padding-bottom: 60px
}

.tline-holder {
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	list-style: none
}

.tline-holder:before {
	background: #e4e4e4;
	content: "";
	left: 50%;
	top: 20px;
	bottom: 0;
	position: absolute;
	width: 1px;
	margin-left: -1px;
	height: 9999px
}

ul .tline-holder>li {
	width: 100%;
	float: left;
	display: inline-block
}

.tline-item-content {
	width: 61.5%
}

.tline-item-txt {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-top: -20px
}

.tline-item-txt h3 {
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 10px;
	font-weight: 700;
	color: #333
}

.tline-item-txt .meta {
	color: #999
}

.tline-item-left .tline-item-content:hover .date-icon,.tline-item-right .tline-item-content:hover .date-icon {
	-webkit-animation: pulse .3s;
	animation: pulse .3s
}

.tline-item-left {
	float: left;
	position: relative
}

.tline-item-left .tline-item-content {
	float: left
}

.tline-item-left .tline-item-txt {
	margin-right: 60px
}

.tline-item-left .date-icon {
	margin-right: -20px;
	float: right;
	background-color: #303543;
	color: #fff
}

.tline-item-right {
	float: right;
	position: relative
}

.tline-item-right .tline-item-content {
	float: right
}

.tline-item-right .tline-item-txt {
	margin-left: 60px
}

.tline-item-right .date-icon {
	margin-left: -20px;
	float: left
}

.tline-item-txt:before,.tline-item-txt:after {
	content: " ";
	position: absolute;
	top: 24px;
	display: block;
	width: 0;
	height: 0;
	border-top: solid 15px transparent;
	border-bottom: solid 15px transparent
}

.tline-item-left .tline-item-txt:before,.tline-item-left .tline-item-txt:after {
	right: -18px;
	border-left: solid 20px #fff
}

.tline-item-left .tline-item-txt:before {
	right: -20px;
	border-left-color: #e4e4e4
}

.tline-item-right .tline-item-txt:before,.tline-item-right .tline-item-txt:after {
	left: -18px;
	border-right: solid 20px #fff
}

.tline-item-right .tline-item-txt:before {
	left: -20px;
	border-right-color: #e4e4e4
}

.date-icon {
	text-align: center;
	padding-top: 12px;
	width: 40px;
	height: 40px;
	background-color: #ee4b28;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff
}

.tline-start {
	width: 100%;
	float: left;
	padding: 0;
	position: relative
}

.tline-start-content {
	text-align: center
}

.tline-start .tline-start-icon {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 12px;
	height: 12px;
	background: #e4e4e4;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%
}

.regularform input,.regularform textarea {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ddd;
	font-size: 13px
}

.regularform input[type=submit] {
	border: 0
}

.regularform textarea {
	height: 150px
}

.regularform input.norightborder {
	border-right: 0
}

.done {
	display: none
}

.social-icons a {
	color: white;
	margin: 20px
}

.social-icons a:hover {
	color: #e9e9e9
}

.social-icons {
	margin-top: 30px
}

h1.bottombrand {
	font-family: 'Microsoft yahei',"Mrs Sheppards";
	color: #fff;
	font-size: 60px;
	margin-top: 0
}

h1.bottombrand:first-letter {
	color: #c7000a
}

input.error,textarea.error {
	border: 1px solid red
}

.rightTop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 99999
}

.rightTop a {
	display: block;
	padding: 10px 8px;
	background: rgba(199,0,10,0.7);
	margin-top: 1px
}

.rightTop .gotoapp i.app {
	display: block;
	background: url(../images/app.png) no-repeat center;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%
}

.rightTop .gotoH5 i.gh5 {
	display: block;
	background: url(../images/h5.png)no-repeat center;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%
}

.rightTop .gototop {
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 8px 8px
}

.rightTop .gototop i {
	line-height: .5em
}

.rightTop a:hover {
	background: rgba(199,0,10,1)
}

.rightTop .gototop:hover {
	background: rgba(0,0,0,1)
}

.rightTop .gototop i.fa-angle-up:before {
	display: block;
	text-align: center
}

.rightTop .gototop i strong {
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-top: 5px
}

.navbar-default .navbar-toggle {
	border-radius: 0
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ededed
}

.footer {
	padding: 30px 0 0
}

.footer:before {
	clear: both;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6)
}

.applyBox {
	padding-bottom: 50px;
	text-align: center
}

.applyList {
	margin-bottom: 50px
}

.applyTitle {
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px
}

.applyTitle i {
	color: #c7000a;
	font-weight: bold;
	font-style: normal;
	font-size: 30px
}

.applyBtn a {
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	margin: 0 2em;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block
}

.applyBtn a.a_info {
	background-color: #c7000a;
	color: #fff
}

.applyBtn a.b_info {
	background-color: #000;
	color: #fff
}

.applyBtn a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.footerWrap {
	width: 100%;
	overflow: hidden
}

.footer-top {
	background-color: #000;
	padding: 60px 0 30px 0
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 14px 0 14px 0;
	text-align: center;
	background-color: #000;
	z-index: 3;
	position: relative
}

.footer-bottom p {
	color: #bfbfbf;
	margin-bottom: 0;
	font-size: 14px
}

.footer-bottom p span {
	margin-right: 10px
}

.footer-bottom p a {
	margin-right: 10px
}

.footer_left {
	display: block;
	text-align: left;
	margin-right: -55px
}

.footer_leftList {
	margin-top: 50px
}

.footer_leftList li {
	margin-bottom: 2em;
	overflow: hidden
}

.footer_leftList li .left_Con {
	line-height: 24px
}

.footer_leftList li .left_Con .iconfont {
	color: #bfbfbf;
	font-size: 28px;
	float: left
}

.footer_leftList li .left_Con .timeT {
	font-size: 16px;
	color: #bfbfbf;
	padding-left: 10px;
	float: left
}

.footer_leftList li .left_Con .time {
	font-size: 16px;
	color: #fff;
	font-family: 'Arial';
	font-weight: normal;
	display: block;
	margin-left: 135px
}

.footer_leftList li .left_Con .timeCur {
	float: none;
	margin-left: 135px;
	display: block
}

.middle_title {
	font-size: 18px;
	color: #e5e5e5
}

.middle_title a {
	color: #e5e5e5
}

.middle_list {
	margin-top: 30px
}

.middle_list li {
	margin-bottom: 10px
}

.middle_list li a {
	font-size: 14px;
	color: #bfbfbf
}

.middle_list li a:hover {
	color: #fff
}

.footer_right {
	margin-top: 22px
}

.consult {
	border: 1px solid#c7000a;
	padding: 10px 29px;
	color: #c7000a;
	display: block;
	text-align: center;
	max-width: 120px;
	margin: 0 auto 40px
}

.consult:hover {
	background-color: #c7000a;
	color: #fff
}

.code2D span {
	display: block;
	text-align: center;
	margin-top: 6px;
	color: #ededed
}

.code2D {
	text-align: center
}

.footer_m {
	padding-left: 5%
}

.footer_left a {
	display: block
}

@media(max-width:1000px) {
	.code2D img {
		max-width: 100%
	}

	.footer {
		padding: 10px 0 0
	}

	.applyTitle {
		font-size: 20px
	}

	.applyTitle i {
		font-size: 20px
	}

	.applyList {
		margin-bottom: 30px
	}

	.applyBtn a {
		padding: 6px 26px;
		font-size: 14px
	}

	.applyBox {
		padding-bottom: 30px
	}

	.footer_leftList {
		overflow: hidden
	}

	.footer_leftList li {
		float: left;
		width: 33.33%;
		margin-bottom: 0
	}

	.footer_leftList li .left_Con .iconfont {
		font-size: 18px
	}

	.footer_leftList li .left_Con .timeT {
		font-size: 14px
	}

	.footer_leftList li .left_Con .time {
		font-size: 14px;
		margin-left: 105px
	}

	.footer_leftList li .left_Con .timeCur {
		margin-left: 115px
	}

	.footer_m {
		padding-left: 15px;
		width: 77%;
		float: left
	}

	.footer_m_list {
		float: left;
		width: 25%
	}

	.footer_left a {
		text-align: center
	}

	.footer-top {
		padding-top: 20px
	}

	.middle_title {
		font-size: 16px
	}

	.middle_list {
		margin-top: 20px
	}

	.middle_list li {
		margin-bottom: 3px
	}

	.middle_list li a {
		font-size: 12px
	}

	.footer_r {
		width: 20%;
		float: right
	}

	.consult {
		margin-bottom: 8px;
		padding: 3px 10px;
		font-size: 12px
	}

	.code2D span {
		font-size: 12px
	}

	.footer_leftList {
		margin-top: 25px
	}

	.footer-top {
		padding-bottom: 13px
	}

	.footer-bottom p {
		font-size: 12px;
		width: 80%;
		margin: 0 auto
	}
}

@media only screen and (max-width:768px) {
	.wow {
		visibility: visible!important;
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-o-animation: none!important;
		-ms-animation: none!important;
		animation: none!important
	}

	.tline-item-content {
		margin-bottom: 30px
	}

	.tline-item-right,.tline-item-left {
		clear: both;
		float: none
	}

	.tline-item-content {
		width: 100%
	}

	.tline-item-left .date-icon {
		margin-right: 0
	}

	.tline-item-right .date-icon {
		margin-left: 0
	}

	.parallax {
		background-attachment: scroll!important;
		background-position: 50% 0!Important
	}

	.portfolio-box img,.team-thumb img {
		width: 100%
	}

	.funfacts {
		margin-bottom: 30px
	}

	.regularform input,.regularform textarea {
		width: 100%;
		border: 1px solid #eee
	}

	.item blockquote {
		font-size: 16px
	}

	#quote-carousel .carousel-control {
		display: none
	}

	.funfacts .counter {
		font-size: 35px
	}

	section {
		padding: 6px 0
	}

	.equal-heights .box {
		padding: 30px
	}

	.carousel-caption h1 {
		font-size: 60px
	}

	.section-heading {
		font-size: 30px
	}

	#quote-carousel .carousel-indicators .active {
		width: 80px;
		height: 80px
	}

	#quote-carousel {
		padding: 0 10px 10px 10px;
		margin-top: 30px
	}

	.footer_leftList {
		display: none
	}

	.middle_title {
		font-size: 14px
	}
}

@media(max-width:1170px) {
	.navbar-default .nav>li>a {
		margin: 0;
		padding: 6px 9px;
		text-align: left;
		font-size: 14px;
		font-weight: bold
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
		text-align: left;
	}

	.navbar-default .navbar-header .navbar-brand {
		height: 70px
	}

	.navbar-brand>img {
		height: 2.2em
	}

	.carousel-caption h1 {
		font-size: 2em
	}

	.carousel-caption h2 {
		font-size: .8em
	}

	.carousel-caption h3 {
		font-size: 2em;
		line-height: 40px
	}

	.intro .item,.intro .item a {
		min-height: 500px
	}

	section {
		padding: 30px 0
	}
}

@media(max-width:767px) {
	.navbar-collapse {
		position: absolute;
		left: 15px;
		top: 57px;
		width: 100%;
		z-index: 99982;
		border: 0;
		min-height: auto
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: none
	}

	.navbar-default .nav>li>a:hover,.navbar-default .in .nav>li>a:focus:hover {
		border: 0;
		color: #f1f1f1
	}

	.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus {
		border: 0
	}

	.navbar-default .nav>li>a {
		padding: 0;
		height: 10vh;
		line-height: 10vh;
		color: #fff;
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		padding: 0
	}

	.navbar-default .navbar-header .navbar-brand {
		padding: 8px 15px;
		height: 50px;
		line-height: 38px;
		font-size: 13px
	}

	.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
		color: #fff
	}

	.navbar-default .nav>li.active>a:hover,.navbar-default .nav>li.active>a:focus:hover {
		border: 0
	}

	.navbar-default .navbar-header .navbar-brand {
		height: 56px
	}

	.navbar-default .nav>li>a>i {
		display: none
	}

	.intro .item,.intro .item a {
		min-height: 500px
	}

	.navbar-brand>img {
		height: 2.9em
	}

	section {
		padding: 8px 0
	}

	#menu-btn-wrap {
		display: block
	}
}

@media(max-width:640px) {
	.footer_m {
		width: 100%;
		float: none
	}

	.footer_r {
		float: none;
		width: 45%;
		margin: 0 auto
	}

	.footer_m_list {
		width: 100%
	}

	.middle_list {
		display: none;
		margin-top: 10px
	}

	.middle_title:after {
		content: '+';
		float: right;
		transition: transform .3s ease,-webkit-transform .3s ease;
		font-size: 14px;
		cursor: pointer;
		width: 30px;
		text-align: right
	}

	.middle_title {
		border-bottom: 1px dotted #454545;
		margin: 0;
		padding: 10px 0
	}

	.middle_title.active:after {
		transform: rotate(45deg) scale(1.08);
		-webkit-transform: rotate(45deg) scale(1.08);
		-ms-transform: rotate(45deg) scale(1.08);
		margin-top: -8px
	}
}

@media(max-width:480px) {
	.intro .item,.intro .item a {
		min-height: 400px
	}

	.carousel-caption h1 {
		font-size: 1.2em
	}

	.carousel-caption h2 {
		font-size: .4em
	}

	.carousel-caption h3 {
		font-size: 1.2em;
		line-height: 28px
	}

	.applyBtn a {
		margin: 0 10px;
		padding: 6px 18px;
		font-size: 12px
	}

	.applyList {
		margin-bottom: 16px
	}

	.applyTitle {
		font-size: 16px
	}

	.applyTitle i {
		font-size: 12px
	}
}

.contactUs {
	width: 54px;
	height: 128px;
	padding-left: 10px;
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 9997;
	margin-top: -64px;
}

.entry-button {
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	width: 44px;
	height: 128px;
	display: block;
	position: relative;
	z-index: 9005
}

.entry-button i {
	display: block;
	text-align: center;
	color: #c7000a;
	font-size: 20px;
	padding: 5px 0 0;
}

.entry-button span {
	display: block;
	padding: 0 10px;
	text-align: center;
	line-height: 18px;
	color: #c7000a;
}

.contact-panel-Box {
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	background-color: #fff;
	transition-delay: 0.1s;
	transition: all 0.3s;
	position: absolute;
	width: 320px;
	padding: 20px 20px 20px 10px;
	min-height: 50px;
	right: 52px;
	bottom: 0;
	display: none;
	z-index: 9000
}

.panel-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 14px;
	display: block;
	height: 14px;
}

.panel-close img {
	width: 14px;
	height: 14px;
	vertical-align: top;
	cursor: pointer;
}

.panel-content li {
	margin-bottom: 20px;
}

.panel-content li:last-child {
	margin-bottom: 0;
}

.panel-content li i {
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	float: left;
	color: #373d41;
}

.panel-txt {
	margin-left: 36px;
	overflow: hidden;
}

.panel-txt h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 6px;
	color: #333;
}

.panel-txt h3:hover {
	;color: #c7000a;
}

.panel-txt p {
	font-size: 12px;
	color: #9b9ea0;
	margin: 0;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}