/*
Theme Name: Wingderm
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is an unique customized theme only for Wingderm. JennyStudio - build your own WordPress theme.
License: pravite
License URI: http://www.becomingjenny.net
Tags: light, gray, white, one-column, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: wingderm
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

/* =Reset
-------------------------------------------------------------- */
@import url(fonts/fonts-Poppings.css?v=1);
@import url(fonts/iconfont.css);

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea{
	-webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-style: normal;*/
}
body {
	line-height: 1;
}
ol,

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 300;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #333;
	background-color: #a8dbff;
	border:none;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition:color 0.2s, background 0.2s;
	transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #457ee8;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #457ee8;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

.button,
.button1,
.button2,
.button3,
.button4{
	box-sizing: border-box;
	display: inline-block;
	color: #222a35;
	padding: 10px 20px;
	min-width: 156px;
	width: auto;
	text-align: center;
	font-size: 14px;
	font-size: 1rem;
	text-decoration: none;
	border-radius: 21px;
	line-height: 1;
	font-weight: 400;
	background-color: #a8dbff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	color:#fff!important;
	background: #30a2ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #30a2ff 0%, #5a6ffd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #30a2ff 0%,#5a6ffd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #30a2ff 0%,#5a6ffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a2ff', endColorstr='#5a6ffd',GradientType=1 ); /* IE6-9 */
}
.button1:hover{
	color: #a8dbff!important;
	background: #5a6ffd; /* Old browsers */
	background: -moz-linear-gradient(left,  #5a6ffd 0%, #30a2ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #5a6ffd 0%,#30a2ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5a6ffd 0%,#30a2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6ffd', endColorstr='#30a2ff',GradientType=1 ); /* IE6-9 */
}
.button1.transparent{
	color:#54bcb5;
	background:transparent;
}
.button1.transparent:hover{
	color:#f4a23b;
	border:2px solid #f4a23b;
}
.button1.white{
	color:#54bcb5;
	background:white;
	border: 2px solid white;
}
.button1.white:hover{
	background:transparent;
	color:white;
	border:2px solid white;
}
.button2 {
	/*background-color: #ffc000;*/
	background-color: transparent;
	color: #fff;
	border:2px solid #fff;
}
.button2:hover {
	background-color: #fff;
	border:2px solid #fff;
	color: #5b9bd5;
}
.button3{
	color:#fff!important;
	background: #30a2ff;
	border: 1px solid #30a2ff;
}
.button3:hover{
	color: #a8dbff!important;
	background: #5a6ffd;
}
.button4{
	color:#924621!important;
	background: transparent;
	border: 1px solid #924621;
}
.button4:hover{
	color: #fff!important;
	background: #924621;
}
.button-white{
	color:#5b9bd5;
	background-color: #fff;
	border: 2px solid #fff;
}
.button-white:hover{
	color:#fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.button-big{
	padding: 14px 30px;
	width: 200px;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}
.button-center{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/*text color*/
.txt-red{color:#ff534e!important}
.txt-blue{color:#3e91fe!important}
.txt-orange{color:#FF6700!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}
.txt-brown{color:#924621!important}
/*grids*/
.col-raw{
	margin:0 -28px 0 -28px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-medium{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-stick{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 28px;
}
.col-narrow .col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-medium .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-stick .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.col-n{
		float: left;
	}
	.col-2{
		width:16.66%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-6{
		width:50%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
	.hide-pc{
		display: none;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}
/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Poppins', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #555;
	background-color:#fff;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 28px;
	padding: 0 2rem;
}
.site-content {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	width:100%;
	background-color:transparent;
	padding-top: 1px;
	position: absolute;
	z-index: 2;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Navigation Menu */
.main-navigation {
	margin-top: 7px;
	margin-top: 0.5rem;
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 2.6;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-family: 'Poppins', '微软雅黑',  Helvetica, Arial, sans-serif;
}
.main-navigation a.fa:after{
	font: normal normal normal 14px/1 FontAwesome;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#457ee8;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;

}
.main-navigation ul.nav-menu.toggled-on { display: inline-block; }

.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-page-ancestor > a {
	/*background: transparent;*/
	color:#a8dbff;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #EDEDED;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #fff;
	color: #000;
}
footer[role="contentinfo"] .site{
	margin-top: 35px;
	margin-bottom: 35px;
}
footer[role="contentinfo"] a {
	color: #000;
}
footer[role="contentinfo"] a:hover {
	color: #999;
}
footer[role="contentinfo"] h3{
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
footer[role="contentinfo"] strong{
	font-size: 18px;
	font-weight: 400;
}
footer[role="contentinfo"] .col-n{
	padding-top: 14px;
	padding-top: 1rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
}
#footer-subscribe{
	margin-bottom: 28px;
	font-size: 0;
}
.subscribe-input,
a.subscribe-submit{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
a.subscribe-submit{
	background: #000;
	color: #fff!important;
	width: 100px ;
	text-align: center;
	border-radius: 0 5px 5px 0;
	transition: all 0.2s;
}
a.subscribe-submit:hover{
	text-decoration: none;
	background-color: #5a6ffd;
}
.subscribe-input{
	border: 1px solid #d1d1d1;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	width: calc(100% - 100px);
}
#footer-contact{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#footer-contact img{
	width: 118px;
	height: 118px;
	margin-right: 18px;
}
#footer-contact-txt{
	width: calc(100% - 136px);
	line-height: 1.9;
	font-weight: 500;
	font-size: 14px;
}
.icon-contact{
	vertical-align: middle;
	width:20px;
	height:20px;
	display: inline-block;
	margin-right: 10px;
	background: url(images/icons-contact.png) no-repeat center top;
}
.icon-contact-2{
	background-position: 0 100%;
}
.footer-menu{
	padding-bottom: 28px;
	overflow: hidden;
}
.footer-menu ul{
	margin: 0;
	list-style: none;
}
.footer-menu li{
	padding-bottom: 10px;
}
#footer-menu-2 li{
	float: left;
	width: 100%;
}
.footer-bottom{
	padding-top: 14px;
	padding-top: 1rem;
}
.footer-bottom img{
	vertical-align: middle;
	display: block;
	opacity: 0.5;
	margin: 14px auto;
	-webkit-opacity: 0.5;
}
#footer-menu-1,
#footer-menu-3{
	float: left;
	width: 50%;
}
.icp{
	display: inline-block;
}
html[lang="en-US"] .icp{
	display: none;
}
@media screen and (min-width:1024px){
	footer[role="contentinfo"] .site{
		margin-top: 60px;
		margin-bottom: 30px;
	}
	#footer-contact-txt{
		font-size: 16px;
	}
	.footer-menu{
		float: left;
	}
	#footer-menu-1{
		width: 28%;
	}
	#footer-menu-2{
		width: 56%;
	}
	#footer-menu-2 li{
		width: 33%;
	}
	#footer-menu-3{
		width: 16%;
	}
	.footer-bottom img{
		display: inline-block;
		margin:0 35px 8px 0;
	}
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid rgba(0,0,0,0.1);;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}

.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
}
.site-blocks .entry-content h2.bigger{
	font-size: 23px;
	font-size: 1.642857rem;
}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.5;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.4;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
.item-post-search{
	margin-bottom: 40px;
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
.site-info {
	text-align: center;
}
.site-logo {
	width:44px;
	max-width:31%;
	display:block; float:none;
	margin:1.5rem auto 0 auto;
	overflow: hidden;
}
.site-logo img {
	width:100%;
	height:auto
}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }

#header-toolbar a{
	color: #fff;
	font-size: 21px;
	display: inline-block;
	margin: 0 6px;
}
#header-toolbar a:hover{
	text-decoration: none;
}
#header-toolbar a:last-child{
	margin-right: 0;
}
#header-toolbar{
	text-align: center;
}
#header-toolbar .iconfont{
	font-size: 18px;
	vertical-align: middle;
	display: block;
}
#header-toolbar i.fa{
	display: block;
}
.site-header .wpml-ls-legacy-list-horizontal{
	display: inline-block;
	vertical-align: middle;
	border: 0;
	padding: 0;
	height: 22px;
	margin: 0 8px;
	margin-top: -4px;
}
.site-header .wpml-ls-legacy-list-horizontal ul{
	background: rgba(0,0,0,0.1);
	padding: 3px;
	border-radius: 10px;
}
.site-header .wpml-ls-legacy-list-horizontal a{
	font-size: 14px!important;
	font-size: 1rem!important;
	margin: 0!important;
	padding: 0 6px;
	/*line-height: 52px!important;*/
}
#header-toolbar .wpml-ls-current-language a{
	color: #a8dbff;
}
.site-header.scroll #header-toolbar .wpml-ls-current-language a,
body.light-nav #header-toolbar .wpml-ls-current-language a{
	color: #3d93fe;
}
.site-header.scroll .wpml-ls-legacy-list-horizontal a{
	/*line-height: 40px!important;*/
}
#topFloatBar .wpml-ls-legacy-list-horizontal{
	padding: 0 18px 0 18px;
	line-height: 40px;
	overflow: hidden;
	height: 0;
}
#topFloatBar .wpml-ls-legacy-list-horizontal a:hover{
	text-decoration:none;
	color: #a8dbff;
}
#topFloatBar .wpml-ls-legacy-list-horizontal.toggled-on{
	border-top: 1px solid rgba(0,0,0,0.05);
	height: 40px;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	margin: 0;
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px;
	display: inline-block;
	line-height: 30px;
	/*border-radius: 4px;*/
	vertical-align: middle;
	box-sizing: border-box;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	background-image:none;
	background-color:#fff;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#fff;
	background-image:none;
	background-color:#457ee8;
	text-decoration: none;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #4b2567;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ffe6b1!important;
	border-top: 1px solid #b78123!important;
	border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 20px;
	min-width: 156px;
	width: auto;
	text-align: center;
	font-size: 16px!important;
	text-decoration: none;
	border-radius: 21px;
	line-height: 1;
	font-weight: 400;
	background-color: #a8dbff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
	color: #fff;
    background: #30a2ff;
    background: -moz-linear-gradient(left, #30a2ff 0%, #5a6ffd 100%);
    background: -webkit-linear-gradient(left, #30a2ff 0%,#5a6ffd 100%);
    background: linear-gradient(to right, #30a2ff 0%,#5a6ffd 100%);
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover{
	color: #a8dbff;
	background: #5a6ffd; /* Old browsers */
	background: -moz-linear-gradient(left,  #5a6ffd 0%, #30a2ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #5a6ffd 0%,#30a2ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5a6ffd 0%,#30a2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6ffd', endColorstr='#30a2ff',GradientType=1 ); /* IE6-9 */
}
.gform_wrapper .left_label .gfield_label {
	width: 30%!important;
	margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
	margin-left: 0%!important;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: .625em 0 1em;
}
.gform_confirmation_message{
	line-height: 1.6;
    font-size: 16px;
    color: #457ee8;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
@media only screen and (max-width: 641px){
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	    line-height: 1!important;
		min-height: auto!important;
	}
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}
/*baidu map*/
.iw_poi_title {color:#e83c16;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1280px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	.site-narrow{
		max-width: 880px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-medium{
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 20%;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}


	.main-navigation ul.nav-menu{
		overflow: visible;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0
	}
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		padding:0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.071428571rem;
	}
	.main-navigation li a {
		padding:0 21px;
		padding:0 1.5rem;
		display: block;
		color: #fff;
		line-height: 3;
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
	}

	.main-navigation .current-menu-item a:hover,
	.main-navigation .current-menu-ancestor a:hover,
	.main-navigation .current_page_item a:hover,
	.main-navigation .current_page_ancestor a:hover,
	.main-navigation .current-page-ancestor a:hover,
	.main-navigation a:hover,
	.main-navigation a:focus{
		color: #a8dbff;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-page-ancestor > a {
		color: #a8dbff;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor,
	.main-navigation .nav-menu > .current_page_item,
	.main-navigation .nav-menu > .current_page_ancestor,
	.main-navigation .nav-menu > .current-page-ancestor{
		position: relative;
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after,
	.main-navigation .nav-menu > .current-page-ancestor:after{
		position: absolute;
		/*content:"";*/
		width:calc(100% - 42px);
		height:2px;
		background-color:#a8dbff;
		left:21px;
		top: 43px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 96px);
		left:calc(50% - 96px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #457ee8;
		background: rgba(10,62,82,0.2);
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.1);
		display: block;
		line-height: 3;
		padding:0;
		width: 200px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #457ee8;
		color: #a8dbff;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	.admin-bar .site-header{
		top:32px;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: transparent;
	}
	.site-logo{
		filter: brightness(10);
		float:left;
		margin:12px;
		margin-left:0;
		width:44px;
		height:31px;
	}
	.main-navigation {
		/*float: left;*/
		clear: none;
		width: 50%;
		width: -webkit-calc(100% - 350px);
		width: calc(100% - 350px);
		display: inline-block;
		margin-top: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: right;
	}
	.main-navigation li {
		padding: 0;
	}
	.main-navigation li a{
		padding: 0 21px;
		line-height: 3.8;
	}
	#header-toolbar{
		text-align: right;
		display: inline-block;
		width: 285px;
		vertical-align: middle;
	}
	/* dynamic floating nav bar */
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *,
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header .main-navigation .nav-menu > .current_page_item:after,
	.site-header .main-navigation .nav-menu > .current_page_ancestor:after,
	.site-header .main-navigation .nav-menu > .current-page-ancestor:after {
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3;
		color: #333;
	}
	.site-header.scroll .main-navigation li ul a {
		background: #fff;
	}
	.site-header.scroll .main-navigation li ul.sub-menu,
	.site-header.scroll .main-navigation li ul.sub-menu li,
	.site-header.scroll .main-navigation li ul.sub-menu li a{
		/*增加产品菜单后取消行距缩放*/
		/*line-height: 2.5;*/
	}	
	.site-header.scroll .main-navigation .current-menu-item > a,
	.site-header.scroll .main-navigation .current-menu-ancestor > a,
	.site-header.scroll .main-navigation .current_page_item > a,
	.site-header.scroll .main-navigation .current_page_ancestor > a,
	.site-header.scroll .main-navigation .current-page-ancestor > a,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		color: #3d93fe;
		/*background-color: #000;*/
	}
	.site-header.scroll .main-navigation .nav-menu > .current-menu-item:after,
	.site-header.scroll .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_item:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current-page-ancestor:after {
		top: 46px;
	}
	.site-header.scroll .site-logo {
		margin-top:5px;
		margin-bottom:5px;
		width:44px;
		height: 31px;
		filter: brightness(1);
	}
	.site-header.scroll #header-toolbar a{
		color: #000;
	}
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	.main-navigation li a {
		padding: 0 35px;
		padding: 0 2.5rem;
	}
	.main-navigation li ul {
		left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);
	}
}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#009d55;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:20px;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
	background-color:#006e3b;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode #qrCode_cont img {
	display: inline-block;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.menu-item-has-children > a.fa:before{
	display: none;
}
.menu-item-has-children > a.fa:after{
	content: "\f107";
	margin-left: 5px;
}
@media screen and (max-width: 1023px) {
	.menu-item-has-children > a.fa:after{
		display: none;
	}
}

