/*reset*/
:focus {
	outline: 0;
}
body, ul, img, input, dl, dd, tr, th, td {
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
img {
	border: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #333;
}
input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}
body {
	overflow-x: hidden;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
a:focus {
	outline: none;
}
iframe {
	max-width: 100%;
}
.map iframe {
	width: 100%;
}

body {
	font-size: 14px;
	font-family: 'opensans', arial, sans-serif;
	color: #333;
	background: #fff;
}
.bold {
	font-weight: bold;
}
.fontRed {
	color: red;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
b, strong {
	font-family: 'opensans semibold';
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
.row {
	margin: 0;
}
}
*:link, *:visited, *:hover, *:active, *:focus {
	transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
	-webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}
@font-face {
	font-family: 'opensans';
	src: url(../font/opensans.eot);
	src: url(../font/opensans.eot?#iefix) format('embedded-opentype'), url(../font/opensans.woff) format('woff'), url(../font/opensans.woff2) format('woff2'), url(../font/opensans.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans semibold';
	src: url(../font/OpenSans-Semibold.eot);
	src: url(../font/OpenSans-Semibold.eot?#iefix) format('embedded-opentype'), url(../font/OpenSans-Semibold.woff) format('woff'), url(../font/OpenSans-Semibold.woff2) format('woff2'), url(../font/OpenSans-Semibold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans bold';
	src: url(../font/OpenSansB.eot);
	src: url(../font/OpenSansB.eot?#iefix) format('embedded-opentype'), url(../font/OpenSansB.woff) format('woff'), url(../font/OpenSansB.woff2) format('woff2'), url(../font/OpenSansB.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}/*nav*/
.nav_content {
	position: relative;
	z-index: 10;
	margin-top: 0;
}
.nav_content .container {
	position: relative;
}
header .wrapper {
	display: none;
}
.wrapper .toggle {
	float: right;
	width: 48px;
	height: 54px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-indent: -9999em;
	line-height: 24px;
	font-size: 1px;
	display: block;
	text-align: center;
	background: #29aae3;
	border-right: 1px solid #94d5f1;
}
html.hc-yscroll {
	overflow-y: scroll
}
body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}
.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}
.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}
.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}
.hc-mobile-nav .nav-wrapper {
	width: 100%
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.hc-mobile-nav li {
	position: relative;
	display: block
}
.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}
.hc-mobile-nav input[type="checkbox"] {
	display: none
}
.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}
.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}
.hc-mobile-nav a, .hc-mobile-nav a:hover {
	text-decoration: none
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}
.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}
.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}
.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}
.hc-mobile-nav.side-left {
	left: 0
}
.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-right {
	right: 0
}
.hc-mobile-nav.side-right .nav-container {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}
.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 20px;
	z-index: 9980;
	min-height: 24px
}
.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #34495E;
	transition: all .2s ease
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
	content: '';
	width: 100%
}
.hc-nav-trigger span::before {
	top: -10px
}
.hc-nav-trigger span::after {
	bottom: -10px
}
.hc-nav-trigger.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}
.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}
.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {
	background: rgba(0,0,0,0.5)
}
.hc-mobile-nav .nav-wrapper {
	z-index: 2;
	background: #fafafa;
}
.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}
.hc-mobile-nav h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #29aae3;
	font-family: 'opensans semibold';
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.hc-mobile-nav a {
	padding: 10px 17px;
	font-size: 14px;
	color: #333;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-family: 'opensans semibold';
}
.hc-mobile-nav:not(.touch-device) a:hover {
	background: #f2f2f2
}
.hc-mobile-nav li {
	text-align: left
}
.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
	background: rgba(0,0,0,0.05);
	background-size: 100%;
	text-transform: capitalize;
	color: #808080;
}
.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
	background: rgba(0,0,0,0.2)
}
.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}
.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.hc-mobile-nav li.nav-close span::before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.hc-mobile-nav li.nav-close span::after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	transform-origin: center
}
.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}
#main-nav {
	display: none
}
header {
	position: relative;
	padding: 50px 0 20px
}
header .git svg {
	width: 15px;
	height: 15px;
	fill: #fffce1;
	position: relative;
	top: 2px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px solid #4daabb;
	transition: border-color .15s ease-in-out
}
header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	min-height: 24px;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 24px;
}
header .toggle span {
	width: 20px;
	top: 50%;
}
header .toggle span, header .toggle span::before, header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 2px;
	background: #fff;
	transition: all .1s ease;
	margin-left: -10px;
	border-radius: 10px;
}
header .toggle span::before, header .toggle span::after {
	content: '';
	width: 100%;
	border-radius: 5px;
}
header .toggle span::before {
	top: -6px
}
header .toggle span::after {
	bottom: -6px
}
header .toggle.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
header .toggle.toggle-open span::before {
	transform: translate3d(0, 6px, 0)
}
header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(6px, 0, 0)
}
header .toggle:hover span, header .toggle:hover span::before, header .toggle:hover span::after {
}
header .toggle div {
	display: inline-block;
	margin-right: 15px
}
.hc-mobile-nav .nav-container {
	width: 280px
}
.hc-mobile-nav a {
	font-size: 16px;
	text-transform: capitalize;
}
.hc-mobile-nav ul li ul li a {
	font-size: 14px;
	font-family: 'opensans';
	text-transform: capitalize;
}
.hc-mobile-nav ul.first-nav > li > a {
	font-family: 'opensans semibold';
	text-transform: capitalize;
}
.hc-mobile-nav ul.second-nav > li > a {
	text-transform: capitalize;
	font-family: 'opensans semibold';
}/*mainmenu*/
.mainmenu-area {
	padding-right: 0;
	width: auto;
	padding-top: 15px;
	padding-right: 30px;
	float: right;
}
.mainmenu_box {
	float: left;
	width: 36%;
	padding-right: 0;
}
.find .product_vmegamenu>ul li a {
	padding: 12px 10px;
}
.product_vmegamenu ul li a.hover-icon::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 0;
	color: #808080;
	top: 14px;
}
.product_vmegamenu>ul>li a img {
	max-width: 100%;
	height: auto;
}
.product_vmegamenu>ul>li .vmegamenu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px -1px #666666;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
	opacity: 0;
	z-index: 999999;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	padding: 10px;
}
.product_vmegamenu ul li:hover .vmegamenu {
	opacity: 1;
	top: 52px;
	visibility: visible;
}
.product_vmegamenu ul li .vmegamenu span {
	float: left;
	padding: 15px;
	width: 20%;
}
.product_vmegamenu ul li .vmegamenu span s {
	display: block;
}
.product_vmegamenu ul li .vmegamenu span img {
	max-width: 100%;
}
.product_vmegamenu ul li .vmegamenu span a.vgema-title {
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	background: #ededed;
	padding: 10px;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: normal;
}
.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {
	background: #226cc5;
	color: #fff;
}
.product_vmegamenu ul li .vmegamenu2 {
	width: 400px;
}
.product_vmegamenu ul li .vmegamenu2 span {
	padding: 15px;
	width: 50%;
}/* mainmenu */
.mainmenu {
	text-align: right;
}
.mainmenu>nav>ul>li {
	display: inline-block;
	padding: 0 30px;
}
.mainmenu ul li a {
	transition: all .3s;
}
.mainmenu>nav>ul>li>a {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 0 22px 0;
	text-transform: capitalize;
	transition: all .5s;
	position: relative;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
}
.mainmenu nav>ul>li>a:before {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 10px;
	width: 0;
	height: 3px;
	content: '';
	z-index: -1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #fff;
}
.mainmenu nav>ul>li:hover>a:before, .mainmenu nav>ul>li.active>a:before, .mainmenu nav>ul>li#active>a:before {
	width: 100%;
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100)
}
.mainmenu nav>ul>li:hover>a:after, .mainmenu nav>ul>li.active>a:after, .mainmenu nav>ul>li#active>a:after {
	content: '';
	width: 32px;
	height: 21px;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: -21px;
	background-position: -7px -325px;
}
.mainmenu nav>ul>li>a i {
	position: relative;
}
.mainmenu nav>ul>li>a i:before, .mainmenu nav>ul>li>a i:after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	pointer-events: none;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	z-index: 5;
}
.mainmenu nav>ul>li>a i:before {
	right: -12px;
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mainmenu nav>ul>li:hover>a i:before, .mainmenu nav>ul>li.active>a i:before, .mainmenu nav>ul>li#active>a i:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #fff;
}
.mainmenu nav>ul>li>a i:after {
	right: -15px;
	top: 12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.mainmenu nav>ul>li:hover>a i:after, .mainmenu nav>ul>li.active>a i:after, .mainmenu nav>ul>li#active>a i:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #fff;
}
.mainmenu ul li:hover > a, .mainmenu ul li.active > a {
	color: #29aae3;
}
.mainmenu>nav>ul>li:hover > a, .mainmenu>nav>ul>li.active > a {
	text-decoration: none;
	color: #fff;
}
.mainmenu>nav>ul>li.active>a, .mainmenu>nav>ul>li#active>a {
	color: #fff;
}
.mainmenu>nav>ul>li>ul {
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	left: auto;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px;
	visibility: hidden;
	text-align: left;
	width: 220px;
	background: #fff;
	transition: .3s ease;
	padding: 5px 0;
	background: #f2f2f2;
}
.mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.mainmenu ul li > ul li {
	display: block;
	padding: 0;
	background: none;
	position: relative;
}
.mainmenu ul li > ul li > a {
	color: #333;
	padding: 10px 15px;
	text-transform: capitalize;
	font-size: 13px;
	font-style: normal;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: 90% center;
	font-family: 'opensans';
	transition: all .5s;
}
.mainmenu ul li > ul li:hover > a {
	text-decoration: none;
	color: #fff;
	background-position: right center;
	padding-left: 17px;
}
.mainmenu ul li > ul li > a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: -1;
	background: #29aae3;
}
.mainmenu ul li > ul li:hover > a:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.mainmenu ul li > ul li > a:after {
	content: '';
	left: 15px;
	right: 15px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	height: 1px;
	z-index: -2;
}
.mainmenu ul li > ul li.has-menu::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #29aae3;
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 20px;
	margin-top: -10px;
	z-index: 2;
}
.mainmenu ul li > ul li:hover.has-menu::after {
	color: #fff;
}
.mainmenu>nav>ul>li ul.vmegamenu02 {
	box-shadow: 0 5px 20px rgba(0,0,0,.05);
	left: 279px;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px 0 10px 0;
	visibility: hidden;
	text-align: left;
	width: 240px;
	background: #fafafa;
	transition: .3s ease;
	margin-top: -45px;
}
.mainmenu ul li:hover > ul.vmegamenu02 {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.mainmenu ul li > ul.vmegamenu02 li > a {
	padding: 10px;
}
.mainmenu ul li > ul.vmegamenu02 li > a:after {
	background: #e5e5e5;
	left: 10px;
	right: 10px;
}
.mainmenu>nav>ul>li.product_vmegamenu>ul {
	width: 100%;
	left: 0;
	padding: 20px;
}
.mainmenu>nav>ul>li.product_vmegamenu02>ul {
	width: 100%;
	left: 0;
	padding: 0;
}
.mainmenu>nav>ul>li .container {
	width: 100%;
}
.mainmenu ul li > ul li .nav_list li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.nav_list li:nth-child(6n+1) {
	clear: both;
}
.nav_list li .top {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.nav_list li .top .title {
	margin-left: 0;
	font-size: 18px;
	color: #333333;
	padding: 0;
	line-height: 24px;
	max-height: 48px;
	display: block;
	text-transform: capitalize;
	vertical-align: middle;
	font-family: 'opensans semibold';
	margin-top: 0;
}
.nav_list li .top .title:hover {
	color: #29aae3;
	text-decoration: none;
}
.nav_list li .top .image {
	display: block;
	max-width: 40px;
	margin: 0;
	margin-right: 10px;
	overflow: hidden;
}
.nav_list li .top .image img {
	transition: all .9s;
	width: 100%;
}
.nav_list li:hover .top .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.nav_list li p {
	margin: 0;
	margin-bottom: 5px;
}
.nav_list li p a {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 2px 0;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'opensans'
}
.nav_list li p a:before {
	content: "\f105";
	color: #999;
	padding-right: 5px;
	font-family: FontAwesome;
	transition: all .5s;
}
.nav_list li p a:hover {
	color: #29aae3;
	text-decoration: none;
}
.nav_list li p a:hover:before {
	color: #29aae3;
}
.mainmenu ul li.product_vmegamenu > ul li .image:hover {
	padding: 0;
}
.mainmenu ul li.product_vmegamenu04 .nav_image {
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px;
}
.mainmenu ul li.product_vmegamenu04 .nav_image .title {
	display: block;
	margin-top: 15px;
	font-family: 'opensans semibold';
	text-transform: capitalize;
	font-size: 18px;
}
.mainmenu ul li.product_vmegamenu04 .nav_list {
	padding: 30px 100px;
}
.mainmenu ul li.product_vmegamenu04 .nav_list li .top {
	border-bottom: none;
}
.mainmenu ul li.product_vmegamenu04 .nav_list li .top .title {
	font-size: 16px;
}
.mainmenu .features-tab {
	padding: 20px 10px;
}
.mainmenu .nav-tabs {
	border: none;
	padding-right: 15px;
}
.mainmenu .nav-tabs > li {
	border-bottom: 1px solid #ddd;
	float: none;
	margin-bottom: 10px;
}
.mainmenu .nav-tabs > li > a {
	display: block;
	font-size: 22px;
	font-family: 'opensans semibold';
	text-transform: uppercase;
	padding: 10px;
	border: none;
	background: none;
	position: relative;
	z-index: 5;
}
.mainmenu .nav-tabs > li > a:before {
	display: none;
}
.mainmenu .nav-tabs > li > a:after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-family: 'FontAwesome';
	color: #29aae3;
	left: auto;
	background: none;
	bottom: auto;
	width: 10px;
	height: 100%;
	display: inline-block;
	align-items: center;
	justify-content: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
.mainmenu .nav-tabs > li > a p {
	margin: 0;
}
.mainmenu .nav-tabs > li.active > a, .mainmenu .nav-tabs > li.active > a:hover, .mainmenu .nav-tabs > li.active > a:focus {
	border: none;
	color: #29aae3;
	background: none;
}
.mainmenu .nav-tabs > li.active > a:after, .mainmenu .nav-tabs > li.active > a:hover:after, .mainmenu .nav-tabs > li.active > a:focus:after {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mainmenu .tab-content {
	padding: 20px 0;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}
.mainmenu .tab-content .list {
	list-style: none;
}
.mainmenu .tab-content .list li {
	margin-bottom: 20px;
	padding: 0 10px;
}
.mainmenu .tab-content .list li:nth-child(5n+1) {
	clear: both;
}
.mainmenu .tab-content .list li .nav_pro_title {
	font-size: 16px;
	color: #333333;
	padding: 0;
	line-height: 24px;
	max-height: 48px;
	display: block;
	vertical-align: middle;
	font-family: 'opensans semibold';
	margin-bottom: 10px;
}
.mainmenu .tab-content .list li .nav_pro_title:hover {
	color: #29aae3;
}
.mainmenu .tab-content .list li .nav_pro_title:before, .mainmenu .tab-content .list li .nav_pro_title:after {
	display: none;
}
.mainmenu .tab-content .list li .wrap {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}
.mainmenu .tab-content .list li .wrap a {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 2px 0;
	text-transform: capitalize;
	font-family: 'opensans';
	display: block;
	margin-bottom: 5px;
}
.mainmenu .tab-content .list li .wrap a:before {
	content: "\f105";
	color: #999;
	padding-right: 5px;
	font-family: FontAwesome;
	transition: all .5s;
}
.mainmenu .tab-content .list li .wrap a:hover {
	color: #29aae3;
	text-decoration: none;
}
.mainmenu .tab-content .list li .wrap a:hover:before {
	color: #29aae3;
}
.mainmenu .tab-content #cat01 .list li {
	width: 20%;
}
.mainmenu .tab-content .bottom {
	background: #f2f2f2;
	padding: 10px 20px;
	text-align: left;
	margin-top: 10px;
}
.mainmenu .tab-content .bottom a {
	display: inline-block;
	font-size: 18px;
	font-family: 'opensans semibold';
	line-height: 24px;
	text-transform: capitalize;
	color: #333;
}
.mainmenu .tab-content .bottom a:hover {
	color: #29aae3;
	text-decoration: none;
}
.mainmenu .tab-content .bottom a i {
	transition: all .5s;
}
.mainmenu .tab-content .bottom a:hover i {
	animation: scroll_right_anim 1.5s infinite;
	transform: scaleY(1);
	visibility: visible;
}
header.small .mainmenu-area {
	padding-top: 3px;
}

@media only screen and (max-width: 1480px) {
.mainmenu>nav>ul>li {
	padding: 0 20px;
}
}

@media only screen and (max-width: 1260px) {
.mainmenu-area {
	padding-right: 15px;
}
.mainmenu>nav>ul>li {
	padding: 0 15px;
}
.mainmenu>nav>ul>li>a {
	font-size: 16px;
}
}

@media only screen and (max-width: 992px) {
header .wrapper {
	display: block;
}
.vmegamenu {
	padding: 0px 0px !important;
}
.mainmenu-area {
	margin: 0;
	padding: 0;
}
.mobile-menu-area {
	top: 25px;
}
.nav_content {
	border: none;
	margin: 0;
	z-index: 9999999;
}
.nav_content > .container {
	width: 100%;
}
}/*index*/
.social_icons {
	list-style: none;
}
.social_icons li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
}
.social_icons li:first-child {
	padding-left: 0;
}
.social_icons li a {
	transition: all .5s;
}
.social_icons li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.head_top {
	position: relative;
	z-index: 5;
	padding-top: 0;
	width: 100%;
	background: #f2f2f2;
}
.head_con {
	list-style: none;
	float: left;
	padding-top: 10px;
}
.head_con li {
	margin-right: 30px;
	display: inline-flex;
	text-align: left;
	align-items: center;
}
.head_con li .icon {
	min-width: 18px;
	height: 18px;
	max-width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.head_con li .icon span {
	display: inline-block;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	transition: all .5s;
	background-image: url(../images/icon.png);
}
.head_con li .wrap {
	padding-left: 10px;
}
.head_con li p {
	display: block;
	color: #808080;
	font-size: 13px;
	margin: 0;
	line-height: 16px;
}
.head_con li a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.head_con li a:hover {
	color: #fff;
}
.head_more {
	float: right;
	display: inline-flex;
	height: 50px;
	background: #e6e6e6;
	padding-left: 20px;
	padding-right: 20px;
	align-items: center;
	justify-content: center;
}
.head_more p {
	margin: 0;
	font-size: 13px;
	font-family: 'opensans bold';
	color: #29aae3;
	text-transform: capitalize;
}
.head_more i {
	display: inline-block;
	margin-left: 8px;
	width: 16px;
	height: 13px;
	background: url(../images/icon.png) no-repeat;
	background-position: -416px -57px;
}
.head_more:hover {
	text-decoration: none;
	background: #d1e0e7;
}
#account {
	float: right;
	height: 50px;
	border-right: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 15px;
}
#account i {
	display: inline-block;
	width: 25px;
	height: 28px;
	background: url(../images/icon.png) no-repeat;
	background-position: 0 0;
	margin-right: 5px;
}
#account a {
	font-size: 13px;
	color: #000000;
	margin: 0 5px;
}
#account a:hover {
	color: #29aae3;
}
.header {
	position: relative;
	padding: 20px 0;
	background: #29aae3;
}
.header .container {
	position: relative;
}
#logo {
	position: relative;
	text-align: left;
	float: left;
	z-index: 9999999;
	padding-top: 0;
}
#logo h1 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
}
#logo a {
	padding: 0;
	display: inline-block;
}
#logo img {
	max-width: 179px;
	height: auto;
	padding: 0;
}
.select {
	float: right;
	padding: 8px 10px;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	margin-top: 7px;
	padding-left: 25px;
	padding-bottom: 8px;
	position: relative;
	z-index: 5;
	background: url(../images/bg_lan.jpg) no-repeat center center;
	margin-right: 15px;
	margin-left: 10px;
}
.select > a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	position: relative;
}
.select > a p {
	display: inline-block;
	margin: 0;
	text-transform: capitalize;
	color: #666666
}
.select > a p:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
.select > a img {
	margin-right: 0;
}
.select > a:hover, .select > a:link {
	text-decoration: none;
}
.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 80%;
	height: auto;
	z-index: 99999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.select-show {
	visibility: visible;
	transition: all .5s;
}
.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(1,1,1,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.select-show ~ .select-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}
.select-content {
	color: #5b5b5b;
	background: #f9f9f9 url(../images/language_bg.jpg) no-repeat left bottom;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 80px 50px;
}
.select-content em {
	display: block;
	font-size: 28px;
	line-height: 24px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	font-family: 'opensans semibold';
	text-align: center;
}
.select-content .list {
	list-style: none;
	text-align: center;
}
.select-content .list li {
	margin-bottom: 30px;
	padding: 0 10px;
	width: auto;
	float: none;
	margin: 10px;
	display: inline-block;
}
.select-content .list li p {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 20px;
}
.select-content .list li:hover p {
	color: #29aae3;
	text-decoration: underline;
}
.select-content .select-close {
	position: absolute;
	right: 50px;
	top: 48px;
	border: none;
	background-color: transparent;
}
.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.select-content .select-close i:before, .select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}/* Top Search*/
.search_box {
	float: right;
	z-index: 99999999;
	margin-right: 0;
}
.search {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.3);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.search i {
	width: 21px;
	height: 21px;
	background: url(../images/icon.png) no-repeat -288px -6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.search p {
	display: inline-block;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #999999;
	margin-right: 10px;
	vertical-align: middle;
}
.search:hover, .search:link {
	text-decoration: none;
}
.top-search {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 116px;
	display: none;
	z-index: 9999999;
	background: rgba(255,255,255,0.8);
	border-radius: 0;
	box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.1);
}
.top-search em {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'opensans semibold';
	text-align: left;
	display: none;
}
.top-search .input-group-addon i {
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
	content: '';
	display: inline-block;
	background: #999;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.top-search .input-group-addon i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.top-search .input-group-addon i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.top-search .form-control {
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #29aae3;
	background: transparent;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 0;
	text-align: left;
	font-size: 16px;
	font-family: 'opensans';
	border-radius: 0;
	transition: all .5s;
}
.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
	background: #fff;
	padding-left: 10px;
	border-color: #29aae3;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
}
.btn_search1 {
	background: #29aae3 url(../images/icon.png) no-repeat -272px 9px;
	top: 2px;
	height: 46px;
	position: absolute;
	right: 0;
	width: 50px;
	z-index: 3;
}
.header_search {
	position: relative;
}
.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 5px;
	top: 20px;
	width: 40px;
	height: 50px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.attr-nav {
	float: right;
	z-index: 9999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 18px;
}
.attr-nav ul li {
	list-style: none;
}
.top-search .input-group {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 60px 20px 0;
	border-radius: 0;
}/* Sizes for the bigger menu */
header {
	width: 100%;
	z-index: 9999999;
	padding: 0;
	position: fixed;
}
header.large {
	top: 50px;
	padding: 0;
	background: #fff;
}
header.small {
	left: 0;
	top: 0;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
	padding: 0;
	background: #fff;
}
header.small .header {
	padding: 10px 0;
}
header.small #logo img {
	max-width: 140px;
}
header.small .top-search {
	top: 79px;
}
header.small .attr-nav {
	padding-top: 5px;
}
.height {
	padding-top: 116px;
}

