﻿@charset "utf-8";

blockquote,
body,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
input,
legend,
ol,
p,
pre,
span,
strong,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	font-family: "Century Gothic", Arial, sans-serif !important;
	font-size: 16px;
	line-height: 1.7;
	color: #828282;
	background: #fff
}

a {
	color: #333;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

a:active,
a:focus,
a:hover {
	color: var(--theme-a-color);
	outline: 0;
	text-decoration: none
}

figure,
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
	font-weight: 400
}

h1.hname {
	font-size: 20px;
	margin: 5px 0;
	padding: 12px 0;
	border-bottom: solid 1px #eee
}

h1.pd-title {
	font-size: 20px;
	font-weight: 600;
	color: #4a4a4a;
	padding-bottom: 10px;
	line-height: 24px;
	border-bottom: 1px solid #e4e2e2;
	text-transform: none;
	margin-bottom: 15px
}

em,
i {
	font-style: normal
}

img {
	border: 0 none
}

dl,
ol,
ul {
	list-style: none
}

.fl {
	float: left
}

.fr {
	float: right
}

.clr {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	font-size: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

#nav ul,
.container,
.fbox,
.top {
	max-width: 1200px;
	_width: 1200px;
	margin: 0 auto
}

.top {
	position: relative;
	height: 90px
}

.logo {
	float: left;
	height: 100%;
	margin-right: 10px
}

.logo img {
	max-width: 100%;
	max-height: 70px;
	margin-top: 15px
}

.top .fr {
	min-width: 300px
}

#xyz {
	position: absolute;
	right: 4px;
	top: 5px
}

.head-text strong {
	color: #4a4a4a;
	font-size: 20px;
	display: block;
	padding: 24px 0 6px 0
}

.xyz li {
	float: left;
	width: 100px;
	font-size: 14px
}

.xyz li img {
	padding-right: 8px
}

.top .fr .ss {
	margin-top: 30px
}

.ss .sk {
	float: left;
	height: 45px;
	border: 1px solid #000;
	width: 250px;
	text-indent: 10px;
	color: #fff;
	font-size: 17px;
	background: #000;
	border-radius: 3px 0 0 3px
}

.ss .sbtn {
	width: 67px;
	height: 45px;
	background: var(--theme-color);
	border: 0;
	color: #fff;
	font-size: 17px;
	border-radius: 0 3px 3px 0
}

#nav {
	clear: both;
	background: var(--menu-bg-color);
	box-shadow: 1px 5px 20px #c9c7c7
}

#nav li {
	float: left
}

#nav li a {
	font-size: 17px !important;
	color: #fff;
	line-height: 64px;
	display: block;
	padding: 0 28px;
	text-align: center
}

.inmenu {
	vertical-align: middle;
	position: relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transform: translateZ(0);
	transition-property: color;
	transition-duration: .3s;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: color;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.inmenu::before {
	background: var(--theme-color);
	transform-origin: 50% 50%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	content: "";
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 50%
}

.inmenu:hover::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1)
}

.inmenu:focus::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1)
}

.inmenu:active::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1)
}

#nav li a.inmenu_1 {
	background: var(--theme-color);
	z-index: -1
}

#nav .fl,
#nav .fr {
	display: none;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	padding: 0 12px
}

.nbtn {
	background: url(../images/nav_icon.png) center no-repeat;
	width: 60px;
	text-indent: 900px;
	overflow: hidden;
	cursor: pointer
}

#nav li {
	position: relative;
	z-index: 99;
	background: var(--menu-bg-color);
}

#nav li:hover ul li {
	float: none;
	display: block;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #eee;
	clear: both;
	min-width: 120px;
	background: #fff
}

#nav li:hover ul li a {
	float: none;
	display: block;
	color: var(--theme-color);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	line-height: 30px;
	text-align: left;
	text-transform: none;
	border-top: 0
}

#nav li:hover ul li a:hover {
	color: #fff;
	background: var(--theme-color);
	border-top: 0
}

#nav li ul {
	display: none;
	float: left;
	width: auto;
	position: absolute;
	top: 64px;
	left: 0;
	background: #fff;
	padding-left: 0;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 99
}

#nav li ul li ul {
	left: 100%;
	top: 0;
}

.p_more {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	color: #fff
}

.mmv {
	background-color: var(--theme-a-color);
	padding: 0 13px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transform: translateZ(0);
	transition-property: color;
	transition-duration: .5s;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.mmv::before {
	background-color: #192634;
	transform-origin: 0 50%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	content: "";
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%
}

.mmv:hover {
	color: #fff;
	text-decoration: underline
}

.mmv:focus {
	color: #fff
}

.mmv:active {
	color: #fff
}

.mmv:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.mmv:focus::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.mmv:active::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.inner-banner {
	text-align: center
}

.inner-banner img {
	max-width: 100%
}

.eput,
.form-control {
	width: 260px;
	border: 1px solid #ccc;
	color: #999;
	text-indent: 12px;
	font-size: 14px
}

.eput {
	height: 30px
}

.form-control {
	height: 64px;
	resize: none;
	overflow: auto;
	margin: 12px auto;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif
}

.eput:focus,
.form-control:focus {
	border-color: var(--theme-a-color);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(240, 99, 104, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(240, 99, 104, .6)
}

.ebtn {
	float: right;
	padding: 0 15px;
	height: 30px;
	border: 0;
	background: var(--theme-a-color);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer
}

.ebtn:hover {
	background: #000
}

.sidebar {
	float: left;
	width: 240px
}

.main {
	padding: 0 0 0 270px
}

.ctit h3 {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 12px;
	background: var(--theme-a-color)
}

.bPosition {
	background: #fff;
	line-height: 45px;
	padding: 0 16px;
	color: #333;
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc
}

.bPosition a {
	color: var(--theme-a-color)
}

.pcon_l {
	float: left;
	width: 380px
}

.pcon_r {
	float: right;
	width: 450px
}

.pcon_r .pcon_info {
	line-height: 25px;
	color: #333;
	font-size: 14px
}

.pcon_r .p_more {
	line-height: 48px;
	height: 48px;
	padding: 0 20px
}

.pcon {
	padding-top: 30px;
	float: left;
	width: 100%
}

.pcon .tit {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: #e2e2e2;
	color: var(--theme-a-color);
	font-size: 18px;
	font-weight: 700
}

.pcon .pinfo {
	display: block;
	line-height: 24px;
	padding: 10px
}

.pcon .pinfo img {
	max-width: 100%;
	margin: 0 auto
}

.acon {
	float: left;
	width: 100%
}

.acon .pinfo {
	display: block;
	line-height: 24px;
	padding: 0 0 30px 10px
}

.proIntro {
	float: left;
	margin: 0 0 10px 0;
	padding: 5px
}

.prosubmenu li {
	float: left;
	width: 32%;
	line-height: 24px
}

.prosubmenu {
	padding: 3px 0 0 10px
}

.sf-menu {
	display: table;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 20px
}

.sf-menu li {
	clear: both;
	border-bottom: 1px solid #fff
}

.sf-menu li a,
.sf-menu li:hover a {
	display: block;
	color: var(--theme-color);
	line-height: 20px;
	font-size: 16px;
	background: #eee url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/pico.png) 5px 15px no-repeat;
	padding: 9px 0 9px 18px
}

.sf-menu li a:hover {
	background-color: #ddd;
	color: var(--theme-a-color)
}

.sf-menu li li {
	clear: both;
	text-transform: capitalize;
	margin: 0 auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0
}

.sf-menu li li.LiLevel2 a {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/icon01.gif) no-repeat 8px 11px;
	line-height: 20px
}

.sf-menu li li.LiProDetail a {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/ico_sort.png) no-repeat 8px 11px
}

.sf-menu li li a,
.sf-menu li:hover li a {
	display: block;
	line-height: 20px;
	color: #555;
	padding: 6px 0 4px 0;
	text-decoration: none;
	font-size: 13px;
	padding-left: 18px;
	font-weight: 400
}

.sf-menu li li a:hover {
	text-decoration: none;
	color: var(--theme-a-color)
}

ul.sf-menu ul {
	display: block
}

.sf-menu li:hover ul {
	display: block
}

ul.sf-menu ul ul {
	position: absolute;
	left: 240px;
	width: 240px;
	top: 0;
	margin: 0;
	visibility: hidden;
	border: 0;
	border-radius: 0;
	border-left: 0;
	z-index: 999999
}

.sf-menu li li li {
	background: #fff;
	padding: 0
}

.sf-menu li li:hover {
	opacity: 1
}

.sf-menu li li li a,
.sf-menu li:hover li li a {
	text-decoration: none;
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px
}

ul.pro-menu {
	margin-top: -1px;
	margin: 0;
	padding: 0;
	text-transform: capitalize
}

ul.sf-menu li:hover>ul {
	visibility: visible;
	margin: 0;
	padding: 0
}

ul.sf-menu li.Level1>a {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/pico1.png) 3px 15px no-repeat
}

.pro_lb0 {
	float: left;
	width: 100%
}

.pro_lb1 h3 {
	font-weight: 400
}

.pro_lb1 {
	float: left;
	padding-top: 10px;
	width: 100%
}

.pro_lb1 p {
	line-height: 24px
}

.pro_lb1 li {
	float: left;
	width: 25%
}

.pro_lb1 li .pp_box {
	margin: 15px 12px
}

.pro_lb1 li a {
	display: block;
	position: relative
}

.pro_lb1 li a.p_img {
	width: 100%;
	height: 150px;
	text-align: center;
	vertical-align: middle
}

.pro_lb1 li a img {
	max-width: 100%;
	max-height: 100%
}