/*main menu for mobile side*/
/* TODO:wyy edit logo-top.png 替换成 logo-top-new.png */
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: url(images/logo-top-new.png) no-repeat 16px 13px #fff;
	background-size: 44px auto;
	z-index: 10;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
	height: 56px;
	width: 56px;
	line-height: 56px;
	min-height: 56px;
	font-size: 21px;
	text-align: center;
}
#topFloatBar_m {
	display: block;
	height: 56px;
	width: 90px;
	/* width: calc(100% - 100px); */
	margin-left: 0;
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.3);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 15px;
	font-size: 1.07142857rem;
	vertical-align: middle;
}
#topFloatBar #mobileMenu ul li.current_page_item>a,
#topFloatBar #mobileMenu ul li.current-menu-item>a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
	color:#a8dbff;
}
#topFloatBar #mobileMenu li a {
	padding-left: 28px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 46px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	background-image: url(images/icons_menu_2.png);
	background-position: center 0!important;
	width: 56px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: center 100%!important;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.65;
}
.site-blocks h1 {
	font-size:21px;
	font-size:1.5rem;
	font-weight: 300;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.5;
}
.site-blocks h2 {
	line-height: 1.35;
	text-align: center;
	font-size: 28px;
	font-size: 2rem;
	/*text-transform: uppercase;*/
	font-weight: 600;
	margin-bottom: 35px;
	color: #000;
}
.site-blocks h2.with-desc{
	margin-bottom: 14px;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks .entry-content h2:first-child,
.site-blocks .entry-content h3:first-child,
.site-blocks .entry-content p:first-child,
.site-blocks .entry-content ul:first-child,
.site-blocks .entry-content ol:first-child{
	margin-top: 0;
}
.site-blocks .entry-content h2:last-child,
.site-blocks .entry-content h3:last-child,
.site-blocks .entry-content p:last-child,
.site-blocks .entry-content ul:last-child,
.site-blocks .entry-content ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto 70px auto;
	margin:5rem auto 5rem auto;
}
.site-blocks.site-blocks-topstick .site{
	margin-top: 0;
}
.site-blocks.site-blocks-bottomstick .site{
	margin-bottom: 0;
}
.site-blocks.site-blocks-full{
	padding-left: 0;
	padding-right: 0;
}
.site-blocks.site-blocks-full .site{
	width: 100%;
	max-width: 1920px;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #000;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}
@media screen and (min-width: 1024px){
	.site-blocks{
		padding: 0 28px;
		padding: 0 2rem;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.site-blocks .site{
		margin:98px auto 98px auto;
		margin:7rem auto 7rem auto;
	}
	.site-blocks h2,
	.site-blocks .entry-content h2.bigger {
		font-size: 35px;
		font-size: 2.5rem;
		margin-bottom: 40px;
		line-height: 1.25;
	}
	.site-blocks .entry-content h2.big {
		font-size: 30px;
		margin-bottom: 42px;
		line-height: 1.3;
	}
}
@media screen and (min-width: 1600px){
	.site-blocks .site{
		margin:140px auto;
	}
}
.footerSubscriber {
	width:90%;
	max-width:300px;
	margin:0 auto;
}
.footerSubscriber form{
	margin-top:7px;
	margin-top:0.5rem;
}
.footerSubscriber #mail{
	width: -webkit-calc(100% - 105px);
	width: calc(100% - 105px);
	line-height: 2.1;
	border-radius: 15px;
	padding: 0;
	padding-left: 15px;
	border-width: 0;
	outline: none;
	height:30px;
}
.footerSubscriber #subscribe{
	width:80px;
	padding: 6px 0;
	font-weight: 400;
	border-radius: 15px;
	outline: none;
}
.footerSubscriber p{
	margin:21px 0;
	margin:1.5rem 0;
}
.footerSubscriber p a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 0;
}
.footerLink {
	text-align: center;
	font-size: 13px;
	font-size: 0.928571429rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
	padding-top: 14px;
	padding-top: 1rem;
	line-height: 1.6;
}
.copyright{
	margin-top:14px;
	margin-top:1rem;
	margin-bottom:14px;
	margin-bottom:1rem;
	font-weight:400;
}
footer .site-info {
	margin:0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}