@media only screen and (max-width: 1260px) {
header.small #logo img {
	max-width: 140px;
}
}

@media only screen and (max-width: 992px) {
header, header.large {
	border: none;
	z-index: 999999;
	top: 40px;
}
header.small {
	border-bottom: 1px solid #e5e5e5;
}
header.large .header, .header, header.small .header {
	position: relative;
	padding: 0;
	z-index: 999999;
}
.header > .container {
	width: 100%;
}
.header .row {
	margin: 0;
}
.header #logo, header.small #logo, header.large .header.page_header #logo {
	padding: 8px 0;
	position: relative;
	z-index: 9999999;
	float: left;
	margin: 0;
	margin-left: 55px;
}
.header #logo img, header.small #logo img {
	max-width: 91px;
}
.head_con, .head_top .social_icons, .header .logo_right, .head_more {
	display: none;
}
.height {
	padding-top: 54px;
}
.search_box {
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.top-search, header.small .top-search {
	top: 54px;
	background: #fff;
}
.attr-nav, header.small .attr-nav {
	padding-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	z-index: 9999999999;
}
.search_box .search {
	padding: 0;
	background: none;
	height: auto;
}
.top-search .input-group-addon.close-search {
	top: 5px;
}
.top-search .input-group {
	padding-right: 30px;
	width: 100%;
	padding-left: 10px;
}
.top-search em {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
}
.search p {
	display: none;
}
.search_box .search, header.small .search {
	padding: 0;
	width: 54px;
	height: 54px;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #94d5f1
}
.select {
	margin: 0;
	margin-top: 5px;
	padding-right: 0;
}
.select-modal {
	width: 85%;
}
.select-content {
	padding: 40px 20px;
}
.select-content em {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'opensans semibold';
}
.select-content .list li {
	margin: 0;
	margin-bottom: 20px;
	float: left;
	width: 20%;
}
.select-content .list li p {
	font-size: 13px;
}
.select-content .select-close {
	right: 20px;
	top: 40px;
}
.select li {
	margin-right: 0;
	margin-left: 20px;
}
.head_right {
	width: auto;
}
#account {
	height: 40px;
}
}

@media only screen and (max-width: 768px) {
.select-content {
	padding-bottom: 20px;
}
.select-content .list li {
	display: block;
	text-align: center;
	width: 33.33%;
}
.select-content .list li p {
	display: block;
	margin: 0;
	margin-top: 5px;
}
}