.pro_lb1 li a .text {
	width: 100%;
	height: 50px;
	background: #000;
	position: absolute;
	z-index: 1;
	bottom: 0;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.pro_lb1 li a .tex {
	width: 100%;
	height: 40px;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	bottom: 5px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

.pro_lb1 li a:hover .text {
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.pro_lb1 .li0 {
	padding-right: 0
}

.pages {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	color: #b2b2b2
}

.pages a,
.pages span {
	display: inline-block;
	margin: 1px 5px;
	min-width: 10px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px
}

.pages a:link,
.pages a:visited {
	color: #666;
	background: #fff
}

.pages a:active,
.pages a:hover,
.pages span.ctxt {
	color: #fff;
	background: #333;
	color: #fff;
	text-decoration: none
}

.newslist {
	margin: 0 auto 12px auto;
	float: left;
	width: 100%
}

.newslist ul {
	padding-right: 16px
}

.newslist li {
	text-align: right;
	height: 40px;
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/pico.png) 3px 17px no-repeat;
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	color: #888;
	overflow: hidden
}

.newslist li a {
	float: left;
	font-size: 15px;
	text-align: left;
	text-indent: 15px
}

.newslist li a:hover {
	color: var(--theme-a-color);
	text-decoration: underline
}

.newslist li span {
	font-size: 14px;
	color: #333
}

.rnews,
.rollPro {
	margin: 0 auto 50px
}

.rnews h3,
.rollPro h3 {
	font-size: 25px;
	line-height: 24px;
	padding: 10px 0 35px 0;
	color: #333;
	font-weight: 400;
	height: 30px;
	color: var(--theme-a-color)
}

.rnews li {
	float: left;
	width: 50%;
	height: 35px;
	line-height: 35px
}

.rnews li a {
	display: block;
	white-space: nowrap;
	margin-right: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
	color: #333
}

.rnews li a:hover {
	color: var(--theme-a-color)
}

.rollPro {
	height: 220px;
	margin-bottom: 30px
}

.rollPro .Cont {
	width: 94%;
	overflow: hidden;
	margin: 0 auto
}

.rollPro .ScrCont {
	width: 2500px
}

.rollPro .pic {
	position: relative;
	width: 170px;
	height: 160px;
	margin: 0 3px;
	border: 1px solid #eee;
	text-align: center
}

.rollPro .pbox img {
	max-width: 162px;
	max-height: 100px
}

.rollPro .pbox {
	width: 100%;
	height: 120px;
	text-align: center
}

.rollPro p {
	height: 42px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
	bottom: 0
}

.rollPro #List1,
.rollPro #List2,
.rollPro .Cont,
.rollPro .pic,
.rollPro .wen_jt {
	float: left
}

.rollPro .wen_jt {
	width: 24px;
	padding-top: 45px
}

.newcon {
	padding-top: 0
}

.newcon .tit {
	text-align: center;
	color: #000;
	font-size: 22px
}

.newcon .time {
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	width: 160px;
	margin: 0 auto 20px;
	text-align: center
}

.newcon p {
	line-height: 24px;
	font-size: 15px
}

.pinfo {
	font-size: 14px
}

.newcon .pn {
	padding: 12px 0 0 0;
	min-height: 40px
}

.newcon .next,
.newcon .prev {
	font-size: 16px;
	padding: 6px 0 0 0;
	width: 100%
}

.newcon .next {
	margin-right: 0
}

.newcon .next a,
.newcon .prev a {
	color: #666
}

.newcon .next a:hover,
.newcon .prev a:hover {
	color: var(--theme-a-color)
}

#feedbackForm table {
	width: 100%;
	max-width: 600px;
	_width: 600px;
	margin-top: 20px;
	margin: 0 auto;
	text-align: left
}

.ftxt {
	width: 30%
}

.fput {
	width: 68%
}

#feedbackForm .text {
	float: left;
	width: 90%;
	height: 26px;
	margin: 16px 0 0 0;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
	border: 1px solid #ccc
}

#feedbackForm .lable {
	padding: 10px 12px 0 0;
	line-height: 30px;
	height: 30px;
	text-align: right
}

#feedbackForm .atextarea {
	float: left;
	width: 90%;
	padding: 0;
	margin: 16px 0 0 0;
	border: 1px solid #ccc;
	height: 100px;
	font-size: 12px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666
}

#feedbackForm .submita {
	display: inline-blockl;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	background: #ff9c00;
	margin: 20px auto;
	border: none;
	color: #fff;
	cursor: pointer
}

#feedbackForm .fsbtn {
	text-align: center;
	width: 90%;
	border: 1px solid #fff
}

#feedbackForm span.xh {
	color: var(--theme-a-color)
}

.es-carousel-wrapper {
	padding: 10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative
}

.es-carousel {
	overflow: hidden;
	background: #fff
}

.es-carousel ul {
	display: none
}

.es-carousel ul li {
	height: 100%;
	float: left;
	display: block
}

.es-carousel ul li a {
	display: block;
	border: 1px solid #eee !important;
	width: 138px;
	height: 136px;
	line-height: 136px;
	vertical-align: middle;
	display: table-cell;
	text-align: center
}

.es-carousel ul li a img {
	display: block;
	border: none;
	max-width: 132px;
	max-height: 124px;
	margin: 0 auto
}

.es-nav span {
	position: absolute;
	top: 50%;
	left: 12px;
	background: transparent url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/duo_left.gif) no-repeat top left;
	width: 19px;
	height: 32px;
	margin-top: -13px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: .8
}

.es-nav span.es-nav-next {
	right: 12px;
	left: auto;
	background: transparent url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/duo_right.gif) no-repeat top left
}

.es-nav span:hover {
	opacity: 1
}

.table {
	border-collapse: collapse
}

.table td,
.table th {
	border: 1px solid #cdcdcd;
	padding: 5px
}

.table p {
	padding: 0;
	margin: 0
}

@media screen and (min-width:1004px) {
	.top .fl {
		overflow: hidden
	}

	.top .fr .ss {
		clear: both
	}

	#nav li a {
		font-size: 14px
	}

	#nav ul {
		display: inherit
	}

	.pro_lb1 li:nth-child(4n+5) {
		clear: both
	}
}

@media screen and (max-width:1004px) and (min-width:960px) {
	.top .fl {
		float: none;
		clear: both;
		max-width: 100%
	}

	.top .fr {
		float: right
	}

	.top .fr .ss {
		float: right
	}

	.top .fr .xyz {
		float: left;
		padding-top: 6px
	}

	#nav li a {
		font-size: 14px;
		padding: 0 20px
	}

	#nav ul {
		display: inherit
	}

	.col2 {
		width: 27%
	}

	.col3 {
		width: 28%
	}

	.pro_lb1 li {
		width: 33.33%
	}

	.pro_lb1 li:nth-child(3n+4) {
		clear: both
	}
}

@media screen and (max-width:991px) and (min-width:640px) {
	.logo {
		float: none;
		width: 100%;
		max-width: 480px;
		text-align: center;
		display: block
	}

	.head-text,
	.top .fr .xyz {
		display: none
	}

	.logo img {
		max-height: 90px
	}

	#nav {
		border-bottom: 6px solid var(--theme-a-color)
	}

	#nav li {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #111 !important
	}

	#nav li a {
		line-height: 48px
	}

	/* #nav li:hover ul{display:none!important} */
	#nav li:hover ul li {
		height: auto;
	}

	#nav li ul li ul {
		padding: 0 10px;
		left: 0;
	}

	#nav li ul {
		position: relative;
		float: none;
		top: 0;
	}

	.inmenu::before {
		border-bottom-width: 1px
	}

	#nav li a.inmenu_1 {
		background: rgba(255, 255, 255, .1) url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/btbg.png) left 47px repeat-x !important;
		z-index: -1
	}

	.prolist li {
		float: left;
		width: 98%;
		height: 200px;
		border: 1px solid #dddada;
		margin: 15px .8%
	}

	.hotpro li {
		width: 50%
	}

	.lnew,
	.tnew {
		float: none;
		width: 100%;
		clear: both
	}

	#nav .fl,
	#nav .fr {
		display: block
	}

	#nav ul {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		background: var(--theme-color);
		width: 100%
	}

	#nav ul li {
		border: 0
	}

	#nav {
		height: 60px;
		position: relative
	}

	.col1 {
		width: 50%
	}

	.col2 {
		width: 262px;
		padding-right: 15px;
		float: right
	}

	.col3 {
		padding-left: 15px;
		clear: both
	}

	.pro_lb1 li {
		width: 50%
	}

	.pro_lb1 li:nth-child(2n+3) {
		clear: both
	}

	.pcon_r {
		word-break: break-word
	}

	.newslist li a {
		width: 75%
	}

	#nav li#liHome {
		border-left: 0
	}

	.ss {
		display: none
	}
}

@media screen and (max-width:991px) and (min-width:700px) {
	.pcon_l {
		float: none;
		width: 402px;
		margin: 0 auto;
		overflow: hidden
	}

	.pcon_r {
		padding-left: 0
	}

	.pcon_r .pcon_info,
	.pcon_r .pd-title {
		padding-left: 20px
	}

	.pcon_r .p_more {
		margin-left: 20px
	}

	.jqZoomPup,
	.zoomdiv {
		display: none !important
	}

	.rnews li {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto
	}

	.newcon .next,
	.newcon .prev {
		float: none;
		width: 100%;
		margin: 0 auto
	}

	#nav li#liHome {
		border-left: 0
	}
}

@media screen and (max-width:700px) and (min-width:480px) {
	.pcon_l {
		float: none;
		width: 400px;
		margin: 0 auto;
		overflow: hidden
	}

	.pcon_r {
		padding-left: 12px
	}

	.jqZoomPup,
	.zoomdiv {
		display: none !important
	}

	.newslist li a {
		width: 75%
	}

	.rnews li {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto
	}

	.newcon .next,
	.newcon .prev {
		float: none;
		width: 100%;
		margin: 0 auto
	}

	#nav li#liHome {
		border-left: 0
	}
}