/*homepage*/
#home-headimage{
	position: relative;
}
#home-headimage,
#home-headimage .swiper-slide{
	width: 100%;
	height: 138vw;
}
#home-kv .swiper-slide{
	background: #3d93fe no-repeat center center;
	background-size: cover;
}
#home-kv #home-slider-1 {
	background-image: url(images/home-top-bg.jpg);
}
#home-kv #home-slider-2 {
	background-image: url(images/home-top-bg-2.jpg);
}
#home-kv #home-slider-3 {
	background-image: url(images/home-top-bg-3.jpg);
}
#home-kv #home-slider-4 {
	background-image: url(images/home-top-bg-4.jpg);
}
#home-headimage {
	width:100%;
	overflow: hidden;
}
#home-headimage .swiper-slide img {
	width:100%;
	height: auto;
}
.home-swiper-pic{
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	font-size: 0;
	transition: all 0.3s;
	transition-delay: 0.3s;
	opacity: 0;
	transform: translate(50px,0);
}
.swiper-slide-active .home-swiper-pic{
	opacity: 1;
	transform: translate(0,0);
}
.home-swiper-pic img{
	width: 100%;
	height: auto;
}
.home-swiper-txt{
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 60px;
	padding: 0 28px;
}
.home-swiper-txt .button{
	margin-top: 28px;
	margin-top: 2rem;
}
.home-swiper-txt h2{
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 14px;
	line-height: 1.2;
}
.home-swiper-txt h3{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 14px;
}
.home-swiper-txt p{
	color: #fff;
	line-height: 1.6;
	font-size: 14px;
}
#home-swiper-column{
	display: none;
}
#home-kv{
	--swiper-theme-color: #fff;/* 设置Swiper风格 */
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}
@media screen and (min-width: 768px){
	.home-swiper-txt{
		top: 160px;
	}	
}
@media screen and (min-width: 1024px){
	#home-headimage,
	#home-headimage .swiper-slide{
		height: 700px;
	}
	.home-swiper-pic{
		right: 5%;
		width: 1000px;
		max-width: 60%;
		height: auto;
	}
	.home-swiper-txt{
		text-align: left;
		max-width: 650px;
		left: 0;
		top: 160px;
	}
	.home-swiper-txt h2{
		font-size: 42px;
		margin-bottom: 28px;
		line-height: 1.2;
	}
	.home-swiper-txt h3{
		color: #fff;
		font-size: 21px;
		line-height: 1.3;
		margin-bottom: 28px;
	}
	.home-swiper-txt p{
		line-height: 1.6;
		font-size: 16px;
	}
}
@media screen and (min-width: 1280px){
	#home-headimage,
	#home-headimage .swiper-slide{
		height: 100vh;
		max-height: 940px;
		min-height: 500px;
	}
	#home-headimage {
		margin-top: 0;
	}
	.home-swiper-pic{
		right: calc(50% - 900px);
	}
	.home-swiper-txt{
		left: calc(50% - 600px);
		top: 30%;
	}
	#home-swiper-column{
		position: absolute;
		display: block;
		left: calc(50% - 600px);
		bottom: 15%;
		color: #fff;
		line-height:40px!important;
		font-size: 16px;
		z-index: 1;
		padding-left: 28px;
		height: 120px;
		width: 260px;
	}
	#home-swiper-column .swiper-slide{
		cursor: pointer;
		width: 260px;
		height: 40px!important;
		line-height:40px!important;
		min-height:40px!important;
		font-size: 18px;
		color: #fff;
		opacity: 0.5;
	}
	#home-swiper-column .swiper-slide-active{
		opacity:1;
	}
}
#home-treatment .site{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.item-treatment{
	position: relative;
	font-size: 0;
	margin: 8px 0;
}
.item-treatment-mask{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.item-treatment img{
	width: 100%;
	height: auto;
	min-height: 340px;
	object-fit: cover;
}
.item-treatment-txt{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.item-treatment-txt h3{
	font-size: 21px;
	font-size: 1.5rem;
	margin: 0 auto;
	line-height: 1.2;
	font-weight: 500;
	max-width: 80%;
}
.item-treatment-txt p{
	width: 560px;
	max-width: 80%;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.35;
	margin: 28px auto;
}
#home-market{
	background: #fff;
}
#home-news,
#block-news,
#block-news-cont{
	background-color: #f2f4f7;
}
.block-news-bg{
	box-sizing: border-box;
	background-color: #fff;
	padding: 30px 21px;
}
.post-container{
	background: #fff;
	margin-top: 21px;
	margin-bottom: 21px;
	border-bottom: 4px solid #037DFB;
}
.post-container .post-thumbnail{
	display: block;
	font-size: 0;
	overflow: hidden;
}
.post-container .post-thumbnail img{
	width: 100%;
	transition: all 0.2s;
}
.post-container .post-thumbnail:hover img{
	transform: scale(1.05);
}
.post-container .post-txt{
	padding: 30px;
	box-sizing: border-box;
}
@media screen and (min-width: 768px){
	.post-container .post-txt{
		min-height: 298px;
	}
	.post-container-1 .post-txt{
		min-height: auto;
	}
}
 .post-container .post-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 21px;	
} 
/*.post-container .post-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;	
	display:block;
   white-space:nowrap;
}*/
.post-container .post-title:hover{
	text-decoration: none;
}
.post-container .post-date{
	font-size: 14px;
	font-size: 1rem;
	color:#CCCCCC;
}
.post-container .post-content{
	padding-top: 21px;
	/*margin-top: 21px;
	border-top: 1px solid #b6b7b7;*/
/* 	color: #000; */
	color:#848E9C;
	font-size: 14px;
	line-height: 1.7;
}
#home-market .button,
#home-news .button{
	margin-top: 28px;
}
@media screen and (min-width: 768px){
	.post-container.post-container-1{
		display: flex;
		flex-direction:row-reverse;
		align-items: center;
		border-bottom: 0;
	}
	.post-container.post-container-1 .post-thumbnail{
		width: 45%;
	}
	.post-container.post-container-1 .post-txt{
		width: 55%;
	}
	.post-container.post-container-1 .post-content{
		min-height: auto;
	}
}
@media screen and (min-width: 1024px){
	.block-news-bg{
		padding: 40px 50px;
	}
	.item-treatment-txt h3{
		font-size: 35px;
		font-size: 2.5rem;
	}
	.post-container .post-content{
		min-height: 116px;
	}
}
@media screen and (min-width: 1600px){
	.item-treatment-txt h3{
		text-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	.item-treatment-txt p{
		opacity: 0;
		height: 0;
		font-size: 15px;
    	font-size: 1.07147285rem;
		transition: all 0.3s;
	}
	.item-treatment:hover .item-treatment-txt p{
		opacity: 1;
		height: 80px;
		transform: scale(1,1);
	}
	.item-treatment-mask{
		opacity: 0;
		transition: all 0.3s;
	}
	.item-treatment:hover .item-treatment-mask{
		opacity: 1;
	}
}

/*inner pages*/
div#content {
	min-height: 150px;
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
/* 	background-image: url(images/top-inner.png); */
	background-image: url(https://www.wingderm.com/wp-content/uploads/2024/09/辅助图形-背景图.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #5674fd;
	background-size: auto 100%;
	height:280px;
	color: #a8dbff;
}
#top-inner.top-empty{
	height: 1px;
	background: transparent;
}
#top-inner .entry-title{
	box-sizing: border-box;
	padding: 0 28px;
	color: #fff;
	text-align: left;
	width: 900px;
	max-width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 110px;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	background-image: linear-gradient(80deg, #fff, rgba(255,255,255,0));
	opacity: .8;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
#top-inner .entry-title-sub{
	margin-top: 14px;
	color: #a8dbff;
	text-align: center;
	font-size: 14px;
	font-size:1rem;
	font-weight: 200;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: Arial;
}
h1.page-title,
h2.page-title {
	position: relative;
	line-height: 1.4;
	padding-bottom: 28px;
	color:#333;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
h1.page-title{
	font-size: 28px;
	font-size: 2rem;
}
h1.article-title{
	line-height: 1.4;
	padding-bottom: 14px;
	color:#333;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	font-style: italic;
}
.article-header{
	border-bottom: 1px solid #ddd;
	padding-bottom: 21px;
	margin-bottom: 40px;
}
.article-content{
	margin-bottom: 40px;
}
@media screen and (min-width:768px){
	#top-inner {
		/*background-size: auto 100%;*/
		background-size: cover;
		height:320px;
	}
	#top-inner .entry-title{
		margin-top: 180px;
		font-size: 70px;
	}
	.top-image {
		height: 150px;
		background-size:auto 100%;
	}
}
@media screen and (min-width:1024px){
	#top-inner {
		height:320px;
	}
	#top-inner.top-high{
		height:360px;
	}
	#top-inner .entry-title{
		margin-top: 140px;
	}
	h1.article-title{
		font-size: 28px;
		font-size: 2rem;
	}
}

