body {
	background: #0F1E47;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #575757;
}

h1 {
	font-size: 46px;
	font-weight: 600;
	color: #EEEEEE;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 26px;
}

h4 {
	font-size: 16px;
}

a {
	color: #f39c12;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

a:hover, a:focus {
	color: #d9890b;
}

ul, ol {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

hr {
	width: 70px;
	border-top: 4px solid #f39c12;
}

.collapse:not(.show) {
	display: block;
}

.btn-primary {
	padding: 8px 20px;
	background: #f39c12;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #db8c0f;
	outline: none;
	box-shadow: none;
}

a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

.center h2, .top-center h2 {
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}

.center h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}

.media>.pull-left {
	margin-right: 20px;
}

.media>.pull-right {
	margin-left: 20px;
}

body>section {
	padding: 70px 0;
}

.center {
	text-align: center;
	padding-bottom: 15px;
}

.top-center {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

.lead {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/*************************
*******Header******
**************************/
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar>.container .navbar-brand {
	/* margin-left: 100px; */
	/* background: #fff; */
	/* margin-top: -13px; */
}

@media (min-width: 1280px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 100px;
	}
}

@media (min-width: 1366px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 80px;
	}
}

@media (min-width: 1440px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 80px;
	}
}

@media (min-width: 1920px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
}

#header {
	height: 66px;
    line-height: 22px;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-brand img {
	height: 50px;
	margin-top: -18px;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #0F1E47;
	padding: 15px 0;
	padding-bottom: 0;
}

.navbar-toggle {
	display: none;
}

.navbar-nav {
	flex-direction: row;
	justify-content: end;
}

.navbar .container {
	flex-wrap: unset;
}

.navbar-nav>li {
	margin-left: 35px;
	padding-bottom: 15px;
}

.navbar-inverse .navbar-nav>li>a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #9d9d9d;
	line-height: 24px;
	display: inline-block;
    font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
}

.navbar-inverse {
	border: 0;
	/* box-shadow: 0 20px 20px rgba(243,156,18,0.3) */
}

.navbar-inverse .navbar-brand {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}

.navbar-inverse .navbar-brand i.fa {
	color: #f39c12;
}

.navbar-inverse .navbar-nav>.active,
.navbar-inverse .navbar-nav>.active:hover,
.navbar-inverse .navbar-nav>.active:focus,
.navbar-inverse .navbar-nav>.open,
.navbar-inverse .navbar-nav>.open:hover,
.navbar-inverse .navbar-nav>.open:focus {
	background-color: transparent;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background: transparent;
	color: #fff;
}

/*************************
*******Home Page******
**************************/
#main-slide {
	background: url('../images/index/index-top.png');
	background-size: cover;
	height: 600px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

#main-slide .carousel-inner {
	position: absolute;
	top: 17%;
	margin-left: 200px;
	width: 800px;
}

@media (min-width: 1280px) {
	#main-slide .carousel-inner {
		margin-left: 150px;
	}
}

@media (min-width: 1366px) {
	#main-slide .carousel-inner {
		margin-left: 180px;
	}
}

@media (min-width: 1440px) {
	#main-slide .carousel-inner {
		margin-left: 200px;
	}
}

@media (min-width: 1920px) {
	#main-slide .carousel-inner {
		margin-left: 350px;
	}
}

#main-slide .index-main-bg-bottom {
	background: url('../images/index/index1-2-1.svg') center;
	background-size: cover;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/* width: 100%; */
}

.carousel-indicators li {
	width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 6px;
    opacity: 0.5;
    border: 0;
}
.carousel-indicators li.active {
	width: 36px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 6px;
}

#main-slide .slider-content h2 {
	font-size: 64px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
	color: #fff;
}

#main-slide .slider-content h3 {
	font-size: 32px;
	font-weight: 300;
	margin-top: 40px;
	text-align: left;
	color: #eee;
}