@media screen and (max-width:640px) {

	.top .fl,
	.top .fr {
		float: none;
		width: 100%;
		margin-top: 0
	}

	.logo {
		float: none;
		width: 100%;
		max-width: 480px;
		text-align: center
	}

	.head-text,
	.top .fr .ss,
	.top .fr .xyz {
		display: none
	}

	.logo img {
		max-height: 70px
	}

	#nav {
		border-top: 4px solid var(--theme-color)
	}

	#nav li {
		width: 100%;
		border-right: 0;
		/* border-bottom: 1px solid var(--theme-color) */
		border-bottom: 1px solid #eee;
	}

	#nav li ul li {
		background-color: #fff;
	}
	#nav li ul li a {
		color: var(--theme-color);
		text-align: left;
		padding: 0 10px;
	}

	#nav li a {
		line-height: 36px
	}

	/* #nav li:hover ul{display:none!important} */
	#nav li:hover ul li {
		height: auto;
	}

	#nav li ul li ul {
		padding: 0 10px;
		left: 0;
	}

	.inmenu::before {
		border-bottom-width: 0
	}

	#nav li a.inmenu_1 {
		background: rgba(255, 255, 255, .1) !important;
		z-index: -1
	}

	#nav .fl,
	#nav .fr {
		display: block
	}

	#nav>ul {
		display: none;
		position: absolute;
		top: 48px;
		left: 0;
		background: var(--theme-color);
		width: 100%;
	}

	#nav li ul {
		position: relative;
		top: 0;
		float: none;
	}

	#nav {
		height: 48px;
		position: relative
	}

	#nav .fl,
	#nav .fr {
		font-size: 18px;
		line-height: 48px
	}

	.top .fr .ss {
		float: none;
		width: 300px;
		padding-top: 0;
		margin: 0 auto
	}

	.ss .sk {
		border-radius: 0
	}

	.lnew,
	.tnew {
		float: none;
		width: 100%;
		clear: both
	}

	.hotpro li {
		float: left;
		width: 50%
	}

	.hotpro li.hotpro li .p_more {
		display: none
	}

	.tnew .tbox {
		height: 160px
	}

	.tnew p {
		max-height: 106px
	}

	.ttext {
		padding: 0 12px 0 172px
	}

	.tnew img {
		width: 160px
	}

	.prolist li {
		float: none;
		width: 98%;
		height: 160px
	}

	.propic {
		height: 160px;
		width: 160px;
		text-align: center
	}

	.propic img {
		max-height: 160px;
		max-width: 160px
	}

	.protext {
		padding: 0 12px 0 180px;
		font-size: 12px
	}

	.protext h3 {
		font-size: 14px;
		margin-top: 25px
	}

	.protext p {
		max-height: 40px;
		overflow: hidden
	}

	.p_more {
		margin: 16px 0;
		display: inline-block;
		min-width: 85px;
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		color: #fff
	}

	.col1,
	.col2 {
		display: none
	}

	.col3 {
		float: none;
		width: auto;
		margin: 0;
		padding: 0
	}

	.col3 h3 {
		text-indent: 15px
	}

	.col4 {
		float: left
	}

	.ccs {
		word-break: break-word;
		word-wrap: break-word;
		padding: 0 15px
	}

	.col4 {
		float: left;
		padding-left: 15px
	}

	.pro_lb1 li {
		width: 50%
	}

	.sidebar {
		float: none;
		width: 100%
	}

	.main {
		padding: 0
	}

	.sf-menu {
		display: table;
		width: 96%;
		margin: 0 auto;
		padding-bottom: 20px
	}

	ul.sf-menu ul ul {
		display: none !important
	}

	.ctit h3 {
		text-indent: 10px
	}

	.newcon .next,
	.newcon .prev {
		float: none;
		width: 100%;
		margin: 0 auto
	}

	.newcon {
		padding: 0 12px
	}
}

@media screen and (max-width:480px) {
	.hotpro span {
		display: none
	}

	.col1,
	.col2 {
		display: none
	}

	.col3 {
		float: none;
		width: auto;
		margin: 0;
		padding: 0
	}

	.col3 h3 {
		text-indent: 15px
	}

	.col4 {
		float: left
	}

	.pro_lb1 li {
		width: 100%
	}

	.pages span {
		display: none
	}

	.pages span.ctxt {
		display: inline-block
	}

	.pcon_l {
		float: none;
		margin: 0 auto;
		overflow: hidden
	}

	.pcon_r {
		padding-left: 12px
	}

	.pcon_l {
		float: none;
		width: 302px;
		margin: 0 auto;
		overflow: hidden
	}

	.jqzoom,
	.spec-preview {
		width: 300px !important;
		height: 300px !important
	}

	.jqzoom img {
		max-width: 300px !important;
		max-height: 300px !important
	}

	.spec-scroll .items {
		width: 244px !important
	}

	.spec-scroll {
		width: 302px !important
	}

	.jqZoomPup,
	.zoomdiv {
		display: none !important
	}

	.newslist li a,
	.rnews li {
		float: none;
		display: block;
		width: 100%
	}

	.newslist li span {
		display: none
	}

	.newcon .next,
	.newcon .prev {
		float: none;
		width: 100%;
		margin: 0 auto
	}

	.newcon {
		padding: 0 12px
	}

	#nav li#liHome {
		border-left: 0
	}

	.es-carousel ul li a {
		width: 100%;
		height: 100px;
		line-height: 100px
	}

	.es-carousel ul li a img {
		max-height: 96px;
		max-width: 100%
	}
}

.table {
	border-collapse: collapse
}

.table td,
.table th {
	border: 1px solid #cdcdcd;
	padding: 5px
}

.table p {
	padding: 0;
	margin: 0
}

.buybtn {
	clear: both;
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 40px
}

.buybtn a {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	height: 40px;
	background: #0a4da6;
	border-radius: 2px;
	font-size: 18px
}

.buybtn a:hover {
	background: #145cbc;
	color: #fff;
	border-radius: 2px
}

.pshare {
	float: left;
	padding: 8px 0 0 0
}

.jsshare {
	text-align: center;
	padding-top: 8px
}

.pshare li {
	float: left;
	width: 48%;
	height: 28px;
	line-height: 28px
}

.pshare li img {
	vertical-align: middle;
	margin-right: 12px
}

.jsshare span.stxt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px 0 0;
	position: relative
}

.jsshare a,
.jsshare a img {
	width: 35px;
	vertical-align: middle
}

.addthis_sharing_toolbox {
	display: inline-block
}

.at-icon-wrapper svg,
span.at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important
}

.tenflag1,
.tenflag2,
.tenflag3 {
	width: 680px;
	clear: both
}

.tenflag1 {
	border: 1px solid #eee
}

.tenflag1 dt {
	border-bottom: 1px solid #eee
}

.tenflag1 dd {
	text-indent: 12px
}

.tenflag1 dt,
.tenflag2 dt,
.tenflag3 dt {
	font-size: 16px;
	font-weight: 700;
	padding: 16px 0 12px 12px
}

.tenflag2 dd {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	line-height: 36px;
	text-align: left
}

.tenflag1 dd {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eee;
	padding: 0;
	margin: 0;
	background: #f5f5f5
}

.tenflag1 dd span {
	float: left;
	width: 36%;
	background: #fff;
	font-weight: 700
}

.tenflag1 dd:nth-child(2n) span {
	background: #f5f5f5
}

.tenflag1 dd:nth-child(2n) {
	background: #fff
}

.tenflag2 dd {
	text-align: center
}

.tenflag2 dd img {
	width: 116px;
	display: block;
	margin: 0 auto;
	padding-bottom: 0 !important
}

.tenflag2 dd p {
	padding: 0 0 6px 0 !important;
	margin: 0
}

.tenflag3 img {
	width: 680px !important;
	height: 448px !important
}

.pdown1 #A_DownLoadProduct {
	display: inline-block;
	clear: both;
	height: 32px;
	margin: 16px 0 0 0;
	line-height: 32px;
	background: url(http://demo.seatuo.com/images/down1_2.png) right top no-repeat;
	padding-right: 50px
}

.pdown1 #A_DownLoadProduct span {
	display: inline-block;
	height: 32px;
	background: url(http://demo.seatuo.com/images/down1_1.png) no-repeat;
	padding: 0 0 0 16px
}

.pdown2 #A_DownLoadProduct,
.pdown3 #A_DownLoadProduct,
.pdown4 #A_DownLoadProduct {
	display: inline-block;
	clear: both;
	height: 45px;
	margin: 16px 0 0 0;
	line-height: 45px;
	padding-right: 45px
}

.pdown2 #A_DownLoadProduct span,
.pdown3 #A_DownLoadProduct span,
.pdown4 #A_DownLoadProduct span {
	display: inline-block;
	height: 45px;
	background: url(http://demo.seatuo.com/images/down2_1.png) no-repeat;
	padding: 0 12px 0 16px
}

.pdown2 #A_DownLoadProduct {
	background: url(http://demo.seatuo.com/images/down2_2.png) right top no-repeat
}

.pdown3 #A_DownLoadProduct {
	background: url(http://demo.seatuo.com/images/down2_3.png) right top no-repeat
}

.pdown4 #A_DownLoadProduct {
	background: url(http://demo.seatuo.com/images/down2_4.png) right top no-repeat
}

.proCateTags {
	clear: both;
	padding: 0 10px 8px 10px;
	margin: 0 10px;
	border: 1px solid #eee;
	border-radius: 5px
}

.proCateTags h3 {
	font-size: 14px;
	line-height: 32px;
	margin: 0;
	padding: 0
}

.keywords {
	margin: 12px auto
}

.keywords a {
	margin-right: 10px;
	color: #2e66b5;
	line-height: 1.8;
	text-decoration: underline;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis
}

.keywords a:hover {
	text-decoration: none
}

