﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body * {
	-webkit-text-size-adjust: none;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	display: block;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
input, textarea, select {
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 0;
}
a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
body {
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	overflow-y: scroll;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
	min-width: 320px;
}
.bg-grey #content-wrapper {
	background: #f9f9fa;
}
.button {
	display: inline-block;
	border: 1px solid #3d356f;
	margin: 0 auto;
}
.button a, .button button {
	display: inline-block;
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
	background: #3d356f;
	color: #fff;
	padding: 7px 30px;
	border: 3px solid #fff;
}
.button a:hover, .button button:hover {
	background: transparent;
	color: #3d356f;
}
.row-view {
	display: table-row;
}
.cell-view {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
.highlight .blue {
	color: #38a9f6;
}
#content-wrapper .form-input {

	font-size: 15px;
	line-height: 24px;
	color: #242434;
	background: transparent;
	width: 100%;
	padding: 10px 15px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d0d8de;
	border-left: 1px solid #d0d8de;
}
#content-wrapper .form-input::-webkit-input-placeholder {

	font-size:15px;
	line-height:24px;
	color:#242434;
}
#content-wrapper .form-input:-moz-placeholder {
	font-size:15px;
	line-height:24px;
	color:#242434;
	filter: alpha(opacity=100);
}
#content-wrapper .form-input::-moz-placeholder {
	font-size:15px;
	line-height:24px;
	color:#242434;
	filter: alpha(opacity=100);
}
#content-wrapper .form-input:-ms-input-placeholder {
	font-size:15px;
	line-height:24px;
	color:#242434;
}
.arrow-right {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: none center center no-repeat transparent;
	border: 1px solid #3d356f;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.arrow-right.active, .arrow-right:hover {
	cursor: pointer;
	background: none center center no-repeat #3d356f;
}
.arrow-left {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: none center center no-repeat transparent;
	border: 1px solid #3d356f;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.arrow-left.active, .arrow-left:hover {
	cursor: pointer;
	background: none center center no-repeat #3d356f;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header .top-line {
	background: #1b1542;
	color: #e2e2eb;
	line-height: 36px;
}
.top-line .contact {
	float: left;
}
.top-line .contact span {
	margin-right: 30px;
}
.top-line .contact span img {
	margin-right: 6px;
}
.top-line .contact a {
	color: #e2e2eb;
}
.top-line .contact a:hover {
	color: #fff;
}
.top-line .social {
	float: right;
}
.top-line .social a {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	border-left: 1px solid #36305c;
}
.top-line .social a:last-child {
	border-right: 1px solid #36305c;
}
.top-line .social a:hover {
	background: #312676;
}
header nav {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.fixed-top nav {
	position: fixed;
	top: 0px;
	z-index: 250;
	width: 100%;
	background: #fff;
	-webkit-transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
}
#logo {
	display: block;
	margin-top: 12px;
}
#logo img {
	width: 200px;
	height: 75px;
	float: left;
}
#logo .name {
	float: left;
	font-size: 20px;
	line-height: 22px;
	color: #1b1542;
	text-transform: uppercase;
	margin: 20px 0px 0px 9px;
}
#navbar > ul > li {
	margin-left: 22px;
}
#navbar > ul > li:first-child {
	margin-left: 0px;
}
#navbar > ul > li > a {
	font-size: 15px;
	color: #242434;
	text-transform: uppercase;
	padding: 36px 0px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