.slider.btn {
	padding: 6px 20px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 28px;
	border: 0;
	color: #fff;
	background-color: rgba(243, 156, 18, 0.8);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn:hover {
	background-color: rgba(243, 156, 18, 1);
}

.slider.btn:focus, .slider.btn:active:focus, .slider.btn:active:hover {
	outline: none;
}

#feature {
	background: #fff;
	padding-bottom: 0px;
	padding: 20px 0;
}

#feature a {
	/* color: #f39c12; */
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}

#feature a:hover {
	color: #f39c12;
}

#feature .btn-primary:hover {
	margin-top: 40px;
	padding: 8px 120px;
	background: #f2f2f2;
	color: #666;
	border-radius: 10px 10px 0 0;
	border: 0;
	box-shadow: 0 -10px 10px #ddd;
}

/* 咨询服务 */
#inner-page {
	background: url('../images/task/task1.png');
	background-size: cover;
	height: 500px;
	padding-bottom: 20px;
	position: relative;
}

#inner-page .slider-content {
	position: absolute;
	top: 26%;
	left: 15%;
}

#inner-page .slider-content h2 {
	font-size: 62px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

#inner-page .slider-content h3 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 40px;
	text-align: left;
	color: #eee;
}

.task-2 {
	background: url('../images/task/task2.png');
	background-size: cover;
	height: 470px;
	padding-bottom: 20px;
	position: relative;
}

@media (min-width: 1920px) {
	.task-2 {
		height: 580px;
	}
}

.task-2 a {
	background: #fff;
	color: #0F1E47;
	padding: 10px 20px;
	position: absolute;
	top: 75%;
	left: 62%;
}

@media (min-width: 1280px) {
	.task-2 a {
		left: 62%;
	}
}

@media (min-width: 1366px) {
	.task-2 a {
		left: 58%;
	}
}

@media (min-width: 1440px) {
	.task-2 a {
		left: 55%;
	}
}

@media (min-width: 1920px) {
	.task-2 a {
		left: 52%;
	}
}

.task-3 {
	background: url('../images/task/task6.png') center;
	background-size: cover;
}

.task-3 .min-img {
	position: absolute;
	right: 2%;
	height: 353px;
	width: 743px;
	transform: scale(0.9);
	top: 20%;
}

@media (min-width: 1920px) {
	.task-3 .min-img {
		right: 12%;
	}
}

.task-3 a {
	left: 13%;
	background: #0F1E47;
	color: #fff;
}

@media (min-width: 1280px) {
	.task-3 a {
		left: 13%;
	}
}

@media (min-width: 1366px) {
	.task-3 a {
		left: 15%;
	}
}

@media (min-width: 1440px) {
	.task-3 a {
		left: 17%;
	}
}

@media (min-width: 1920px) {
	.task-3 a {
		left: 19%;
	}
}

/* 咨询服务   end */
/* 软件产品服务 */
#soft-page {
	background: url('../images/soft/soft1.png');
	background-size: cover;
	height: 500px;
	position: relative;
	text-align: left;
}

#soft-page .soft-container {
	position: absolute;
	top: 33%;
	left: 17%;
}

#soft-page .soft-container h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 62px;
	font-weight: 300;
}

#soft-page .soft-container h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

#soft-white-box {
	background: url('../images/soft/baihe-chart.png') center;
	background-size: cover;
	height: 550px;
	position: relative;
}

@media (min-width: 1920px) {
	#soft-white-box {
		height: 660px;
	}
}

#soft-white-box .btn-box {
	position: absolute;
	background: #254350;
	top: 63.5%;
	left: 18%;
	width: 92px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
	cursor: pointer;
}

#soft-white-box .btn-box a {
	color: #fff;
}

@media (min-width: 1440px) {
	#soft-white-box .btn-box {
		top: 64.5%;
		left: 18.5%;
	}
}

@media (min-width: 1920px) {
	#soft-white-box .btn-box {
		top: 69.5%;
		left: 18.5%;
		width: 117px;
		height: 58px;
		line-height: 58px;
		font-size: 18px;
	}
}