.qrcode {
	height: 24px;
	float: right;
	line-height: 24px;
	background: url(http://demo.seatuo.com/images/2wm.png) no-repeat;
	background-size: 24px 24px;
	text-align: left;
	cursor: pointer;
	position: relative;
	margin: -24px 12px 0 12px
}

.qrcode .ErWeiImg {
	width: 24px;
	height: 24px;
	opacity: 0;
	border: 3px solid #fff;
	position: absolute;
	z-index: 99999
}

.qrcode span {
	display: inline-block;
	background: url(http://demo.seatuo.com/images/bmore.png) right no-repeat;
	padding: 0 12px 0 30px;
	background-size: 8px 7px;
	color: #fff
}

.qrcode:hover span {
	background: url(http://demo.seatuo.com/images/bmore1.png) right no-repeat;
	background-size: 8px 7px
}

.hamore {
	color: #fff;
	clear: both;
	float: left;
	height: 36px;
	line-height: 36px;
	background: #5fa568;
	padding: 0 20px;
	margin-top: 12px
}

.rollPro1 {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
	font-size: 9pt
}

.productsTitle h4 {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: #e2e2e2;
	color: var(--theme-a-color);
	font-size: 18px;
	font-weight: 700
}

.rollPro1 li {
	width: 15%;
	float: left;
	margin-right: 2%;
	text-align: center
}

.rollPro1 li:nth-of-type(6) {
	margin-right: 0
}

.rollPro1 li .pbox {
	border: 1px solid #eee;
	padding: 4px;
	height: 124px
}

.rollPro1 li .pbox img {
	max-width: 100%;
	max-height: 150px
}

.rollPro1 li p {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin: 10px auto
}

.rollPro1 li p a {
	line-height: 20px
}

.homebg1 {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/gallery-1.jpg) no-repeat center center
}

.homebg2 {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/gallery-2.jpg) no-repeat center center
}

.homebg3 {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/gallery-3.jpg) no-repeat center center
}

.homebg4 {
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/gallery-4.jpg) no-repeat center center
}

.homebg5 {
	background: url(../images/home5.jpg) no-repeat center center
}

.pro-body {
	padding: 5px;
	font-size: 14px;
	margin-bottom: 5px
}

.services p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px
}

::-webkit-selection {
	color: #fff;
	background: var(--theme-color)
}

::-moz-selection {
	color: #fff;
	background: var(--theme-color)
}

::selection {
	color: #fff;
	background: var(--theme-color)
}

#fh5co-counter,
#fh5co-header,
.fh5co-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.fh5co-bg {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	float: left
}

.fh5co-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.fh5co-video {
	overflow: hidden
}

@media screen and (max-width:992px) {
	.fh5co-video {
		height: 450px
	}
}

.fh5co-video a {
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	display: table;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
	box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.fh5co-video a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 40px
}

.fh5co-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.fh5co-video:hover .overlay {
	background: rgba(0, 0, 0, .7)
}

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

.fh5co-cover {
	height: 800px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%
}

.fh5co-cover .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3)
}

.fh5co-cover>.fh5co-container {
	position: relative;
	z-index: 10
}

@media screen and (max-width:768px) {
	.fh5co-cover {
		height: 600px
	}
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
	z-index: 9;
	height: 700px;
	display: table;
	width: 100%;
	margin-top: 100px
}

@media screen and (max-width:768px) {

	.fh5co-cover .display-t,
	.fh5co-cover .display-tc {
		height: 400px
	}
}

.fh5co-cover.fh5co-cover-sm {
	height: 600px
}

@media screen and (max-width:768px) {
	.fh5co-cover.fh5co-cover-sm {
		height: 400px
	}
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
	height: 400px;
	display: table;
	width: 100%
}

@media screen and (max-width:768px) {

	.fh5co-cover.fh5co-cover-sm .display-t,
	.fh5co-cover.fh5co-cover-sm .display-tc {
		height: 400px
	}
}

.fh5co-social-icons {
	margin: 10px 0 0 0;
	padding: 0
}

.fh5co-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.fh5co-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: var(--theme-color);
	padding-left: 5px;
	padding-right: 5px
}

.fh5co-social-icons li a i {
	font-size: 20px
}

.fh5co-contact-info ul {
	padding: 0;
	margin: 0
}

.fh5co-contact-info ul li {
	padding: 0 0 0 40px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative
}

.fh5co-contact-info ul li:before {
	color: var(--theme-color);
	position: absolute;
	left: 0;
	top: .05em;
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fh5co-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1"
}

.fh5co-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4"
}

.fh5co-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da"
}

.fh5co-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af"
}

#fh5co-counter .display-tc,
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 40px
}

#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
	margin: 0;
	padding: 0;
	color: #fff
}

#fh5co-counter .display-tc h1,
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
	margin-bottom: 20px;
	font-size: 54px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400
}

@media screen and (max-width:768px) {

	#fh5co-counter .display-tc h1,
	#fh5co-header .display-tc h1,
	.fh5co-cover .display-tc h1 {
		font-size: 30px
	}
}

#fh5co-counter .display-tc h2,
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px
}

#fh5co-counter .display-tc .btn,
#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
	padding: 15px 30px;
	background: var(--theme-color) !important;
	color: #fff;
	border: none !important;
	font-size: 18px
}

#fh5co-counter .display-tc .btn:hover,
#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
	background: var(--theme-color) !important;
	-webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
	-moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
	box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important
}

#fh5co-counter .display-tc .form-inline .form-group,
#fh5co-header .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px
}

#fh5co-counter .display-tc .form-inline .form-group .form-control,
#fh5co-header .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
	width: 100%;
	background: #fff;
	border: none
}

.fh5co-bg-section {
	background: rgba(0, 0, 0, .05)
}

#fh5co-blog,
#fh5co-contact,
#fh5co-footer,
#fh5co-gallery,
#fh5co-pricing,
#fh5co-schedule,
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-trainer {
	padding: 5em 0;
	clear: both
}

@media screen and (max-width:768px) {

	#fh5co-blog,
	#fh5co-contact,
	#fh5co-footer,
	#fh5co-gallery,
	#fh5co-pricing,
	#fh5co-schedule,
	#fh5co-services,
	#fh5co-started,
	#fh5co-testimonial,
	#fh5co-trainer {
		padding: 2em 0
	}
}

#fh5co-gallery {
	padding-bottom: 0
}

.services {
	padding: 25px;
	margin-top: -7em;
	background: #fff;
	-webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
	-moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
	-ms-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
	-o-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
	box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43)
}

@media screen and (max-width:992px) {
	.services {
		margin-top: 0;
		margin-bottom: 10px
	}
}

@media screen and (max-width:768px) {
	.services {
		margin-top: 0;
		margin-bottom: 20px
	}
}

.services>span {
	width: 100%;
	display: block;
	margin-bottom: 30px
}

.services span img {
	width: 80px;
	margin: 0 auto
}

.services h3 {
	padding-bottom: 10px;
	font-size: 19px;
	letter-spacing: 2px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	color: #000
}

.services h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background: var(--theme-color);
	content: ''
}

.trainer {
	position: relative;
	background: rgba(0, 0, 0, .05)
}

@media screen and (max-width:768px) {
	.trainer {
		margin-bottom: 30px
	}
}

.trainer img {
	width: 84%
}

.trainer .title {
	width: 100%;
	position: absolute;
	bottom: 60%;
	left: 42%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.trainer .title h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	padding: 0
}

.trainer .title h3 a {
	color: #000
}

.trainer .title h3 a:focus,
.trainer .title h3 a:hover {
	color: var(--theme-color)
}

.trainer .title span {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	color: rgba(0, 0, 0, .4)
}

.trainer .desc {
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 7px
}

.trainer .desc .fh5co-social-icons li a {
	color: #000
}

.trainer .desc .fh5co-social-icons li a i {
	font-size: 16px
}

#fh5co-schedule .fh5co-heading h2 {
	color: #fff
}

#fh5co-schedule .fh5co-heading p {
	color: rgba(255, 255, 255, .5)
}

#fh5co-schedule .fh5co-heading span {
	color: rgba(255, 255, 255, .5)
}

.fh5co-tabs {
	width: 90%;
	margin: 0 auto
}

.fh5co-tabs .fh5co-tab-nav {
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

.fh5co-tabs .fh5co-tab-nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14.285%;
	text-align: center;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.fh5co-tabs .fh5co-tab-nav li a {
	padding: 10px;
	width: 100%;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #e6e6e6
}

.fh5co-tabs .fh5co-tab-nav li a:hover {
	color: #fff
}

.fh5co-tabs .fh5co-tab-nav li.active a {
	background: var(--theme-color);
	color: #fff
}

.fh5co-tabs .fh5co-tab-content-wrap {
	clear: both;
	position: relative
}

.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden
}

.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
	opacity: 1;
	visibility: visible
}

.fh5co-tabs .class-schedule {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}

.fh5co-tabs .class-schedule li {
	width: 25%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .02);
	border-bottom: 1px solid rgba(255, 255, 255, .02);
	list-style: none;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px
}

@media screen and (max-width:768px) {
	.fh5co-tabs .class-schedule li {
		width: 50%
	}
}

@media screen and (max-width:480px) {
	.fh5co-tabs .class-schedule li {
		width: 100%
	}
}

.fh5co-tabs .class-schedule li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .02)
}

.fh5co-tabs .class-schedule li:nth-child(5) {
	border-left: 1px solid rgba(255, 255, 255, .02)
}

.fh5co-tabs .class-schedule li span {
	display: block;
	margin-bottom: 20px
}