#navbar > ul > li:hover > a, #navbar > ul > li.active > a {
	background: transparent;/*border-top:4px solid #38a9f6;*/
	border-bottom: 4px solid #38a9f6;
}
.navbarhover{
	background: transparent;/*border-top:4px solid #38a9f6;*/
	border-bottom: 4px solid #38a9f6;
}
#navbar ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	z-index: 101;
	width: 196px;
	background: #fff;
	list-style: none;
}
#navbar .dropdown:hover ul {
	display: block;
}
#navbar .dropdown > a:hover ul a {
	display: block;
	color: #242434;
	padding: 12px 0px 12px 15px;
	border-top: 1px solid #d0d8de;
}
#navbar .dropdown.open > a, #navbar > ul > li > a:focus {
	background: transparent;
}
#navbar .dropdown > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 9px;
	height: 5px;
	margin-top: -2px;
	background: url(../images/img/dropdown.png) center center no-repeat;
}
#navbar .dropdown > a {
	padding-right: 15px;
}
#navbar .dropdown ul a {
	display: block;
	color: #242434;
	padding: 12px 0px 12px 15px;
	border-top: 1px solid #d0d8de;
}
#navbar .dropdown ul a:hover {
	color: #fff;
	background: #38a9f6;
}
#navbar .dropdown ul li:last-child a {
	border-bottom: 1px solid #d0d8de;
}
.navbar-toggle {
	background: #3d356f;
	margin-top: 22px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
@media (max-width: 800px) {
	body {
		padding-top: 74px;
	}
	header nav {
		position: fixed;
		top: 0px;
		z-index: 250;
		width: 100%;
		background: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
		box-shadow: 0 1px 3px rgba(0,0,0,.08);
	}
	header nav .container {
		width: 100%;
	}
	.top-line {
		display: none;
	}
	#logo {
		margin: 10px 0px 10px 15px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		visibility: visible!important;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
		visibility: hidden!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#navbar > ul {
		padding: 0px 15px;
	}
	#navbar > ul > li {
		margin-left: 0px;
	}
	#navbar > ul > li > a {
		border: none;
		padding: 10px 0px;
		text-align: center;
	}
	#navbar > ul > li > a:hover, #navbar > ul > li.active > a {
		background: #3d356f;
		border: none;
		color: #fff;
	}
	#navbar .dropdown ul {
		position: static;
		width: 100%;
		list-style: none;
		text-align: center;
	}
	#navbar .dropdown ul a {
		padding: 12px 0px 12px 0px;
	}
	#navbar .dropdown > a {
		padding-right: 0px;
	}
	#navbar .dropdown > a:after {
		right: 10px;
	}
	#navbar .dropdown > a >span {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 60px;
		height: 40px;
		z-index: 200;
	}
	#navbar .dropdown.open ul {
		display: block;
	}
	#navbar .dropdown.open ul li {
		background: #7CC7FA;
	}
	#navbar .dropdown.open > a {
		background: #38A9F6;
		border: none;
		color: #fff;
	}
	#navbar .dropdown.open ul a:hover {
		background: #3d356f;
	}
	#navbar .dropdown:hover ul {
		display: none;
	}
}
@media (min-width: 801px) and (max-width: 991px) {
	#logo .name {
		font-size: 18px;
		line-height: 20px;
		margin: 20px 0px 0px 2px;
	}
	#navbar > ul > li {
		margin-left: 6px;
	}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {

	background-size: cover;
	background-position: center center;
}
footer h3.title {
	font-size: 20px;
	line-height: 25px;
	color: #fefeff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
footer .address {
	font-size: 15px;
	line-height: 25px;
	color: #fefeff;
	margin-bottom: 5px;
}
footer .list-styled {
	padding-left: 15px;
	list-style: none;
	color: #c0bce8;
}
footer .list-styled li {
	margin-bottom: 4px;
	position: relative;
}
footer .list-styled li:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: -15px;
	width: 6px;
	height: 10px;
	background: none center center no-repeat;
}
footer .list-styled a {
	color: #c0bce8;
}
footer .list-styled a:hover {
	color: #fff;
}
footer .blog-latest {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 18px;
}
footer .blog-latest img {
	float: left;
	margin-right: 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
footer .blog-latest .title a {
	color: #c0bce8;
	margin-bottom: 3px;
}
footer .blog-latest .title a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
footer .blog-latest .date {
	color: #fff;
}
footer .text {
	font-size: 15px;
	line-height: 25px;
	color: #c0bce8;
	margin-bottom: 10px;
}
footer form {
	position: relative;
	margin-bottom: 25px;
}
footer form:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 88%;
	width: -webkit-calc(100% - 29px);
	width: -moz-calc(100% - 29px);
	width: calc(100% - 29px);
	height: 1px;
	border-bottom: 1px solid #827ca0;
}
footer input {
	color: #fff;
	width: 100%;
	height: 30px;
	padding-left: 10px;
	background: transparent;
	border: none;
}
footer input::-webkit-input-placeholder {
	color:#fff;
}
footer input:-moz-placeholder {
	color:#fff;
	opacity:1;
	filter: alpha(opacity=100);
}
footer input::-moz-placeholder {
	color:#fff;
	opacity:1;
	filter: alpha(opacity=100);
}
footer input:-ms-input-placeholder {
	color:#fff;
}
footer button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: none center center #3d356f no-repeat;
	border: none;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
footer button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
footer .social a {
	display: inline-block;
	width: 30px;
	padding: 7px 0px;
	text-align: center;
	background: #3d356f;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-right: 5px;
}
footer .social a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#scrollUp {
	right: 8px;
	bottom: 8px;
	width: 50px;
	height: 50px;
	background: url(../images/img/scroll-up.png) center center #e0dfe6 no-repeat;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#scrollUp:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