#top-breadcrumbs {
	display: none;
	text-align: center;
	background: transparent;
	padding: 14px 0;
	line-height: 1.5;
	font-size: 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
#top-breadcrumbs a{
	color: #fff;
}
#top-breadcrumbs a:hover{
	text-decoration: none;
	color:#a8dbff;
}
#block-about-1{
	background-image: url(images/bg-about-1.jpg);
	background-position: center center;
}
#block-about-2{
	background-position: center center;
}
#block-about-3{
	background: #dde1ef;
}
#block-about-4{
	min-height: 1060px;
	background: url(images/bg-about-3-min.jpg) no-repeat #dde1ef;
	background-position: center bottom;
}
#block-about-1 .site{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
}
#block-about-2 .site{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 330px;
}
.white-txt h2,
.white-txt p{
	color: #fff;
}
.title-dot{
	display:inline-block;
	vertical-align:middle;
	background:#43454f;
	border-radius:50%;
	width:42px;
	height:42px;
	text-align:center;
}

.item-value{
	color: #000;
	box-sizing: border-box;
	background: #f8f8f8;
	padding: 50px 25px;
	text-align: center;
	margin-bottom: 16px;
}
.item-value h3{
	color: #000;
	margin: 0;
	font-style: italic;
}
.item-value p{
	min-height: 108px;
	text-align: left;
}
.icon-value{
	width: 100px;
	height: 100px;
	margin: 0 30px 0 0;
	display: block;
	background: url(images/icons-value-2.png);
	background-size: 100% auto;
	margin-bottom: 16px;
}
.icon-value-2{background-position: 0 -33.33%;}
.icon-value-3{background-position: 0 -66.66%;}
.icon-value-4{background-position: 0 -100%;}
.item-value-head{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.milestone{
	position: relative;
	margin-top: 49px;
	margin-top: 3.5rem;
	padding-bottom: 70px;
}
.milestone:after{
	z-index:0;
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	content:"";
	background-color: #c2c5d1;
	top:12px;
	left:4px;
}
img.milestone-pic {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-top: 21px;
}
.milestone-item{
	position: relative;
}
.milestone-item:before{
	z-index: 2;
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	content:"";
	background-color: #5674fd;
	border-radius: 50%;
	top: 8px;
	left:0;
}
.milestone-item:after{
	z-index: 1;
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	content:"";
	background-color: #5674fd;
	top:12px;
	left:4px;
}
.milestone-item{
	padding-left: 50px;
	text-align: left;
}
.milestone-txt {
	width: 100%;
	padding-bottom: 28px;
}
.milestone-txt time{
	color: #5876fd;
	display: block;
	line-height: 1.2;
	font-size: 21px;
	margin-bottom: 5px;
}
.milestone-txt p{
	margin:0;
	font-size: 16px;
	color: #000;
}
#block-about-part-2{
	background-color: #f8f8f8;
}
p.quote-mark{
	position: relative;
	color: #848E9C;
	width: calc(100% - 160px);
	margin: 50px 78px!important;
}
p.quote-mark:before{
	position: absolute;
	width: 78px;
	height: 50px;
	left: -78px;
	top: -50px;
	content: "";
	background: url(images/quote-start.png) no-repeat;
}
p.quote-mark:after{
	position: absolute;
	width: 78px;
	height: 50px;
	right: -78px;
	bottom: -50px;
	content: "";
	background: url(images/quote-end.png) no-repeat;
}
div.line-blue{
	width: 100px;
	height: 2px;
	margin: 5px 0;
	display: block;
	background: #037DFB;
}
div.line-blue.line-center{
	margin-left: auto;
	margin-right: auto;
}
div.line-space-bottom{
	margin-bottom: 40px;
}
h2.title-about{
	font-style: italic;
	font-weight: 600!important;
	font-size: 28px!important;
	margin-bottom: 5px!important;
}
html[lang="zh-hans"] h2.title-about{
	letter-spacing: 7px;
}
.team-line{
	margin-bottom: 40px;
	background: url(images/team-line.png) no-repeat center top;
}
.team-item h3{
	font-weight: 500;
	margin: 10px 0 0 0;
	color: #000;
	line-height: 1.3;
	}
.team-item p{
	margin: 0;
}
@media screen and (max-width: 767px){
	.team-line{
		margin-bottom: 0;
		background: none;
	}
	.team-item{
		margin-bottom: 40px;
		background: url(images/team-line.png) no-repeat center top;
	}
}
@media screen and (min-width: 768px){
	.milestone-txt time{
		font-size: 28px;
	}
	.milestone-txt {
		width: calc(50% - 60px)
	}
	.milestone-item{
		overflow:hidden;
		padding:0 0 28px 0;
	}
	.milestone-item:before{
		left:calc(50% - 5px);
		top: 12px;
	}
	.milestone:after{
		left:calc(50% - 1px);
	}
	.milestone-item:after{
		width: 40px;
		top: 16px;
	}
	.milestone-item:nth-child(odd) .milestone-txt{
		float: right;
		text-align: left;
	}
	.milestone-item:nth-child(odd):after{
		left: 50%;
	}
	.milestone-item:nth-child(even) .milestone-txt{
		float: left;
		text-align: right;
	}
	.milestone-item:nth-child(even):after{
		left: auto;
		right: 50%;
	}
}
@media screen and (min-width: 1024px){
	.title-dot{
		width:55px;
		height:55px;
	}
	.item-value{
		padding: 70px 60px;
	}
	.milestone-txt {
		width: calc(50% - 120px)
	}
	.milestone-item:before{
	}
	.milestone-txt time{
		font-size: 35px;
	}
	.milestone-item:after{
		width: 85px;
		top: 17px;
	}
}