.fh5co-tabs .class-schedule li span img {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

.fh5co-tabs .class-schedule li h4 {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.fh5co-tabs .class-schedule li .time {
	display: inline-block;
	padding: 5px 12px;
	background: var(--theme-color);
	color: #fff;
	font-size: 13px
}

.pricing {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.pricing>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: baseline;
}

.pricing .mobile-mb-20 {
	margin-bottom: 20px;
}

.price-box {
	width: 100%;
	height: 340px;
	overflow: hidden;
	text-align: center;
	padding: 30px;
	background: rgba(0, 0, 0, .05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
	box-sizing: border-box;
}

.price-box.popular .btn-select-plan {
	background: var(--theme-color)
}

.price-box.popular .price {
	color: var(--theme-color)
}

.pricing .btn-select-plan {
	padding: 10px 20px;
	background: var(--theme-color);
	color: #fff
}

.price-box .classes {
	padding: 0;
	margin-bottom: 10px
}

.price-box .classes li {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	font-size: 15px;
	padding: 5px 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pricing-plan {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	color: var(--theme-color)
}

.pricing-plan a {
	color: var(--theme-color)
}

.pricing-plan span {
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	color: #d5d8db
}

.price {
	font-size: 72px;
	color: #000;
	line-height: 50px
}

.price .currency {
	font-size: 30px;
	top: -.9em;
	padding-right: 10px
}

.price small {
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	color: #888f94
}

#fh5co-portfolio-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%
}

#fh5co-portfolio-list li {
	display: block;
	padding: 0;
	margin: 0 0 15px 1%;
	list-style: none;
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	position: relative
}

@media screen and (max-width:480px) {
	#fh5co-portfolio-list li {
		margin-left: 0
	}
}

#fh5co-portfolio-list li a {
	min-height: 400px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: block
}

#fh5co-portfolio-list li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 80;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: 0 0
}

#fh5co-portfolio-list li a:hover:before {
	background: rgba(0, 0, 0, .5)
}

#fh5co-portfolio-list li a .case-studies-summary {
	width: auto;
	bottom: 2em;
	left: 2em;
	right: 2em;
	position: absolute;
	z-index: 100
}

@media screen and (max-width:768px) {
	#fh5co-portfolio-list li a .case-studies-summary {
		bottom: 1em;
		left: 1em;
		right: 1em
	}
}

#fh5co-portfolio-list li a .case-studies-summary span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: rgba(255, 255, 255, .7)
}

#fh5co-portfolio-list li a .case-studies-summary h2 {
	color: #fff;
	margin-bottom: 0
}

@media screen and (max-width:768px) {
	#fh5co-portfolio-list li a .case-studies-summary h2 {
		font-size: 20px
	}
}

#fh5co-portfolio-list li.two-third {
	width: 48.6%
}

@media screen and (max-width:768px) {
	#fh5co-portfolio-list li.two-third {
		width: 49%
	}
}

@media screen and (max-width:480px) {
	#fh5co-portfolio-list li.two-third {
		width: 100%
	}
}

#fh5co-portfolio-list li.one-third {
	width: 23.8%
}

@media screen and (max-width:768px) {
	#fh5co-portfolio-list li.one-third {
		width: 49%
	}
}

@media screen and (max-width:480px) {
	#fh5co-portfolio-list li.one-third {
		width: 100%
	}
}

#fh5co-portfolio-list li.one-half {
	width: 49%
}

@media screen and (max-width:480px) {
	#fh5co-portfolio-list li.one-half {
		width: 100%
	}
}

.fh5co-heading {
	margin-bottom: 5em
}

.fh5co-heading h2 {
	font-size: 33px;
	margin-bottom: 40px;
	line-height: 1.3;
	color: #000;
	position: relative;
	text-align: center !important
}

.fh5co-heading h2:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	background: var(--theme-color);
	content: ''
}

.fh5co-heading p {
	font-size: 17px;
	line-height: 1.5;
	color: #828282
}

#fh5co-testimonial {
	background: #efefef
}

#fh5co-testimonial .testimony-slide {
	text-align: center
}

#fh5co-testimonial .testimony-slide span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block
}

#fh5co-testimonial .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

#fh5co-testimonial .testimony-slide figure img {
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

#fh5co-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 70%;
	position: relative;
	padding: 0
}

@media screen and (max-width:992px) {
	.pricing {
		height: auto
	}

	#fh5co-testimonial .testimony-slide blockquote {
		width: 100%
	}
}

#fh5co-testimonial .arrow-thumb {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%
}

#fh5co-testimonial .arrow-thumb a {
	font-size: 32px;
	color: #dadada
}

#fh5co-testimonial .arrow-thumb a:active,
#fh5co-testimonial .arrow-thumb a:focus,
#fh5co-testimonial .arrow-thumb a:hover {
	text-decoration: none
}

#fh5co-started {
	position: relative
}

#fh5co-started .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#fh5co-started h2 {
	font-size: 37px;
	color: #fff;
	margin-bottom: 20px !important;
	line-height: 1.5em
}

#fh5co-started h2 span {
	font-weight: 100;
	color: rgba(255, 255, 255, .7)
}

#fh5co-started h2 .percent {
	color: var(--theme-color);
	font-weight: 700
}

#fh5co-started p {
	color: rgba(255, 255, 255, .5)
}

#fh5co-started .form-control {
	background: rgba(255, 255, 255, .2);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#fh5co-started .form-control::-webkit-input-placeholder {
	color: #fff
}

#fh5co-started .form-control:-moz-placeholder {
	color: #fff
}

#fh5co-started .form-control::-moz-placeholder {
	color: #fff
}

#fh5co-started .form-control:-ms-input-placeholder {
	color: #fff
}

#fh5co-started .form-control:focus {
	background: rgba(255, 255, 255, .3)
}

#fh5co-started .btn {
	height: 54px;
	border: none !important;
	background: var(--theme-color);
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px
}

#fh5co-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px
}

#fh5co-started .form-inline .form-group .form-control {
	width: 100%
}

.fh5co-blog {
	margin-bottom: 60px
}

.fh5co-blog a img {
	width: 100%
}

@media screen and (max-width:768px) {
	.fh5co-blog {
		width: 100%
	}
}

.fh5co-blog .blog-text {
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	width: 100%;
	padding: 20px;
	float: right;
	-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .18);
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .18)
}

.fh5co-blog .blog-text b {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 400
}

.fh5co-blog .blog-text b.posted_on {
	color: #fff;
	font-size: 18px;
	padding: 2px 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -30px;
	background: var(--theme-color);
	position: relative
}

.fh5co-blog .blog-text b.posted_on:before {
	position: absolute;
	top: -9px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent var(--theme-color) transparent
}

.fh5co-blog .blog-text b.comment {
	float: right
}

.fh5co-blog .blog-text b.comment a {
	color: var(--theme-color);
	font-weight: 400
}

.fh5co-blog .blog-text b.comment a i {
	color: var(--theme-color);
	padding-left: 7px
}

.fh5co-blog .blog-text h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5
}

.fh5co-blog .blog-text h3 a {
	color: #000
}

.fh5co-blog .blog-text p {
	font-size: 16px;
	line-height: 25px
}

#fh5co-footer {
	position: relative
}

#fh5co-footer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .9);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#fh5co-footer h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8)
}

#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0
}

#fh5co-footer .fh5co-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none
}

#fh5co-footer .fh5co-footer-links li a {
	color: #828282;
	text-decoration: none;
	font-size: 15px
}

#fh5co-footer .fh5co-footer-links li a:hover {
	text-decoration: underline
}

#fh5co-footer .fh5co-widget {
	margin-bottom: 30px
}

#fh5co-footer .fh5co-widget p {
	font-size: 15px
}

@media screen and (max-width:768px) {
	#fh5co-footer .fh5co-widget {
		text-align: left
	}
}

#fh5co-footer .fh5co-widget h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase
}

#fh5co-footer .copyright .block {
	display: block
}

#map {
	width: 100%;
	height: 500px;
	position: relative
}

@media screen and (max-width:768px) {
	#map {
		height: 200px
	}
}

#fh5co-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 270px;
	background: #000;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 75px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media screen and (max-width:768px) {
	#fh5co-offcanvas {
		display: block
	}
}

.offcanvas #fh5co-offcanvas {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

#fh5co-offcanvas a {
	color: rgba(255, 255, 255, .5)
}

#fh5co-offcanvas a:hover {
	color: rgba(255, 255, 255, .8)
}

#fh5co-offcanvas ul {
	padding: 0;
	margin: 0
}

#fh5co-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none
}

#fh5co-offcanvas ul li>ul {
	padding-left: 20px;
	display: none
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
	display: block;
	position: relative
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
	position: absolute;
	right: 0;
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, .2);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 5px 30px
}

.btn.btn-md {
	padding: 8px 20px !important
}

.btn.btn-lg {
	padding: 18px 36px !important
}

.btn:active,
.btn:focus,
.btn:hover {
	box-shadow: none !important;
	outline: 0 !important
}

.btn-primary {
	background: var(--theme-color);
	color: #fff;
	border: 2px solid var(--theme-color);
	margin-top: 10px
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background: #333 !important;
	border-color: #333 !important
}

.btn-primary.btn-outline {
	background: 0 0;
	color: var(--theme-color);
	border: 1px solid var(--theme-color)
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
	background: var(--theme-color);
	color: #fff
}

.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	background: #4cae4c !important;
	border-color: #4cae4c !important
}

.btn-success.btn-outline {
	background: 0 0;
	color: #5cb85c;
	border: 1px solid #5cb85c
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
	background: #5cb85c;
	color: #fff
}

.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
	background: #46b8da !important;
	border-color: #46b8da !important
}

.btn-info.btn-outline {
	background: 0 0;
	color: #5bc0de;
	border: 1px solid #5bc0de
}

.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
	background: #5bc0de;
	color: #fff
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
	background: #eea236 !important;
	border-color: #eea236 !important
}

.btn-warning.btn-outline {
	background: 0 0;
	color: #f0ad4e;
	border: 1px solid #f0ad4e
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
	background: #f0ad4e;
	color: #fff
}

.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	background: #d43f3a !important;
	border-color: #d43f3a !important
}

.btn-danger.btn-outline {
	background: 0 0;
	color: #d9534f;
	border: 1px solid #d9534f
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
	background: #d9534f;
	color: #fff
}