#soft-ui-auto {
	background: url('../images/soft/ui-chart.png') center;
	background-size: cover;
	height: 500px;
	position: relative;
}

@media (min-width: 1920px) {
	#soft-ui-auto {
		height: 600px;
	}
}

#soft-ui-auto .btn-box {
	position: absolute;
	background: #eee;
	top: 66%;
	left: 51%;
	width: 92px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
	cursor: pointer;
}

#soft-ui-auto .btn-box a {
	color: #000;
}

@media (min-width: 1440px) {
	#soft-ui-auto .btn-box {
		top: 66.5%;
		left: 51%;
	}
}

@media (min-width: 1920px) {
	#soft-ui-auto .btn-box {
		top: 71.5%;
		left: 51%;
		width: 117px;
		height: 58px;
		line-height: 58px;
		font-size: 18px;
	}
}

#soft-api-auto {
	background: url('../images/soft/api-chart.png') center;
	background-size: cover;
	height: 500px;
	position: relative;
}

@media (min-width: 1920px) {
	#soft-api-auto {
		height: 600px;
	}
}

#soft-api-auto .btn-box {
	position: absolute;
	background: #254350;
	top: 65%;
	left: 18%;
	width: 92px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
	cursor: pointer;
}

#soft-api-auto .btn-box a {
	color: #fff;
}

@media (min-width: 1440px) {
	#soft-api-auto .btn-box {
		top: 66%;
		left: 18.5%;
	}
}

@media (min-width: 1920px) {
	#soft-api-auto .btn-box {
		top: 71%;
		left: 18.5%;
		width: 119px;
		height: 58px;
		line-height: 58px;
		font-size: 18px;
	}
}

/* 软件产品服务   end */

.features {
	padding: 0;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	background: #374465;
	padding: 20px 30px 10px;
	color: #fff;
}

.feature-wrap h2 {
	margin-top: 10px;
	color: #fff;
}

.feature-wrap h3 {
	color: #fff;
}

.feature-wrap h3 a {
	color: #fff;
}

.feature-wrap .pull-left {
	margin-right: 25px;
}

.feature-wrap i.fa {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #f39c12;
}

#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 15px;
}

#recent-works {
	padding-bottom: 70px;
}

.recent-work-wrap {
	position: relative;
}

#recent-works .readmore {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}

#recent-works .readmore:hover {
	color: #444;
}

.recent-work-wrap img {
	width: 100%;
}

.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}

.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #f39c12;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}

.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}

/* Testimonials Section */
#testimonials {
	background: url('../images/index/index2.png');
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 30px 0;
}

#testimonials h2 {
	color: #fff;
	font-weight: normal;
	font-size: 35px;
}

#testimonials h3 {
	color: #ddd;
}

#testimonials .owl-controls {
	position: absolute;
	top: -30px;
}

/* tabs 标签页 */
#testimonial {
	padding: 0;
	padding-top: 50px;
}

#testimonial .item {
	display: block;
	width: 100%;
	/* height: auto; */
}

#testimonial .index-soft-img,
#testimonial .index-soft-img2,
#testimonial .index-soft-img3 {
	background-size: cover !important;
}

#testimonial .index-soft-img {
	background: url('../images/index/soft1.png');
	height: 310px;
}

#testimonial .index-soft-img2 {
	background: url('../images/index/soft2.png');
	height: 305px;
}

#testimonial .index-soft-img3 {
	background: url('../images/index/soft3.png');
	height: 278px;
}

.home-tabs-box a {
	float: left;
	color: #fff;
	font-size: 12px;
}

.home-tabs-box a:hover {
	color: #f39c12;
}

/* #testimonial .item p {
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #ddd;
} */
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 200px;
	height: 20px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	color: #fff;
	/* -webkit-border-radius: 0; */
	/* -moz-border-radius: 20px; */
	/* border-radius: 50%; */
	/* background: #FFFFFF; */
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	border-bottom: 2px solid #00D1FF;
	height: 30px;
}