@media only screen and (max-width: 480px) {
.select-modal {
	width: 95%;
}
.select-content .select-close {
	right: 5px;
	top: 5px;
}
.top-search .input-group {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}
.top-search .input-group-addon.close-search {
	top: 0;
	padding: 0;
	height: 40px;
}
}/*banner*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 80px;
	background: rgba(0,0,0,0.3);
	line-height: 80px;
	border-radius: 2px;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.glyphicon-chevron-left:before {
	content: "\f104";
}
.glyphicon-chevron-right:before {
	content: "\f105";
}
.carousel-indicators li {
	border: 1px solid #808080;
	width: 20px;
}
.carousel-indicators .active {
	border: 1px solid #0267bb;
	background: #0267bb;
	width: 20px;
	height: 10px;
	margin: 1px;
}
.carousel-indicators {
	display: none;
}
.carousel-inner > .item .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.carousel-inner > .item .slide-text-m {
	text-align: center;
	padding: 0;
}
.carousel-inner > .item .slide-text-m .text {
	display: block;
	color: #ffffff;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: 'opensans bold';
}
.carousel-inner > .item .slide-text-m .title {
	display: block;
	font-size: 56px;
	line-height: 110%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	color: #fff;
}

@media only screen and (min-width: 768px) {
.carousel-control {
	width: 15%;
}
#myCarousel .carousel-control .icon-prev, #myCarousel .carousel-control .glyphicon-chevron-left {
	left: -100%;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}
#myCarousel:hover .carousel-control .icon-prev, #myCarousel:hover .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
#myCarousel .carousel-control .icon-next, #myCarousel .carousel-control .glyphicon-chevron-right {
	right: -100%;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}
#myCarousel:hover .carousel-control .icon-next, #myCarousel:hover .carousel-control .glyphicon-chevron-right {
	right: 50%;
}
}

@media only screen and (max-width: 1260px) {
.carousel-inner > .item .slide-text-m .title {
	font-size: 56px;
	line-height: 56px;
}
}

@media only screen and (max-width: 992px) {
.carousel-inner > .item .slide-text-m .title {
	font-size: 36px;
	line-height: 40px;
}
}

@media only screen and (max-width: 768px) {
.carousel-inner > .item .container {
	width: 100%;
	text-align: center;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	top: 32%;
	height: 60px;
	line-height: 60px;
}
.carousel-control {
	width: 10%;
}
#myCarousel .attachment_line_bottom {
	display: none;
}
.carousel-inner > .item .slide-text-m {
	margin-right: 0;
	text-align: center;
	display: inline-block;
	float: none;
	width: auto;
}
.carousel-inner > .item .slide-text-m .title {
	font-size: 14px;
	line-height: 20px;
	font-family: 'opensans semibold';
	color: #fff;
}
.carousel-inner > .item .slide-text-m .title em {
	padding: 5px 10px;
}
.carousel-inner > .item .slide-text-m .title span {
	padding: 5px 10px;
}
}/*index*/
.main_title {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 5;
}
.main_title em {
	color: #333333;
	font-size: 50px;
	text-transform: capitalize;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	display: block;
	font-family: 'opensans semibold';
	z-index: 2;
}
.main_title .text {
	color: #6c6d6e;
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	max-width: 70%;
	margin: auto;
	margin-top: 0;
}
.main_more {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	transition: all .5s;
	z-index: 3;
	border-radius: 25px;
}
.main_more:hover {
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.main_more a:before {
	content: ' ';
	position: absolute;
	background: rgba(255,255,255,0.5);
	width: 20px;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_more:hover a:before {
	width: 45px;
	left: 50%;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
.main_more a:hover:after {
	animation: scroll_right_anim 1.5s infinite;
	transform: scaleY(1);
	visibility: visible;
}
.main_more a, .main_more input, .main_more button {
	display: block;
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: capitalize;
	z-index: 2;
	position: relative;
	border-radius: 0;
	font-family: 'opensans semibold';
	background: #29aae3;
	background-repeat: no-repeat;
	transition: all .5s;
	border-radius: 25px;
}
.main_more:hover a, .main_more:hover input, .main_more:hover button {
	color: #fff;
	text-decoration: none;
}
.main_more input, .main_more button {
	background-image: url(../images/icon.png);
	background-position: -134px -86px;
	padding-right: 43px;
}
.attachment_line_top {
	top: -1px;
	background: url(../images/wave02.png) no-repeat center center;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
}
.attachment_line_bottom {
	bottom: -1px;
	background: url(../images/wave01.png) no-repeat center center;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 992px) {
.main_title .text {
	max-width: 100%;
}
.main_title .title_bg {
	font-size: 60px;
	line-height: 60px;
}
}

@media only screen and (max-width: 768px) {
.main_title {
	margin-bottom: 30px;
	max-width: 100%;
}
.main_title em {
	font-size: 32px;
	margin-bottom: 20px;
}
.main_title .line {
	margin-bottom: 10px;
}
.main_title .text {
	line-height: 20px;
	max-height: 40px;
	max-width: 100%;
	font-size: 14px;
	margin-top: 0;
}
.main_more {
	margin-top: 20px;
	font-size: 12px;
}
.main_more a, .main_more input, .main_more button {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
}
.main_more input, .main_more button {
	background-position: -144px -91px;
}
.main_more:after {
	left: -10px;
	width: 60px;
	height: 60px;
}
}
.tp-mask-wrap {
	z-index: 99999;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
}
.slider-scroll-button {
	position: relative;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	display: inline-block;
	z-index: 5;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 14px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 8px;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}
.slider-scroll-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 49%;
	width: 23px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 15px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
}
.slider-scroll-button:after {
	content: '';
	width: 6px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	position: absolute;
	top: 19px;
	left: 49%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-webkit-animation-name: sliderScrollButton;
	animation-name: sliderScrollButton;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
0% {
opacity: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
70% {
opacity: 1;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
}
@keyframes sliderScrollButton {
0% {
opacity: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
70% {
opacity: 1;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
}

@media only screen and (max-width: 768px) {
.tp-mask-wrap {
	display: none;
}
}
.page_date {
	display: inline-block;
	color: #000;
	text-transform: capitalize;
	font-size: 12px;
	transition: all .5s;
	margin-top: 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	font-family: 'opensans semibold';
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.page_date em, .page_date p {
	display: inline-block;
	margin: 0;
}
.page_more {
	margin-top: 10px;
	font-size: 16px;
	font-family: 'opensans semibold';
	color: #29aae3;
	display: inline-block;
}
.page_more:hover {
	text-decoration: none;
}
.page_more:after {
	content: '';
	width: 20px;
	height: 13px;
	background: url(../images/icon.png) no-repeat;
	background-position: -75px -53px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.page_more:hover:after {
	animation: scroll_right_anim 1.5s infinite;
	transform: scaleY(1);
	visibility: visible;
}
@-webkit-keyframes spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.circle_more {
	display: inline-flex;
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-top: 30px;
	text-align: center;
	z-index: 2;
	background: #4ba634;
	transition: all .5s;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 20px 1px rgba(75,166,52,0.4);
}
.circle_more:hover {
	background-color: #4ba634;
}
.circle_more i {
	width: 18px;
	height: 12px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
	transition: all .5s;
	background-position: -35px -50px;
}
.circle_more:hover i {
	animation: scroll_right_anim 1.5s infinite;
}
@keyframes scroll_right_anim {
0% {
transform: translateX(-3px);
}
50% {
transform: translateX(3px);
}
100% {
transform: translateX(-3px);
}
}
.circle_more:after {
	content: '';
	border: 1px solid #4ba634;
	top: -20px;
	left: -20px;
	bottom: -20px;
	border-radius: 50%;
	right: -20px;
	z-index: -1;
	transition: all .5s;
	position: absolute;
	display: inline-block;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.circle_more:hover:after {
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.wrap_more {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.wrap_more .circle_more {
	margin-top: 0;
}
.wrap_more:hover .circle_more i {
	animation: scroll_right_anim 1.5s infinite;
}
.wrap_more:hover .circle_more:after {
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
}
.wrap_more .wrap_more_icon {
	padding-left: 10px;
	color: #29aae3;
	font-size: 14px;
	font-family: 'PlayfairDisplay';
	text-transform: uppercase;
	transition: all .5s;
}
.wrap_more:hover .wrap_more_icon {
	text-decoration: none;
	padding-left: 15px;
}

@media only screen and (max-width: 768px) {
.circle_more:after {
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}
.wrap_more {
	margin-top: 20px;
}
.wrap_more .wrap_more_icon {
	padding-left: 10px;
}
.page_date_wrap {
	max-width: 40px;
	padding: 10px 5px;
	font-family: 'opensans semibold';
}
.page_date_wrap em {
	font-size: 18px;
	line-height: 20px;
}
}/*******Slider********//* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}/* Dots */
.slick-dots {
	position: absolute;
	bottom: 10px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px 3px;
	width: 100%;
	z-index: 999;
	display: none !important;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 10px;
	padding: 0px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 10;
	transition: all .5s;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	border: 2px solid #bec3c6;
	border-radius: 50%;
	padding: 0;
	transition: all .5s;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active {
	width: 10px;
}
.slick-dots li.slick-active button {
	background: #bec3c6;
	width: 10px;
}
.slick-prev, .slick-next {
	opacity: 0.2;
	filter: alpha(opacity=20);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 99;
	transition: all .5s;
}
.slick-prev:before, .slick-next:before {
	content: '';
	width: 22px;
	height: 39px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
	display: inline-block;
}
.slick-prev {
	left: -30px;
}
.slick-prev:before {
	background-position: -183px 0;
}
.slick-next {
	right: -30px;
}
.slick-next:before {
	background-position: -232px 0;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #29aae3;
}
.slick-prev:hover:before {
	background-position: -183px -42px;
}
.slick-next:hover:before {
	background-position: -232px -42px;
}

@media only screen and (max-width: 768px) {
.slick-prev {
	left: -10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #000;
	border-radius: 0;
	width: 25px;
	border: none;
}
.slick-next {
	right: -10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #000;
	border-radius: 0;
	width: 25px;
	border: none;
}
.slick-prev:hover, .slick-next:hover {
	background: #29aae3;
}
.slick-prev:before {
	background-position: -183px -42px;
}
.slick-next:before {
	background-position: -232px -42px;
}
.slick-prev:after, .slick-next:after {
	display: none;
}
}/*******features-tab********//* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
	background: inherit;
	width: 30px;
	height: 60px;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	background: #000;
	margin-top: -30px;
	overflow: hidden;
	text-align: center;
	transition: all .5s;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div i {
	display: none;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -30px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	font-family: FontAwesome;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -30px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	font-family: FontAwesome;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #29aae3;
	border-color: #29aae3;
	opacity: 1;
	filter: alpha(opacity=100);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #fff;
}

@media only screen and (max-width: 1300px) {
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -10px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -10px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	background: #f18d0f;
	color: #fff;
}
}
.pro_content {
	padding-top: 30px;
	padding-bottom: 0;
	position: relative;
	z-index: 5;
	background: #f7f9fa;
	text-align: center;
}
.pro_content .main_title {
	margin-bottom: 0;
}
.pro_content .slider {
	padding-bottom: 40px;
}
.pro_content .slider .li {
	padding: 5px 0;
	text-align: center;
}
.pro_content .slider .li .column {
	transition: all .9s;
	z-index: 5;
	position: relative;
	padding-bottom: 30px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8)
}
.pro_content .slider .li:hover .column {
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0)
}
.pro_content .slider .li .image img {
	transition: all .9s;
	width: 100%;
}
.pro_content .slider .li .title {
	display: block;
	font-size: 26px;
	line-height: 30px;
	overflow: hidden;
	max-height: 60px;
	font-family: 'opensans bold';
	margin-bottom: 20px;
	margin-top: 5px;
	color: #555556;
}
.pro_content .slider .li:hover .title {
	color: #29aae3;
	text-decoration: none;
	color: #333;
}
.pro_content .slider .li .text {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	opacity: 0.68;
	filter: alpha(opacity=68);
}
.pro_content .slider .li .main_more {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	min-width: 173px;
}
.pro_content .slider .li:hover .main_more {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.pro_content .slick-dots {
	display: block!important;
	bottom: 20px;
}

@media only screen and (max-width:992px) {
.pro_content .slider .li .title {
	font-size: 22px;
}
}

@media only screen and (max-width: 768px) {
.pro_content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pro_content .slider .li .title {
	font-size: 20px;
}
.pro_content .slider .li .text {
	font-size: 16px;
}
.pro_content .slider {
	padding-bottom: 20px;
}
.pro_content .slider .li .main_more a {
	height: 40px;
	line-height: 40px;
}
}
.solu_content {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
}
.solu_content .list {
	list-style: none;
}
.solu_content .list li {
	margin-bottom: 30px;
}
.solu_content .list li .column {
	position: relative;
	overflow: hidden;
}
.solu_content .list li .column > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.solu_content .list li img {
	width: 100%;
	transition: all .9s;
}
.solu_content .list li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.solu_content .list li .wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 40px 30px;
	text-align: left;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(1, rgba(0,0,0,0.6)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b55', endColorstr='#5b5b55', GradientType='0');
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.6));
}
.solu_content .list li .title {
	display: block;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	font-family: 'opensans semibold';
	text-transform: capitalize;
	margin-bottom: 15px;
}
.solu_content .list li .text {
	font-size: 15px;
	line-height: 27px;
	overflow: hidden;
	max-height: 54px;
	color: #fff;
}
.solu_content .list li .page_more {
	color: #fff;
	height: 0;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0;
}
.solu_content .list li:hover .page_more {
	height: 28px;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 10px;
}
.solu_content .list li:hover .page_more:after {
	animation: scroll_right_anim 1.5s infinite;
	transform: scaleY(1);
	visibility: visible;
}
.solu_content .main_more {
	margin-top: 20px;
}

@media only screen and (max-width:1260px) {
.solu_content .list li .wrap {
	padding: 30px 20px;
}
.solu_content .list li .title {
	font-size: 28px;
	line-height: 32px;
}
.solu_content .list li {
	padding: 0 10px;
	margin-bottom: 20px;
}
}

@media only screen and (max-width:992px) {
.solu_content .list li .title {
	font-size: 24px;
	line-height: 28px;
}
}

@media only screen and (max-width:768px) {
.solu_content {
	padding-top: 50px;
	padding-bottom: 40px;
}
.solu_content .list {
	margin-right: -5px;
	margin-left: -5px;
}
.solu_content .list li {
	padding: 0 5px;
	margin-bottom: 10px;
}
.solu_content .list li .wrap {
	padding: 20px 15px;
}
.solu_content .list li .text {
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
}
.solu_content .list li .title {
	font-size: 18px;
	line-height: 24px;
}
}

@media only screen and (max-width:480px) {
.solu_content .list li .text {
	display: none;
}
.solu_content .list li .wrap {
	padding: 20px 10px;
}
.solu_content .list li .title {
	font-size: 16px;
	margin: 0;
}
}

@media only screen and (min-width:768px) {
.solu_content .list li:nth-child(2n+1) {
	clear: both;
}
}
.company_content {
	padding: 120px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.company_content .ovrly {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.company_content .container {
	position: relative;
	z-index: 2;
}
.company_content .list {
	list-style: none;
	max-width: 80%;
	margin: auto;
}
.company_content .list li {
	float: left;
	width: 20%;
	padding: 0 10px;
	text-align: center;
}
.company_content .list li:nth-child(5n+2) {
	animation-delay: 0.1s;
}
.company_content .list li:nth-child(5n+3) {
	animation-delay: 0.2s;
}
.company_content .list li:nth-child(5n+4) {
	animation-delay: 0.3s;
}
.company_content .list li:nth-child(5n+5) {
	animation-delay: 0.4s;
}
.company_content .list li .icon img {
	transition: all .5s;
}
.company_content .list li:hover .icon img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.company_content .list li .title {
	display: block;
	margin-top: 30px;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-family: 'opensans bold';
}
.company_content .list li:hover .title {
	text-decoration: none;
}

@media only screen and (max-width:1480px) {
.company_content .list {
	max-width: 100%;
}
}

@media only screen and (max-width:768px) {
.company_content {
	padding: 60px 0;
}
.company_content .list li .icon {
	max-width: 60px;
	display: inline-block;
}
.company_content .list li .title {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
}
}

@media only screen and (max-width:520px) {
.company_content {
	padding: 40px 0 20px 0;
}
.company_content .ovrly {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.company_content .list li {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	display: flex;
	align-items: center;
}
.company_content .list li .title {
	margin-left: 10px;
	margin-top: 0;
}
}
.news_content {
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}
.news_content .list {
	list-style: none;
}
.news_content .list li {
	text-align: left;
}
.news_content .list li .column {
	border: 1px solid #dcdcdc;
}
.news_content .list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}
.news_content .list li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}
.news_content .list li .image img {
	transition: all .9s;
	width: 100%;
}
.news_content .list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.news_content .list li .image .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}
.news_content .list li .image .icon > div {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: leave .7s;
	height: 100%;
	left: 0;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	transform: translate3d(0, 100%, 0);
	transition: transform .7s;
	width: 100%;
}
.news_content .list li:hover .image .icon > div {
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.375);
}
.news_content .list li .icon > div > span {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #29aae3;
	position: relative;
	z-index: 5;
}
.news_content .list li .icon > div > span:after {
	content: '';
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 50%;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	z-index: -1;
	background: #29aae3;
}
.news_content .list li .icon > div > span i {
	width: 24px;
	height: 24px;
	background: url(../images/icon.png) no-repeat;
	background-position: -3px -98px;
}
.news_content .list li .wrap {
	background: #fff;
	padding: 30px;
	text-align: left;
	position: relative;
	padding-bottom: 40px;
}
.news_content .list li .wrap:before {
	background-color: #29aae3;
	bottom: calc(100% - 1px);
	content: '';
	height: 10px;
	position: absolute;
	left: 0;
	transform: scaleY(0);
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	z-index: 2;
}
.news_content .list li:hover .wrap:before {
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}
.news_content .list li .title {
	display: block;
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-family: 'opensans semibold';
	color: #000000;
	margin-bottom: 20px;
}
.news_content .list li:hover .title {
	color: #29aae3;
	text-decoration: none;
}
.news_content .list li .text {
	color: #333;
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
	max-height: 50px;
}
.news_content .main_more a {
	border: 1px solid #a0a0a0;
	background: none;
	color: #383838;
}
.news_content .main_more:hover a {
	background: #29aae3;
	color: #fff;
	border-color: #29aae3;
}

@media only screen and (max-width:992px) {
.news_content .list li {
	padding: 0 10px;
}
.news_content .list li .title {
	font-size: 20px;
}
.news_content .list li .wrap {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media only screen and (max-width:768px) {
.news_content .list li {
	padding: 0;
	margin-bottom: 20px;
}
.news_content .list li .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news_content .list li .title {
	font-size: 16px;
	margin-bottom: 15px;
}
.news_content .list li .text {
	font-size: 14px;
	margin-top: 15px;
}
}

@media (max-width: 768px) and (min-width: 450px) {
.news_content .list li .column {
	display: flex;
}
.news_content .list li .image {
	min-width: 220px;
	max-width: 220px;
}
}
.single-page .send_column {
	margin-top: 30px;
}
.send_content .send_column .main_title {
	margin-bottom: 20px;
}
.send_column {
	padding: 40px 30px;
	position: relative;
	z-index: 10;
	background: #fff;
	bottom: 0;
	border-radius: 0px;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
	border-top: 3px solid #29aae3;
}
.send_column .main_title {
	text-align: left;
	padding-top: 0;
}
.send_column .main_title:before {
	display: none;
}
.send_column .main_title em {
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 10px;
}
.send_column .main_title .text {
	max-width: 100%;
	overflow: inherit;
	max-height: inherit;
	text-align: left;
}
.single-page .send_column > .text {
	margin-bottom: 20px;
	font-size: 12px;
}
.send_column ul {
	list-style: none;
	max-width: 100%;
	padding-top: 0;
}
.send_column ul li {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 0;
	border-radius: 5px;
	color: #333;
	font-family: 'opensans semibold';
	text-align: left;
	text-transform: uppercase;
	background: #f7f7f7;
	padding: 10px 20px;
}
.send_column ul li p:before {
	margin-right: 10px;
	color: #29aae3;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}
.send_column ul li p a {
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
}
.send_column ul li span {
	display: block;
	position: relative;
}/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li span:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 13px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.send_column ul li span.ms_e:before {
	background-position: -40px -227px;
}
.send_column ul li span.ms_p:before {
	background-position: 0 -227px;
}
.send_column ul li span.ms_m:before {
	background-position: -82px -227px;
}
.send_column ul li span.ms_n:before {
	background-image: url(../images/mes_n.png);
}
.send_column ul li span.ms_p:after {
	display: none;
}
.send_column ul li input {
	background: none;
	height: 50px;
	width: 100%;
	line-height: 50px;
	padding-left: 50px;
	font-family: 'opensans';
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
}
.send_column ul li textarea {
	height: 100px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 100px;
	font-family: 'opensans';
	font-size: 14px;
	padding: 12px 12px 12px 50px;
	color: #808080;
	border: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
}
.send_column ul li input:focus, .send_column ul li textarea:focus {
	color: #333;
	border-color: #29aae3;
}
.send_column ul li input:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
.send_column ul li textarea:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
.send_column .main_more {
	margin-top: 0;
}
.send_column .main_more input, .send_column .main_more button {
	font-size: 14px;
}

@media only screen and (max-width: 992px) {
.message_content .send_column {
	max-width: 100%;
}
}

@media only screen and (max-width: 768px) {
.send_column {
	bottom: 0;
	padding: 30px 20px;
	background-size: 120px;
}
.send_column ul li {
	padding: 0;
}
.send_column ul li p a {
	font-size: 13px;
	line-height: 24px;
}
.send_column ul li p {
	border-radius: 0;
	font-size: 13px;
	padding: 5px;
	background: #f2f2f5;
}
.send_column ul li span:after {
	right: 10px;
}
.send_column ul li input {
	padding-left: 40px;
}
.send_column ul li textarea {
	line-height: 20px;
	padding-left: 40px;
}
.send_column .main_more input {
	background-position: -129px -91px;
}
.send_column .main_title em {
	font-size: 24px;
}
.send_column .main_title:before {
	display: none;
}
.send_column .main_title {
	padding: 0;
}
}
.letter_content {
	padding: 50px 0 10px 0;
	background: #ebeff0;
	text-align: center;
}
.letter_content .title {
	display: block;
	font-size: 35px;
	line-height: 38px;
	color: #000000;
	font-family: 'opensans semibold';
	margin-bottom: 30px;
}
.letter_content .text {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin: auto;
	max-width: 80%;
}
.letter_content .letter_column {
	padding: 0;
	padding-top: 50px;
}
.letter_content .letter-input {
	max-width: 500px;
	position: relative;
	width: 100%;
	display: inline-block;
}
.letter_content .letter-input .fot_input {
	height: 45px;
	color: #808080;
	line-height: 45px;
	width: 100%;
	padding-left: 50px;
	padding-right: 120px;
	font-family: 'opensans semibold';
	font-size: 16px;
	border: none;
	background: #fff;
	border-radius: 30px;
}
.letter_content .letter-input .fot_input:focus {
	color: #333;
}
.letter_content .letter-input .fot_input:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.letter_content .letter-input .fot_input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.letter_content .letter-input .fot_input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.letter_content .letter-input .fot_input:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
.letter_content .letter-input .send {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 45px;
	background: #29aae3;
	border-radius: 0 30px 30px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'opensans semibold';
}

@media only screen and (max-width: 992px) {
.letter_content {
	padding-top: 30px;
}
.letter_content .left {
	padding: 0;
	text-align: center;
	width: 100%;
}
.letter_content .left:before {
	display: none;
}
.letter_content .left em {
	font-size: 24px;
}
.letter_content .left .text {
	font-size: 14px;
}
.letter_content .letter_box {
	width: 100%;
	padding-top: 10px;
}
.letter_content .letter-input {
	max-width: 100%;
}
}

@media only screen and (max-width: 768px) {
.letter_content .title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}
.letter_content .text {
	max-width: 100%;
	font-size: 16px;
}
.letter_content .letter_column {
	padding-top: 30px;
}
.letter_content .letter-input .fot_input {
	padding-right: 100px;
	font-size: 14px;
	padding-left: 15px;
}
.letter_content .letter-input .send {
	width: 90px;
	font-size: 14px;
}
}/*footer*/
.footer {
	padding: 60px 0 80px 0;
	position: relative;
	z-index: 2;
	background: #ebeff0;
}
.footer .fot_title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.footer .fot_title em {
	display: block;
	color: #3d3d3d;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'opensans bold';
}
.footer ul, .foot_bot ul {
	list-style: none;
}
.icon-minus-sign, .icon-plus-sign {
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.icon-minus-sign:before, .icon-minus-sign:after, .icon-plus-sign:before, .icon-plus-sign:after {
	content: '';
	display: inline-block;
	background: #5db3b1;
	width: 14px;
	height: 2px;
	margin: 2px 0;
}
.icon-plus-sign {
	width: 12px;
	height: 12px;
}
.icon-plus-sign:before, .icon-plus-sign:after {
	width: 12px;
}
.icon-plus-sign:after {
	transform: rotate(90deg) translate(-6px, 0px);
	-webkit-transform: rotate(90deg) translate(-6px, 0px);
}
.icon-minus-sign:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.icon-minus-sign:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.fot_title .column_icon_toggle {
	display: none;
}
.social_icons {
	list-style: none;
	padding-top: 30px;
}
.social_icons li {
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 5px;
}
.fot_con {
	float: left;
	width: 22%;
	padding-right: 0;
}
.fot_con li {
	margin-bottom: 10px;
	display: flex;
}
.fot_con li .wrap {
	padding-left: 15px;
}
.fot_con li a {
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}
.fot_con li p {
	margin: 0;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #777777;
	font-size: 14px;
}
.fot_con li em {
	color: #4c4c4c;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	line-height: 20px;
}
.fot_con li a:hover {
	color: #29aae3;
}
.fot_con li .icon {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	min-width: 28px;
	height: 28px;
	max-width: 28px;
	margin-top: 0;
}
.fot_link {
	float: left;
	width: 15%;
	padding-right: 50px;
}
.fot_link li {
	margin-bottom: 12px;
}
.fot_link li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -5px;
	top: 0;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fot_link li a:hover:before {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #29aae3;
}
.fot_link li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	text-transform: capitalize;
	transition: all .5s;
	line-height: 24px;
}
.fot_link li a:hover {
	color: #29aae3;
	padding-left: 8px;
}
.fot_tag {
	float: left;
	width: 18%;
	padding-right: 50px;
}
.fot_tag li {
	margin-bottom: 12px;
}
.fot_tag li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -5px;
	top: 0;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fot_tag li a:hover:before {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #29aae3;
}
.fot_tag li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	text-transform: capitalize;
	transition: all .5s;
	line-height: 24px;
}
.fot_tag li a:hover {
	color: #29aae3;
	padding-left: 8px;
}
.footer-bottom {
	text-align: left;
	position: relative;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #3d3d3d;
}
.footer-bottom .copy {
	color: #999999;
	font-size: 14px;
}
.footer-bottom .copy a {
	color: #999999;
	font-size: 14px;
}
.footer-bottom .copy span, .footer-bottom .copy span a {
	color: #999999;
}
.footer-bottom .copy a:hover, .footer-bottom .copy span a:hover {
	color: #fff;
}
.footer-bottom .foot_ipv6 {
	display: inline-block;
	color: #999999;
	font-size: 14px;
}
.footer-bottom .foot_ipv6 img {
	max-width: 24px;
	margin-left: 5px;
}
.footer-bottom .foot_ipv6 .ico {
	border: 1px solid #808080;
	padding: 2px;
	font-size: 10px;
	color: #666666;
	display: inline-block;
	margin: 0;
	line-height: 14px;
	margin-left: 5px;
	font-style: italic;
}
.footer-bottom .fot_link {
	padding-top: 5px;
}
.footer-bottom .fot_link a {
	color: #808080;
	font-size: 13px;
	margin: 0 2px;
	display: inline-block;
}
.footer-bottom .fot_link a:hover {
	color: #fff;
}
.footer-bottom .friendly p {
	margin: 0;
	display: inline-block;
	color: #808080;
	font-size: 13px;
}
.footer-bottom .friendly {
	display: inline-block;
}
.footer-bottom .social_icons {
	float: right;
	padding: 0;
	padding-top: 10px;
}
.footer-bottom .social_icons li {
	padding: 0 5px;
}

@media only screen and (max-width: 1260px) {
.fot_nav li {
	padding: 0 3px;
}
}

@media only screen and (max-width: 992px) {
.footer {
	padding: 40px 0 20px 0;
	margin: 0;
}
.footer .fot_tag, .footer .fot_link, .footer .fot_con, .footer .fot_mes, .footer .fot_news, .footer .fot_letter {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.footer .fot_title em, .foot_nav .fot_title em, .fot_tag .fot_title em {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
	text-transform: uppercase;
	color: #333;
}
.footer .fot_title span {
	display: none;
}
.footer .fot_title, .foot_nav .fot_title, .fot_tag .fot_title {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 15px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}
.footer .fot_title .column_icon_toggle, .foot_nav .fot_title .column_icon_toggle, .fot_tag .fot_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 8px;
	font-style: normal;
	cursor: pointer;
	font-weight: normal;
}
.footer .icon-minus-sign:before, .footer .icon-minus-sign:after, .footer .icon-plus-sign:before, .footer .icon-plus-sign:after {
	background: #808080;
}
.foot_nav .icon-minus-sign:before, .foot_nav .icon-minus-sign:after, .foot_nav .icon-plus-sign:before, .foot_nav .icon-plus-sign:after {
	background: #808080;
}
.fot_tag .icon-minus-sign:before, .fot_tag .icon-minus-sign:after, .fot_tag .icon-plus-sign:before, .fot_tag .icon-plus-sign:after {
	background: #808080;
}
.footer .toggle_content {
	padding-bottom: 30px;
	padding-top: 10px;
}
.fot_mes .fot_title, .fot_nav .fot_title {
	display: block;
}
.footer-bottom {
	padding-top: 10px;
	margin-top: 0;
	border: none;
}
.fot_about {
	position: relative;
	left: auto;
	transform: translate(0, 0);
	width: 100%;
	margin-bottom: 20px;
}
.fot_about .fot_logo img {
	max-width: 60px;
}
.fot_about .text {
	font-size: 12px;
	margin-top: 20px;
}
.footer .social_icons {
	padding-top: 10px;
}
.foot_nav {
	border: none;
	padding: 0;
	text-align: left;
}
.fot_tag {
	text-align: left;
	margin-bottom: 10px;
}
.fot_tag li {
	display: block;
}
.fot_tag li.title {
	display: none;
}
.fot_tag .fot_title {
	display: block;
}
}/*back-top*/
.back_top {
	width: 48px;
	height: 48px;
	text-align: center;
	position: fixed;
	right: 5px;
	bottom: 80px;
	z-index: 99999999;
	display: none;
	background: #29aae3;
	background-size: cover;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.1);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.back_top:before {
	content: "\f106";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 44px;
}
.back_top:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
	background-color: #29aae3;
	filter: alpha(opacity=100);
	opacity: 1;
}
.back_top:hover:before {
	animation: scroll_up_anim 1.5s infinite;
}
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px);
}
50% {
transform: translateY(3px);
}
100% {
transform: translateY(-3px);
}
}
.back_top:link {
	text-decoration: none;
}
.back_top:hover:before {
	color: #fff;
	text-decoration: none;
}/*service*/
.service {
	position: fixed;
	width: 48px;
	height: 275px;
	right: 0;
	top: 214px;
	z-index: 999999;
}
.service ul li {
	width: 48px;
	height: 48px;
	float: left;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	list-style: none;
}
.service ul li:last-child {
	border-bottom: none;
}
.service ul li .sidebox {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #29aae3;
	background: rgba(41,170,227,0.95);
	color: #fff;
	overflow: hidden;
	line-height: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.service ul li:last-child .sidebox {
	border-bottom: none;
}
.service ul li .sidebox a {
	color: #fff;
	line-height: 48px;
	padding-left: 20px;
}
.service ul li .sidetop {
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	background: #29aae3;
	transition: all 0.3s;
	cursor: pointer;
}
.service ul li .sidetop:hover {
	background: #29aae3;
	opacity: 1;
	filter: Alpha(opacity=100);
	width: 58px !important;
	padding-right: 5px;
}
.service ul li img {
	float: right;
}
.service ul li.coad:hover .sidebox {
	height: 110px;
}
.service ul li.coad span {
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 10px;
	width: 90px;
	height: 90px;
	opacity: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.service ul li.coad span img {
	max-width: 90px;
}
.service ul li.coad:hover span {
	opacity: 1;
}

@media only screen and (max-width: 992px) {
.service {
	display: none;
}
}
.mobile_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	display: none;
	z-index: 999999;
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,0.4);
	border-radius: 2px 2px 0 0;
	background: #fff;
	border-top: 1px solid #eee;
}
.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	float: left;
	text-align: center;
}
.mobile_nav a i {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
}
.mobile_nav a p {
	color: #4d4d4d;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
}
.mobile_nav a:nth-child(3) {
	float: right;
}
.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 992px) {
#service {
	display: none;
}
#onlineService01 {
	width: 150px;
}
.onlineMenu .call-top {
	padding: 8px 5px;
}
.onlineMenu .call-top p {
	font-size: 16px;
}
.onlineMenu ul {
	padding: 10px;
}
.onlineMenu .call>p {
	padding-left: 20px;
	font-size: 13px;
}
.onlineMenu .call>p a {
	font-size: 13px;
}
.onlineMenu .call>p.ser01, .onlineMenu .call>p.ser02, .onlineMenu .call>p.ser03, .onlineMenu .call>p.ser04, .onlineMenu .call>p.ser05 {
	background-size: 12px;
}
.back_top {
	right: 0;
	bottom: 120px;
	width: 40px;
	height: 40px;
}
.back_top:before {
	font-size: 20px;
	line-height: 36px;
}
}

@media only screen and (max-width: 768px) {
#online_qq_layer {
	right: 0;
}
#onlineService {
	width: 100%;
}
#online_qq_layer {
	width: 100%;
	bottom: 0;
}
#online_qq_tab {
	width: 100%;
}
#online_qq_tab #floatShow {
	background: #29aae3 url(../images/icon.png) no-repeat -128px -218px;
	border-radius: 0;
	margin-right: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -25px;
	border: 3px solid #fff;
	padding: 0;
	box-shadow: none;
	border-radius: 50%;
	text-indent: -999999px;
	z-index: 9999999999;
}
#online_qq_tab #floatShow i {
	display: none;
}
#online_qq_tab #floatShow span {
	display: none;
}
.mobile_nav {
	display: block;
}
.mobile_nav a i {
	width: 28px;
	height: 28px;
}
.mobile_nav a p {
	text-transform: capitalize;
}
.footer-bottom {
	padding-bottom: 70px;
}
#onlineService .i_message_inquiry .main-more input {
	padding: 8px 20px;
}
.i_message_inquiry .inquiry {
	padding: 15px 10px;
}
#onlineService .title {
	padding: 10px 15px;
}
}

