* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	color: #4b93c8;
}
ul, li, ol {
	list-style: none;
}
.w80 {
	width: 80%;
}
.w400 {
	width: 400px;
}
body {
	width: 100%;
	overflow-x: hidden;
}
body, button, input, select, textarea {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	color: #555;
	font-family: "PingFang SC",PingHei,STHeitiSC-Light,"Myriad Set Pro","Lucida Grande","Helvetica Neue",Helvetica,"microsoft yahei",SimHei,tahoma,Arial,Verdana,sans-serif;
}
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.container:after, .container:before {
	display: table;
	content: " ";
}
.container:after {
	clear: both;
}

.pull-right {
	float: right;
}
.container {
	width: 1170px;
	display: block;
	margin: 0 auto;
}
.topLink {
	background: #0c0c0c;
	width: 100%;
	display: table;
}

.topLink a, .topLink span {
	color:#fff;
	margin:0 5px;
	text-transform: uppercase;
	line-height: 26px;
}
.topLink a:hover, .topLink a:focus, .topLink a.hover {
	color:#4b93c8;
}
.header {
	background: #fff;
	transition: all 0.3s ease 0s;
	position: relative;
	padding: 0;
	z-index: 1001;
}
.header-logo {
	float:left;
	padding:10px 0;
}
.header-logo img {
	height:45px;
}
.navbar {
	float:right;
}

.scrolltotop {
	background: #4b93c8;
	bottom: 20px;
	color: #ffffff;
	display: none;
	font-size: 14px;
	height: 40px;
	float:left;
	padding-top:2px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 9;
}
.scrolltotop .fa-long-arrow-up:before {
	content:"\f077";
}
.scrolltotop:hover, .scrolltotop:focus {
	color:#fff;
}
.scrolltotop p {
	margin:-3px auto 0;
	font-size:14px;
	text-transform: uppercase;
}
/*---------------------------
    4. CLIENT AREA
---------------------------*/
.client-area .area-title {
	margin-bottom: 30px;
}

.client-slider.owl-carousel .owl-item img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.single-client {
	width: 100%;
	display: block;
}

.client-slider .owl-nav > div,
.blog-slider .owl-nav > div {
	background: #334d88 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 35px;
	left: 0;
	opacity: 0;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 35px;
}

.client-slider .owl-nav > div.owl-next,
.blog-slider .owl-nav > div.owl-next {
	left: auto;
	right: 0;
}

.client-slider .owl-nav > div:hover,
.blog-slider .owl-nav > div:hover {
	background: #ff7467 none repeat scroll 0 0;
}