/*team page*/
#block-team-1{
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	background-size: auto 600px;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}
#block-team-1 .site{
	margin-top:90px;
	margin-bottom:80px;
}
#swiper-team-out{
	position: relative;
	margin-top: 0;
	overflow: hidden;
}
#swiper-team{
	width: 1180px;
	max-width: 100%;
	margin:40px auto;
	overflow: visible;
}
#swiper-team .swiper-slide{
	width: 190px;
	overflow: visible;
	cursor: pointer;
	transition:all 0.2s;
	z-index: 0;
}
#swiper-team .swiper-slide img{
	width: 100%;
	height: auto;
}
#swiper-team .swiper-slide:hover{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	z-index: 1;
}
#swiper-team-next,
#swiper-team-prev{
	cursor: pointer;
	z-index: 3;
	position: absolute;
	width: 25px;
	height: 51px;
	top:calc(50% - 25px);
	filter: brightness(100%);
}
#swiper-team-next{
	background: url(images/arraw-right.png) no-repeat center center;
	right: 0;
}
#swiper-team-prev{
	background: url(images/arraw-left.png) no-repeat center center;
	left: 0;
}
#swiper-team-out .swiper-button-disabled{
	display: none;
}
.swiper-team-txt{
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100px;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	box-sizing: border-box;
	padding:20px 25px;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	background: -moz-linear-gradient(bottom,  rgba(41,70,206,1) 0%, rgba(41,70,206,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(41,70,206,1) 0%,rgba(41,70,206,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(41,70,206,1) 0%,rgba(41,70,206,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.swiper-team-txt h3{
	color: #fff;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 7px 0;
}
.swiper-team-txt p{
	margin:0;
	font-size: 12px;
	line-height: 1.25;
}
#team-txt{
	position: relative;
	box-sizing: border-box;
	width: 720px;
	max-width: 100%;
	color: #fff;
	min-height: 350px;
}
#team-txt .team-txt{
	left: 0;
	top:0;
	position: absolute;
	width: 100%;
	transition: 0.4s all;
	opacity: 0;
	color: #000;
}
#team-txt .team-txt.stay{
	opacity: 1;
}
#team-txt h2{
	display: inline-block;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 500;
	text-align:left;
	margin-right: 20px;
}
#team-txt h3{
	display: inline-block;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 15px;
}
#swiper-team .preload{
	width: 1%;
	height: 1%;
	position: absolute;
	z-index: -1;
	bottom:0;
	right: 0;
	font-size: 0;
}
@media screen and (min-width:768px){
	#block-team-1{
		background-size: auto;
	}
	#block-team-1 .site{
		margin-top:280px;
		margin-bottom:80px;
	}
	#team-txt{
		padding-left: 28px;
		min-height: 280px;
	}
	#team-txt .team-txt{
		left: 28px;
	}
	#team-txt h2{
		font-size: 35px;
	}
	#team-txt h3{
		font-size: 21px;
		line-height: 1.2;
	}
	#swiper-team .swiper-slide{
		width: 236px;
	}
}

/*join us page*/
#top-inner.top-join{
	background-image: url(images/top-join.jpg);
	background-size: cover;
}
.list-benefits{
	text-align: center;
}
.item-benefits{
	color: #000;
	text-align: left;
	width: 300px;
	padding: 0 21px 46px 21px;
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
}
.item-benefits img{
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.item-benefits h3{
	color: #000;
	box-sizing: border-box;
	text-align: center;
	margin: 25px 0 10px 0;
	font-style: italic;
}
.item-benefits p{
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
}
#block-join-0,
#block-join-1,
#block-join-2,
#block-join-3{
	background-color: #f8f8f8;
}
.item-position{
	overflow: hidden;
	color: #999;
	margin-bottom: 49px;
}
.item-position h4{
	color: #333;
}
.item-position-title{
	background:#eee;
	color: #333;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 28px;
	font-style: italic;
}
.item-position-desc1,
.item-position-desc2{
	box-sizing: border-box;
	padding: 10px 28px;
}
#block-join-en-1{
	background-image: url(images/bg-join-1.jpg);
	background-position: center;
}
#block-join-en-2{
	background-image: url(images/bg-join-2.jpg);
	background-position: right center;
}
#block-qa-1{
	background-image: url(images/bg-qa.jpg);
	background-position: center;
	background-size: cover;
}
.icon-qa {
	width: 90px;
	height: 90px;
	display: block;
	margin: 20px auto;
	background: url(images/icons-qa.png) no-repeat;
	background-size: 100% auto;
	background-position: center 0;
}
.icon-qa-2{ background-position: 0 50%; }
.icon-qa-3{ background-position: 0 100%; }
.join-value{
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#join-value-1{
	background-image: url(images/join-bg-1.png);
}
#join-value-2{
	background-image: url(images/join-bg-2.png);
}
.join-value h2{
	font-weight: 600!important;
	margin-bottom: 5px!important;
	color: #333;
}
@media screen and (min-width: 1024px){
	.join-value{
		padding: 0 66px;
	}
	.join-value h2{
		letter-spacing: 7px;
	}
	.join-value p{
		max-width: 590px;
	}
	#join-value-2{
		text-align: right;
		align-items: flex-end;
	}

	.item-position-desc1,
	.item-position-desc2{
		float: left;
		width: 55%;
	}
	.item-position-desc2{
		width: 45%;
	}
	#block-join-en-1{
		height: 800px;
	}
	#block-join-en-2{
		height: 765px;
	}
	#block-join-en-1 .site,
	#block-join-en-2 .site{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: calc(100% - 200px);
	}
	#block-join-en-1 h2,
	#block-join-en-2 h2{
		font-size: 30px;
		margin: 50px 0;
		line-height: 1.2;
	}
	#block-join-en-1 p,
	#block-join-en-2 p{
		max-width: 720px;
	}
}

/*Global Presence page and homepage map*/
#block-gp-1{
	background-color: #5674fd;
}
#block-gp-1 .site,
#home-market .site{
	overflow: visible;
}
#gp-map{
	position: relative;
	margin-top: 80px;
}
.gp-dot{
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background: #5674fd;
	border-radius: 50%;
	transition: all 0.2s;
}
.gp-dot:after{
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
	border-radius: 50%;
	transition: all 0.2s;
}
.gp-dot:hover,
.gp-dot.on{
	z-index: 2;
	background: #ff5c36;
}
.gp-dot:hover:after{
	transform: scale(0.7);
}
.gp-cont{
	z-index: 3;
	text-align: left;
	font-size: 0;
	color: #000;
	position: absolute;
	/*left: 18px;
	top: -55px;*/
	display: block;
	width: 336px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0;
	transform: translate(0,-30px);
	pointer-events: none;
}
.gp-right .gp-cont{
	left: auto;
	right: 18px;
}
.gp-bottom .gp-cont{
	top: auto;
	bottom: -55px;
}
.gp-dot:hover + .gp-cont,
.gp-dot.on + .gp-cont{
	opacity: 1;
	transform: translate(0,0);
	pointer-events: auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.gp-cont img{
	width: 100%;
	height: auto;
}
.gp-txt{
	box-sizing: border-box;
	padding: 21px;
}
.gp-cont p{
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 13px;
	margin: 0;
	color: #000;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gp-cont p:before{
	position: absolute;
	content: "";
	border-radius: 50%;
	background: #5674fd;
	left: 2px;
	top: 8px;
	width: 5px;
	height: 5px;
}
.gp-cont h3{
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 19px;
}
.gp-cont h4{
	text-transform: uppercase;
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width: 767px){
	.gp-cont{
		left: calc(50% - 168px)!important;
		top: -20px!important;
	}
}
#home-market-map{
	position: relative;
}
#home-market-map-bg{
	width: 100%;
	height: auto;
	max-width: 100%;
}
#home-market-map .gp-dot{
	pointer-events: none;
	background: transparent;
}
#home-market-map .gp-dot:after{
	content: "";
	width: 36px;
	height: 31px;
	background: url(images/map-dot.png) no-repeat;
	border: 0;
	border-radius: 0;
	left: -9px;
	top: -15px;
}
#home-market-map .gp-dot.on:after{
	background-image: url(images/map-dot-on.png) ;
}
#home-market-map .gp-dot.gp-china:after{
	width: 48px;
	height: 60px;
	background: url(images/map-point-2.png) no-repeat;
	left: -21px;
	top: -44px;
}
#home-market-map .gp-dot.gp-china.on:after{
	background-image: url(images/map-point-2-on.png) ;
}