@media only screen and (max-width: 375px) {
.mobile_nav a p {
	text-transform: capitalize;
	font-size: 12px;
}
}/*page*/
.page_banner {
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.page_banner img {
	max-width: 100%;
	height: auto;
}
.page_section {
	position: relative;
	padding-bottom: 70px;
	background: #f7f9fa;
	padding-top: 70px;
}
.breadcrumb {
	font-size: 12px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: left;
	margin: 0;
	color: #fff;
	padding: 20px 0;
	width: 100%;
	position: absolute;
	z-index: 5;
	margin-bottom: 0;
	left: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(1, rgba(0,0,0,0.6)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b55', endColorstr='#5b5b55', GradientType='0');
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.6));
}
.breadcrumb .main_title {
	margin-bottom: 50px;
	text-align: left;
}
.breadcrumb .main_title em {
	margin-bottom: 10px;
	color: #fff;
}
.breadcrumb .bread_right {
	padding-top: 0;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 5;
}
.breadcrumb .bread_right > i {
	margin: 0 5px;
	display: inline-block;
	color: #fff;
}
.breadcrumb a.home i {
	margin-right: 5px;
}
.breadcrumb a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb a:hover {
	color: #29aae3;
}
.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #fff;
	vertical-align: middle;
	font-weight: normal;
}
.single-page .text {
	font-size: 14px;
	line-height: 28px;
}
.single-page .text img {
	max-width: 100%;
	height: auto;
}
.single-page .text a:hover {
	color: #29aae3;
}
.single-page .text ul {
	padding-left: 20px;
}
.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}
.page_footer {
	padding-top: 0;
	margin-top: 0;
}
.page_nav {
	list-style: none;
	margin-bottom: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}
.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	width: 25%;
	margin: 0 5px;
}
.page_nav li a {
	display: block;
	padding: 5px 10px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 24px;
	font-family: 'opensans semibold';
	text-transform: capitalize;
	transition: all .5s;
	background: #f2f2f2;
}
.page_nav li a i {
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: all .5s;
	background-color: #fff;
	border: 2px solid #fff;
	background-position: center 3px;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-size: 32px;
}
.page_nav li a p {
	color: #333333;
	font-size: 14px;
	padding-left: 10px;
	line-height: 24px;
	font-family: 'opensans semibold';
	text-transform: uppercase;
	transition: all .5s;
	margin: 0;
}
.page_nav li a:hover, .page_nav li.active a {
	text-decoration: none;
	color: #fff;
	background: #29aae3;
}
.page_nav li a:hover p, .page_nav li.active a p {
	color: #fff;
}
.page_nav li a:hover i, .page_nav li.active a i {
	border: 2px solid rgba(255,255,255,0.5);
	background-color: #29aae3;
	background-position: center -31px;
}