.client-slider:hover .owl-nav > div,
.blog-slider:hover .owl-nav > div {
	opacity: 1;
}
.banner {
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
}
.banner img {
	width: 100%;
	display: block;
}
.panel-title {
	text-align: center;
	padding-bottom:35px
}
.panel-title .space {
	letter-spacing: 2px;
}
.title-box {
	border-left: 28px solid #edc13f;
	padding-left:10px;
	color:#999;
	font-size: 14px;
	text-align: justify;
	clear: both;
	margin-bottom: 18px;
	text-transform: uppercase;
	display: inline-block;
}
.title-box h3 {
	color:#222;
	font-size:32px;
	letter-spacing: 5px;
	margin-bottom:0;
	font-weight:500;
}
.w100 img {
	width: 100%;
}
.banner-txt {
	display: block;
	clear: both;
	overflow: hidden;
	background: #fff;
	padding:25px 10px 20px;
	text-align: center;
	font-size: 13px;
	height:200px;
	position: relative;
}
.banner-txt h5 {
	font-size: 22px;
	font-weight: 400;
	color: #303030;
	margin-bottom: 15px;
}
.home-main {
	position: relative;
	display: table;
	width: 100%;
	clear: both;
	margin:0 auto;
	overflow:hidden;
}
.home-bg {
	position: absolute;
	width:1902px;
	left:50%;
	top:0;
	margin-left:-951px;
	z-index: 1;
}
.home-main section {
	position: relative;
	z-index: 2;
}
.banner-link {
	position: absolute;
	bottom:20px;
	right: 18px;
	display: block;
}
.banner-link .pull-right {
	border-radius: 13px;
	line-height: 1.2;
	padding: 5px 15px;
	background: #d9d7d7;
	border:1px solid #999;
	color:#777;
	text-transform: uppercase;
}
.banner-box:hover .pull-right  {
	color: #fff;
	background: #4b93c8;
	border-color: #4b93c8;
}
.about-area {
	height: 705px;
}
.about-area .banner-txt:hover {
	background: #e5e5e5;
	color: #333;
}
.banner-txt:hover h5 {
	color: #4b93c8;
}
.news-area {
	height:748px;
}
.features-top-area {
	height: 877px;
}
.banner-box {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}
.features-top-area .banner-box, .features-top-area .banner-img {
	height: 265px;
}
.features-top-area .banner-img, .one-line .banner-img {
	width:60%;
	display: table-cell;
	overflow:hidden;
}
.features-top-area .banner-img img {
	height: 265px;
	min-width: 100%;
}
.features-top-area .banner-txt {
	display: table-cell;
	position: relative;
	text-align: left;
	width: 40%;
	padding:20px;
	vertical-align: top;
}
.news-area .banner-txt {
	padding:20px;
	text-align: left;
	background: #e5e5e5;
}
.news-area .banner-txt:hover {
	background: #eef1f2;
}
.news-area h5 {
	display: flex;
	align-items: center;
	margin:5px 0 25px;
	text-align: left;
}
.news-area h5 i {
	background: #4b93c8;
	width:16px;
	display: inline-block;
	margin-right: 15px;
	height: 16px;
}
.news-area .banner-txt {
	height: 290px;
}
.news-area .banner-txt:hover h5 {
	color:#333;
}
.news-area li {
	list-style: inside;
	display: block;
	width: 100%;
	clear:both;
	overflow:hidden;
	line-height: 1.4;
	margin-bottom: 10px;
}
.news-area li a {
	display: block;
	height:18px;
	max-width: 400px;
	overflow:hidden;
}
.news-area li span {
	float:left;
	color:#999;
	font-size:12px;
	margin-bottom:5px;
}
.news-area .banner-link {
	right: 28px;
	bottom:30px;
}
.talents-area .banner-txt {
	padding:0 20px 20px;
	height:242px;
	border-bottom:4px solid transparent;
}
.talents-area .banner-txt:hover {
	border-color: #edc13f;
}
.imgIcon {
	display: block;
	padding-bottom:25px;
}
.talents-area .banner-txt h5, .about-area .banner-txt h5 {
	font-weight:600;
}
.footer {
	background:#222;
}
.footer .container {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 15px;
}
.footer .container ul {
	display: table;
	width: 100%;
}
.f_copy {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	display: block;
}
.wp_foot {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 13px;
	padding-top: 15px;
}
.footer img {
	display: block;
	width: 117px;
}
.footer ul li:first-child {
	margin-left: 0;
}
.footer a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.footer ul>li ul {
	margin-top: 18px;
}
.footer ul>li li {
	margin-bottom: 5px;
}
.footer ul>li li>a {
	color: #989898;
	font-size: 13px;
	text-decoration: none;
}
.page-title {
	padding:35px 0;
	text-align: center;
}
.page-title-box {
	border-top: 3px solid #edc13f;
	padding: 15px 0 0;
	text-align: center;
	display: inline-block;
}
.page-title-box h5 {
	font-size: 23px;
	line-height: 1;
	margin:0 0 10px;
	letter-spacing: 5px;
	color: #333;

}
.title-adjust {
	text-align: justify;
}
.title-adjust h5 {
	text-align: justify;
	width:100%;
	letter-spacing: normal;
}