#home-market-map .gp-cont{
	left: 50px;
}
#home-market-map .gp-right .gp-cont{
	left: auto;
	right: 50px;
}
.gp-cont.gp-contact-item{
	position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    transform: translate(0,0);
    pointer-events: auto;
    width: 100%;
    margin-bottom: 32px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
}
#block-contact-1,
#block-contact-2{
	background-color: #f2f4f7;
}
.gp-txt span{
	color: #aaa;
	display: inline-block;
}
#vendor-content{
	background-color: #fff;
}
#vendor-content-img{
	font-size: 0;
}
#vendor-content-txt{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
#vendor-content-txt h3{
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#vendor-content-txt li{
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 14px;
}
#vendor-content-img img{
	width: 100%;
	height: auto;
}
#vendor-content-txt .listname{
	display: inline-block;
	color: #999;
	width: 70px;
}
#vendor-content-txt span{
	display: inline-block;
	vertical-align: top;
}
#vendor-content-txt span.listcont{
	width: calc(100% - 75px);
}
#link-distributor{
	position: relative;
	background: #C87CED url(images/bg-distributer.png) center center no-repeat;
	height: 320px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 28px;
}
#link-distributor:hover{
	text-decoration: none;
}
#link-distributor h3{
	line-height: 1.3;
	text-align: center;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 400;
	transition: 0.3s all;
}
#link-distributor:hover h3{
	transform: scale(0.9);
}
#link-distributor .circle{
	position: absolute;
	width: 200px;
	height: 200px;
	background: transparent;
	border: 4px solid #fff;
	border-radius: 50%;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	animation: discruibutorCircle infinite 5s linear;
	opacity: 0;
	transform: scale(0.7);
}
@keyframes discruibutorCircle{
	from{opacity: 0.5; transform: scale(0.7);}
	to{opacity: 0; transform: scale(2);}
}
#link-distributor .circle-2{
	animation-delay: 2.5s;
}
#dropdown-vendors{
	width: 100%;
	margin-bottom: 28px;
}
#dropdown-vendors select{
	width: 100%;
	height: 40px;
}
@media screen and (min-width: 768px){
	.gp-cont.gp-contact-item .gp-txt{
		min-height: 118px;
	}
	.col-12 .gp-cont.gp-contact-item{
		display: flex;
		flex-direction: row-reverse;
	}
	.col-12 .gp-cont.gp-contact-item .gp-pic{
		width: 387px;
	}
	.col-12 .gp-cont.gp-contact-item .gp-txt{
		width: calc(100% - 387px);
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 28px;
		padding-right: 28px;
	}
	.gp-txt span{
		min-width: 56px;
	}
	#vendor-content{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1440px){
	.col-12 .gp-cont.gp-contact-item .gp-txt{
		padding-left: 70px;
	}
	.col-12 .gp-cont.gp-contact-item .gp-txt h3{
		margin-bottom: 10px;
	}
	#link-distributor h3{
		font-size: 35px;
	}
}
/*treatment page*/
.treatment-container{
	background: #fff;
	margin-top: 21px;
	margin-bottom: 21px;
}
.treatment-container *{
	transition: 0.2s all;
}
.treatment-container .treatment-txt,
.treatment-container .treatment-product{
	padding: 30px;
	box-sizing: border-box;
	min-height: 250px;
}
.treatment-container .treatment-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 21px;
}
.treatment-container .treatment-title:hover{
	text-decoration: none;
}
.treatment-container .treatment-date{
	font-size: 14px;
	font-size: 1rem;
}
.treatment-container .treatment-content{
	color: #000;
	font-size: 14px;
	line-height: 1.7;
}
.treatment-thumbnail{
	position: relative;
	display: block;
	font-size: 0;
}
.treatment-mask{
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.treatment-thumbnail img{
	object-fit: cover;
	transition: 0.2s all;
}
.treatment-thumbnail .button{
	transition:all 0.2s;
	transform: scale(0);
}
.treatment-container:hover .button{
	transform: scale(1) translate(0,10px);
}
.treatment-thumbnail h3{
	font-style: italic;
	margin-bottom: 10px;
	transition:all 0.2s;
	transform: scale(1.3) translate(0,15px);
}
.treatment-container:hover h3{
	transform: scale(1) translate(0,10px);

}
.treatment-product h3{
	text-align: center;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.treatment-product p{
	text-align: center;
	margin: 0;
	margin-top: -15px;
	font-weight: 500;
}
.treatment-cont-box{
	position: relative;
}
.treatment-product{
	transition: 0.2s all;
	opacity: 0;
	pointer-events: none;
}
.treatment-txt{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transition: 0.2s all;
	opacity: 1;
}
.treatment-container:hover .treatment-product{
	opacity: 1;
	pointer-events: auto;
}
.treatment-container:hover .treatment-txt{
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 1440px){
	.treatment-container{
		overflow: hidden;
	}
	.treatment-container:hover .treatment-thumbnail,
	.treatment-container:hover .treatment-cont-box{
		transform: translate(0,-30px);
	}
}
#block-treatment-1,
#block-treatment-3,
#block-treatment-5,
#block-treatments-list-1{
	background: #e7eaf4;
	color: #000;
}
#block-treatment-2{
	color: #000;
}
#block-treatment-1 h1{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 50px;
	font-size: 35px;
}
#block-treatment-1 h3,
#block-treatment-2 h3{
	color: #000;
	font-weight: 500;
}
#block-treatment-2 .col-n{
	padding-top: 15px;
	padding-bottom: 15px;
}
#swiper-before-after-prev,
#swiper-before-after-next{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #000;
}
#swiper-before-after-prev{
	left: 0;
}
#swiper-before-after-next{
	right: 0;
}
#swiper-before-after-prev:hover,
#swiper-before-after-next:hover{
	background: #30a2ff;
	background: -moz-linear-gradient(left, #30a2ff 0%, #5a6ffd 100%);
	background: -webkit-linear-gradient(left, #30a2ff 0%,#5a6ffd 100%);
	background: linear-gradient(to right, #30a2ff 0%,#5a6ffd 100%);
}
#swiper-before-after-prev:after,
#swiper-before-after-next:after{
	font-size: 16px;
}
#swiper-before-after .swiper-slide{
	text-align: center;
}
@media screen and (min-width: 1024px){
	#swiper-before-after .swiper-slide img{
		max-width: calc(100% - 140px);
	}
}
.item-resource{
	width: 100%;
	background: #f7f9fc;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 14px;
}
.item-resource-icon{
	background: #e7eaf4 url(images/icon-pdf.png) center center no-repeat;
	width: 80px;
	height: 70px;
}
.item-resource-name{
	margin: 0!important;
	padding-left: 30px;
	box-sizing: border-box;
}
.item-resource-name a:hover{
	text-decoration: none;
}
a.item-related-product{
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	padding: 20px 0 50px 0;
	text-align: center;
	background: #f7f8f9;
	transition: 0.3s all;
}
a.item-related-product:hover{
	background: #eeeff0;
}
a.item-related-product h3{
	margin-top: 0;
}
a.item-related-product img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
a.item-related-product .button{
	opacity: 0;
}
a.item-related-product:hover .button{
	opacity: 1;
}


/*header search*/
#header-search{
	position: absolute;
	right: 0;
	width: 90%;
	width: calc(100% - 56px);
	text-align: center;
	display: inline-block;
	opacity: 0;
	transform: translate(0,-60px);
	pointer-events: none;
}
#header-search a:hover{
	text-decoration: none;
}
#header-search form{
	width: 80%;
	margin: 0 auto;
}
#header-search input{
	box-sizing: border-box;
}
#header-search input[type="text"]{
	background: transparent;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #fff;
	width: calc(100% - 90px);
}
#header-search input[type="text"]::-webkit-input-placeholder{
	color: rgba(255,255,255,0.5);
}
#header-search input[type="submit"]{
	font: normal normal normal 14px/1 FontAwesome;;
	color: #fff;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 24px;
	padding: 0;
	vertical-align: middle;
}
#header-search a{
	font-size: 24px;
	padding: 0;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#searchclose{
	margin-left: 12px;
}
.search-on #header-search{
	pointer-events: auto;
	opacity: 1;
	transform: translate(0,-45px);
}
.search-on #header-toolbar{
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 1024px){
	#header-search{
		text-align: right;
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.search-on #site-navigation,
	.search-on #header-toolbar{
		opacity: 0;
		pointer-events: none;
	}
	.search-on #header-search{
		transform: translate(0,0);
	}
	#header-search{
		margin-top: 14px;
	}
}
.site-header.scroll #header-search{
	margin-top: 9px;
	color: #000;
	transform: translate(0,0);
}
.site-header.scroll #header-search input[type="text"]{
	color: #000;
	border-bottom: 0;
	background: #eee;
	border-radius: 4px;
	padding-left: 8px;
	border: 0;
}
.site-header.scroll #header-search input[type="text"]::-webkit-input-placeholder{
	color: rgba(0,0,0,0.5);
}
.site-header.scroll #header-search a,
.site-header.scroll #header-search input[type="submit"]{
	color: #000;
}