@media only screen and (max-width: 768px) {
.page_section {
	padding-bottom: 40px;
	padding-top: 40px;
	overflow: inherit;
}
.page_section .page_column:before {
	display: none;
}
.breadcrumb a, .breadcrumb .bread_right > i, .breadcrumb h2 {
	font-size: 13px;
	color: #808080;
}
.breadcrumb {
	padding: 15px 0;
	position: relative;
	background: #ebeff0;
}
.breadcrumb .main_title {
	padding-top: 15px;
	margin-bottom: 10px;
	float: none;
	display: none;
}
.breadcrumb .main_title em {
	color: #333;
}
.breadcrumb .bread_right {
	float: none;
	justify-content: center;
	padding: 0;
}
.page_nav {
	display: block;
	margin-bottom: 30px;
}
.page_nav li {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 5px;
}
.page_nav li a {
	padding: 8px 5px;
	font-size: 12px;
	display: block;
	border-radius: 5px;
}
.page_nav li a p {
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-family: 'opensans';
	line-height: 20px;
}
.page_footer {
	padding-bottom: 110px;
}
.page_section .main_title em {
	background-size: 56px;
}
.page_banner .attachment_line_bottom {
	display: none;
}
}
.contact_section {
	background: #fff;
	padding: 0;
}
.contact_section .page_column {
	top: 0;
	box-shadow: none;
	padding-bottom: 0;
}
.contact_info {
	position: relative;
	padding: 20px 10px;
	z-index: 2;
	margin-bottom: 30px;
	padding-right: 50px;
	padding-left: 0;
}
.contact_info ul {
	list-style: none;
	padding: 0;
	padding-top: 20px;
	margin-right: -30px;
	margin-left: -30px;
}
.contact_info ul li {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.contact_info ul li:last-child {
	border-color: transparent;
}
.contact_info ul li .column {
	transition: all .5s;
	padding: 15px;
	padding-top: 0;
	border-radius: 0;
	position: relative;
	z-index: 5;
	text-align: center;
	display: flex;
	align-items: flex-start;
}
.contact_info ul li em {
	display: block;
	font-size: 24px;
/*	text-transform: uppercase;*/
	color: #333;
	font-family: 'opensans semibold';
	margin-bottom: 20px;
	line-height: 28px;
	margin-top: 0;
}
.contact_info ul li .txt {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}
.contact_info ul li .wrap {
	margin-left: 30px;
	text-align: left;
}
.contact_info ul li .icon {
	min-width: 70px;
	max-width: 70px;
	height: 70px;
	position: relative;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.contact_info ul li .icon:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 40%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #29aae3;
}
.contact_info ul li:hover .icon:after {
	border-radius: 50%;
}
.contact_info ul li .icon:before {
	content: '';
	top: -5px;
	bottom: -5px;
	right: -5px;
	left: -5px;
	border-radius: 50%;
	border: 1px solid #29aae3;
	transition: all .5s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}
.contact_info ul li:hover .icon:before {
	left: -15px;
	right: -15px;
	bottom: -15px;
	top: -15px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.contact_info ul li .icon span {
	display: inline-block;
	transition: all .5s;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
}
.contact_info ul li:hover .icon span {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.contact_info ul li p {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 5px;
	font-family: 'opensans';
	color: #666666
}
.contact_info ul li p a {
	color: #666666;
	line-height: 28px;
}
.contact_info ul li p a:hover {
	color: #29aae3;
}

@media only screen and (max-width: 768px) {
.contact_section {
	padding-bottom: 0;
}
.contact_info {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-bottom: none;
}
.contact_info ul {
	margin: 0;
}
.contact_info ul li .icon {
	min-width: 56px;
	height: 56px;
	padding: 0;
	top: -20px;
}
.contact_info ul li .icon:after {
	border-radius: 40%;
}
.contact_info ul li em {
	margin-top: -10px;
	margin-bottom: 10px;
	font-family: 'opensans semibold';
	font-size: 18px;
}
.contact_info ul li {
	padding: 0;
	border: none;
	margin: 0;
}
.contact_info ul li .txt {
	margin-top: 5px;
	color: #ccc;
}
.contact_info ul li .column {
	min-height: inherit;
	padding: 10px 20px 30px 20px;
	border-radius: 0;
	margin-top: -2px;
	box-shadow: 0 5px 27px rgba(0,0,0,.09);
	background: #fff;
	display: block;
}
.contact_info ul li .wrap {
	margin: 0;
	max-width: 100%;
	text-align: center;
	margin-top: 5px;
}
.contact_info ul li p {
	font-size: 14px;
}
.message_content .send_column:after {
	display: none;
}
}

@media only screen and (max-width: 480px) {
.page_section .contact_l li .box {
	padding: 15px;
}
.page_banner .icon {
	width: 50px;
	height: 50px;
}
.page_banner .icon i {
	line-height: 50px;
	font-size: 16px;
}
.page_menu {
	display: none;
}
.contact_info ul {
	padding-top: 0;
}
}
.message_content {
	background: #f7f9fa;
	padding-top: 0;
	position: relative;
	z-index: 5;
}
.message_content .send_column {
	background: none;
	box-shadow: none;
	float: right;
	width: 100%;
	border-top: none;
	padding: 60px 40px;
}
.message_content .send_column:after {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
	background: #fff;
	height: 100%;
	width: 1000vh;
}
.page_con {
	padding-top: 60px;
}
.message_wrap {
	margin-top: 30px;
}
.message_wrap .send_column {
	border: none;
	background: #f7f7f7 url(../images/bg_message.jpg) no-repeat right 20px;
	text-align: center;
}
.contact_sns {
	padding-right: 0;
	margin-top: 0;
	padding-top: 30px;
}
.contact_sns .text {
	margin-bottom: 15px;
	font-size: 13px;
	color: #808080;
	line-height: 20px;
}
.contact_sns a {
	display: inline-flex;
	margin: 5px;
	transition: all .5s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.contact_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.03);
}
.contact_sns a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}
.contact_sns a.con_sns_f {
	background: #395a99;
}
.contact_sns a.con_sns_t {
	background: #44ccf6;
}
.contact_sns a.con_sns_l {
	background: #0275b6;
}
.contact_sns a.con_sns_g {
	background: #d13f2d;
}
.contact_sns a.con_sns_y {
	background: #ff0000;
}
.contact_sns a.con_sns_b {
	background: #ff6600;
}
.contact_sns a.con_sns_p {
	background: #cb2027;
}
.contact_sns a.con_sns_v {
	background: #5e82a9;
}
.contact_sns a.con_sns_i {
	background: #d1312a;
}
.contact_right {
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.contact_right .main_title {
	text-align: left;
}
.contact_right .main_title:before {
	left: 0;
	transform: translate(0, 0)
}
.contact_right .main_title em {
	font-size: 30px;
	margin-bottom: 0;
}
.contact_right .text {
	font-size: 14px;
	line-height: 28px;
}
.contact_right .text ul {
	padding-left: 20px;
}
.page_send {
	display: block !important;
}
.page_column {
	padding: 0;
}

@media only screen and (max-width: 992px) {
.single_con_column {
	width: 100%;
	padding: 30px 0;
}
.contact_list {
	margin-bottom: 0;
	padding: 0;
}
.page_section .mes_box {
	display: block;
	padding: 0;
	margin-top: 20px;
	width: 100%;
}
.page_con_column {
	padding: 0;
	padding-top: 30px;
	width: 100%;
}
.page_section .send_column {
	width: 100%;
	padding: 30px 15px;
	background: #fff;
	border-top: 3px solid #29aae3;
}
.page_send {
	background-size: cover;
	margin-bottom: -50px;
}
}

@media only screen and (max-width: 768px) {
.message_content {
	padding: 0;
}
.single_con_column .send_box {
	display: block;
	width: 100%;
}
.message {
	z-index: 9999;
}
.map {
	border: none;
	padding: 0;
	margin-top: 0;
}
.single_con_column .send_column {
	bottom: 0;
	margin-top: 30px;
}
.contact_sns a {
	margin: 3px;
}
.con_main {
	margin-top: 20px;
}
.page_section .send_column ul li {
	padding: 0;
}
.message_info {
	padding: 50px 0;
}
.message_wrap {
	padding: 0;
	margin-top: 0;
}
.message_wrap .send_column {
	padding: 30px 15px;
}
.contact_right {
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.page_con {
	padding-top: 40px;
}
}/*left*/
.pinned {
	width: 100%;
}
.panel {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
}
.page_web_right .pinned .panel {
	margin: 0;
	box-shadow: none;
}
.page-left {
	width: 20%;
	float: left;
	margin-top: 0;
	position: relative;
}
.page-left .fot_title {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.page-left .fot_title:after {
	content: '';
	width: 20%;
	height: 1px;
	border: 1px dashed #e5e5e5;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 14px;
}
.page-left .fot_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 24px;
	line-height: 100%;
	text-transform: capitalize;
	font-family: 'opensans semibold';
	padding-bottom: 0;
}
.page-left .left_title .column_icon_toggle {
	display: none;
}
.left-cat .fot_title {
	margin-bottom: 0;
	background: #29aae3;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	padding-left: 15px;
}
.left-cat .fot_title em {
	font-size: 24px;
	color: #fff;
	border: none;
	background: none;
	padding-bottom: 0;
}
.left-cat .fot_title:after {
	display: none;
}
ul.mtree {
	opacity: 0;
	margin-left: 0;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 0 0 0;
	background: #fff;
	font-family: 'opensans semibold';
}
ul.mtree>li {
	list-style: none;
	position: relative;
	transition:all .8s;
}
ul.mtree>li>a {
	font-size: 16px;
	padding: 10px 0 10px 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-right: 30px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}
ul.mtree>li>a img {
	max-width: 32px;
	margin-right: 5px;
}
ul.mtree>li:last-child >a {
	border-bottom: none;
}
ul.mtree>li>a p {
	margin: 0;
	padding-left: 5px;
}
ul.mtree>li>a span {
	max-width: 36px;
	min-width: 36px;
}
ul.mtree a {
	display: block;
	font-size: 12px;
	color: #555555;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 10px 0;
	line-height: 22px;
	padding-right: 30px;
}
ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px;
}
ul.mtree.transit > li.mtree-open>b:before, ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #29aae3;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 42px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #29aae3;
	height: 40px;
}
ul.mtree.transit li>b:before, ul.mtree .mtree-level-1 li>b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #333;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 42px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.mtree.transit > li:hover.mtree-closed>b:before , ul.mtree.transit > li.mtree-open>b:before {
	color: #fff;
}
ul.mtree li ul a li a {
	padding-left: 20px;
}
ul.mtree>li:hover>a {
	color: #29aae3;
	padding-left: 15px;
}
ul.mtree>li.mtree-node a ul a {
	font-size: 12px;
}
ul.mtree>li.mtree-open {
	padding-bottom: 0;
}
ul.mtree>li.mtree-open>a {
	padding-left: 14px;
	color: #fff;
	background: #29aae3;
}
ul.mtree>li.mtree-node:hover>a {
	background: #29aae3;
	color: #fff
}
ul.mtree>li.mtree-open:hover>a {
	color: #29aae3;
	font-family: 'opensans semibold';
}
ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #29aae3;
	text-decoration: none;
}
ul.mtree ul {
	border: none;
	margin-bottom: 10px;
	display: none;
}
ul.mtree ul li {
	list-style: none;
	position: relative;
	padding-bottom: 0;
}
ul.mtree ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
}
ul.mtree>li>ul>li>a {
	font-size: 14px !important;
	font-weight: normal;
	position: relative;
	transition: all .5s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 0;
	background: #f7f7f7;
}
ul.mtree>li>ul>li:nth-child(2n+2)>a {
	background: #f2f2f2;
}
ul.mtree>li>ul>li>a:hover {
	color: #29aae3;
	text-decoration: none;
	padding-left: 20px;
}
ul.mtree>li>ul>li>a:before {
	content: '';
	width: 3px;
	background: #29aae3;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}
ul.mtree>li>ul>li>a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 6px;
}
ul.mtree>li>ul>li>a:before {
	content: "";
}
ul.mtree ul li:hover a {
	color: #29aae3;
}
ul.mtree li ul li.mtree-open a {
	color: #29aae3;
	text-decoration: none;
	font-family: 'opensans semibold';
}
ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	padding: 5px;
}

ul.mtree .mtree-level-2 li:last-child a {
	border-bottom: none;
}
ul.mtree li ul.mtree-level-2 li a {
	color: #333;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	font-family: 'opensans'
}
ul.mtree li ul.mtree-level-2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50%;
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #29aae3;
	font-weight: normal;
}
ul.mtree .mtree-level-2 li a:hover:before {
	background: #29aae3;
}
ul.mtree.jet ul {
	margin-left: 0;
}
ul.mtree.jet li {
	margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
	margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
	background: #29aae3;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
	background: #29aae3;
	color: #FFF;
}
ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
	padding-left: 2em;
}
ul.mtree.jet li li li > a {
	padding-left: 3em;
}
ul.mtree.jet li li li li > a {
	padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
	padding-left: 5em;
}
ul.mtree a:hover {
	text-decoration: none;
}
.mtree-skin-selector {
	display: none!important;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a {
	font-family: 'opensans semibold';
	text-transform: uppercase;
	color: #4d4d4d;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #29aae3;
}
.left-adv {
	margin-top: 30px;
	width: 100%;
	background: #f7f7f7;
	background-size: cover;
	text-align: center;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	background-position: center center;
}
.left-adv .ovrly {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 30px 40px 30px;
	z-index: 2;
}
.left-adv .icon {
	width: 70px;
	height: 70px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	background: #29aae3;
}
.left-adv .icon:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background: #29aae3;
	z-index: -1;
}
.left-adv .main .title {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	font-family: 'opensans semibold';
}
.left-adv .main .title:hover {
	text-decoration: none;
}
.left-adv .main .text {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.left-adv .main_more {
	margin-top: 30px;
}
.left-adv .main_more a {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
}
.left-nav {
	border: 1px solid #d9d9d9;
	padding: 20px;
	padding-bottom: 30px;
}
.left-nav ul {
	list-style: none;
}
.left-nav .list li {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px dashed #d9d9d9;
}
.left-nav .list li:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
}
.left-nav .list > li:hover:before {
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.left-nav .list > li.active:before {
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.left-nav .list > li > a {
	padding: 10px 5px;
	display: block;
	font-size: 16px;
	transition: all .5s;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'opensans semibold';
	position: relative;
	z-index: 5;
}
.left-nav .list > li:hover > a {
	text-decoration: none;
	padding-left: 15px;
	color: #fff;
	background: #29aae3
}
.left-nav .list > li.active > a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	background: #29aae3
}
.left-nav .list > li > a:after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 0;
	font-family: 'FontAwesome';
	color: #fff;
	left: auto;
	background: none;
	bottom: auto;
	width: 10px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	font-size: 24px;
}
.left-nav .list > li.active > a:after {
	right: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.left-nav .list li ul {
	padding-top: 5px;
	padding-bottom: 15px;
}
.left-nav .list li ul li {
	border-bottom: none;
}
.left-nav .list li ul li a {
	padding: 5px 0;
	display: inline-block;
	padding-left: 10px;
}
.left-nav .list li ul li a:before {
	content: "\f105";
	color: #999;
	padding-right: 5px;
	font-family: FontAwesome;
	transition: all .5s;
}
.left-nav .list li ul li a:hover {
	text-decoration: none;
	color: #29aae3;
}
.left-nav .list li ul li a:hover:before {
	color: #29aae3;
}
.left-nav .list > li.active ul li a {
	text-decoration: none;
_*color: #29aae3;
}/*.left-nav .list > li.active ul li a:before{color: #29aae3;}*//*hot_pro*/
.left-pro {
	margin-top: 40px;
}
.left-pro ul {
	padding-top: 10px;
}
.left-pro ul li {
	background: #fff;
	list-style: none;
	margin-bottom: 10px;
	transition: all .5s;
	padding: 10px;
	margin-bottom: 15px;
	border: 2px solid #ebebeb;
	position: relative;
	border-radius: 0;
}
.left-pro ul li:hover {
	background: #fff;
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	border-color: #e5e5e5;
}
.left-pro ul li:after {
	content: '';
	width: 3px;
	height: 60px;
	background: #29aae3;
	position: absolute;
	right: -2px;
	top: 15px;
	display: inline-block;
}
.left-pro ul li .main {
	width: 60%;
	float: left;
	padding-left: 10px;
	position: relative;
	z-index: 10;
}
.left-pro ul li .title {
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'opensans semibold';
}
.left-pro ul li .title:hover {
	color: #48bdce;
}
.left-pro ul li .image {
	float: left;
	width: 40%;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 10;
}
.left-pro ul li .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}
.left-pro ul li .image img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.left-pro ul li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.left-pro ul li .image .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: #0094ff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	padding: 12px 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.left-pro ul li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.left-pro ul li .image .icon p {
	display: inline-block;
	-webkit-mask: url(../images/icon_plus.png);
	-webkit-mask-repeat: no-repeat;
	width: 14px;
	height: 14px;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
	transition: all .5s;
}
.left-pro ul li:hover .image .icon p {
	-webkit-animation: spin .6s ease-out;
	animation: spin .6s ease-out;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}
.left-pro ul li .page_more {
	margin-top: 0;
	font-size: 14px;
}
.page-right {
	width: 80%;
	padding-left: 40px;
	padding-right: 0;
	float: right;
}

@media only screen and (max-width: 1260px) {
.page-left {
	width: 25%;
}
.page-right {
	width: 74%;
}
}

@media only screen and (max-width: 992px) {
.page-title em {
	font-size: 24px;
}
.page-left {
	width: 100%;
	float: none;
	top: 0;
	margin-top: 40px;
}
.left-pro, .left-con, .left-video, .left-solu, .left-news {
	margin-top: 0;
	padding: 0;
	border: none;
}
.page-left .fot_title {
	margin-bottom: 10px;
	margin-bottom: 0;
	padding: 8px 20px 8px 15px;
	border-radius: 0;
	border-radius: 0;
	border: none;
	background: #29aae3;
}
.page-left .fot_title:before {
	display: none;
}
.page-left .fot_title>em {
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding: 0;
	line-height: 24px;
	text-transform: uppercase;
	border: none;
	background: none;
}
.page-left .fot_title em:before {
	display: none;
}
.page-left .fot_title .icon-minus-sign:before, .page-left .fot_title .icon-minus-sign:after, .page-left .fot_title .icon-plus-sign:before, .page-left .fot_title .icon-plus-sign:after {
	background: #fff;
}
.page-left .fot_title>span {
	display: none;
}
.page-left .fot_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 17px;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
.page-left .left_title>span {
	display: none;
}
.page-left .block_content {
	padding-top: 10px;
}
.left-con .left_title {
	display: block;
}
.left_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
.page-right {
	width: 100%;
	padding: 0;
	float: none;
}
.left-cat {
	margin-bottom: 20px;
	padding: 0;
}
.left-pro {
	margin-bottom: 20px;
}
.left-nav {
	margin-bottom: 20px;
	padding: 0;
	border: none;
}
.left-adv {
	display: none;
}
ul.mtree>li>a {
	font-size: 14px;
}
.left-cat .fot_title em:after {
	display: none;
}
.left-pro ul li .title {
	font-size: 13px;
	font-family: 'opensans'
}
.page-left .fot_title::after {
	display: none;
}
}/*sitemap*/
.sitemap {
	width: 100%;
}
.stp-listA>li {
	text-transform: capitalize;
	list-style: none;
}
.stp-top {
	width: 100%;
	background: #eee;
	margin-bottom: 1px;
}
.stp-top .page_info_title {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	font-family: 'opensans semibold';
	padding: 0;
	padding: 15px 20px;
	transition: all .5s;
}
.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #fff;
	background: #29aae3;
}
.stp-top .page_info_title i {
	padding-left: 5px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.stp-top .page_info_title:hover i {
	padding-left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.stp-listB {
	display: block;
	padding: 15px;
	border: 2px solid #eee;
	border-top: none;
	padding: 30px 20px;
	list-style: none;
	margin-top: -1px;
	background: #fff;
}
.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.stp-listB>li>a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
	font-family: 'opensans semibold'
}
.stp-listB>li>a i {
	padding-right: 5px;
}
.stp-listB>li:hover>a {
	color: #29aae3;
}
.stp-pro .stp-listB>li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}
.stp-pro .stp-listB>li .image {
	max-width: 48px;
	min-width: 48px;
}
.stp-pro .stp-listB>li .title {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
	font-family: 'opensans semibold';
}
.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #ccc;
}
.stp-pro .stp-listB>li .title:hover {
	color: #29aae3;
	text-decoration: none;
}
.stp-pro .stp-listB>li .title:hover:after {
	color: #29aae3;
}
.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 20px;
	list-style: none;
}
.stp-listB li .stp-listC li {
	width: 53.33%;
	margin-bottom: 8px;
	float: left;
}
.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 13px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}
.stp-listB li .stp-listC li a i {
	padding-right: 5px;
}
.stp-listB li .stp-listC li a:hover {
	color: #29aae3;
}

@media only screen and (max-width: 768px) {
.stp-listA {
	padding: 0;
}
.stp-listB>li {
	width: 50%;
	padding: 4px 0;
}
.stp-listB {
	border-width: 1px;
	padding: 15px;
}
.stp-pro .stp-listB>li .image {
	max-width: 32px;
	min-width: 32px;
}
.stp-listB li .stp-listC li {
	width: 100%;
}
.stp-listB>li>a {
	font-size: 12px;
}
.stp-top .page_info_title {
	font-size: 14px;
	padding: 10px 10px;
}
}

@media only screen and (max-width: 400px) {
.stp-listB li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
}/*page-number*/
.page_num {
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
.page_num span {
	display: inline-flex;
	color: #fff;
	background: #29aae3;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	transition: all .5s;
	position: relative;
	font-family: 'opensans semibold';
	text-align: center;
	border-radius: 0%;
	border: 2px solid #29aae3;
	align-items: center;
	justify-content: center;
}
.page_num a {
	background: #fff;
	padding: 0;
	display: inline-flex;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	transition: all .5s;
	color: #555;
	border-radius: 0%;
	width: 42px;
	height: 42px;
	text-align: center;
	border: 1px solid #e5e5e5;
	align-items: center;
	justify-content: center;
}
.page_num a:hover {
	background: #29aae3;
	text-decoration: none;
	color: #fff;
	border-color: #29aae3;
}
.page_num a i {
	line-height: 32px;
}
.page_num p {
	display: block;
	font-size: 14px;
	margin: 0;
	margin-top: 15px;
	font-family: 'opensans';
	color: #808080;
}
.page_num p:before {
	content: '[';
	padding-right: 3px;
}
.page_num p:after {
	content: ']';
	padding-left: 3px;
}
.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
	color: #29aae3;
}