.btn-outline {
	background: 0 0;
	border: 1px solid gray;
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
	box-shadow: none
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.btn.with-arrow:hover {
	padding-right: 50px
}

.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1
}

.form-control {
	box-shadow: none;
	background: 0 0;
	border: 2px solid rgba(0, 0, 0, .1);
	height: 54px;
	font-size: 18px;
	font-weight: 300
}

.form-control:active,
.form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--theme-color)
}

.row-pb-md {
	padding-bottom: 2em !important
}

.row-pb-sm {
	padding-bottom: 2em !important
}

.fh5co-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/images/loader.gif) center no-repeat #fff
}

.js .animate-box {
	opacity: 0
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated-fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-ms-transform: scale(.95);
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	to {
		opacity: 1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-ms-transform: scale(.95);
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	to {
		opacity: 1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}

	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpMenu {
	from {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpMenu {
	from {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@font-face {
	font-family: MisoBold;
	src: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/miso-bold-webfont.eot);
	src: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/miso-bold-webfont.eot?) format('embedded-opentype'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/miso-bold-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: fullscreen;
	src: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/fullscreen.eot);
	src: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/fullscreen.eot) format('embedded-opentype'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/fullscreen.woff) format('woff'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/fullscreen.ttf) format('truetype'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/fullscreen.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: wowslider-controls;
	src: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/wowslider-controls.eot);
	src: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/wowslider-controls.eot) format('embedded-opentype'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/wowslider-controls.woff) format('woff'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/wowslider-controls.ttf) format('truetype'), url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/wowslider-controls.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

#wowslider-container {
	zoom: 1;
	position: relative;
	width: 100%;
	margin: 0 auto;
	border: none;
	text-align: left;
	font-size: 10px;
	overflow: hidden
}

#wowslider-container.fullscreen-mode,
#wowslider-container.fullwidth-mode {
	max-width: none;
	max-height: none
}

#wowslider-container .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible
}

#wowslider-container .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
	font-size: 0;
	padding: 0 !important;
	margin: 0 !important
}

#wowslider-container .ws_images {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

#wowslider-container.fullscreen-mode .ws_images,
#wowslider-container.fullwidth-mode .ws_images {
	max-height: none
}

#wowslider-container .ws_images a {
	width: 100%;
	display: block;
	color: transparent
}

#wowslider-container.fullscreen-mode .ws_images a,
#wowslider-container.fullwidth-mode .ws_images a {
	height: 100%
}

#wowslider-container img {
	max-width: none !important
}

#wowslider-container .ws_images img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0
}

#wowslider-container .ws_images iframe {
	position: absolute;
	z-index: -1
}

#wowslider-container a {
	text-decoration: none;
	outline: 0;
	border: none
}

#wowslider-container .ws_bullets {
	float: left;
	position: absolute;
	z-index: 70
}

#wowslider-container .ws_bullets div {
	position: relative;
	float: left;
	font-size: 0
}

#wowslider-container a.wsl {
	display: none
}

#wowslider-container .ws_bullets {
	padding: 10px
}

#wowslider-container .ws_bullets a {
	margin-left: 16px;
	width: 12px;
	height: 12px;
	float: left;
	text-indent: -4000px;
	position: relative;
	background: #1ea5c2;
	background: rgba(30, 165, 194, .5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#wowslider-container .ws_bullets a.ws_selbull,
#wowslider-container .ws_bullets a:hover {
	background: rgba(30, 165, 194, 1)
}

#wowslider-container .ws_bullets a:hover {
	-webkit-animation: pulseIn .9s infinite linear;
	-moz-animation: pulseIn .9s infinite linear;
	animation: pulseIn .9s infinite linear
}

#wowslider-container a.ws_next,
#wowslider-container a.ws_prev {
	font-family: wowslider-controls !important;
	position: absolute;
	display: none;
	text-shadow: none;
	text-align: center;
	background: #1ea5c2;
	color: #fff;
	top: 50%;
	margin-top: -2.5em;
	height: 5em;
	width: 5em;
	z-index: 60;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#wowslider-container a.ws_next:hover,
#wowslider-container a.ws_prev:hover {
	background: rgba(30, 165, 194, .6)
}

#wowslider-container a.ws_next {
	right: 10px
}

#wowslider-container a.ws_next:after {
	content: '\e801';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em
}

#wowslider-container a.ws_prev {
	left: 10px
}

#wowslider-container a.ws_prev:after {
	content: '\e800';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em
}

#wowslider-container a.ws_prev:hover:after {
	-webkit-animation: prevArrow .7s infinite ease-in-out;
	-moz-animation: prevArrow .7s infinite ease-in-out;
	animation: prevArrow .7s infinite ease-in-out
}

#wowslider-container a.ws_next:hover:after {
	-webkit-animation: nextArrow .7s infinite ease-in-out;
	-moz-animation: nextArrow .7s infinite ease-in-out;
	animation: nextArrow .7s infinite ease-in-out
}

* html #wowslider-container a.ws_next,
* html #wowslider-container a.ws_prev {
	display: block
}

#wowslider-container:hover a.ws_next,
#wowslider-container:hover a.ws_prev {
	display: block
}

#wowslider-container .ws_bullets {
	bottom: -33px;
	left: 50%
}

#wowslider-container .ws_bullets div {
	left: -70%
}

#wowslider-container .ws-title {
	position: absolute;
	display: block;
	bottom: .31em;
	left: 1.23em;
	margin: 9px;
	z-index: 50;
	font-family: MisoBold, Oswald, Impact, Charcoal, sans-serif !important;
	font-size: 5.5em;
	color: #fff;
	text-shadow: 1px 1px 1px #333
}

#wowslider-container .ws-title div,
#wowslider-container .ws-title span {
	display: inline-block;
	padding: 10px;
	background: #3398b6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .95;
	filter: alpha(opacity=95)
}

#wowslider-container .ws-title div {
	display: block;
	background: #b02d15;
	margin-top: 10px;
	color: #fff;
	opacity: .8;
	text-shadow: 1px 1px 1px #000
}

#wowslider-container .ws_images>ul {
	animation: wsBasic 16.8s infinite;
	-moz-animation: wsBasic 16.8s infinite;
	-webkit-animation: wsBasic 16.8s infinite
}

@keyframes wsBasic {
	0% {
		left: 0
	}

	14.88% {
		left: 0
	}

	25% {
		left: -100%
	}

	39.88% {
		left: -100%
	}

	50% {
		left: -200%
	}

	64.88% {
		left: -200%
	}

	75% {
		left: -300%
	}

	89.88% {
		left: -300%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: 0
	}

	14.88% {
		left: 0
	}

	25% {
		left: -100%
	}

	39.88% {
		left: -100%
	}

	50% {
		left: -200%
	}

	64.88% {
		left: -200%
	}

	75% {
		left: -300%
	}

	89.88% {
		left: -300%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: 0
	}

	14.88% {
		left: 0
	}

	25% {
		left: -100%
	}

	39.88% {
		left: -100%
	}

	50% {
		left: -200%
	}

	64.88% {
		left: -200%
	}

	75% {
		left: -300%
	}

	89.88% {
		left: -300%
	}
}

#wowslider-container .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 16px;
	left: -115px;
	visibility: hidden;
	position: absolute;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 3px solid #fff;
	max-width: none
}

#wowslider-container .ws_bullets a:hover img {
	visibility: visible
}

#wowslider-container .ws_bulframe div div {
	height: 75px;
	overflow: visible;
	position: relative
}

#wowslider-container .ws_bulframe div div img {
	height: 100%
}

#wowslider-container .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 200px;
	background-color: #fff
}

#wowslider-container .ws_bullets .ws_bulframe {
	display: none;
	bottom: 18px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 3px solid #fff
}

#wowslider-container .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -9px;
	margin-left: 0;
	left: 95px;
	background: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/triangle.png);
	width: 15px;
	height: 6px
}

#wowslider-container.ws_gestures,
#wowslider-container.ws_gestures>div>a {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII=), move
}

#wowslider-container.ws_gestures.ws_grabbing,
#wowslider-container.ws_gestures.ws_grabbing>div>a {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg==), move
}

#wowslider-container.ws_video_playing .ws_bullets {
	display: none
}

#wowslider-container.ws_video_playing:hover .ws_bullets {
	display: block
}

#wowslider-container.ws_video_playing_ie .ws_bullets,
#wowslider-container.ws_video_playing_ie a.ws_next,
#wowslider-container.ws_video_playing_ie a.ws_prev {
	display: block
}

#wowslider-container .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55
}

#wowslider-container .ws_video_btn.ws_vimeo,
#wowslider-container .ws_video_btn.ws_youtube {
	display: block
}

#wowslider-container .ws_video_btn div {
	position: absolute;
	background-image: url(http://demo.seatuo.com/vipdemo/M102/Template/102/css/playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em
}

#wowslider-container .ws_video_btn.ws_youtube div {
	background-position: 0 0
}

#wowslider-container .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0
}

#wowslider-container .ws_video_btn.ws_vimeo div {
	background-position: 0 100%
}

#wowslider-container .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important
}

#wowslider-container .ws_fullscreen {
	display: none;
	position: absolute;
	font-family: fullscreen !important;
	top: .5em;
	right: .5em;
	font-size: 2.25em;
	z-index: 59;
	color: #1ea5c2;
	text-shadow: none
}

#wowslider-container .ws_fullscreen:hover {
	-webkit-animation: pulseOut .9s infinite linear;
	-moz-animation: pulseOut .9s infinite linear;
	animation: pulseOut .9s infinite linear
}

#wowslider-container .ws_fullscreen:after {
	content: '\e800'
}

.ws_fs_wrapper {
	width: 100%;
	height: 100%;
	background: #efecdd
}

.ws_fs_wrapper>#wowslider-container,
.ws_fs_wrapper>#wowslider-container .ws_images {
	margin: 0 auto;
	max-height: none
}

.ws_fs_wrapper>#wowslider-container .ws_fullscreen {
	position: fixed;
	display: block
}