.owl-theme .owl-controls .owl-page.active span {
	border-bottom: 2px solid #00D1FF;
	height: 30px;
	color: #00D1FF;
}

#middle {
	background: url('../images/index/index3.png') center;
	background-size: cover;
	height: 620px;
}

@media (min-width: 1920px) {
	#middle {
		height: 750px;
	}
}

/* 合作伙伴 */
#cooperative-partner {
	text-align: center;
	background: #fff;
	padding: 10px;
}

#cooperative-partner h2 {
	font-size: 34px;
}

#cooperative-partner h3 {
	font-size: 20px;
}

.accordion h2 {
	margin-bottom: 25px;
}

.panel-default {
	border-color: transparent;
}

.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}

.panel-body {
	padding: 20px;
}

.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
	border-radius: 8px;
}

.panel-heading {
	border-radius: 0;
}

.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}

.accordion-inner img {
	border-radius: 4px;
}

.accordion-inner h4 {
	margin-top: 0;
}

.panel-heading.active {
	background: #ebebeb;
	border-radius: 8px;
}

.panel-heading.active .panel-title>a {
	color: #4e4e4e;
}

a.accordion-toggle i.fa {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}

.panel-heading.active a.accordion-toggle i.fa {
	color: #4e4e4e;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-heading.active a.accordion-toggle.collapsed i.fa {
	color: #fff;
}

.c-p-box {
	background: #fff;
	padding: 10px;
}

#get-started {
	background: url('../images/index/index9.png');
	background-size: cover;
	height: 200px;
	transform: scale(0.9);
}

@media (min-width: 1440px) {
	#get-started {
		height: 220px;
	}
}

@media (min-width: 1920px) {
	#get-started {
		height: 280px;
	}
}

#COOPERATIVE-PARTNER {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

@media (min-width: 1440px) {
	#COOPERATIVE-PARTNER {
		/* height: 360px; */
	}
}

@media (min-width: 1920px) {
	#COOPERATIVE-PARTNER {
		/* height: 480px; */
	}
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding-bottom: 30px;
}

.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.about-us p {
	color: #4e4e4e;
}

.about-us img {
	margin-top: 25px;
}

/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}

.portfolio-filter>li {
	display: inline-block;
}

.portfolio-filter>li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}

.portfolio-filter>li a:hover, .portfolio-filter>li a.active {
	color: #fff;
	background: #f39c12;
	border: 1px solid #f39c12;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-filter .btn-default.active.focus, .portfolio-filter .btn-default.active:focus, .portfolio-filter .btn-default.active:hover, .portfolio-filter .btn-default:active.focus, .portfolio-filter .btn-default:active:focus, .portfolio-filter .btn-default:active:hover {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
	outline: none;
}

.portfolio-items>li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding: 15px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/**************************
********* Pricing Table CSS *
**************************/
.pricing-tables {
	padding: 40px 0 80px 0;
	text-align: center;
}

.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}

.pricing-tables .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #f39c12;
	padding: 25px 0;
	border-radius: 8px 8px 0 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
	background-color: #f39c12;
	padding: 30px 0;
	border-radius: 0 0 8px 8px;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}

.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
	border-bottom: 1px solid #eee;
}

.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #666;
	font-size: 22px;
}

.pricing-table .plan-price {
	padding: 25px 0;
}

.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}

.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.pricing-table .plan-price .interval {
	line-height: 14px;
	color: #999;
	font-size: 13px;
}

.pricing-table.btn-system.border-btn {
	border-color: #f8ba01;
	color: #f8ba01;
}

.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.pricing-table .btn-system {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #f39c12;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
}

.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #c27c0e;
}

.pricing-table .btn-system:last-child {
	margin-right: 0;
}

.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
	padding: 25px 0;
}

.pricing-table .plan-signup a {
	text-transform: uppercase;
}