@media only screen and (max-width: 768px) {
.page_num {
	border-radius: 0;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	border-radius: 5px;
}
.page_num a, .page_num span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.page_num a i {
	line-height: 30px;
}
.page_num p {
	float: none;
	display: block;
}
}/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 10px;
}
.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 15px;
}/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 50px;
}
.navigation li a:hover {
	text-decoration: none;
}/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 25px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.navigation li.prev_post a:before {
	left: 0;
	content: "\f077";
}
.navigation li.next_post a:before {
	left: 0;
	content: "\f078";
}
.navigation li a:hover:before {
	background: #29aae3;
	color: #fff;
	border-color: #29aae3;
}
.navigation li a .meta_nav {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	color: #808080;
	margin-bottom: 5px;
	line-height: 24px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: all .5s;
	font-family: 'opensans semibold';
}
.navigation li a:hover .meta_nav {
	color: #29aae3;
}
.navigation li a .post_title {
	font-size: 16px;
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
}
.navigation li a:hover .post_title {
	color: #29aae3;
}

@media only screen and (max-width: 992px) {
.navigation li {
	width: calc(50% - 40px);
}
}

@media only screen and (max-width: 768px) {
.navigation {
	border: none;
	padding-top: 0;
	margin-bottom: 0;
}
.navigation li {
	width: 100%;
	background: #f7f7f7;
	border-radius: 0;
	padding: 0 10px;
	margin-bottom: 10px;
}
.navigation li.prev_post a {
	padding-left: 50px;
}
.navigation li.next_post a {
	padding-left: 50px;
}
.navigation li a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.navigation li a .meta_nav {
	font-size: 14px;
	color: #29aae3;
	margin-bottom: 0;
}
.navigation li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigation li a .post_title {
	font-size: 14px;
}
}
.news li {
	position: relative;
	margin-bottom: 30px;
	border-radius: 0;
	transition: all .5s;
	z-index: 10;
	list-style: none;
	border: 1px solid #dcdcdc;
}
.news li .column {
	display: flex;
	align-items: flex-start;
	background: #fff;
	transition: all .5s;
	padding: 20px;
	position: relative;
}
.news li:hover .column {
	border-color: #29aae3;
}
.news li .image {
	min-width: 340px;
	overflow: hidden;
	max-width: 340px;
	position: relative;
}
.news li .image > a {
	display: block;
	overflow: hidden;
}
.news li img {
	transition: all .9s;
	width: 100%;
}
.news li .image .news_date {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../images/date_bg.png) no-repeat center center;
	width: 91px;
	background-size: 100%;
	height: 100%;
	display: inline-flex;
	padding-top: 68px;
	justify-content: center;
	font-size: 30px;
	font-family: 'PlayfairDisplay';
	color: #fff;
}
.news li .wrap {
	padding: 0 20px;
	z-index: 5;
	padding-top: 10px;
}
.news li .page_more {
	margin-top: 20px;
}
.news li .page_more:hover {
	color: #29aae3;
}
.news li .page_date {
	margin-top: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
.news li .title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	font-family: 'opensans semibold';
	color: #000000;
	margin-bottom: 20px;
	margin-top: 15px;
}
.news li .title:hover {
	color: #29aae3;
	text-decoration: none;
}
.news li .text {
	color: #333;
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
	max-height: 50px;
}

@media only screen and (max-width: 768px) {
.news li .image {
	min-width: 240px;
	max-width: 240px;
	padding-right: 0;
}
.news li .wrap {
	padding: 10px;
	padding-top: 20px;
}
.news li .main_more {
	margin-top: 0;
}
}

@media only screen and (max-width: 480px) {
.news li {
	margin-bottom: 20px;
}
.news li .column {
	display: block;
	padding: 0;
}
.news li .image {
	min-width: 100%;
	max-width: 100%;
}
.news li .wrap {
	padding-left: 0;
	padding: 20px;
	padding-bottom: 30px;
}
.news li .page_date {
	position: inherit;
}
.news li .title {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news li .text {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 0;
}
.news li .page_more {
	display: none;
}
}
.news_detail_info {
	text-align: left;
	padding: 40px;
	background: #fff;
}
.news_detail_info .news_detail_title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.news_detail_info .news_detail_title em.title {
	color: #29aae3;
	font-size: 30px;
	line-height: 30px;
	display: block;
	font-family: 'opensans semibold';
	margin-top: 0;
	margin-bottom: 20px;
}
.news_detail_info .txt {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}
.news_detail_info .txt a {
	color: #29aae3;
}
.news_detail_info .txt ul {
	padding-left: 20px;
}

@media only screen and (max-width: 768px) {
.news_detail_info {
	padding: 30px 10px;
}
.news_detail_info .news_detail_title em.title {
	font-size: 24px;
	line-height: 24px;
}
}/*blog*/
.left-blog {
	margin-bottom: 40px;
}
.left-blog ul {
	list-style: none;
	border: 1px solid #e5e5e5;
}
.left-blog ul li {
	margin-bottom: 0;
}
.left-blog ul li a {
	display: block;
	font-size: 14px;
	border-radius: 0;
	color: #555555;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 0;
	line-height: 24px;
	position: relative;
	font-family: 'opensans semibold';
	padding-left: 20px;
	background: #fafafa;
}
.left-blog ul li:nth-child(2n+2) a {
	background: #f2f2f2;
}
.left-blog ul li a:hover {
	background: #29aae3;
	color: #fff;
	text-decoration: none;
}
.left-blog ul li a:before {
	content: "\f061";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -5px;
	top: 10px;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	font-size: 12px;
	filter: alpha(opacity=0);
}
.left-blog ul li a:hover:before {
	left: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}
.blog-archives {
	margin-bottom: 40px;
}
.blog-archives ul {
	list-style: none;
}
.blog-archives ul li {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.blog-archives ul li:before {
	content: '';
	width: 100%;
	background: #29aae3;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}
.blog-archives ul li:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.blog-archives ul li a {
	padding: 10px 5px;
	display: block;
	font-size: 14px;
	transition: all .5s;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.blog-archives ul li:hover a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}
.blog-tags {
	margin-bottom: 30px;
}
.blog-tags ul {
	list-style: none;
}
.blog-tags ul li {
	display: inline-block;
	margin: 5px;
}
.blog-tags ul li a {
	display: inline-block;
	border-radius: 25px;
	background: #fafafa;
	border: 2px solid #ededed;
	padding: 3px 15px;
	font-size: 13px;
	line-height: 24px;
	transition: all .5s;
}
.blog-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #29aae3;
	border-color: #29aae3;
}
.blog_list {
	list-style: none;
}
.blog_list > li {
	margin-bottom: 40px;
	position: relative;
	transition: all .5s;
	z-index: 10;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	border-radius: 0;
	display: flex;
	align-items: flex-start;
}
.blog_list > li:last-child {
	margin-bottom: 10px;
}
.blog_list > li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0,0,0,0.05);
	transition: all .5s;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
.blog_list > li:hover:before {
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 0;
	min-width: 240px;
	max-width: 240px;
	margin-right: 20px;
}
.blog_list li .image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li .title {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	font-family: 'opensans semibold';
	margin-top: 0;
	margin-bottom: 20px;
}
.blog_list li:hover .title {
	color: #29aae3;
	text-decoration: none;
}
.blog_list li .text {
	color: #808080;
	font-size: 15px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	margin-top: 20px;
}
.blog_list li .post_blog_tag {
	margin-bottom: 0;
}
.blog_list li .main_more {
	margin-bottom: 20px;
}
.blog_list li .main_more a {
	line-height: 32px;
	height: 32px;
	font-size: 12px;
}
.post_blog_tag {
	margin-top: 20px;
	background: #f2f2f5;
	padding: 10px 30px 10px 30px;
	border-radius: 25px;
}
.post_blog_tag>p {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0;
	color: #29aae3;
	font-family: 'opensans semibold';
}
.post_blog_tag>p i {
	color: #29aae3;
	margin-right: 5px;
}
.post_blog_tag li {
	display: inline-block;
	margin: 5px 0 0 5px;
	position: relative;
	border: none;
	padding: 0;
}
.post_blog_tag li a {
	display: inline-block;
	background: #fff;
	border: 2px solid #eee;
	font-size: 14px;
	border-radius: 25px;
	line-height: 20px;
	color: #4d4d4d;
	padding: 3px 12px;
	transition: all .5s;
}
.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	background: #29aae3;
	color: #fff;
	border-color: #29aae3;
}

@media only screen and (max-width: 992px) {
.left-blog {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.blog_list li .right {
	padding-left: 65px;
	width: 100%;
}
.left-blog .left_title {
	display: block;
}
.blog-list p, .blog-cat p {
	margin-bottom: 15px;
}
.blog-list {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}
.blog-archives, .blog-tags {
	margin-bottom: 20px;
}
.blog_list li .date em {
	font-size: 60px;
	line-height: 56px;
}
}

@media only screen and (max-width: 768px) {
.blog_list > li {
	margin-bottom: 30px;
}
.blog_list > li:hover:before {
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.blog_list {
	border: none;
}
.blog_tag>p {
	display: block;
}
.blog_list li .right {
	padding-left: 80px;
}
.blog_list li .title {
	font-size: 14px;
}
.blog_list li .text {
	max-height: 48px;
	font-size: 14px;
}
.blog_list li .post_blog_tag {
	margin-top: 15px;
}
.blog_list li .image {
	min-width: 180px;
	max-width: 180px;
	margin-right: 10px;
}
.post_blog_tag {
	padding: 8px;
	padding-top: 3px;
	border-radius: 2px;
}
.post_blog_tag li a {
	font-size: 13px;
}
.post_blog_tag>p {
	display: block;
	font-size: 14px;
}
}

@media only screen and (max-width: 480px) {
.blog_list > li {
	padding-bottom: 20px;
	display: block;
}
.blog_list li .right {
	padding: 0;
	padding-top: 10px;
}
.blog_list li .more {
	letter-spacing: 0;
}
.blog_list li .title {
	font-size: 16px;
}
.blog_list li .image {
	min-width: 120px;
	max-width: 120px;
}
}/*products*/
.product_list_nav {
	list-style: none;
	margin-bottom: 40px;
	border-right: none;
}
.product_list_nav li {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	background: #ede9e0;
	margin-bottom: 1px;
}
.product_list_nav li.active, .product_list_nav li:hover {
	background-color: #29aae3 !important;
}
.product_list_nav li .title {
	display: block;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	font-family: 'opensans semibold';
	text-transform: uppercase;
	text-align: left;
}
.product_list_nav li:hover .title, .product_list_nav li.active .title {
	color: #fff;
	text-decoration: none;
}
.product_list_nav li .image {
	overflow: hidden;
	display: block;
	text-align: center;
	transition: all .5s;
	margin-right: 5px;
	border: 2px solid rgba(255,255,255,0);
}
.product_list_nav li.active .image, .product_list_nav li:hover .image {
	background: rgba(255,255,255,0.8);
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 50%;
}
.product_list_nav li .image img {
	transition: all .9s;
	max-width: 50px;
}
.pro-text {
	color: #333;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 0;
}
.pro-text .column {
	line-height: 28px;
	font-size: 15px;
	overflow: hidden;
}
.pro-text img {
	max-width: 100%;
	height: auto;
}
.product_l {
	list-style: none;
	margin-top: 80px;
}
.product_l > li {
	margin-bottom: 60px;
}
.product_l li .image {
	display: block;
	float: left;
	width: 40%;
	overflow: hidden;
	text-align: center;
}
.product_l li .image img {
	height: auto;
	width: 100%;
	transition: all .5s;
}
.product_l li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.product_l li .main {
	float: left;
	width: 60%;
	padding-left: 40px;
	padding-top: 10px;
}
.product_l li .title {
	display: block;
	color: #333;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'PlayfairDisplay';
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0
}
.product_l li .title:hover {
	color: #29aae3;
	text-decoration: none;
	border-color: #29aae3;
}
.product_l li .text {
	font-size: 16px;
	color: #818387;
	line-height: 28px;
	margin-top: 20px;
	max-height: 84px;
	overflow: hidden;
}
.product_l li .main_more {
	margin-top: 30px;
}
.product_l li.right .image {
	float: right;
}
.product_l li.right .main {
	padding-right: 40px;
	padding-left: 0;
	text-align: right;
}

@media only screen and (min-width: 768px) {
.product_list_nav li:nth-child(8n+2) {
	background: #e6dfd2;
}
.product_list_nav li:nth-child(8n+4) {
	background: #e6dfd2;
}
.product_list_nav li:nth-child(8n+5) {
	background: #e6dfd2;
}
.product_list_nav li:nth-child(8n+7) {
	background: #e6dfd2;
}
}

@media only screen and (max-width: 768px) {
.product_list_nav {
	margin-bottom: 0;
}
.product_list_nav li .image {
	display: none;
}
.product_l li .image {
	width: 100%;
}
.product_l li .main {
	width: 100%;
	padding-left: 0;
}
.product_list_nav li:nth-child(8n+2) {
	background: #e6dfd2;
}
.product_list_nav li:nth-child(8n+3) {
	background: #e6dfd2;
}
.product_list_nav li:nth-child(8n+6) {
	background: #e6dfd2;
}
.product_list_nav li:nth-child(8n+7) {
	background: #e6dfd2;
}
.product_list_nav li .title {
	font-size: 16px;
	text-align: center;
	height: 48px;
	line-height: 24px;
}
.product_l {
	margin-top: 40px;
}
.product_l li .main, .product_l li.right .main {
	text-align: center;
}
.product_l li .title {
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
}
.product_l li .text {
	font-size: 14px;
}
.product_l li .main_more {
	margin-top: 15px;
}
.product_l li.right .main {
	padding-right: 0;
}
}
.pro_top .pro-img {
	padding: 0;
}
.pro_top .pro-img img {
	max-width: 100%;
	height: auto;
}
.pro-text {
	color: #333;
	margin-bottom: 30px;
	border-radius: 0;
}
.pro-text .column {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.pro-text img {
	max-width: 100%;
	height: auto;
}
.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px;
}
.cbp-vm-options {
	text-align: left;
	margin-bottom: 0;
	margin-bottom: 10px;
}
.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-family: 'opensans semibold';
	font-size: 20px;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 38px;
}
.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 50px;
	color: #29aae3;
	border: 1px solid #29aae3;
	margin-right: 10px;
	float: left;
}
.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #ccc;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #29aae3;
	border-color: #29aae3;
}
.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}/* General list */
.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}
.cbp-vm-switcher ul:after {
	clear: both;
}
.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px;
}
.cbp-vm-image .cbp-image-hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}/*.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}*/
.cbp-vm-switcher ul li > div {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 0;
	transition: all .5s;
}
.cbp-vm-switcher>ul>li > div {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
	border-radius: 0;
}
.cbp-vm-switcher>ul>li:hover > div {
	border-color: transparent;
	z-index: 99;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	border-color: #29aae3;
}/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 20px 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image > a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
}
.cbp-vm-switcher>ul>li .cbp-vm-image {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
}
.cbp-vm-details {
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #808080;
}/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
	content: "\f00a";
}
.cbp-vm-list:before {
	content: "\f039";
}
.cbp-vm-add:before {
	content: "\f055";
}/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
}
.cbp-vm-view-grid ul li {
	width: 33.33%;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	position: relative;
}
.cbp-vm-view-grid>ul>li > div {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}
.cbp-vm-view-grid>ul>li:hover > div {
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0)
}
.cbp-vm-view-grid ul li .cbp-list-left {
	padding-top: 20px;
	padding-top: 0;
	text-align: center;
	position: relative;
	z-index: 999;
}
.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 22px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-bottom: 10px;
	font-family: 'opensans bold'
}
.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #fff;
	text-decoration: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #808080;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 0;
	transition: all .5s;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-details {
	color: #fff;
}
.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}
.cbp-vm-view-grid ul li .more {
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: -1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding: 0;
	-webkit-transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
	-moz-transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
	-o-transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
	transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.cbp-vm-view-grid ul li:hover .more {
	opacity: 1;
	z-index: 22;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	top: -50px;
}
.cbp-vm-view-grid ul li .main_more {
	margin: 0;
}
.cbp-vm-view-grid .post_blog_tag {
	display: none;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 20px 10px;
	position: relative;
	z-index: 999;
	transition: all .5s;
	border-radius: 0;
	background: #f7f7f7
}
.cbp-vm-view-grid ul li:hover .cbp-list-center {
	background: #29aae3;
}/* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 20px;
}
.cbp-vm-view-list>ul>li {
	text-align: left;
	padding: 0;
	border-radius: 0;
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 30px;
}
.cbp-vm-view-list > ul > li:hover > div {
	box-shadow: none;
}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
	content: " ";
	display: table;
}
.cbp-vm-view-list li:after {
	clear: both;
}
.cbp-vm-view-list>ul>li > div {
	padding: 0;
	border: none;
}
.cbp-vm-view-list>ul>li > div:before, .cbp-vm-view-list>ul>li > div:after {
	display: none;
}
.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 24%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	border-radius: 0;
}
.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #29aae3;
}
.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 76%;
	display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	max-height: 60px;
	margin-bottom: 10px;
	font-family: 'opensans bold';
}
.cbp-vm-view-list ul li:hover .cbp-title {
	color: #29aae3;
	text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	margin-top: 0;
	height: auto;
	padding: 0;
	max-height: 50px;
	font-size: 15px;
	line-height: 25px;
}
.cbp-vm-view-list>ul>li .cbp-list-left .line {
	display: none;
}
.cbp-vm-view-list ul li .cbp-vm-image img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}
.cbp-vm-view-list ul li:hover .cbp-vm-image img {
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0)
}
.cbp-vm-view-list ul li .post_blog_tag {
	margin-top: 15px;
}
.cbp-vm-view-list ul li .main_more {
	margin-top: 15px;
}
.cbp-vm-view-list ul li .main_more a {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.cbp-vm-view-list ul li .main_more:hover a {
	color: #fff;
}
.cbp-vm-view-list .cbp-hover {
	display: none;
}
.cbp-vm-view-list .cbp-list-center {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 0 15px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0;
}

@media screen and (max-width: 1260px) {
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 14px;
}
}

@media screen and (max-width: 992px) {
.cbp-vm-view-grid ul li {
	width: 33.33%;
}
.cbp-vm-view-list ul li > div .cbp-list-center {
	padding-top: 0;
}
}

@media only screen and (max-width: 768px) {
.pro-cat li {
	margin-bottom: 10px;
}
.cbp-vm-options {
	margin-top: 0;
}
.cbp-vm-view-list ul li .cbp-list-left .more {
	letter-spacing: 0;
}
.pro_top .pro-img {
	display: none;
}
.cbp-vm-view-list>ul>li > div {
	border-radius: 0;
	padding: 0;
}
.cbp-vm-view-grid>ul>li > div {
	border-width: 1px;
}
}

@media screen and (max-width: 520px) {
.pro-text .box {
	max-height: 336px;
	overflow: hidden;
}
.cbp-vm-view-grid ul li {
	width: 50%;
}
.cbp-vm-options {
	text-align: center;
}
.cbp-vm-view-list>ul>li {
	width: 100%;
	padding: 15px 0;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	height: auto;
	line-height: 20px;
	width: 100%;
	max-height: 40px;
}
.cbp-vm-view-list .cbp-list-center {
	width: 100%;
	margin-top: 10px;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
	max-width: 100%;
}
.cbp-vm-view-list ul li>div>div {
	width: 100%;
}
.cbp-vm-view-grid ul li {
	margin-bottom: 0;
}
.cbp-vm-view-list ul li .cbp-title {
	font-size: 16px;
}
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
	max-height: 48px;
	height: auto;
}
.cbp-vm-view-grid ul li:nth-child(2n+1) {
	clear: both;
}
.cbp-vm-view-list .cbp-list-view {
	display: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
	display: none;
}
.cbp-vm-view-list ul li>div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
	width: 100%;
	padding: 15px 5px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.cbp-vm-view-list .pro-list-tags p {
	display: block;
}
.cbp-vm-view-list .cbp-list-more {
	padding: 0;
}
.cbp-vm-view-list .cbp-list-more .main-more {
	display: inline-block;
	margin-right: 10px;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 5px;
}
.cbp-vm-switcher>ul>li .cbp-vm-image {
	border-width: 1px;
}
.cbp-vm-view-grid ul li .line {
	display: none;
}
.cbp-vm-options em {
	display: block;
	float: none;
	margin-bottom: 10px;
}
.cbp-vm-view-grid ul li .more {
	display: none;
}
.cbp-vm-view-list ul li .wrap_more {
	float: none;
	margin-top: 10px;
}
}

@media screen and (max-width: 400px) {
.pro-text {
	padding: 10px;
}
.pro-text .column {
	font-size: 14px;
}
.cbp-vm-view-grid ul li {
	padding: 5px;
}
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 15px;
	margin-top: 0;
	line-height: 24px;
	height: 48px;
	font-family: 'opensans';
	max-height: 48px;
}
.cbp-list-left {
	padding: 0;
}
.cbp-vm-image .image_more {
	display: none;
}
}/*products main*//* CSS for the loading div */
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img {
	max-width: 100%;
	height: auto;
}/* Element wrapper */
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;	/**************	  Set max-width to your thumbnail width	***************/
	text-align: center;
	max-width: 100%;
	width: 100%;
}/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display: block;
	padding: 10px 0;
	margin-right: -3px;
	margin-left: -3px;
}
.sp-thumbs a {
	position: relative;
	border: 1px solid #ccc;
}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background-size: 98%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 3px;
	border-radius: 0;
}
.sp-thumbs a:hover {
	opacity: 1;
	border-color: #29aae3;
}/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-thumbs a.sp-current {
	opacity: 1!important;
	position: relative;
	border-color: #29aae3;
}
.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}/* Image currently being viewed */
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.sp-large a {
	display: block;
}/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 99999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
	text-align: center;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 46px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 46px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