body.light-nav .site-logo {
	filter: brightness(1);
}
body.light-nav .main-navigation li a{
	color: #333;
}
body.light-nav .main-navigation li ul a {
	background: #fff;
}
body.light-nav .main-navigation .current-menu-item > a,
body.light-nav .main-navigation .current-menu-ancestor > a,
body.light-nav .main-navigation .current_page_item > a,
body.light-nav .main-navigation .current_page_ancestor > a,
body.light-nav .main-navigation .current-page-ancestor > a,
body.light-nav .main-navigation a:hover,
body.light-nav .main-navigation a:focus{
	color: #3d93fe;
}
body.light-nav #header-toolbar a{
	color: #000;
}
body.light-nav #header-search{
	color: #000;
}
body.light-nav #header-search input[type="text"]{
	color: #000;
	background: #eee;
	border-radius: 4px;
	padding-left: 8px;
	border: 0;
}
body.light-nav #header-search input[type="text"]::-webkit-input-placeholder{
	color: rgba(0,0,0,0.5);
}
body.light-nav #header-search a,
body.light-nav #header-search input[type="submit"]{
	color: #000;
}
body.light-nav-whitebg .site-header{
	background-color: white;
}
/*product single pages*/
#top-inner.top-product{
	height: 800px;
	text-align: center;
	color: #fff;
}
.top-product a{
	color: #ffff;
}
.top-product #breadcrumbs{
	margin-top: 50px;
}
.top-product h2{
	font-size: 28px;
	margin-top: 35px;
	margin-bottom: 28px;
	line-height: 1.1;
	font-weight: 500;
}
.top-product h3{
	font-size: 21px;
	margin-bottom: 28px;
	line-height: 1.2;
}
@media screen and (min-width: 768px){
	#top-inner.top-product{
		height: 700px;
	}
	#top-product-txt{
		float: left;
		text-align: left;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 700px;
	}
	#top-product-img{
		font-size: 0;
		float: right;
		text-align: center;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		height: 700px;
	}
	.top-product h2{
		font-size: 35px;
		margin-bottom: 35px;
	}
	.top-product h3{
		color: #fff;
	}
}
.top-product h3{
	font-size: 21px;
	margin-bottom: 28px;
	line-height: 1.3;
	font-weight: 600;
}

.top-product-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	height: 60px;
	width: 100%;
}
.top-product-nav.sticky{
	position: fixed;
	z-index: 5;
	top: 46px;
	bottom: auto;
}
.admin-bar .top-product-nav.sticky{
	top:  78px;
	z-index: 5;
}
.top-product-nav-logo{
	float: left;
	width: 200px;
	line-height: 60px;
	text-align: left;
}
.top-product-nav-logo img{
	width: auto;
	height:30px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	filter: brightness(0);
}
.top-product-nav-menu{
	float: right;
	width: calc(100% - 200px);
	text-align: right;
	font-size: 0;
}
.top-product-nav-menu li{
	text-align: center;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	font-size: 17px;
}
.top-product-nav-menu li a{
	display: block;
	color: #666;
	padding: 0 20px;
}
.top-product-nav-menu li:last-child a{
	padding-right: 0;
}
.top-product-nav-menu li a:hover{
	text-decoration: none;
	color: #3d93fe;
}
p.narrow{
	width: 660px;
	max-width: 100%;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
#block-weshape-10{
	background-color: #000;
}
@media screen and (min-width: 1024px){
	.top-product-nav-menu li a{
		padding: 0 45px;
	}
}
@media screen and (max-width: 768px){
	.top-product-nav-mb{
		height: auto;
		background: #fff;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.top-product-nav-logo{
		line-height: 56px;
		margin-left: 28px;
	}
	#top-product-nav-trigger{
		font-size: 21px;
		width: 56px;
		height: 56px;
		line-height: 56px;
		text-align: center;
		float: right;
	}
	.top-product-nav-menu-mb{
		clear: both;
		display: block;
		width: 100%;
		position: relative;
		background: #fff;
		transition: 0.2s all;
		height: 0;
		overflow: hidden;
	}
	.top-product-nav-menu-mb.toggled{
		height: 172px;
	}
	.top-product-nav-menu-mb li{
		width: 100%;
	}
	.top-product-nav-menu-mb li a{
		line-height: 42px;
		border-top:1px solid rgba(0, 0, 0, 0.05);
		display: block;
		box-sizing: border-box;
		padding: 0 28px;
		width: 100%;
	}
	.top-product-nav-menu-mb li a:hover{
		text-decoration: none;
		color: #3d93fe;
	}
}

/*product inner pages*/
.title-product-inner-img{
	width: 472px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.title-product-inner-img-left{
	margin: 0;
}
h2.title-product-inner{
	position: relative;
	font-size: 25px!important;
	color: #000;
	font-weight: 600!important;
	margin: -30px auto 50px!important;
}
h2.title-product-inner:after{
	content: "";
	width: 100px;
	height: 2px;
	position: absolute;
	left: calc(50% - 50px);
	top:40px;
	background: #0091FF;
}
h2.title-product-inner-left{
	text-align: left;
}
h2.title-product-inner-left:after{
	left: 0;
}
.tablepress tbody tr{
	display: block;
}
.tablepress tbody td,
.tablepress tfoot th{
	width: 50%;
	padding: 8px 0;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 14px;
	display: inline-block;
	border-top: 0px!important;
}
table.tablepress{
	border-bottom: 0;
}
.tablepress b{
	display: inline-block;
	margin-top: 20px;
	color: #000;
	font-weight: 600;
}
.tablepress .column-1,
.tablepress .column-3{
	color: #037DFB;
}
#block-product-inner-1 .site,
#block-product-inner-2 .site{
	margin-bottom: 0;
	margin-top: 80px;
}
#img-before-after{
	position: relative;
	font-size: 0;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#img-before-after img{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}
#img-before{
	height: 100%;
	background-size: auto 100%;
	background-position: left top;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 50%;
}
#img-before,
#img-after{
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
#ba-mover{
	cursor: pointer;
	position: absolute;
	width: 60px;
	height: 100%;
	background: url(images-products/inner-ba-mover.png) center center;
	background-size: 100% auto;
	z-index: 2;
	top: 0;
	left: calc(50% - 30px);
}
a.product-video-item{
	font-size: 0;
	display: block;
	margin-bottom: 28px;
}
a.product-video-item img{
	width: 100%;
}
.product-video-item p.product-video-item-title{
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #fff;
	background: #533523;
	font-size: 14px;
	font-size: 1rem;
	margin: 0;
}
h2.title-product-stroke{
	margin: 0!important;
	font-size: 42px!important;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(0,0,0,0.3);
	font-weight: 800!important;
	line-height: 1!important;
}
.anchor-a{
	height: 102px;
	margin-top: -102px;
	display: block;
	width: 1px;
	visibility: hidden;
}
#block-product-inner-4{
	background: url(images-products/inner-bownload-bg.jpg) no-repeat center center;
	background-size: cover;
}
#block-product-inner-4 .button{
	display: block;
	margin: 14px auto 35px auto;
}
#block-product-inner-4 p{
	font-style: italic;
	font-weight: 500;
	size: 18px;
	margin-bottom: 0;
}
#block-product-inner-4 p.download-name{
	font-size: 28px;
	font-size: 2rem;
	margin-top: 0;
}
.product-info-content{
	padding-bottom: 28px;
}
@media screen and (max-width: 767px){
	.tablepress tbody td:empty,
	.tablepress tfoot th:empty{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.tablepress tbody td,
	.tablepress tfoot th{
		width: 25%;
	}
	h2.title-product-stroke{
		font-size: 56px!important;
	}
	h2.title-product-inner{
		font-size: 35px!important;
		margin: -36px auto 50px!important;
	}
}

/*panel-product*/
#product-panel-content{
	display: none;
}
@media screen and (min-width: 1200px){
	.main-navigation .panel-product .sub-menu:after{
		position: absolute;
		z-index: -1;
		content: "";
		width: 3000px;
		height: 322px;
		background: #fff;
		left: -800px;
		top: 0;
		box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
	}
	.main-navigation .panel-product .sub-menu{
		left: 0;
		height: 322px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: 0.2s all;
		opacity: 0;
		transform: translate(0,-15px);
	}
	.main-navigation .panel-product:hover .sub-menu{
		opacity: 1;
		transform: translate(0,-15px);
	}
	.main-navigation .panel-product .sub-menu li a{
		text-align: left;
		padding-left: 35px;
	}
	#product-panel-content{
		display: block;
		pointer-events: none;
		width: 100%;
		position: fixed;
		z-index: 99;
		margin: 58px auto 0 auto;
		height: 322px;
		opacity: 0;
		transform: translate(0,-15px);
	}
	#product-panel-content.scroll{
		margin-top: 46px;
	}
	#product-panel-content.stay{
		opacity: 1;
		transform: translate(0,0);
		/*pointer-events: auto;*/
	}
	#product-panel-img{
		display: block;
		position: absolute;
		z-index: 1;
		left: calc(50% - 200px);
		top: 0;
		width: 400px;
		height: 322px;
	}
	#product-panel-txt{
		text-align: left;
		width: 340px;
		position: absolute;
		z-index: 2;
		left: calc(50% + 150px);
		bottom: 28px;
		color: #848E9C;
		font-size: 13px;
	}
	#product-panel-txt p{
		margin-top: 20px;
		line-height: 1.35;
	}
}
/*product list*/
#block-products-1{
/* 	background: #F8F8F8 url(images/bg-products.png) center top no-repeat; */
	background: #F8F8F8 url(https://www.wingderm.com/wp-content/uploads/2024/10/未标题-2-scaled.jpg) center top no-repeat;
	background-size: 100% auto;
}
.product-list-logo{
	display: block;
	height: 30px;
	width: auto;
	margin: 0 auto;
}
.product-list-item p{
	font-size: 13px;
	line-height: 1.6;
}
.product-list-item{
	display: block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px;
	margin-bottom: 28px;
	margin-top: 14px;
	transition: 0.2s all;
	background: transparent;
}
.product-list-item:hover{
	text-decoration: none;
	background: #fff;
	box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.product-list-item:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 50px;
	left: 0;
	top: 30px;
	background: #ccc;
	transition: 0.2s all;
	opacity: 0;
}
.product-list-item:hover:before{
	opacity: 1;
}
.product-list-thumb{
	display: block;
	width: 100%;
	height: auto;
	transition: 0.2s all;
	filter: grayscale(1);
	opacity: 0.9;
}
.product-list-item:hover .product-list-thumb{
	filter: none;
	opacity: 1;
}