.sub-title {
	color: #868686;
	letter-spacing: 0;
	font-size:13px;
	text-align: center;
	text-transform: uppercase;
}
.title-adjust .sub-title {
	width:100%;
	text-align: justify;
	margin-top: -25px;
}
.title-adjust h5:after, .title-adjust .sub-title:after {
	display: inline-block;
	width: 100%;
	content: '';
}
.product-list {
	display: table;
	width: 100%;
	padding:15px 4% 25px;
}
.product-box a {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom:35px;
}
.blue {
	background: #4b93c8;
}
.yellow {
	background: #edc13f;
}
.product-img {
	width:58%;
	overflow: hidden;
}
.product-name {
	width: 42%;
	text-align: center;
	color:#fff;
	font-size: 24px;
}
.breadcrumb {
	background: none;
	padding:25px 0 10px;
	border-bottom:1px solid #333;
	border-radius:0;
	color:#5c9dcc;
}
.breadcrumb ul {
	border-left:18px solid #edc13f;
	padding-left:15px;
	display: table;
	width: 100%;
	font-size:15px;
}
.breadcrumb li {
	float:left;
}
.breadcrumb li span {
	display: inline-block;
	margin:0 7px 0 5px;
}
.product-detail {
	width:90%;
	font-size:14px;
	color:#333;
	margin:0 auto;
	max-width: 850px;
}
.product-detail p img {
	margin:0 auto;
}
.product-list .banner-txt {
	background: #ebebeb;
	vertical-align: top;
	text-align: left;
	font-size:12px;
}
.product-list .banner-txt h5 {
	font-size: 18px;
	margin: 0 0 10px;
}
.one-line .banner-txt {
	display: table-cell;
	height:auto;
	padding:20px 15px;
}
.three-pro .banner-txt {
	height:140px;
	padding:15px;
}
.text-wrap {
	margin:0 0 35px;
	font-size: 15px;
}
.about-wrap.text-wrap {
	margin: 0 40px 35px;
}
.text-wrap p {
	text-indent: 30px;
	margin-bottom: 15px;
	line-height: 1.7;
}
.text-wrap .text-center {
	padding: 20px 0;
}
.about-link {
	padding-top:30px
}
.about-link .banner-txt {
	background: #e5e5e5;
	padding:0 20px 20px;
	height: 170px;
}
.about-link .banner-txt p span, .about-link .banner-txt:hover p i {
	display: none;
}
.about-link .banner-txt p img {
	width: 57px;
}
.about-link .banner-txt:hover {
	background: #4b93c8;
}
.about-link .banner-txt:hover * {
	color:#fff;
}
.about-link .banner-txt:hover p span {
	display: block;
}
.people-table {
	width: 100%;
	font-size: 16px;
}
.people-table td {
	border: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
}
.people-table tbody tr {
	background:#fff;
}
.people-table tbody tr:nth-child(2n+1) {
	background:#ebebeb;
}
.people-table thead td {
	background: #4b93c8;
	color:#fff;
	font-weight:600;
}
.people-detail {
	padding:2px;
	border:1px solid #555;
}
.people-detail tr td {
	text-align: left;
	border-width:2px;
	padding:18px 25px;
}
.people-detail tr td:first-child {
	width: 30%;
	background: #6da0c5;
	color:#fff;
}
.people-detail tr:nth-child(2n+1) td:first-child {
	background: #4b93c8;
}
.news-list {
	border-bottom:1px solid #b9b9b9;
	margin-bottom: 50px;
}
.news-list dl {
	display: table;
	width: 100%;
	vertical-align: top;
	padding:15px 15px 15px 0;
	font-size:14px;
	border-top: 1px solid #b9b9b9;
	margin-bottom: 0;
}
.news-list dl:hover {
	background: #f3f3f3;
}
.news-list dl dt {
	width: 25%;
	display: table-cell;
	padding-right:20px;
	vertical-align: top;
}
.news-list dl:hover dt img {
	border: 1px solid #4b93c8;
	padding:2px;
}
.news-list dl dd {
	display: table-cell;
	vertical-align: top;
}
.news-list h6 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin-top: 18px;
}
.news-list h6 span {
	font-weight:400;
	font-size:12px;
}
.news-list dd p {
	margin-bottom: 5px;
	text-indent: 28px;
}
.news-list dl:hover, .news-list dl:focus  {
	color: #333;
}
.detail-main h3 {
	color:#333;
	margin-top: 30px;
	margin-bottom: 10px;
}
.detail-main .time {
	margin-bottom: 30px;
}
.detail-main .text-indent.padding-50-50 {
	padding-top: 25px;
}
.detail-main .text-indent p img {
	margin: 25px auto;
	max-width:660px;
}
.text-indent {
	font-size:15px;
	line-height: 1.7;
	text-indent: 32px;
	margin: 0 40px;
}
.text-indent p {
	margin:0 30px 15px;
}
.about-list {
	display: block;
	margin-bottom: 50px;
}
.detail-txt .img {
	text-align: center;
}
.detail-txt .img img {
	margin:0 auto;
}
.detail-txt.padding-50-50 {
	padding: 30px 0 50px;
}
.company-box {
	display:table;
	vertical-align: top;
	width: 100%;
	margin:50px 0 0;
	background: #eee;
}
.company-img {
	width:27%;
	vertical-align: top;
	display: table-cell;
	background: #fff;
	padding-right:10px;
}
.company-img img {
	width: 100%;
}
.company-main .banner-txt {
	background: none;
	height:auto;
	width: 80%;
	padding-top:0;
	padding-right: 12%;

}
.company-main {
	vertical-align: bottom;
	display: table-cell;
}
.company-main .banner-txt h2 {
	color:#333;
	font-size: 24px;
	margin-top: 25px;
}
.company-main .btn {
	background: #edc13f;
	border-radius:8px;
	font-weight:600;
	color:#fff;
	display: table-cell;
	width:110px;
	margin-top: 70px;
}
.company-main .btn i {
	margin-left: 5px;
}
.bx-wrapper {
	border:0;
	box-shadow: none;
	margin-bottom:0;
}
.bx-controls {
	position: absolute;
	z-index: 999;
	bottom:5px;
	display: block;
	width: 100%;
	height: 30px;
}
.bx-wrapper .bx-pager {
	bottom:10px;
}
.conImg {
	padding:20px;
	width: 100%;
	display: table;
	text-align: center;
}
.conImg img {
	width: 44%;
	max-height: 290px;
	display: inline-block;
	padding: 15px;
}
@media (max-width: 768px) {
	.container {
		width: 100%;
	}
	.conImg img {
		width: 90%;
		margin: 0 5% 15px;
		display: block;
		padding:0;
	}
	.padding-75-50 {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.header-logo img {
		height:35px;
	}
	.panel-title {
		padding-bottom: 20px;
	}
	.page-title {
		padding:20px 0;
	}
	.page-title-box {
		padding-top:10px;
	}
	.panel-title .space {
		letter-spacing: 0;
		font-size: 14px;
	}
	.sub-title {
		font-size: 12px;
	}
	.home-main .container .col-xs-3 {
		width: 100%;
	}
	.home-bg {
		display: none;
	}
	.single-client {
		overflow: hidden;
	}
	.banner {
		width: 100%;
		overflow:hidden;
	}
	.banner img {
		width: 150%;
		max-width: 150%;
		margin-left: -25%;
	}
	.about-area .row {
		width: 100%;
		margin: 0 auto;
		padding:0 5px;
		display: block;
		clear: both;
	}
	.about-area  .container .col-xs-3 {
		width: 50%;
		padding:0 5px;
	}
	.about-area .banner-box {
		margin-bottom: 10px;
	}
	.about-area .banner-txt {
		border: 1px solid #ededed;
		background-color: #fafafa;
		height: 140px;
	}
	.about-area .banner-txt p:last-child {
		display: none;
	}
	.about-area, .features-top-area, .news-area, .talents-area {
		height: auto;
	}
	.features-top-area .col-xs-6, .news-area .col-xs-6, .talents-area .col-xs-6, .product-list .col-xs-6, .three-pro .col-xs-4 {
		width: 100%;
		padding: 0 30px;
	}
	.news-area .banner-txt {
		padding: 15px;
	}
	.talents-area .banner-txt {
		height: 212px;
	}
	.talents-area, .features-top-area {
		background-color: #f1f1f1;
	}
	.features-top-area .banner-img img {
		height: auto;
		width: 40%;
	}
	.features-top-area .banner-img, .one-line .banner-img, .features-top-area .banner-txt, .one-line .banner-img, .one-line .banner-txt  {
		width: 100%;
		display: block;
	}
	.features-top-area .banner-box, .features-top-area .banner-img {
		height: auto;
	}
	.features-top-area .banner-txt {
		height: auto;
		padding-bottom: 50px;
	}
	.banner-link {
		bottom: 12px;
	}
	.about-link {
		padding-top: 15px;
	}
	.about-link .col-xs-4 {
		width: 100%;
		padding: 0 30px;
	}
	.banner-txt h5 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.about-link .banner-txt {
		padding-bottom: 5px;
		height: 140px;
	}
	.news-area .banner-txt {
		height:230px
	}
	.news-area li a {
		width: 100%;
		display: block;
	}
	.news-area li span {
		display: block;
		color: #999;
		float:none;
	}
	.news-area .banner-link {
		bottom: 15px;
		right: 15px;
	}
	.navbar {
		position: relative;
		z-index: 999;
	}
	.menu-toggle.full {
		top :14px;
		height:32px;
		right:0;
		text-align: right;
		border:0;
		padding:10px 0;
	}

	ul#nav {
		position: fixed;
		top:80px;
		right:0;
		width: 70%;
	}
	ul#nav li {
		width: 100%;
		padding: 0 15px;
	}
	ul#nav li a {
		padding: 12px 0;
	}
	.stellarnav ul ul {
		left:0;
		margin-left: 0;
	}
	.about-wrap.text-wrap {
		margin: 0 10px 25px;
		font-size: 13px;
	}
	.text-wrap p {
		text-indent: 20px;
	}
	.text-wrap p img:last-child {
		margin-left: -20px!important;
		margin-right: 0!important;
		max-width: 100%!important;
	}
	.footer .container {
		padding-top: 20px;
		position: relative;
	}
	.footer .col-xs-9 {
		width: 100%;
		padding:0;
	}
	.footer .col-xs-3 {
		position: absolute;
		top:20px;
		right:0;
	}
	.footer .col-xs-3 img {
		width: 60px;
	}
	.wp_foot {
		margin-top: 15px;
		padding-top:10px;
		padding-bottom: 10px;
	}
	.news-list dl dt, .news-list dl dd {
		width: 100%;
		display: block;
	}
	.news-list dl dt {
		text-align: center;
		padding: 0 15%;
	}
	.news-list h6 {
		text-align: center;
	}
	.news-list h6 span {
		display: block;
		width: 100%;
		color: #999;
	}
	.news-list dd p {
		font-size: 12px;
		line-height: 18px;
	}
	.people-table {
		font-size:13px;
	}
	.people-detail tr td {
		padding: 12px 15px;
	}
	.company-box {
		margin: 10px auto 40px;
	}
	.company-img, .company-main, .company-main .banner-txt {
		width: 100%;
		display: block;
		padding:0;
	}
	.company-main .btn {
		display: block;
		margin: 0 auto 15px;
		text-align: center;
		float:none;
	}
	.company-main a p {
		display: none;
	}
	.company-main .banner-txt h2 {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 0;
	}
	.one-line .banner-txt {
		padding-bottom: 45px;
	}
	.product-list {
		padding: 15px 0 25px;
	}
	.product-detail {
		width: 100%;
	}
	.detail-main .text-indent.padding-50-50 {
		padding-top:5px;
	}
	.detail-txt.padding-50-50 {
		margin:0;
		font-size: 13px;
	}
	.detail-txt.padding-50-50 p {
		padding: 0 0 15px;
		margin: 0;
	}
	.detail-main .text-indent {
		text-indent: 26px;
	}
	.detail-main .text-indent p img {
		max-width: 100%;
		margin: 5px 0;
		margin-left: -26px;
	}
}