#sp-prev {
	left: 10px;
}
#sp-next {
	right: 10px;
}
}

@media screen and (max-width: 400px) {
.sp-wrap {
	margin: 0 0 0;
}
#sp-prev, #sp-next {
	top: auto;
	margin-top: 0;
	bottom: 75px;
}
}
.sp-current-big img {
	width: 100%;
}
.sp-large img {
	max-width: none;
}
.pro_info_top {
	position: relative;
	margin-bottom: 40px;
}
.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 0;
}
.prom-right {
	padding-left: 30px;
	margin-bottom: 20px;
}
.prom-right>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 32px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 30px;
	line-height: 130%;
	font-family: 'opensans semibold';
}
.prom-right>div.main {
	font-size: 15px;
	line-height: 24px;
	color: #808080;
	padding-left: 20px;
	margin-bottom: 30px;
}
.prom-right {
	padding: 0 0 0 20px;
	border-radius: 0;
}
.prom-right > p {
	margin-left: 0;
	color: #29aae3;
	font-size: 16px;
}
.prom-right .pro-table {
	margin-bottom: 0;
	border: 1px solid #ddd;
	border-bottom: none;
}
.prom-right .pro-table > em {
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'opensans semibold';
	margin-bottom: 10px;
}
.prom-right .pro-table ul li {
	list-style: none;
	display: flex;
	align-items: center;
	background: #f2f2f2;
	padding: 10px 10px;
	border-bottom: 1px solid #ddd;
}
.prom-right .pro-table ul li:nth-child(2n+2) {
	background: #fafafa;
}
.prom-right .pro-table ul li p {
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	width: 24%;
	margin: 0;
	font-family: 'opensans semibold';
	text-transform: uppercase;
}
.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	padding-left: 5px;
	color: #333;
}
.prom-right .mobile_inquiry {
	display: inline-block;
	margin-top: 10px;
}
.prom-right .main_more a {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	height: 50px;
	line-height: 50px;
}
.prom-right .main_more span i {
	width: 14px;
	height: 14px;
	background-position: -331px -103px;
}
.prom-right .main_more:hover span i {
	width: 14px;
	height: 14px;
	background-position: -360px -103px;
}
.prom-right .main_more.pro_down {
	margin-left: 10px;
	background: #3dc3a0;
}
.prom-right .main_more.pro_down:before {
	background: #656565;
}
.prom-right .main_more.pro_down a:after {
	content: "\f0ed";
}
.prom-right .main_more:hover a:after {
	animation: none;
}
.mostBox {
	margin: 0 0 30px 0;
}
.mostBox .page_title {
	background: #fafafa;
	padding: 0;
}
.mostBox .page_title:before, .mostBox .page_title:after {
	display: none;
}
.mostBox .page_title em {
	font-size: 24px;
	line-height: 30px;
	background: #0cb76c;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: 'BebasNeue';
}
.mostBox .text {
	font-size: 14px;
	line-height: 28px;
}
.mostBox .text em {
	font-style: italic;
}
.mostBox .text a:hover {
	color: #29aae3;
}
.mostBox .text ul {
	padding-left: 20px;
}/*products-tab*/
#parentHorizontalTab02 {
	margin: 0;
	text-align: left;
	padding: 0px;
	text-align: left;
	margin-top: 0;
}
#parentHorizontalTab02 ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	background: #fff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#parentHorizontalTab02 .resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
	text-transform: capitalize;
	margin: 0;
	padding: 7px 30px;
	border: none;
	font-size: 20px;
	line-height: 30px;
	font-family: 'opensans semibold';
	min-width: 25%;
	width: 50%;
}
#parentHorizontalTab02 .resp-tabs-list li p {
	margin: 0;
}
#parentHorizontalTab02 .resp-tabs-container div table {
	max-width: 100%;
}
#parentHorizontalTab02 .resp-tabs-container {
	padding: 30px 0 0 0px;
	clear: left;
	background: none;
}
#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 10px 15px !important;
}
#parentHorizontalTab02 .resp-tab-content {
	display: none;
}
#parentHorizontalTab02 .resp-tabs-list li:hover, #parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
	color: #fff;
	background: #29aae3 !important;
	border-color: #29aae3 !important;
	z-index: 99;
}
#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 3px 10px !important;
}
#parentHorizontalTab02 em.resp-accordion {
	font-size: 16px;
	margin: 0px;
	background: #f8f8f8;
	margin-bottom: 1px;
	color: #333;
	font-style: normal;
	margin-bottom: 10px;
	font-family: 'opensans_m';
	text-transform: uppercase;
}
#parentHorizontalTab02 em.resp-tab-active {
	margin-bottom: 0px !important;
}
#parentHorizontalTab02 em.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
#parentHorizontalTab02 .resp-tab-content {
	display: none;
}
#parentHorizontalTab02 .resp-content-active, #parentHorizontalTab02 .resp-accordion-active {
	display: block;
}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
	border: none;
	position: relative;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
	content: "\f044";
	font-family: "FontAwesome";
	position: absolute;
	right: -6px;
	cursor: pointer;
	font-size: 20px;
	top: -8px;
	color: #fff
}
#parentHorizontalTab02 em.resp-tab-active {
	background: #fe9305 !important;
	color: #fff;
}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
	display: block;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
	border: 1px solid #1268bf;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #1268bf;/* !important;*/
}
#parentHorizontalTab02 .resp-jfit {
	width: 100%;
	margin: 0px;
}
#parentHorizontalTab02 .resp-tab-content-active {
	display: block;
}
.products > .title {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 2px 0;
}
.products > .title i {
	background: #0d58cb;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	border-radius: 50%;
	vertical-align: middle;
}
.products > .title h1 {
	margin: 0;
	display: inline-block;
	color: #555555;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	font-family: 'CenturyGothicB';
	position: relative;
	z-index: 2;
	vertical-align: middle;
	margin-left: 10px;
}
#pro_inquiry {
	margin: 0;
	position: relative;
	background: none;
}

@media only screen and (max-width: 992px) {
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
}
.products .pro_img {
	width: 100%;
	padding: 0;
}
.products .pro-right {
	width: 100%;
	padding: 0;
	padding-left: 20px;
}
.prom-right .pro-table ul li p {
	width: 26%;
}
.prom_img {
	margin-bottom: 0;
	padding: 0;
}
.prom-right .pro-table {
	margin-bottom: 0;
}
#pro_inquiry {
	position: relative;
	z-index: 9999;
}
#pro_inquiry .send_content .send_column {
	display: block;
}
}

@media only screen and (max-width: 768px) {
.pro-right {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.sp-thumbs {
	text-align: left;
}
.prom-right .pro-table {
	margin-top: 15px;
	margin-bottom: 0;
}
.prom-right {
	padding: 0;
	margin-bottom: 0;
	background-image: none;
	padding-top: 20px;
}
.prom-right .pro-table ul li {
	padding: 8px;
}
.pro_info_top:before {
	width: 100%;
}
.products .pro_inquiry .message {
	padding: 0;
}
.mostBox {
	margin-top: 0;
}
.mostBox .tab-scroll {
	margin-left: 0;
	padding-bottom: 0;
}
.products .pro-list-tags p {
	display: block;
}
.pro_message li .meInput, .pro_message li .meText {
	width: 100%;
}
.pro_message .main_title {
	text-align: center;
}
.pro_message .main_title>em {
	background-position: center bottom;
}
.prom-right>h1 {
	font-size: 18px;
	font-family: 'opensans bold';
	margin-bottom: 20px;
}
.prom-right > div.main {
	font-size: 14px;
}
.prom_main {
	padding: 40px 0;
}
.prom_main .pro_con {
	display: none;
}
.products > .title {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.products > .title h1 {
	font-size: 24px;
	line-height: 28px;
	max-width: 70%;
	margin-left: 5px;
	vertical-align: top;
}
.pro_message form {
	max-width: 100%;
}
.prom-right .mobile_inquiry {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #fff;
	background: #fff;
	padding: 8px 15px;
	z-index: 9999999999;
	width: 100%;
	text-align: right;
	height: 60px;
	border-top: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.prom-right .main_more {
	margin: 0;
}
.prom-right .main_more:hover {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.prom-right .main_more a {
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'opensans';
}
.prom-right .main_more:after {
	display: none;
}
#parentHorizontalTab02 .resp-tabs-list li {
	font-size: 16px;
	padding: 10px 20px;
	line-height: 24px;
	font-family: 'opensans semibold';
}
.pro_footer {
	padding-bottom: 50px;
}
#pro_inquiry .main_title .line {
	margin-right: 10px;
}
#pro_inquiry .main_title em {
	font-size: 27px;
}
#pro_inquiry {
	display: block!important;
	padding-bottom: 20px;
}
.pro_info_top {
	margin-bottom: 30px;
}
}

@media only screen and (max-width: 480px) {
.products .pro-right {
	margin-bottom: 0;
}
.prom-right .pro-table ul li p {
	width: 55%;
	font-size: 14px;
	font-family: 'opensans';
}
.prom-right .pro-table ul li span {
	font-size: 14px;
	font-family: 'opensans';
}
}
.pro_page_section:before {
	display: none;
}
.page_pro {
	padding: 40px 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
.page_pro:before {
	content: '';
	background: #f7f9fa;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	display: block;
}
.page_pro .slider {
	padding-bottom: 40px;
}
.page_pro .slider .li {
	padding: 5px 0;
	text-align: center;
}
.page_pro .slider .li .column {
	transition: all .9s;
	z-index: 5;
	position: relative;
	padding-bottom: 60px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8)
}
.page_pro .slider .li:hover .column {
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0)
}
.page_pro .slider .li .image img {
	transition: all .9s;
	width: 100%;
}
.page_pro .slider .li .title {
	display: block;
	font-size: 26px;
	line-height: 30px;
	overflow: hidden;
	max-height: 60px;
	font-family: 'opensans bold';
	margin-top: 5px;
	color: #555556;
}
.page_pro .slider .li:hover .title {
	color: #29aae3;
	text-decoration: none;
	color: #333;
}
.page_pro .slider .li .text {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	opacity: 0.68;
	filter: alpha(opacity=68);
}
.page_pro .slider .li .main_more {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	min-width: 173px;
}
.page_pro .slider .li:hover .main_more {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.page_pro .slick-dots {
	display: block!important;
}

@media only screen and (max-width:992px) {
.page_pro .slider .li .title {
	font-size: 22px;
}
}

@media only screen and (max-width: 768px) {
.page_pro {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page_pro .slider .li .title {
	font-size: 20px;
}
.page_pro .slider .li .text {
	font-size: 16px;
}
.page_pro .slider {
	padding-bottom: 20px;
}
.page_pro .slider .li .main_more a {
	height: 40px;
	line-height: 40px;
}
}
.video_l {
	list-style: none;
}
.video_l li {
	padding: 0 10px;
	margin-bottom: 25px;
	text-align: center;
}
.video_l li .column {
	box-shadow: 0 5px 25px 1px rgba(0,0,0,0.1);
	background: #fff;
	padding-bottom: 20px;
}
.video_l li:nth-child(3n+1) {
	clear: both;
}
.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative;
}
.video_l li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}
.video_l li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}
.video_l li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.video_l li .image:before {
	content: '';
	height: 20px;
	background: url(../images/video_single.png) no-repeat right bottom;
	position: absolute;
	left: -2px;
	bottom: -2px;
	right: -2px;
	display: block;
	z-index: 1;
	background-size: cover;
}
.video_l li .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.video_l li .icon {
	position: absolute;
	display: inline-flex;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 50%;
	background: #29aae3;
	transition: all .5s;
	z-index: 10;
	text-align: center;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	box-shadow: 0 5px 20px rgba(255,255,255,0.2);
	align-items: center;
	justify-content: center;
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}
.video_l li .icon:after {
	content: '';
	background: #29aae3;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
	-webkit-transform: scale(var(--scale-multiplier, 0.9));
	-ms-transform: scale(var(--scale-multiplier, 0.9));
	transform: scale(var(--scale-multiplier, 0.9));
}
.video_l li:hover .icon {
	-webkit-transform: scale(var(--scale-multiplier, 0.9));
	-ms-transform: scale(var(--scale-multiplier, 0.9));
	transform: scale(var(--scale-multiplier, 0.9));
}
.video_l li:hover .icon:after {
	-webkit-transform: scale(var(--scale-multiplier, 1.2));
	-ms-transform: scale(var(--scale-multiplier, 1.2));
	transform: scale(var(--scale-multiplier, 1.2));
}
.video_l li .icon i {
	color: #fff;
	font-size: 24px;
}
.video_l li .title {
	display: block;
	font-size: 18px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: 'opensans semibold';
}
.video_l li:hover .title {
	color: #29aae3;
	text-decoration: none;
}
.video_l li .text {
	color: #808080;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	height: 56px;
}