/*forms*/
.coverThePage{/*页面遮盖层*/
	width:100vw;
	height:100vh;
	background:transparent;
	background:rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 100;
}
.coverThePage.stay{
	display: block;
}
.popup-form-container{
	display: block;
	pointer-events: none;
	box-sizing: border-box;
	background-color: #fff;
	padding:28px;
	position: fixed;
	left:40%;
	left:-webkit-calc(50% - 250px);
	left:calc(50% - 250px);
	top: -webkit-calc(50vh - 220px);
	top: calc(50vh - 220px);
	text-align: left;
	width:500px;
	height: 700px;
	max-height: calc(100vh - 120px);
	font-size: 14px;
	font-size: 1rem;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	z-index: 101;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	line-height: 1.5;
	overflow: hidden;
	overflow-y: auto;
	border-bottom: 4px solid #037DFB;
}
.popup-form-container.stay{
	pointer-events: auto;
	/*top:36px;*/
	top: -webkit-calc(50vh - 360px);
	top: calc(50vh - 360px);
	-webkit-opacity: 1;
	opacity: 1;
}
.popup-form-container h2{
	color:#000;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	width: calc(100% - 40px);
}
.popup-form-container small{
	text-align:center;
	color:#8f0909;
	display: block;
}
.popup-form-container .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.popup-form-container .gform_wrapper.gravity-theme select,
.popup-form-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 1px 8px;
}
.popup-form-container .gform_wrapper .gform_footer input.button,
.popup-form-container .gform_wrapper .gform_footer input[type=submit],
.popup-form-container .gform_wrapper .gform_page_footer input.button,
.popup-form-container .gform_wrapper .gform_page_footer input[type=submit]{
	width: inherit;
}
.popup-form-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
}
.popup-form-container .gform_wrapper .field_description_below .gfield_description {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.popup-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.popup-form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 6px;
}
.popup-form-container .gform_wrapper .gform_footer{
	text-align: center;
}
.popup-form-container .gform_confirmation_message {
	margin: 50px 0;
	text-align: center;
	font-size: 18px;
	color: green;
}
.gchoice_1_4_0,
.gchoice_1_4_1{
	display: inline-block;
	width: 45%;
}
.closeLayer{
	width:30px;
	height:30px;
	position: absolute;
	top:8px;
	right:8px;
	background:url(images/close.svg) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	transition: 0.2s all;
}
.closeLayer:hover{
	transform: rotate(90deg);
}
@media screen and (max-width: 450px){
	.popup-form-container{
		width: 100%;
		left:0;
		top:0;
		height: 100vh;
		max-height: 100vh;
	}
	.popup-form-container.stay{
		left:0;
		top:0;
		height: 100vh;
	}
	.closeLayer{
		position: fixed;
	}
}

.popup-layer{
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	top: 0;
	left: 0;
	transition: 0.3s all;
	opacity: 0;
	pointer-events: none;
}
.popup-layer-close{
	display: block;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 2;
	height: 27px;
	width:27px;
	background: url(images/close.svg);
	background-size: 100% 100%;
	transition: 0.2s all;
}
.popup-layer-content{
	position: relative;
	z-index: 1;
	transition: 0.2s all;
	transform: translate(0,40px);
	text-align: center;
}
.popup-layer.stay .popup-layer-content{
	transform: translate(0,0);
}
.popup-layer-touch{
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.popup-layer-close:hover{
	transform: rotate(90deg);
}
.popup-layer.stay{
	opacity: 1;
	pointer-events: auto;
}
#popupVideo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#popupVideo video{
	margin: auto;
	height: auto;
	/*min-width: 480px;*/
	max-width: 98%;
	max-height: 96vh;
}
.video-icon-play{
	position: relative;
	display: block;
}
.video-icon-play:after{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:56px;
	font-size:56px;
	color: #fff;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-family: FontAwesome;
	content:"\f144";
	transition: all 0.2s;
	opacity: 0.75;
}
.video-icon-play:hover:after{
	opacity: 0.95;
	transform: translate(0,-5px);
}
/*WPML plug css moveing here*/
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}
.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}
.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}
.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}
.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}

/*cookie-notice*/
#cookie-notice{
	position:fixed;
	background:#0066CC;
	box-sizing: border-box;
	padding:14px;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	-webkit-transition:0.3s;
	transition:0.3s;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: -1;
	bottom: -100px;
	line-height: 1.4;
}
#cookie-notice .button{
	padding:4px 10px;
	width: unset;
	min-width: 80px;
	font-size: 12px;
	border-radius: 3px;
	background-color: #fff;
	color: #3d93fe;
}
#cookie-notice a{
	color: #fff;
}
#cookie-notice.stay{
	bottom: 0;
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1
}
#cookie-notice-close{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	transform-origin: 50% 50%;
	float: right;
	font-size: 20px;
	-webkit-transition:0.2s;
	transition:0.2s;
	transform:rotate(-45deg);
}
#cookie-notice-close:hover{
	text-decoration: none;
	transform:rotate(45deg);
}
body .siq_bR{
	bottom: 80px;
}

#messages_pop {
  display: none;
  position: relative;
  top: 10px;
  /*left: 50%;*/
  transform: translateX(-50%);
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 1000;
}


.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-inner {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox-video {
    max-width: 100%;
    max-height: 80vh;
}

/* 悬停视频预览样式 */
.hover-video {
    max-width: 600px;
    cursor: pointer;
    transition: transform 0.3s;
}





/*文字渐变色*/

:root {
  --gradient-start: #BDB5DC;
  --gradient-mid: #ECF2FF;
  --gradient-end: #C2DEF8;
  --gradient-angle: to right;
}

/* 通用渐变文字类 */
.gradient-text {
  background: linear-gradient(
    var(--gradient-angle),
    var(--gradient-start) 0%,
    var(--gradient-mid) 20%,
    var(--gradient-end) 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
// 创建Mixin生成多种渐变变体
@mixin gradient-text($start, $mid, $end, $angle: to right) {
  background: linear-gradient($angle, $start 0%, $mid 20%, $end 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

// 按需调用生成不同样式类
.gradient-text1 {
  @include gradient-text(#BDB5DC, #ECF2FF, #C2DEF8);
}

.gradient-text2 {
  @include gradient-text(#FF6B6B, #FFE66D, #4ECDC4, 45deg);
}