@media (max-width: 767px) {
	footer {
		background: #26264C !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	footer .social a {
		width: 28px;
		margin-right: 4px;
	}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SIMPLE BLOCK STRUCTURE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block {
	padding-top: 60px;
	padding-bottom: 57px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.block .block-header {
	margin-bottom: 55px;
}
.block .block-header:before {
	content: "";
	width: 39px;
	height: 3px;
	background-color: #38a9f6;
	left: 15px;
	bottom: -1px;
	position: absolute;
}
.block .block-header-wrapper {
	border-bottom: 1px solid #cdd6dc;
	padding-bottom: 60px;
}
.block .block-header .title {
	font-size: 50px;
	line-height: 70px;
	color: #242434;
	text-transform: uppercase;
	position: relative;
}
.block .block-header .title .first {
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.block .block-header .title .blue {
	color: #38a9f6;
}
.block .block-header .text {
	font-size: 15px;
	color: #242434;
	line-height: 24px;
	border-left: 1px solid #d0d8de;
	padding: 3px 15px 3px 30px;
	margin-top: 40px;
}
.breadcrumbs {
	padding-top: 60px;
}
.breadcrumbs ul {
	list-style: none;
	margin-bottom: 45px;
}
.breadcrumbs li {
	display: inline;
	color: #242434;
}
.breadcrumbs li + li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background: none center center no-repeat;
	margin: 0 10px;
}
.breadcrumbs li a {
	color: #242434;
	text-decoration: underline;
}
@media (max-width: 515px) {
	.block .block-header .title {
		font-size: 52px;
	}
}
@media (max-width: 400px) {
	.block .block-header .title {
		font-size: 45px;
	}
}
@media (max-width: 350px) {
	.block .block-header .title {
		font-size: 37px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.block .block-header .title {
		font-size: 52px;
	}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - BLOCK "TYPE 1" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-1 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.main-slider {
	min-height: 250px!important;
}
.block.type-1 .swiper-slide {
	background-size: cover;
	background-position: center center;
}
.block.type-1 .swiper-container, .block.type-1 .swiper-wrapper, .block.type-1 .swiper-slide, .block.type-1 .swiper-slide .container {
	height: inherit!important;
	min-height: 250px!important;
	position: relative;
	z-index: 100;
}
.block.type-1 .swiper-slide {
	position: relative;
	text-align: center;
}
.block.type-1 .slide-name {
	font-size: 18px;
	color: #bfbfd7;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.block.type-1 .slide-title {

	font-size: 70px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.block.type-1 .slide-text {

	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
}
.block.type-1 .pagination {
	position: absolute;
	bottom: 25px;
}
.block.type-1 .pagination span {
	z-index: 101;
}
.block.type-1 .vertical-align {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-52%);
	-moz-transform: translateY(-52%);
	-webkit-transform: translateY(-52%);
	-ms-transform: translateY(-52%);
}
.block.type-1 .container.arrows {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -585px;
	height: inherit!important;
	min-height: 500px!important;
}
.block.type-1 .slider-arrow {
	position: absolute;
	top: 25%;
	border: 2px solid #8480a4;
	padding: 10px 18px;
	margin-top: -25px;
	z-index: 200;
	display: inline-block;
}
.block.type-1 .slider-arrow:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.block.type-1 .slider-arrow.left {
	left: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.block.type-1 .slider-arrow.right {
	right: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.block.type-1 .swiper-pagination-switch {
	width: 32px;
	height: 32px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	border: 2px solid #fff;
	background: transparent;
}
.block.type-1 .swiper-pagination-switch:before {
	border: none;
}
.block.type-1 .swiper-active-switch {
	border: 2px solid #38a9f6;
}
.block.type-1 .swiper-active-switch:before {
	width: 7px;
	height: 7px;
	border: none;
	background: #fff;
}
@media (max-width: 400px) {
	.block.type-1 .slide-name {
		margin-bottom: 10px;
	}
	.block.type-1 .slide-text {
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.block.type-1 .slide-title {
		font-size: 52px;
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.block.type-1 .slide-title {
		font-size: 52px;
	}
	.block.type-1 .container.arrows {
		margin-left: -375px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.block.type-1 .container.arrows {
		margin-left: -485px;
	}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - BLOCK "TYPE 2" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-2 {
	padding-bottom: 0px;
}
.block.type-2 .block-header {
	margin-bottom: 0px;
}
.block.type-2 .icon-blocks {
	margin-top: 80px;
}
.block.type-2 .icon-blocks .services {
	margin-bottom: 80px;
}
.icon-blocks .description {
	padding-left: 85px;
	padding: 15px 16px;
}
.icon-blocks .services .title {
	color: #242434;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
}
.icon-blocks .services .text {
	font-size: 14px;
	line-height: 24px;
}
.icon-blocks .icon-service {
	float: left;
	background-repeat: repeat;
	padding: 15px 9px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.block.type-2 .breadcrumbs {
	padding-top: 0px
}
@media (max-width: 767px) {
	.block.type-2 {
		padding-bottom: 57px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.block.type-2 {
		padding-bottom: 57px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.icon-blocks {
		margin-top: 40px;
	}
	.icon-blocks .services {
		margin-bottom: 50px;
	}
}

/*  ==============
	CSS ANIMATIONS
	==============  */
.button a, header a, .swiper-arrow, .arrows div, .block, .social a, footer a {
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
}
.post {
	visibility: hidden;
}
.post.animated {
	visibility: visible;
}

.copy-footer {
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	display: block;
	clear: both;
	background: #f6f6f6;

	padding: 20px 0;
	color: #999;

}
p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.join-us-ttile .title span[data-v-362febb0]:after, .join-us-ttile .title span[data-v-362febb0]:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #686c7b;

}
.join-us-ttile .title span[data-v-362febb0] {
	color: #2f3333;
	line-height: 29px;
	font-size: 22px;
	position: relative;
}
.join-us-ttile .title span[data-v-362febb0]:before {
	left: -120px;
}
.join-us-ttile .title span[data-v-362febb0]:after {
	right: -120px;
}
.join-us-ttile .subheading[data-v-362febb0] {
	font-weight: 700;
	color: #2f3333;
	line-height: 42px;
	font-size: 32px;
	margin-bottom: 40px;
}
.join-us-ttile .title[data-v-362febb0] {
	margin-bottom: 60px;
}

.qywh_ul li {
	width: 339px;
	float: left;
	box-shadow: 0px 5px 50px rgba(0,0,0,0.1);
	margin-right: 41px;
}
.br_text_common {
	width: 339px;
	background-position: right top;
	background-color: #fff;
	padding-top: 20px;
}
.qywh_span {
	font-size: 23px;
	font-weight: 200;
	padding: 0px 20px 0;
	display: block;
	color: #333;
	border-left: 3px solid #e61717;
	height: 23px;
	line-height: 23px;
	margin-top: 00px;
}
.qywh_p {
	font-size: 14px;
	color: #555;
	padding: 15px 20px 25px;
}
.qywh_ul li img{
	width: 339px;
	height: 173px;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}
.blog-article {
	float: left;
	width: 100%;
}
.blog-article {
	margin-bottom: 30px;
}
.blog-article figure {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.blog-article .post-summary {
	padding-right: 10px;
}
.entry-header {
	background: none;
	box-shadow: none;
	padding-top: 0;
	border: none;
}
h2.post-title {
	font-size: 20px;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.4;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.blog-article .post-summary p {
	margin-bottom: 10px;
	line-height: 23px;
}

.com-cnt img {
	max-width: 99%;
}

.icon-blocks .icon-service {
	color: #fff;
	font-size: 40px;
}

.lst_li {
	margin-right: 0px !important;
}


.hz-way-other h3 {
	margin-bottom: 14px;
}
.hz-way-other h3 span {
	font-weight: normal;
	font-size: 20px;
}

.gold-txt {
	color: #ad8757;
}


.hz-way-other{margin-top:-260px;padding-top:220px;}
.hz-way-other li{float:left;position: relative;margin-top:30px;margin-right: 2%;margin-right: 1%\9;width: 23%;height: 200px;overflow: hidden;cursor: pointer; transition: all .3s;}
.hz-way-other li:hover {transform: translateY(-5px);}
.hz-way-other li:hover  .drag{top: 0;opacity:1;filter:alpha(opacity=100);}
.hz-way-other li:nth-child(3n){margin-right: 0;}
.hz-way-other li>div{padding:30px 38px;height:200px;}
.hz-way-other li p{line-height: 2em;}

.hz-way-other .drag{ width: 100%; position: absolute;top:-60px;color:#fff;background:#b0987b none no-repeat;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.hz-way-other h3{margin-bottom:14px;}
.hz-way-other h3 span{font-weight: normal;font-size: 20px;}

.hz-way-other .title{text-align: center;}
.hz-way-other .title h3{margin-top:20px;margin-bottom: 8px;}
.hz-way-other .title p{font-size: 15px;}
.hz-way-other .title .hz-nub{display: inline-block;margin-top:30px;}

@keyframes yd1{
	0%{transform: translateY(60px);opacity: 0;}
	100%{transform: translateY(0px);opacity: 1;}
}
.hz-way-other>ul.on{animation: yd1 0.8s ease-out;}
.hz-way-main.on{animation: yd1 0.8s ease-out;}

.lihover {transform: translateY(-5px);}
.lihover  .drag{top: 0;opacity:1;filter:alpha(opacity=100);}