/*************************
********* Contact Us CSS ******
**************************/

#contactForm .text-danger {
	color: #ff3333;
}

.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}

.contact_details {
	padding: 20px;
	text-align: center;
}

.contact_details i {
	color: #f39c12;
}

.contact_details p {
	padding: 20px 0;
}

.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	box-shadow: none;
}

.form-group label {
	font-weight: 500;
}

textarea#message {
	resize: none;
	padding: 10px;
	height: 185px;
}

/* 人力服务 */
#person-top {
	background: url('../images/person/person1.jpg') center;
	background-size: cover;
	height: 580px;
	margin-top: 40px;
	transform: scale(0.8);
}

@media (min-width: 1366px) {
	#person-top {
		height: 680px;
	}
}

@media (min-width: 1920px) {
	#person-top {
		height: 880px;
	}
}

#person-center {
	background: url('../images/person/person2.jpg') center;
	background-size: cover;
	height: 600px;
	transform: scale(0.8);
}

@media (min-width: 1366px) {
	#person-center {
		height: 650px;
	}
}

@media (min-width: 1920px) {
	#person-center {
		height: 830px;
	}
}

#person-bottom {
	background: url('../images/person/person3.jpg');
	background-size: cover;
	height: 730px;
	transform: scale(0.75);
}

@media (min-width: 1920px) {
	#person-bottom {
		height: 950px;
	}
}

/* 关于我们 */
#company-page {
	height: 550px;
	background: url('../images/bg.jpg');
	color: #d4d8e0;
}

#company-page .contact_details {
	margin-top: 0;
	color: #d4d8e0;
}

#company-page .company-text {
	width: 600px;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 30px;
}

#company-page .company-text p {
	text-indent: 36px;
	line-height: 31px;
}


#service1 {
	background: url('../images/task/task3.svg') center;
	background-size: cover;
	height: 400px;
	padding-bottom: 20px;
	position: relative;
}

@media (min-width: 1920px) {
	#service1 {
		height: 500px;
	}
}


#service1 .min-img {
	background: url('../images/consult/con2-1.png') center;
	background-size: cover;
	position: absolute;
	height: 252px;
	width: 571px;
	right: 5%;
	top: 20%;
}

@media (min-width: 1920px) {
	#service1 .min-img {
		right: 5%;
		height: 352px;
		width: 822px;
	}
}

.service-img-box .owl-controls .owl-page span {
	width: 230px !important;
}

/* .service-img-box .owl-controls .owl-page span:first-child {
	width: 230px !important;
} */

.service-img-box .service-img {
	background: url('../images/consult/con3.png');
	background-size: cover;
	height: 515px !important;
}

.service-img-box .service-img2 {
	background: #fff url(../images/consult/con4.png) center;
	background-size: cover;
	height: 616px !important;
}

.service-img-box .service-img3 {
	background: url('../images/consult/con5.jpg');
	background-size: cover;
	height: 486px !important;
}

/***********************
********* Footer ******
************************/
#footer {
	height: 400px;
	background: #243150;
	padding: 60px 120px;
}

#footer h6 {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 20px;
}

#footer h6 a {
	color: #fff;
}

#footer h6 a:hover {
	color: #f39c12;
}

#footer ul {}

#footer ul>li {
	color: #636F87;
	font-size: 14px;
	padding-bottom: 20px;
}

#footer ul>li>a {
	color: #636F87;
}

#footer ul>li>a:hover {
	color: #f39c12;
}

.footer-info {
	background: rgba(0, 0, 0, 0.85);
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: rgba(255, 255, 255, 0.65);
}

.footer-info a {
	color: rgba(255, 255, 255, 0.65);
}

.footer-info a:hover {
	color: #f39c12;
}

#footer .gs-address-box {
	position: relative;
}

#footer .gs-address {
	position: absolute;
	top: 51px;
    left: 43px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    width: 310px;
    background: #243150;
}