.ws_fs_wrapper>#wowslider-container .ws_fullscreen:after {
	content: '\e801'
}

.ws_fs_wrapper>#wowslider-container {
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0
}

@-webkit-keyframes pulseIn {
	0% {
		-webkit-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes pulseIn {
	0% {
		-moz-transform: scale(1)
	}

	50% {
		-moz-transform: scale(1.2)
	}

	100% {
		-moz-transform: scale(1)
	}
}

@keyframes pulseIn {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes pulseOut {
	0% {
		-webkit-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.8)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes pulseOut {
	0% {
		-moz-transform: scale(1)
	}

	50% {
		-moz-transform: scale(.8)
	}

	100% {
		-moz-transform: scale(1)
	}
}

@keyframes pulseOut {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.8)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes nextArrow {

	0%,
	100% {
		-webkit-transform: translateX(0)
	}

	25% {
		-webkit-transform: translateX(2px)
	}

	75% {
		-webkit-transform: translateX(-2px)
	}
}

@-moz-keyframes nextArrow {

	0%,
	100% {
		-moz-transform: translateX(0)
	}

	25% {
		-moz-transform: translateX(2px)
	}

	75% {
		-moz-transform: translateX(-2px)
	}
}

@keyframes nextArrow {

	0%,
	100% {
		-moz-transform: translateX(0);
		transform: translateX(0)
	}

	25% {
		-moz-transform: translateX(2px);
		transform: translateX(2px)
	}

	75% {
		-moz-transform: translateX(-2px);
		transform: translateX(-2px)
	}
}

@-webkit-keyframes prevArrow {

	0%,
	100% {
		-webkit-transform: translateX(0)
	}

	25% {
		-webkit-transform: translateX(-2px)
	}

	75% {
		-webkit-transform: translateX(2px)
	}
}

@-moz-keyframes prevArrow {

	0%,
	100% {
		-moz-transform: translateX(0)
	}

	25% {
		-moz-transform: translateX(-2px)
	}

	75% {
		-moz-transform: translateX(2px)
	}
}

@keyframes prevArrow {

	0%,
	100% {
		-moz-transform: translateX(0);
		transform: translateX(0)
	}

	25% {
		-moz-transform: translateX(-2px);
		transform: translateX(-2px)
	}

	75% {
		-moz-transform: translateX(2px);
		transform: translateX(2px)
	}
}

.pro-bigbox {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px
}

.pro-bigbox .bigboximg {
	width: 30%;
	float: left;
	text-align: center;
	font-size: 0
}

.pro-bigbox .bigboximg img {
	max-width: 100%
}

.pro-bigbox .bigboxword {
	width: 67%;
	float: right
}

.pro-bigbox .bigboxword h3 {
	margin: 10px 0;
	line-height: 25px;
	font-size: 20px;
	color: var(--theme-a-color)
}

.pro-bigbox .bigboxword p {
	height: 100px;
	line-height: 25px;
	overflow: hidden;
	padding: 0
}

.pro-bigbox .bigboxword .bigboxmore {
	margin: 15px 0
}

.pro-bigbox .bigboxword .bigboxmore a {
	padding: 8px 20px;
	background: var(--theme-a-color);
	color: #fff;
	border-radius: 5px
}

.pro-bigbox .bigboxword .bigboxmore a:hover {
	background: #333
}

@media only screen and (max-width:991px) {
	.pro-bigbox .bigboximg {
		width: 40%;
		float: left;
		text-align: center;
		font-size: 0
	}

	.pro-bigbox .bigboxword {
		width: 57%;
		float: right
	}

	.pro-bigbox .bigboxword h3 {
		margin: 10px 0;
		line-height: 20px;
		font-size: 20px;
		color: var(--theme-a-color)
	}
}

@media only screen and (max-width:450px) {
	.pro-bigbox {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0
	}

	.pro-bigbox .bigboximg {
		width: 100%;
		float: none;
		text-align: center;
		font-size: 0
	}

	.pro-bigbox .bigboxword {
		width: 96%;
		float: none;
		text-align: center
	}

	.pro-bigbox .bigboxword h3 {
		margin: 10px 0;
		line-height: 20px;
		font-size: 20px;
		color: var(--theme-a-color)
	}
}

.newslist li.newslist-one {
	text-align: left
}

.newslist li.newslist-one {
	height: auto;
	clear: both;
	padding: 20px 0
}

.newslist li.newslist-one .pic-l img {
	max-width: 200px;
	height: 200px
}

.newslist li.newslist-one .pic-l {
	float: left;
	width: 200px
}

.newslist li.newslist-one .pic-r {
	float: right;
	width: 630px;
	margin-top: 8px
}

.newslist li.newslist-one .pic-r p a {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: block;
	float: none;
	text-indent: 0
}

.newslist li.newslist-one .pic-r p a:hover {
	color: var(--theme-color)
}

.newslist li.newslist-one .pic-r span {
	float: right;
	color: #666;
	line-height: 20px;
	margin-top: -30px
}

.newslist li.newslist-one .pic-r h6 {
	color: #666;
	font-size: 14px;
	line-height: 24px
}

@media screen and (max-width:992px) {
	.newslist li.newslist-one .pic-r {
		width: 100%
	}
}

.slide_container {
	position: relative;
	width: 100%
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(../images/m173/themes.gif) no-repeat left top;
	margin-top: -45px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.slide_container:hover .slide_nav {
	opacity: .6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.slide_container .slide_nav:hover {
	opacity: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.slide_nav:active {
	opacity: 1
}

.slide_nav.next {
	left: auto;
	background-position: right top;
	right: 0
}

#fh5co-services {
	position: relative;
	z-index: 9
}

.top .fr {
	display: flex;
	justify-content: flex-end
}

#xyz * {
	box-sizing: border-box
}

#xyz {
	position: relative;
	z-index: 99999;
	width: 120px;
	height: 30px;
	top: 35px;
	margin-left: 15px
}

.xyz12 {
	border-radius: 3px;
	width: 100%;
	background: #000;
	line-height: 45px;
	position: absolute
}

.xyz12 li {
	position: relative;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	padding: 0 8px;
	z-index: 1;
	text-align: left
}

.xyz12 li a {
	color: #fff;
	font-size: 12px
}

.xyz12 li.selected {
	border-top: 0
}

.xyz12 li.selected a {
	color: #8550d9
}

.xyz12 span {
	position: absolute;
	right: 6px;
	top: 2px;
	background: url(http://demo.seatuo.com/Content/C_IMG/amore.png) center no-repeat;
	display: block;
	width: 27px;
	height: 30px;
	cursor: pointer;
	z-index: 100
}

.xyz12 span.dp {
	background: url(http://demo.seatuo.com/Content/C_IMG/amore1.png) center no-repeat
}

.xyz12 li img {
	vertical-align: middle;
	margin: -2px 7px 0 0;
	width: 16px
}

.xyz12 li:hover {
	background: var(--theme-color)
}

.newslist li.newslist-one .pic-r h6 span {
	float: none
}

.hot-prolist {
	display: flex;
	flex-wrap: wrap
}

.hot-prolist li {
	width: 24.25%;
	margin-right: 1%;
	position: relative;
	color: #fff
}

.hot-prolist li img {
	display: block;
	max-width: 100%
}

.hot-prolist li:nth-child(4n+4) {
	margin-right: 0
}

.hot-prolist li a {
	display: block
}

.hot-prolist li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: 0 0;
	content: "";
	transition: all .3s
}

.hot-prolist li p {
	position: absolute;
	bottom: 45px;
	left: 5%
}

.hot-prolist li h3 {
	position: absolute;
	bottom: 15px;
	left: 5%
}

.hot-prolist li a:hover::after {
	background: rgba(0, 0, 0, .3)
}

#myfooter {
	color: #fff;
	padding: 40px 0;
	position: relative
}

#myfooter>.container-f {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto 30px auto;
	position: relative
}

#myfooter>.container {
	text-align: center;
	position: relative
}

#myfooter a {
	color: #fff;
	white-space: nowrap;
	font-size: 15px
}

#myfooter a:hover {
	color: #fff;
	text-decoration: underline
}

#myfooter h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8)
}

/* #myfooter .panel1 {
	max-width: 50%
} */

#myfooter .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .9)
}