@media only screen and (max-width: 768px) {
.video_l li {
	padding: 0 5px;
}
}

@media only screen and (max-width: 480px) {
.video_l li {
	padding: 0;
	width: 100%;
}
.video_l li .title {
	font-size: 16px;
	margin-bottom: 0
}
.video_l li .text {
	font-size: 14px;
}
}
.meft-customer ul {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: none;
}
.meft-customer ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.meft-customer ul li a:hover {
	background: #fafafa;
	color: #23ac38;
	padding: 10px;
	text-decoration: none;
}
#customer {
}
#customer ul {
	list-style: none;
}
#customer ul li {
	margin-bottom: 30px;
}
#customer ul li .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #62a70f;
	font-family: 'opensans_bold', sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}
#customer ul li h5 {
	display: inline-block;
	color: #62a70f;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}
#customer ul li h5:before {
	content: "[";
	padding-right: 5px;
}
#customer ul li h5:after {
	content: "]";
	padding-left: 5px;
}
#customer ul li h5.UI02 {
	display: none;
}
#customer ul li h5 b {
	font-weight: normal;
}
#customer ul li .text {
	font-size: 14px;
	line-height: 24px;
	color: #676767;
	overflow: hidden;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}
.download_text {
	padding-bottom: 20px;
}
.download_text p {
	font-size: 16px;
	color: #4d4d4d;
	margin: 0;
}
.download_text p a {
	font-size: 16px;
	color: #29aae3;
	text-decoration: underline;
	display: inline-block;
	margin: 0 5px;
	text-transform: capitalize;
}
.download_text p a:hover {
	color: #29aae3;
}
.download_info_list {
	list-style: none;
}
.download_info_list li {
	margin-bottom: 20px;
}
.download_info_list li .wrap {
	display: block;
	border: 2px solid #ebebeb;
	padding: 20px;
	position: relative;
	transition: all .5s;
	background: #fff url(../images/bg_down.jpg) no-repeat 98% 90%;
	background-size: 90px;
}
.download_info_list li:hover .wrap {
	border-color: #29aae3;
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.download_info_list li .wrap > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.download_info_list li .wrap > div {
	width: 100%;
	display: flex;
	align-items: center;
}
.download_info_list li .wrap > div i {
	width: 34px;
	height: 34px;
	display: inline-block;
	transition: all .5s;
	float: left;
	background: url(../images/icon.png) no-repeat;
	background-position: -358px -298px;
}
.download_info_list li:hover .wrap > div i {
	background-position: -358px -342px;
}
.download_info_list li .wrap > div em {
	margin: 0;
	margin-left: 15px;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	;
	color: #333333;
	font-size: 16px;
	transition: all .5s;
	display: block;
	font-family: 'opensans semibold';
}
.download_info_list li .wrap:hover > div em {
	color: #29aae3;
}
.download_info_list li .wrap > div p {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'opensans semibold';
	color: #CCC;
	margin: 0px;
}
.down {
	width: 90%
}

@media only screen and (max-width: 768px) {
.download_info_list li {
	padding: 0;
}
.download_info_list li .wrap {
	padding: 20px 10px;
}
.download_info_list li .wrap > div em {
	font-size: 14px;
	max-width: 76%;
}
.download_text p {
	font-size: 14px;
}
.download_text p a {
	font-size: 14px;
}
}
.page_faq_l {
	list-style: none;
}
.page_faq_l li.question {
	position: relative;
}
.page_faq_l li.question .column {
	overflow: hidden;
	border-radius: 30px;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
	position: relative;
	padding-right: 80px;
}
.page_faq_l li.question .column > i {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #29aae3;
}
.page_faq_l li.question .column > i:before, .page_faq_l li.question .column > i:after {
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -1px;
	transition: all .5s;
}
.page_faq_l li.question .column > i:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.page_faq_l li.question .column > em {
	margin: 0;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	margin-top: 5px;
	float: left;
	color: #333333;
	font-size: 18px;
	font-family: 'opensans semibold';
}
.page_faq_l li.answer {
	color: #808080;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	padding: 15px;
	display: none;
}
.page_faq_l li.answer a {
	text-decoration: underline;
}
.page_faq_l li.answer a:hover {
	color: #29aae3;
}
.page_faq_l div.clearfix {
	height: 20px;
	display: block;
}
.page_faq_l li.question .column .faq_date {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-family: 'opensans semibold';
	opacity: 0.65;
	transition: all .5s;
	text-transform: capitalize;
}
.page_faq_l li .column.rotate {
	background: #29aae3;
	border-color: #29aae3;
}
.page_faq_l li .column.rotate > em {
	color: #fff;
}
.page_faq_l li .column.rotate > i {
	background: #fff;
}
.page_faq_l li .column.rotate > i:before {
	background: #29aae3;
}
.page_faq_l li .column.rotate > i:after {
	background: #29aae3;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.page_faq_l li .column.rotate .faq_date {
	color: #fff;
}

@media only screen and (max-width: 768px) {
.page_faq_l li.question .column {
	border-radius: 0;
	padding: 10px;
}
.page_faq_l li.question .column > em {
	font-size: 16px;
	margin-top: 4px;
	line-height: 24px;
	float: none;
	display: block;
	max-width: 100%;
}
.page_faq_l li.question .column > i {
	width: 28px;
	height: 28px;
}
.page_faq_l li.question .column > i:before {
	line-height: 28px;
}
.page_faq_l li.question .column .faq_date {
	display: block;
	position: inherit;
	right: auto;
	top: auto;
	margin-top: 5px;
	font-size: 13px;
}
}

@media only screen and (max-width: 480px) {
.page_faq_l li.question {
	background-image: none;
	padding: 0;
}
.page_faq_l li.question .column, .page_faq_l li.question .column > i {
	border-radius: 2px;
}
.page_faq_l li.answer {
	padding: 10px 0;
	font-size: 14px;
}
.page_faq_l li.question .column > em {
	max-width: 100%;
}
}
.project_list {
	list-style: none;
}
.project_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}
.project_list li .column {
	transition: all .5s;
	overflow: hidden;
}
.project_list li:hover .column {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}
.project_list li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}
.project_list li .image .img {
	display: block;
	width: 100%;
	transition: all .9s;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.project_list li:hover .image .img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.project_list li .image .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}
.project_list li .image .icon > div {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: leave .7s;
	height: 100%;
	left: 0;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	transform: translate3d(0, 100%, 0);
	transition: transform .7s;
	width: 100%;
}
.project_list li:hover .image .icon > div {
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.375);
}
.project_list li .icon > div > span {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #29aae3;
	position: relative;
	z-index: 5;
}
.project_list li .icon > div > span:after {
	content: '';
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 50%;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	z-index: -1;
	background: #29aae3;
}
.project_list li .icon > div > span i {
	width: 24px;
	height: 24px;
	background: url(../images/icon.png) no-repeat;
	background-position: -3px -98px;
}
.project_list li .wrap {
	background: #fff;
	padding: 30px;
	text-align: left;
	position: relative;
	padding-bottom: 40px;
}
.project_list li .wrap:before {
	background-color: #29aae3;
	bottom: calc(100% - 1px);
	content: '';
	height: 10px;
	position: absolute;
	left: 0;
	transform: scaleY(0);
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	z-index: 2;
}
.project_list li:hover .wrap:before {
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}
.project_list li .title {
	display: block;
	font-size: 28px;
	line-height: 32px;
	color: #333;
	font-family: 'opensans semibold';
	text-transform: capitalize;
	margin-bottom: 15px;
	overflow: hidden;
	height: 64px;
}
.project_list li .text {
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	/*height: 72px;*/
	color: #6c6d6e;
}

@media only screen and (max-width: 480px) {
.project_list li {
	padding: 0;
	width: 100%;
}
.project_list li .title {
	height: auto;
	max-height: 48px;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'opensans semibold';
}
.project_list li .wrap {
	padding: 15px 10px;
}
.project_list li .text {
	font-size: 12px;
	height: 24px;
}
.project_list li .page_more {
	font-size: 14px;
}
.project_list li .image .img {
	height: 240px;
}
}/*! * baguetteBox.js * @author  feimosi * @version 1.8.2 * @url https://github.com/feimosi/baguetteBox.js */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}
#baguetteBox-overlay.visible {
	opacity: 1
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: sans-serif
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}
@-webkit-keyframes bounceFromRight {
0%, 100% {
margin-left:0
}
50% {
margin-left:-30px
}
}
@keyframes bounceFromRight {
0%, 100% {
margin-left:0
}
50% {
margin-left:-30px
}
}
@-webkit-keyframes bounceFromLeft {
0%, 100% {
margin-left:0
}
50% {
margin-left:30px
}
}
@keyframes bounceFromLeft {
0%, 100% {
margin-left:0
}
50% {
margin-left:30px
}
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}
.baguetteBox-button#next-button {
	right: 2%
}
.baguetteBox-button#previous-button {
	left: 2%
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}
.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
}/* Styles for the gallery */
.tz-gallery {
	padding: 0;
}
.tz-gallery > div {
	width: 20%;
}
.tz-gallery .lightbox {
	border: 5px solid #f7f7f7;
	display: block;
	overflow: hidden;
}
.tz-gallery .lightbox img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}
.tz-gallery .lightbox:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.tz-gallery .thumbnail {
	padding: 0;
	margin-bottom: 30px;
	border: none;
	background-color: transparent;
}
.tz-gallery img {
	border-radius: 0;
}
.tz-gallery .caption {
	padding: 10px 15px;
	text-align: center;
	background-color: transparent;
	border-top: none;
}
.tz-gallery .caption em {
	font-size: 14px;
	margin: 0;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-family: 'opensans';
}
.baguetteBox-button {
	background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
.tz-gallery > div {
	width: 25%;
}
}

@media only screen and (max-width: 768px) {
.tz-gallery > div {
	padding: 0 10px;
	width: 33.33%;
}
.tz-gallery .thumbnail {
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 480px) {
.tz-gallery > div {
	width: 50%;
	padding: 0 5px;
}
}
.factory_list .tz-gallery > div {
	width: 25%;
}

@media only screen and (max-width: 768px) {
.factory_list .tz-gallery > div {
	width: 50%;
}
}

@media only screen and (max-width: 480px) {
.factory_list .tz-gallery > div {
	width: 100%;
	padding: 0;
}
.factory_list .tz-gallery .caption em {
	height: auto;
	max-height: 40px;
}
.tz-gallery .caption {
	padding: 5px;
}
.tz-gallery .caption em {
	font-size: 12px;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: auto;
	bottom: 20px;
}
}/*2020-10-29增加*/
ul.mtree>li.mtree-open:hover>a {
	background: #29aae3;
	color: #fff
}/*右下角在线联系*/
#online_qq_layer {
	z-index: 99999999;
	position: fixed;
	right: 100px;
	bottom: 30px;
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	height: 60px;
	width: 60px;
	float: right;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 5px 20px 0 rgba(0,140,255,.2);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,140,255,.2);
	background: #008cff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1);
}
#online_qq_tab .animated {
	opacity: 1;
}
#online_qq_tab #floatShow i {
	height: 30px;
	width: 30px;
	background: url(../images/icon.png) no-repeat -187px -223px;
	display: inline-block;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}
#online_qq_tab #floatShow:hover {
	margin-right: 0;
}
#online_qq_tab #floatShow p {
	position: absolute;
	right: 0;
	top: -60px;
	border-radius: 10px;
	background: #29aae3;
	width: 165px;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	margin: 0;
	text-transform: capitalize;
	line-height: 20px;
	box-shadow: 0 2px 15px 1px rgba(41,170,227,.2);
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
}
#online_qq_tab #floatShow p:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #29aae3;
	position: absolute;
	right: 20px;
	bottom: -10px;
}
#online_qq_tab #floatShow:hover p {
	top: -80px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#online_qq_tab .circle {
	background: rgba(41,170,227,.25);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
#online_qq_tab .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}
#online_qq_tab .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}
#online_qq_tab .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}
#online_qq_tab.animation-stopped .circle {
	opacity: 0!important
}
#online_qq_tab.animation-stopped .circle {
	opacity: 0!important
}
#online_qq_tab #floatHide {
	overflow: hidden;
	width: 30px;
	height: 30px;
	font-size: 13px;
	float: right;
	color: #808080;
	line-height: 50px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 10px;
}
#online_qq_tab #floatHide i {
	width: 20px;
	height: 20px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
	text-decoration: none;
}
@keyframes scaleToggleOne {
0% {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo {
0% {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree {
0% {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
#onlineService {
	display: inline;
	width: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 12px;
	box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
	-webkit-box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
	border-top: none;
	border-radius: 0;
}
#online_qq_layer .inquiry .main_more {
	border-width: 1px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: capitalize;
	z-index: 2;
	position: relative;
	border-radius: 0;
	font-family: 'opensans semibold';
	background: #29aae3;
	background-repeat: no-repeat;
	transition: all .5s;
	border-radius: 25px;
}
#onlineService .title {
	display: block;
	font-size: 19px;
	background: #29aae3;
	padding: 10px 20px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 0;
	font-family: 'Gilroy bold';
	color: #fff;
	border-radius: 0;
}
#onlineService .title b {
	color: #fff;
	font-family: 'georgia';
}
#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 13px;
}
.i_message_inquiry .inquiry {
	padding: 20px 20px;
}
.i_message_inquiry .inquiry .form-control {
	border: 1px solid #ccc;
	background: none;
	line-height: 48px;
	height: 48px;
	color: #808080;
	font-size: 13px;
	width: 100%;
	box-shadow: none;
	padding-right: 45px;
	background-position: 95% 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-radius: 0;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
}
.i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	background-color: #fafafa;
	border-color: #008cff;
}
.i_message_inquiry .inquiry textarea.form-control {
	border-radius: 0;
	height: 80px;
}
.i_message_inquiry .inquiry .input-group {
	background: #fff;
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
	border: none;
}
.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	line-height: 48px;
	z-index: 111;
}
.i_message_inquiry .inquiry .input-group span:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 2;
	width: 28px;
	height: 23px;
	z-index: 9;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p:after {
	background-position: 0 -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_e:after {
	background-position: -40px -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_m:after {
	background-position: -82px -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 100px;
	padding-top: 8px;
	line-height: 20px;
	max-height: 120px;
	max-width: 100%;
	width: 100%;
	min-height: 100px;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none;
}/*社交图片*/
.right-nav {
	position: fixed;
	right: 5px;
	top: 50%;
	margin-top: -144px;
	width: 48px;
	z-index: 10000;
}
.right-link {
	position: relative;
}
.right-link img {
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
	display: block;
}/*右侧联系修改为字体文件图标*//* Wrapper */
.set_12_icon-button {
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}/* Circle */
.set_12_icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 34%;
	margin: 0;
	position: absolute;
	top: 33%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.set_12_icon-button:hover span {
	width: 48px;
	height: 48px;
	margin: -1.5rem;
}
.twitter span {
	background-color: #55acee;
}
.facebook span {
	background-color: #3b5999;
}
.youtube span {
	background-color: #dd4b39;
}
.linkedin span {
	background-color: #007bb6;
}
.envelope span {
	background-color: #11598b;
}
.arrow-up span {
	background-color: #c4261d
}/* Icons */
.set_12_icon-button i {
	background: none;
	color: #fff !important;
	height: 48px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 48px;
	z-index: 10;
}
.set_12_icon-button .fa fa-twitter {
	color: #4099ff !important;
}
.set_12_icon-button .fa fa-facebook {
	color: #3B5998;
}
.set_12_icon-button .fa fa-google-plus {
	color: #db5a3c;
}
.set_12_icon-button:hover .fa fa-twitter, .set_12_icon-button:hover .fa fa-facebook, .set_12_icon-button:hover .fa fa-linkedin, .set_12_icon-button:hover .fa fa-pinterest-p, .set_12_icon-button:hover .fa fa-google-plus {
	color: #fff !important;
}
.right-link a {
	display: block;
	height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #1c97d2;
	margin-bottom: 1px;
}
.right-link a i {
	line-height: 48px;
}
.bottom_le input[type=submit]:hover {
	background: #11598b!important;
	transition: all 0.50s ease-in-out;
}
.sideBar .list>li .spancontact {
	display: flex;
	justify-content: center;
	align-items: center;
}
.right-link-main .list li {
	list-style: none
}
.spanregion {
	font-size: 16px
}
.right-link-main .list {
	padding: 8px 0px
}
.right-link-main .list>li {
	padding: 10px 0px;
	background: #1c97d2;
	border-bottom: 1px solid #ccc
}
.right-link-main .list>li>a {
	height: 56px;
}

@media only screen and (max-width: 768px) {
	#online_qq_layer{right:0;width:100%;bottom:0;}
	#onlineService{ width:100%;}
	#online_qq_tab{ width:100%;}
	#online_qq_tab #floatShow{ background:#29aae3 url(../images/icon.png) no-repeat  -128px -218px;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;bottom:10px;margin-left:-25px;border:3px solid #fff;padding:0;box-shadow:none;border-radius:50%;text-indent:-999999px;z-index:9999999999;}
	#online_qq_tab #floatShow p{display: none;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatShow span{ display:none;}
	#online_qq_tab #floatShow:after{display: none;}
	#online_qq_tab .animated-circles{display: none;}
}