.layout1,
.index-info-wrap .index-info,
.path-bar .path-nav,
.footer,
.index-about {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:1200px) {

	.layout1,
	.index-info-wrap .index-info,
	.path-bar .path-nav,
	.footer,
	.index-about {
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
}

.shopcart-title .goods-num,
.head-login-info h4,
.cate-menu li a.hover,
.product-item .pd-price b,
.blog-widget .foot-blog-item .blog-cont p a.more,
.cate-menu li a:hover,
.head-cartlist dl a:hover,
.narrow-by li li a:hover,
.narrow-by li li a.selected,
.service-items .service-item li a:hover,
.blog-list .blog-item .readmore,
.blog-list .blog-item .readmore a,
.sort-by ul li.selected a,
.sort-by ul li.selected a:hover,
.goods-may-like .goods-item .goods-price b,
.product-summary .price-bar .special-price,
.product-summary .discount,
.total-price .price,
.goods-related .related-list ul .pd-name a:hover,
.path-bar li:hover a,
.index-sv-items .readmore a:hover,
.foot-wrapper a:hover,
.foot-wrapper .foot-items a:hover {
	color: #000;
}

.product-slides .product-item .pd-name,
.product-slides .product-item .pd-name a {
	color: #444;
}

.product-slides .product-item:hover .pd-shadow:before {
	background-color: #000;
}

.head-shopcart .ico-cart,
.slide-banners .owl-prev,
.slide-banners .owl-next,
.product-slides .owl-prev,
.product-slides .owl-next,
.blog-widget .owl-prev,
.blog-widget .owl-next,
.narrow-by li li a,
.narrow-by li a.with-ul-tit b,
.sort-by ul li .arrow-down,
.sort-by ul li .arrow-up,
.path-bar .path-nav li .ico-home b,
.product-intro .add-to-cart,
.product-intro .add-to-wishlist,
.change-currency .arrow,
.goods-related .icon-add,
.product-summary .ico-tick {
	background-image: url(http://demo.seatuo.com/vipdemo/M102/Template/102/images/sprites.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.hide-cate .cate-nav-btn:after,
.product-summary .btn-add-to-cart:after,
.color-list li.checked .color-small-img:after,
.select-box .select-value:after,
.size-list li.checked span.size-value:after {
	background-image: url(http://demo.seatuo.com/vipdemo/M102/Template/102/images/sprites.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.comment-form .form-item input[type="submit"],
.goods-related .buy-together {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 0 18px;
	background: #bd362f;
	background: -webkit-linear-gradient(center top, #ee5f5b, #bd362f);
	background: -moz-linear-gradient(center top, #ee5f5b, #bd362f);
	background: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background: -o-linear-gradient(center top, #ee5f5b, #bd362f);
	background: linear-gradient(top, #ee5f5b, #bd362f);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.comment-form .form-item input[type="submit"]:hover,
.goods-related .buy-together:hover,
.ass:hover {
	opacity: 0.8;
	-moz-opacity: 80;
	filter: alpha(opacity=80);
}

.index-sv-items .readmore a:before {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slide-banners .owl-nav,
.foot-social li a,
.gotop,
.blog-list .blog-item img,
.product-item:hover .pd-img img,
.product-item:hover .pd-img .img-hover,
.arr-item:hover .pd-img img,
.arr-item:hover .pd-img .img-hover,
.goods-may-like .goods-item img,
.topbar .currency-cur b,
.head-social li img,
.slide-banners-wrap .slide-prev,
.slide-banners-wrap .slide-next,
.nav ul,
.nav-bar .nav li a,
.foot-contact .inq-buttom a,
.main-banner .slide-prev,
.main-banner .slide-next,
#nodes a,
.index-products .product-slides .owl-nav,
.index-products .goods-items .owl-nav,
.about-banner-wrap .about-cont .about-more,
.product-item .pd-img,
.nav li:after,
.products-tabs h2:after,
.foot-social li,
.product-item .item-wrap,
.product-slides .product-item,
.mobile-serve .mobile-head-hide,
.pd-shadow,
.product-slides .pd-shadow:before,
.product-slides .pd-shadow:after,
.foot-inquiry .subscribe-form .subscribe-btn,
.foot-wrapper .foot-items a,
.nav-bar .nav li .nav-ico,
.index-sv-items .sv-ico,
.about-more,
.head-search .search-ipt,
.index-sv-items .sv-ico img,
.head-social li a,
.nav-bar .nav li .nav-ico,
.language .language-info .language-cont,
.nav-bar .nav li a:before,
.head-social li img,
.index-sv-items .sv-item,
.index-sv-items .readmore a,
.about-detail .about-more:after,
.product-slides-wrap .product-slides .owl-prev,
.product-slides-wrap .product-slides .owl-next,
.foot-blog-item .blog-cont-pic,
.side-cate ul li a:before {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-item .pd-shadow-wrap .pd-shadow,
.index-sv-items .sv-tit:before,
.slide-banners .flex-direction-nav a,
.product-item .pd-img:before {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-item .pd-shadow-wrap,
.product-item .pd-shadow-wrap .pd-ico {
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.pc-nav ul,
.language .language-info .language-cont {
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.mobile-serve .mobile-head-hide {
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.nav ul.bl-ul,
.language .language-info .language-cont.language-cont-hover,
.mobile-serve .mobile-head-show {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@font-face {
	font-family: 'icomoon';
	src: url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.eot?-l21epb');
	src: url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.eot?') format('embedded-opentype'), url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.woff?-l21epb') format('woff'), url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.ttf?-l21epb') format('truetype'), url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.svg?-l21epb') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
a.with-child:after,
.widget-cates li a.with-ul-tit:before,
.widget-cates li.with-ul-hide a.with-ul-tit:before,
.tit-ico:before,
.btn-inquiry:before,
.nav>li.ico-home:before,
.product-item .pd-shadow-wrap .pd-ico:before,
.mobile-foot-contact .head-phone span:before,
.mobile-foot-contact .head-email span:before,
.side-tit-ico:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile-foot-contact1 {
	display: none;
}

.head-wrapper {
	position: relative;
	z-index: 10000;
	width: 100%;
	background: #FFFFFF;
}

.topbar {
	position: relative;
	height: auto;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	background-color: var(--theme-color);
}

.topbar .head-contact {
	display: inline;
	position: absolute;
	font-size: 14px;
}

.topbar .head-contact,
.topbar .head-contact a {
	color: #fff;
}

.transall,
.language {
	position: relative;
	float: right;
	margin-top: 5px;
}

.language {
	padding-top: 0;
	margin-left: 2%;
}

.language .language-label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-right: 5px;
	*display: inline;
	*float: left;
}

.language .language-title {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}

.topbar .head-contact,
.topbar .head-contact a {
	color: #fff;
}

.topbar .head-contact b {
	font-weight: normal;
	float: left;
	line-height: 35px;
}

.topbar .head-contact .head-phone,
.topbar .head-contact .head-email {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	line-height: 32px;
	padding: 0 20px 0 0;
}

.topbar .head-contact .head-phone:before {
	float: left;
	content: "\e942";
	font-family: 'icomoon';
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	padding-right: 10px;
}

.topbar .head-contact .head-email:before {
	float: left;
	content: "\e619";
	font-family: 'icomoon';
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	padding-right: 10px;
}

.head-social {
	position: relative;
	display: inline-block;
	float: right;
	position: relative;
	top: 14px;
}

.head-social li {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	top: -12px;
	background: #f8ddd4;
	padding: 5px;
	margin-left: 10px;
	border-radius: 50%;
}

.head-social li a {
	display: block;
}

.head-social li a img {
	max-width: 18px;
	max-height: 18px;
}

.head-social li:hover {
	background-color: #f96c40;
}

.head-social li,
.head-social li:hover a:before,
.head-social li:hover {
	-webkit-transition: .3s ease 0s;
	-moz-transition: .3s ease 0s;
	-ms-transition: .3s ease 0s;
	-o-transition: .3s ease 0s;
	transition: .3s ease 0s;
}

.footer .head-social {
	display: block;
	float: left;
	top: -30px;
}

.clear {
	clear: both;
}

.heaf_map {
	float: right;
	line-height: 35px;
}

@font-face {
	font-family: 'icomoon';
	src: url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.eot?-l21epb');
	src: url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.eot?') format('embedded-opentype'), url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.woff?-l21epb') format('woff'), url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.ttf?-l21epb') format('truetype'), url('http://demo.seatuo.com/vipdemo/M102/Template/102/fonts/icomoon.svg?-l21epb') format('svg');
	font-weight: normal;
	font-style: normal;
}

.foot-nav {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.foot-nav a {
	padding-left: 1%;
	padding-right: 1%;
	color: #fff;
}

.panel1 p {
	font-size: 15px;
	margin-bottom: 8px;
}

.subscribe {}

.subscribe-form {
	position: relative;
	width: 100%;
	display: block;
}

.subscribe-form .subscribe-ipt {
	display: block;
	width: 100%;
	text-indent: 8px;
	border: 0;
	color: #fafafa;
	background-color: #fff;
	height: 28px;
	line-height: 28px;
	font-style: italic;
	color: #5d5d5d;
	margin-bottom: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}

.subscribe-form .subscribe-btn {
	display: inline-block;
	margin-top: 40px;
	height: 54px;
	line-height: 54px;
	background-color: var(--theme-color);
	border: 0;
	cursor: pointer;
	font-size: 16px;
	padding: 0 24px;
	margin-top: 12px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;

}

.price-box .classes li a {
	color: #fff;
}


#myfooter .panel1 {
	width: 30%;
}

#myfooter .panel1 img {
	width: 100%;
	max-width: 250px;
}

#myfooter .panel2 {
	width: 20%;
	padding-right: 10px;
}

#myfooter .panel3 {
	width: 20%;
}

#myfooter .panel4 {
	width: 30%;
}

#myfooter .panel4 p {}

.layout {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1210px) {
	.layout {
		width: 100%;
	}

}

@media screen and (max-width: 991px) {

	.top .fr .ss {
		margin-top: -145px;
	}
}

.price-box div {
	color: #fff;
}

.price-box .btn-select-plan {
	margin-top: 15px;
}

@media screen and (max-width: 991px) {

	.topbar .head-contact .head-phone,
	.topbar .head-contact .head-email {
		display: none;
	}

	.language {
		float: left;
	}

	.top .fl {
		width: 100%
	}

	.logo {
		width: 100%;
		max-width: none;
	}

	#nav .fl,
	#nav .fr {
		font-size: 18px;
		line-height: 48px;
		height: 48px;
	}

	.hot-prolist li {
		width: 48%;
		margin-bottom: 1%;
		margin-left: 1%;
	}

	.language {
		margin-left: 10px;
		margin-bottom: 5px;
	}

	.top .fr .ss {
		display: block !important;
		width: 230px;
		position: absolute;
		margin-top: -145px;
	}

	.ss .sk {
		width: 160px;
		height: 32px;
	}

	.ss .sbtn {
		width: 60px;
		height: 32px;
	}

	#myfooter>.container-f {
		display: block;
	}

	#myfooter .panel1 {
		width: 100%;
		margin-bottom: 30px;
	}

	#myfooter .panel1 img {
		width: 100%;
		max-width: 250px;
	}

	#myfooter .panel2 {
		width: 100%;
		margin-bottom: 30px;
	}

	#myfooter .panel3 {
		width: 100%;
		margin-bottom: 30px;
	}

	#myfooter .panel4 {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {

	.top .fr .ss {
		margin-top: -122px;
	}
}