/*bootstrap.min.css*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face { font-family: 'FZ'; src: url(../css/fonts/H-.2.ttf) format("truetype"); font-weight: 100; }
@font-face { font-family: 'Futura'; src: url(../css/fonts/FuturaPTLight.otf) format("opentype"); font-weight: 100; }
@font-face { font-family: 'Futura'; src: url(../css/fonts/FuturaPTMedium.otf) format("opentype"); font-weight: normal; }
@font-face { font-family: 'Futura'; src: url(../css/fonts/FuturaPTBold.otf) format("opentype"); font-weight: bold; }

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
body { margin: 0 }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }
a { background-color: transparent }
a:active, a:hover { outline: 0 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: 700 }
dfn { font-style: italic }
h1 { margin: .67em 0; font-size: 2em }
mark { color: #000; background: #ff0 }
small { font-size: 80% }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
img { border: 0 }
svg:not(:root) { overflow: hidden }
figure { margin: 1em 40px }
hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box }
pre { overflow: auto }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit }
button { overflow: visible }
button, select { text-transform: none }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0 }
input { line-height: normal }
input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none }
/* fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid silver } */
fieldset{ border: none }
legend { padding: 0; border: 0 }
textarea { overflow: auto }
optgroup { font-weight: 700 }
table { border-spacing: 0; border-collapse: collapse }
td, th { padding: 0 }

.zhome{position: absolute;
    right: 1%;
    top: 20px;
    z-index: 900000;}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before { color: #000 !important; text-shadow: none !important; background: 0 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important }
	a, a:visited { text-decoration: underline }
	a[href]:after { content: " ("attr(href) ")" }
	abbr[title]:after { content: " ("attr(title) ")" }
	a[href^="javascript:"]:after, a[href^="#"]:after { content: "" }
	blockquote, pre { border: 1px solid #999; page-break-inside: avoid }
	thead { display: table-header-group }
	img, tr { page-break-inside: avoid }
	img { max-width: 100% !important }
	h2, h3, p { orphans: 3; widows: 3 }
	h2, h3 { page-break-after: avoid }
	.navbar { display: none }
	.btn>.caret, .dropup>.btn>.caret { border-top-color: #000 !important }
	.label { border: 1px solid #000 }
	.table { border-collapse: collapse !important }
	.table td, .table th { background-color: #fff !important }
	.table-bordered td, .table-bordered th { border: 1px solid #ddd !important }
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) }
body { font-family: Roboto, sans-serif; font-size: 14px; line-height: 1.57142857; color: #76838f; background-color: #fff }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit }
a { color: #62a8ea; text-decoration: none }
a:focus, a:hover { color: #89bceb; text-decoration: underline }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }
figure { margin: 0 }
img { vertical-align: middle }
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img { display: block; max-width: 100%; height: auto }
.img-rounded { border-radius: 4px }
.img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.57142857; background-color: #fff; border: 1px solid #e4eaec; border-radius: 3px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out }
.img-circle { border-radius: 50% }
hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #e4eaec }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto }
[role=button] { cursor: pointer }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: Roboto, sans-serif; font-weight: 400; line-height: 1.2; color: #37474f }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #a3afb7 }
.h1, .h2, .h3, h1, h2, h3 { margin-top: 22px; margin-bottom: 11px }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% }
.h4, .h5, .h6, h4, h5, h6 { margin-top: 11px; margin-bottom: 11px }
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75% }
.h1, h1 { font-size: 36px }
.h2, h2 { font-size: 30px }
.h3, h3 { font-size: 22px }
.h4, h4 { font-size: 18px }
.h5, h5 { font-size: 14px }
.h6, h6 { font-size: 12px }
p { margin: 0 0 11px }
.lead { margin-bottom: 22px; font-size: 16px; font-weight: 300; line-height: 1.4 }
button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0 }
a.list-group-item, button.list-group-item { color: #76838f }
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #37474f }
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover { color: #76838f; text-decoration: none; background-color: #f3f7f9 }
button.list-group-item { width: 100%; text-align: left }
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { color: #ccd5db; cursor: not-allowed; background-color: transparent }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: #ccd5db }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #62a8ea; background-color: transparent; border-color: transparent }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small { color: inherit }
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: #fff }
.list-group-item-success { color: #fff; background-color: #46be8a }
a.list-group-item-success, button.list-group-item-success { color: #fff }
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit }
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: #fff; background-color: #3dae7d }
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover { color: #fff; background-color: #fff; border-color: #fff }
.list-group-item-info { color: #fff; background-color: #57c7d4 }
a.list-group-item-info, button.list-group-item-info { color: #fff }
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit }
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { color: #fff; background-color: #43c0cf }
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover { color: #fff; background-color: #fff; border-color: #fff }
.list-group-item-warning { color: #fff; background-color: #f2a654 }
a.list-group-item-warning, button.list-group-item-warning { color: #fff }
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit }
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { color: #fff; background-color: #f09a3c }
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover { color: #fff; background-color: #fff; border-color: #fff }
.list-group-item-danger { color: #fff; background-color: #f96868 }
a.list-group-item-danger, button.list-group-item-danger { color: #fff }
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit }
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { color: #fff; background-color: #f84f4f }
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover { color: #fff; background-color: #fff; border-color: #fff }
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100% }
.btn { padding: 6px 15px; font-size: 14px; line-height: 1.57142857; border-radius: 3px; -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; -webkit-font-smoothing: subpixel-antialiased }
.btn.active:focus, .btn:active:focus, .btn:focus { outline: 0 }
.btn.active, .btn:active { -webkit-box-shadow: none; box-shadow: none }
.btn .icon {/*width:1em;*/margin: -1px 3px 0; line-height: inherit; text-align: center }
.btn .badge { top: 0 }
.btn-icon, .btn.icon { padding: 10px; line-height: 1em }
.btn-icon.btn-xs, .btn.icon.btn-xs { padding: 4px; font-size: 12px }
.btn-icon.btn-sm, .btn.icon.btn-sm { padding: 8px; font-size: 14px }
.btn-icon.btn-lg, .btn.icon.btn-lg { padding: 12px; font-size: 20px }
.btn-icon.disabled, .btn.icon.disabled { color: #a3afb7 }
.btn-icon .icon { margin: -1px 0 0 }
.btn-file { position: relative; overflow: hidden }
.input-group-file .btn-file.btn-outline { border: 1px solid #e4eaec; border-left: none }
.input-group-file 
.btn-file.btn-outline:hover { border-left: none }
.input-group-file .btn-file>.icon { margin: 0 3px }
.input-group-file .btn-file input[type=file] { position: absolute; top: 0; left: 0; display: block; min-width: 100%; min-height: 100%; text-align: 0; cursor: pointer; opacity: 0 }
.help-block { margin-top: 7px; margin-bottom: 8px }
.help-block>.icon { margin: 0 5px }
.input-search-close { color: #000; text-shadow: none; filter: alpha(opacity=20); opacity: .2 }
.input-search-close.icon { font-size: inherit; line-height: inherit }
.input-search-close:focus, .input-search-close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5 }
button.input-search-close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0 }
.input-search { position: relative }
.input-search .form-control { border-radius: 200px }
.input-search .input-search-close, .input-search .input-search-icon { position: absolute; top: 50%; z-index: 1; width: 36px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) }
.input-search .input-search-close { right: 8px }
.input-search .input-search-icon+.form-control { padding-left: 43.5px }
.input-search .input-search-icon { left: 8px; font-size: 16px; color: #a3afb7; text-align: center; pointer-events: none }
.input-search-btn+.form-control { padding-right: 50px }
.input-search-btn { position: absolute; top: 0; right: 0; height: 100%; padding: 0 10px; background: 0 0; border: none; border-radius: 0 200px 200px 0 }
.input-search-btn>.icon { margin: 0 3px }
.input-search-dark .input-search-icon { color: #76838f }
.input-search-dark .form-control { background: #f3f7f9; -webkit-box-shadow: none; box-shadow: none }
.input-search-dark .form-control:focus { background-color: transparent }
.form-inline .form-group { margin-right: 20px }
.form-inline .form-group:last-child { margin-right: 0 }
.form-inline .control-label { margin-right: 5px }
@media (max-width:767px) {
	.form-inline .form-group { margin-right: 0 }
}
.btn { padding: 6px 15px; font-size: 14px; line-height: 1.57142857; border-radius: 3px; -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; -webkit-font-smoothing: subpixel-antialiased }
.btn.active:focus, .btn:active:focus, .btn:focus { outline: 0 }
.btn.active, .btn:active { -webkit-box-shadow: none; box-shadow: none }
.btn .icon {/*width:1em;*/margin: -1px 3px 0; line-height: inherit; text-align: center }
.btn-block { white-space: normal }
.btn-outline.btn-default { color: #76838f; background-color: transparent }
.btn-outline.btn-default.active, .btn-outline.btn-default:active, .btn-outline.btn-default:focus, .btn-outline.btn-default:hover, .open>.dropdown-toggle.btn-outline.btn-default { color: #76838f; background-color: rgba(118, 131, 143, .1); border-color: #e4eaec }
.btn-outline.btn-default.active .badge, .btn-outline.btn-default:active .badge, .btn-outline.btn-default:focus .badge, .btn-outline.btn-default:hover .badge, .open>.dropdown-toggle.btn-outline.btn-default .badge { color: #76838f; background-color: #76838f }
.btn-outline.btn-primary { color: #62a8ea; background-color: transparent }
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open>.dropdown-toggle.btn-outline.btn-primary { color: #fff; background-color: #62a8ea; border-color: #62a8ea }
.btn-outline.btn-primary.active .badge, .btn-outline.btn-primary:active .badge, .btn-outline.btn-primary:focus .badge, .btn-outline.btn-primary:hover .badge, .open>.dropdown-toggle.btn-outline.btn-primary .badge { color: #62a8ea; background-color: #fff }
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover { background-color: #89bceb; border-color: #89bceb }
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary { background-color: #4e97d9; border-color: #4e97d9 }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { background-color: #4e97d9; border-color: #4e97d9 }
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { color: #fff; background-color: #a2caee; border-color: #a2caee }
.btn-primary.btn-up:before { border-bottom-color: #62a8ea }
.btn-primary.btn-up:focus:before, .btn-primary.btn-up:hover:before { border-bottom-color: #89bceb }
.btn-primary.btn-up.active:before, .btn-primary.btn-up:active:before, .open>.dropdown-toggle.btn-primary.btn-up:before { border-bottom-color: #4e97d9 }
.btn-primary.btn-right:before { border-left-color: #62a8ea }
.btn-primary.btn-right:focus:before, .btn-primary.btn-right:hover:before { border-left-color: #89bceb }
.btn-primary.btn-right.active:before, .btn-primary.btn-right:active:before, .open>.dropdown-toggle.btn-primary.btn-right:before { border-left-color: #4e97d9 }
.btn-primary.btn-bottom:before { border-top-color: #62a8ea }
.btn-primary.btn-bottom:focus:before, .btn-primary.btn-bottom:hover:before { border-top-color: #89bceb }
.btn-primary.btn-bottom.active:before, .btn-primary.btn-bottom:active:before, .open>.dropdown-toggle.btn-primary.btn-bottom:before { border-top-color: #4e97d9 }
.btn-primary.btn-left:before { border-right-color: #62a8ea }
.btn-primary.btn-left:focus:before, .btn-primary.btn-left:hover:before { border-right-color: #89bceb }
.btn-primary.btn-left.active:before, .btn-primary.btn-left:active:before, .open>.dropdown-toggle.btn-primary.btn-left:before { border-right-color: #4e97d9 }
.btn-pure.btn-primary { color: #62a8ea }
.btn-pure.btn-primary.active, .btn-pure.btn-primary:active, .btn-pure.btn-primary:focus, .btn-pure.btn-primary:hover, .open>.dropdown-toggle.btn-pure.btn-primary { color: #3583ca }
.btn-pure.btn-primary.active.focus, .btn-pure.btn-primary.active:focus, .btn-pure.btn-primary.active:hover, .btn-pure.btn-primary:active.focus, .btn-pure.btn-primary:active:focus, .btn-pure.btn-primary:active:hover, .btn-pure.btn-primary:focus.focus, .btn-pure.btn-primary:focus:focus, .btn-pure.btn-primary:focus:hover, .btn-pure.btn-primary:hover.focus, .btn-pure.btn-primary:hover:focus, .btn-pure.btn-primary:hover:hover, .open>.dropdown-toggle.btn-pure.btn-primary.focus, .open>.dropdown-toggle.btn-pure.btn-primary:focus, .open>.dropdown-toggle.btn-pure.btn-primary:hover { color: #3583ca }
.btn-pure.btn-primary.active .badge, .btn-pure.btn-primary:active .badge, .btn-pure.btn-primary:focus .badge, .btn-pure.btn-primary:hover .badge, .open>.dropdown-toggle.btn-pure.btn-primary .badge { color: #3583ca }
.hide { display: none !important }
.alertify.hide { pointer-events: none; opacity: 0 }
.alertify-logs>*, .alertify-logs>.hide { right: -100%; opacity: 0 }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: Roboto, sans-serif; font-weight: 400; line-height: 1.2; color: #37474f }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #a3afb7 }
.h1, .h2, .h3, h1, h2, h3 { margin-top: 22px; margin-bottom: 11px }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% }
.h4, .h5, .h6, h4, h5, h6 { margin-top: 11px; margin-bottom: 11px }
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75% }
.h1, h1 { font-size: 36px }
.h2, h2 { font-size: 30px }
.h3, h3 { font-size: 22px }
.h4, h4 { font-size: 18px }
.h5, h5 { font-size: 14px }
.h6, h6 { font-size: 12px }
p { margin: 0 0 11px }
.lead { margin-bottom: 22px; font-size: 16px; font-weight: 300; line-height: 1.4 }
@media (min-width:768px) {
	.lead { font-size: 21px }
}
.small, small { font-size: 85% }
.mark, mark { padding: .2em; background-color: #f2a654 }
.text-right { text-align: right }
.text-center { text-align: center }
ol, ul { margin-top: 0; margin-bottom: 11px }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 }
.list-unstyled { padding-left: 0; list-style: none }
.list-inline { padding-left: 0; margin-left: -5px; list-style: none }
.list-inline>li { display: inline-block; padding-right: 5px; padding-left: 5px }
dl { margin-top: 0; margin-bottom: 22px }
dd, dt { line-height: 1.57142857 }
dt { font-weight: 700 }
dd { margin-left: 0 }
@media (min-width:768px) {
	.initialism { font-size: 90%; text-transform: uppercase }
	blockquote { padding: 11px 22px; margin: 0 0 22px; font-size: 17.5px; border-left: 5px solid #e4eaec }
	blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0 }
	blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.57142857; color: #a3afb7 }
	blockquote .small:before, blockquote footer:before, blockquote small:before { content: '\2014 \00A0' }
	.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #e4eaec; border-left: 0 }
	.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { content: '' }
	.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { content: '\00A0 \2014' }
	address { margin-bottom: 22px; font-style: normal; line-height: 1.57142857 }
	code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace }
	code { padding: 2px 4px; font-size: 90%; color: #5683ad; background-color: rgba(232, 241, 248, .1); border-radius: 3px }
	kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #62a8ea; border-radius: 2px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25) }
	kbd kbd { padding: 0; font-size: 100%; font-weight: 700; -webkit-box-shadow: none; box-shadow: none }
	pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 13px; line-height: 1.57142857; color: inherit; word-break: break-all; word-wrap: break-word; background-color: #fff; border: 1px solid #ecf5fc; border-radius: 3px }
	pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0 }
	.pre-scrollable { max-height: 340px; overflow-y: scroll }
	.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto }
	@media (min-width:768px) {
		.container { width: 750px }
	}
	@media (min-width:992px) {
		.container { width: 970px }
	}
	@media (min-width:1200px) {
		.container { width: 1170px }
	}
	.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto }
	.row { margin-right: -15px; margin-left: -15px }
	.col-lg-3, .col-md-6, .col-xs-4 { position: relative; min-height: 1px;/*padding-right:15px;padding-left:15px*/ }
	.col-xs-4 { float: left }
	@media (min-width:992px) {
		.col-md-6 { float: left }
		.
		.col-md-6 { width: 50% }
	}
	@media (min-width:1200px) {
		.col-lg-3 { float: left }
		.col-lg-3 { width: 25% }
	}
	.form-group { margin-bottom: 20px }
	.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none !important }
	@media (max-width:767px) {
		.visible-xs-block { display: block !important }
	}
	@media (max-width:767px) {
		.visible-xs-inline { display: inline !important }
	}
	@media (max-width:767px) {
		.visible-xs-inline-block { display: inline-block !important }
	}
	@media (min-width:768px) and (max-width:991px) {
		.visible-sm { display: block !important }
		table.visible-sm { display: table !important }
		tr.visible-sm { display: table-row !important }
		td.visible-sm, th.visible-sm { display: table-cell !important }
	}
	@media (min-width:768px) and (max-width:991px) {
		.visible-sm-block { display: block !important }
	}
	@media (min-width:768px) and (max-width:991px) {
		.visible-sm-inline { display: inline !important }
	}
	@media (min-width:768px) and (max-width:991px) {
		.visible-sm-inline-block { display: inline-block !important }
	}
	@media (min-width:992px) and (max-width:1199px) {
		.visible-md { display: block !important }
		table.visible-md { display: table !important }
		tr.visible-md { display: table-row !important }
		td.visible-md, th.visible-md { display: table-cell !important }
	}
	@media (min-width:992px) and (max-width:1199px) {
		.visible-md-block { display: block !important }
	}
	@media (min-width:992px) and (max-width:1199px) {
		.visible-md-inline { display: inline !important }
	}
	@media (min-width:992px) and (max-width:1199px) {
		.visible-md-inline-block { display: inline-block !important }
	}
	@media (min-width:1200px) {
		.visible-lg { display: block !important }
		table.visible-lg { display: table !important }
		tr.visible-lg { display: table-row !important }
		td.visible-lg, th.visible-lg { display: table-cell !important }
	}
	@media (min-width:1200px) {
		.visible-lg-block { display: block !important }
	}
	@media (max-width:767px) {
		.hidden-xs { display: none !important }
	}
	@media (min-width:768px) and (max-width:991px) {
		.hidden-sm { display: none !important }
	}
	@media (min-width:992px) and (max-width:1199px) {
		.hidden-md { display: none !important }
	}
	@media (min-width:1200px) {
		.hidden-lg { display: none !important }
	}
	.visible-print { display: none !important }
	@media print {
		.visible-print { display: block !important }
		table.visible-print { display: table !important }
		tr.visible-print { display: table-row !important }
		td.visible-print, th.visible-print { display: table-cell !important }
	}
	.visible-print-block { display: none !important }
	@media print {
		.visible-print-block { display: block !important }
	}
	.visible-print-inline { display: none !important }
	@media print {
		.visible-print-inline { display: inline !important }
	}
	.visible-print-inline-block { display: none !important }
	@media print {
		.visible-print-inline-block { display: inline-block !important }
	}
	@media print {
		.hidden-print { display: none !important }
	}

	/*bootstrap-extend.min.css*/

border-color:#f96868 }
code { border: 1px solid #bcd8f1 }
pre code { border: none }
.container { max-width: 100% }
@media (min-width:1600px) {
	.container { width: 1310px }
}

/*site.min.css*/
body { font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif; }
html, body { height: 100%; }
body { padding-top: 0px; }
[class*=animation-] { -webkit-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; -webkit-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }
.animation-hover:not(:hover), .animation-hover:not(:hover) [class*=animation-], .touch .animation-hover:not(.hover), .touch .animation-hover:not(.hover) [class*=animation-] { -webkit-animation-name: none; -o-animation-name: none; animation-name: none; }
.animation-reverse { -webkit-animation-timing-function: ease-in; -o-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-direction: reverse; -o-animation-direction: reverse; animation-direction: reverse; }
.animation-repeat { -webkit-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animation-fade { -webkit-animation-name: fade; -o-animation-name: fade; animation-name: fade; -webkit-animation-duration: .8s; -o-animation-duration: .8s; animation-duration: .8s; -webkit-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; }
.animation-scale { -webkit-animation-name: scale-12; -o-animation-name: scale-12; animation-name: scale-12; }
.animation-scale-up { -webkit-animation-name: fade-scale-02; -o-animation-name: fade-scale-02; animation-name: fade-scale-02; }
.animation-scale-down { -webkit-animation-name: fade-scale-18; -o-animation-name: fade-scale-18; animation-name: fade-scale-18; }
.animation-slide-top { -webkit-animation-name: slide-top; -o-animation-name: slide-top; animation-name: slide-top; }
.animation-slide-bottom { -webkit-animation-name: slide-bottom; -o-animation-name: slide-bottom; animation-name: slide-bottom; }
.animation-slide-left { -webkit-animation-name: slide-left; -o-animation-name: slide-left; animation-name: slide-left; }
.animation-slide-right { -webkit-animation-name: slide-right; -o-animation-name: slide-right; animation-name: slide-right; }
.animation-shake { -webkit-animation-name: shake; -o-animation-name: shake; animation-name: shake; }
.animation-duration-10 { -webkit-animation-duration: 15s; -o-animation-duration: 15s; animation-duration: 15s; }
.animation-duration-9 { -webkit-animation-duration: 9s; -o-animation-duration: 9s; animation-duration: 9s; }
.animation-duration-8 { -webkit-animation-duration: 8s; -o-animation-duration: 8s; animation-duration: 8s; }
.animation-duration-7 { -webkit-animation-duration: 7s; -o-animation-duration: 7s; animation-duration: 7s; }
.animation-duration-6 { -webkit-animation-duration: 6s; -o-animation-duration: 6s; animation-duration: 6s; }
.animation-duration-5 { -webkit-animation-duration: 5s; -o-animation-duration: 5s; animation-duration: 5s; }
.animation-duration-4 { -webkit-animation-duration: 4s; -o-animation-duration: 4s; animation-duration: 4s; }
.animation-duration-3 { -webkit-animation-duration: 3s; -o-animation-duration: 3s; animation-duration: 3s; }
.animation-duration-2 { -webkit-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }
.animation-duration-1 { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }
.animation-delay-100 { -webkit-animation-duration: 100ms; -o-animation-duration: 100ms; animation-duration: 100ms; }
.animation-duration-250 { -webkit-animation-duration: 250ms; -o-animation-duration: 250ms; animation-duration: 250ms; }
.animation-duration-300 { -webkit-animation-duration: 300ms; -o-animation-duration: 300ms; animation-duration: 300ms; }
.animation-duration-500 { -webkit-animation-duration: 500ms; -o-animation-duration: 500ms; animation-duration: 500ms; }
.animation-duration-750 { -webkit-animation-duration: 750ms; -o-animation-duration: 750ms; animation-duration: 750ms; }
.animation-delay-1000 { -webkit-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
.animation-delay-900 { -webkit-animation-delay: 900ms; -o-animation-delay: 900ms; animation-delay: 900ms; }
.animation-delay-800 { -webkit-animation-delay: 800ms; -o-animation-delay: 800ms; animation-delay: 800ms; }
.animation-delay-700 { -webkit-animation-delay: 700ms; -o-animation-delay: 700ms; animation-delay: 700ms; }
.animation-delay-600 { -webkit-animation-delay: 600ms; -o-animation-delay: 600ms; animation-delay: 600ms; }
.animation-delay-500 { -webkit-animation-delay: 500ms; -o-animation-delay: 500ms; animation-delay: 500ms; }
.animation-delay-400 { -webkit-animation-delay: 400ms; -o-animation-delay: 400ms; animation-delay: 400ms; }
.animation-delay-300 { -webkit-animation-delay: 300ms; -o-animation-delay: 300ms; animation-delay: 300ms; }
.animation-delay-200 { -webkit-animation-delay: 200ms; -o-animation-delay: 200ms; animation-delay: 200ms; }
.animation-delay-100 { -webkit-animation-delay: 100ms; -o-animation-delay: 100ms; animation-delay: 100ms; }
.animation-top-left { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; }
.animation-top-center { -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-transform-origin: 50% 0; transform-origin: 50% 0; }
.animation-top-right { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; -o-transform-origin: 100% 0; transform-origin: 100% 0; }
.animation-middle-left { -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%; }
.animation-middle-right { -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; }
.animation-bottom-left { -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%; }
.animation-bottom-center { -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; }
.animation-bottom-right { -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; -o-transform-origin: 100% 100%; transform-origin: 100% 100%; }
.animation-easing-easeInOut { -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1); -o-animation-timing-function: cubic-bezier(.42, 0, .58, 1); animation-timing-function: cubic-bezier(.42, 0, .58, 1); }
.animation-easing-easeInQuad { -webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53); -o-animation-timing-function: cubic-bezier(.55, .085, .68, .53); animation-timing-function: cubic-bezier(.55, .085, .68, .53); }
.animation-easing-easeInCubic { -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19); -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19); animation-timing-function: cubic-bezier(.55, .055, .675, .19); }
.animation-easing-easeInQuart { -webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22); -o-animation-timing-function: cubic-bezier(.895, .03, .685, .22); animation-timing-function: cubic-bezier(.895, .03, .685, .22); }
.animation-easing-easeInQuint { -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06); -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06); animation-timing-function: cubic-bezier(.755, .05, .855, .06); }
.animation-easing-easeInSine { -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715); -o-animation-timing-function: cubic-bezier(.47, 0, .745, .715); animation-timing-function: cubic-bezier(.47, 0, .745, .715); }
.animation-easing-easeInExpo { -webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035); -o-animation-timing-function: cubic-bezier(.95, .05, .795, .035); animation-timing-function: cubic-bezier(.95, .05, .795, .035); }
.animation-easing-easeInCirc { -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335); -o-animation-timing-function: cubic-bezier(.6, .04, .98, .335); animation-timing-function: cubic-bezier(.6, .04, .98, .335); }
.animation-easing-easeInBack { -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045); -o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045); animation-timing-function: cubic-bezier(.6, -.28, .735, .045); }
.animation-easing-eastOutQuad { -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94); -o-animation-timing-function: cubic-bezier(.25, .46, .45, .94); animation-timing-function: cubic-bezier(.25, .46, .45, .94); }
.animation-easing-easeOutCubic { -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1); }
.animation-easing-easeOutQuart { -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1); -o-animation-timing-function: cubic-bezier(.165, .84, .44, 1); animation-timing-function: cubic-bezier(.165, .84, .44, 1); }
.animation-easing-easeOutQuint { -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1); -o-animation-timing-function: cubic-bezier(.23, 1, .32, 1); animation-timing-function: cubic-bezier(.23, 1, .32, 1); }
.animation-easing-easeOutSine { -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1); -o-animation-timing-function: cubic-bezier(.39, .575, .565, 1); animation-timing-function: cubic-bezier(.39, .575, .565, 1); }
.animation-easing-easeOutExpo { -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1); -o-animation-timing-function: cubic-bezier(.19, 1, .22, 1); animation-timing-function: cubic-bezier(.19, 1, .22, 1); }
.animation-easing-easeOutCirc { -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1); -o-animation-timing-function: cubic-bezier(.075, .82, .165, 1); animation-timing-function: cubic-bezier(.075, .82, .165, 1); }
.animation-easing-easeOutBack { -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275); -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275); animation-timing-function: cubic-bezier(.175, .885, .32, 1.275); }
.animation-easing-easeInOutQuad { -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955); -o-animation-timing-function: cubic-bezier(.455, .03, .515, .955); animation-timing-function: cubic-bezier(.455, .03, .515, .955); }
.animation-easing-easeInOutCubic { -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1); -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1); animation-timing-function: cubic-bezier(.645, .045, .355, 1); }
.animation-easing-easeInOutQuart { -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1); -o-animation-timing-function: cubic-bezier(.77, 0, .175, 1); animation-timing-function: cubic-bezier(.77, 0, .175, 1); }
.animation-easing-easeInOutQuint { -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1); -o-animation-timing-function: cubic-bezier(.86, 0, .07, 1); animation-timing-function: cubic-bezier(.86, 0, .07, 1); }
.animation-easing-easeInOutSine { -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95); -o-animation-timing-function: cubic-bezier(.445, .05, .55, .95); animation-timing-function: cubic-bezier(.445, .05, .55, .95); }
.animation-easing-easeInOutExpo { -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1); -o-animation-timing-function: cubic-bezier(1, 0, 0, 1); animation-timing-function: cubic-bezier(1, 0, 0, 1); }
.animation-easing-easeInOutCirc { -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86); -o-animation-timing-function: cubic-bezier(.785, .135, .15, .86); animation-timing-function: cubic-bezier(.785, .135, .15, .86); }
.animation-easing-easeInOutBack { -webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55); -o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55); animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55); }
.animation-easing-easeInOutElastic { -webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455); -o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455); animation-timing-function: cubic-bezier(1, -.56, 0, 1.455); }
@-webkit-keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes scale-12 {
	0% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}
@-o-keyframes scale-12 {
	0% { -o-transform: scale(1.2); transform: scale(1.2); }
	100% { -o-transform: scale(1); transform: scale(1); }
}
@keyframes scale-12 {
	0% { -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
	100% { -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes fade-scale-02 {
	0% { opacity: 0; -webkit-transform: scale(.2); transform: scale(.2); }
	100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@-o-keyframes fade-scale-02 {
	0% { opacity: 0; -o-transform: scale(.2); transform: scale(.2); }
	100% { opacity: 1; -o-transform: scale(1); transform: scale(1); }
}
@keyframes fade-scale-02 {
	0% { opacity: 0; -webkit-transform: scale(.2); -o-transform: scale(.2); transform: scale(.2); }
	100% { opacity: 1; -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes fade-scale-18 {
	0% { opacity: 0; -webkit-transform: scale(1.8); transform: scale(1.8); }
	100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
@-o-keyframes fade-scale-18 {
	0% { opacity: 0; -o-transform: scale(1.8); transform: scale(1.8); }
	100% { opacity: 1; -o-transform: scale(1); transform: scale(1); }
}
@keyframes fade-scale-18 {
	0% { opacity: 0; -webkit-transform: scale(1.8); -o-transform: scale(1.8); transform: scale(1.8); }
	100% { opacity: 1; -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes slide-top {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-o-keyframes slide-top {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slide-top {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide-bottom {
	0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-o-keyframes slide-bottom {
	0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slide-bottom {
	0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide-left {
	0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-o-keyframes slide-left {
	0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slide-left {
	0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide-right {
	0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-o-keyframes slide-right {
	0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slide-right {
	0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes shake {
	0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
	10% { -webkit-transform: translateX(-9px); transform: translateX(-9px); }
	20% { -webkit-transform: translateX(8px); transform: translateX(8px); }
	30% { -webkit-transform: translateX(-7px); transform: translateX(-7px); }
	40% { -webkit-transform: translateX(6px); transform: translateX(6px); }
	50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
	60% { -webkit-transform: translateX(4px); transform: translateX(4px); }
	70% { -webkit-transform: translateX(-3px); transform: translateX(-3px); }
	80% { -webkit-transform: translateX(2px); transform: translateX(2px); }
	90% { -webkit-transform: translateX(-1px); transform: translateX(-1px); }
}
@-o-keyframes shake {
	0%, 100% { -o-transform: translateX(0); transform: translateX(0); }
	10% { -o-transform: translateX(-9px); transform: translateX(-9px); }
	20% { -o-transform: translateX(8px); transform: translateX(8px); }
	30% { -o-transform: translateX(-7px); transform: translateX(-7px); }
	40% { -o-transform: translateX(6px); transform: translateX(6px); }
	50% { -o-transform: translateX(-5px); transform: translateX(-5px); }
	60% { -o-transform: translateX(4px); transform: translateX(4px); }
	70% { -o-transform: translateX(-3px); transform: translateX(-3px); }
	80% { -o-transform: translateX(2px); transform: translateX(2px); }
	90% { -o-transform: translateX(-1px); transform: translateX(-1px); }
}
@keyframes shake {
	0%, 100% { -webkit-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
	10% { -webkit-transform: translateX(-9px); -o-transform: translateX(-9px); transform: translateX(-9px); }
	20% { -webkit-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); }
	30% { -webkit-transform: translateX(-7px); -o-transform: translateX(-7px); transform: translateX(-7px); }
	40% { -webkit-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
	50% { -webkit-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }
	60% { -webkit-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
	70% { -webkit-transform: translateX(-3px); -o-transform: translateX(-3px); transform: translateX(-3px); }
	80% { -webkit-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
	90% { -webkit-transform: translateX(-1px); -o-transform: translateX(-1px); transform: translateX(-1px); }
}
.black { color: #000 !important; }
.white { color: #fff !important; }
.blocks-2 > li: nth-child(2n+3), }
.blocks-2 > li { width: 50%; }
.icon { position: relative; display: inline-block; font-style: normal; font-weight: normal; line-height: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); text-rendering: auto; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon.pull-left { margin-right: .3em; }
.icon.pull-right { margin-left: .3em; }
.icon.icon-circle { position: relative; margin: .5em; }
.icon.icon-circle:before { position: relative; z-index: 1; }
.icon.icon-circle:after { position: absolute; top: 50%; left: 50%; z-index: 0; width: 2em; height: 2em; content: ""; background-color: inherit; border-radius: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.icon.icon-lg { font-size: 1.33333333em; vertical-align: -15%; }
.icon.icon-2x { font-size: 2em; }
.icon.icon-3x { font-size: 3em; }
.icon.icon-4x { font-size: 4em; }
.icon.icon-5x { font-size: 5em; }
.icon.icon-fw { width: 1.28571429em; text-align: center; }
.icon.icon-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }
.icon.icon-ul > li { position: relative; }
.icon.icon-li { position: absolute; top: .14285714em; left: -2.14285714em; width: 2.14285714em; text-align: center; }
.icon.icon-li.icon-lg { left: -1.85714286em; }
.icon.icon-border { padding: .2em .25em .15em; border: solid .08em #e4eaec; border-radius: .1em; }
.icon.icon-spin { -webkit-animation: icon-spin 2s infinite linear; -o-animation: icon-spin 2s infinite linear; animation: icon-spin 2s infinite linear; }
.icon.icon-spin-reverse { -webkit-animation: icon-spin-reverse 2s infinite linear; -o-animation: icon-spin-reverse 2s infinite linear; animation: icon-spin-reverse 2s infinite linear; }
.icon.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.icon.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.icon.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.icon.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); }
.icon.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); }
.icon.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }
.icon.icon-stack-1x, .icon.icon-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }
.icon.icon-stack-1x { line-height: inherit; }
.icon.icon-stack-2x { font-size: 2em; }
.icon.icon-stack-inverse { color: #fff; }
.icon-color { color: rgba(55, 71, 79, .4); }
.icon-color:hover, .icon-color:focus { color: rgba(55, 71, 79, .6); }
.icon-color.active, .icon-color:active { color: #37474f; }
.icon-color-alt { color: rgba(55, 71, 79, .6); }
.icon-color-alt:hover, .icon-color-alt:focus { color: rgba(55, 71, 79, .8); }
.icon-color-alt.active, .icon-color-alt:active { color: #37474f; }
:root-rotate-90, :root-rotate-180, :root-rotate-270, :root-flip-horizontal, :root-flip-vertical { filter: none; -webkit-filter: none; }
@-webkit-keyframes icon-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@-o-keyframes icon-spin {
0% { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); }
}
@keyframes icon-spin {
0% { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); }
}
@-webkit-keyframes icon-spin-reverse {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(-359deg); transform: rotate(-359deg); }
}
@-o-keyframes icon-spin-reverse {
0% { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(-359deg); -o-transform: rotate(-359deg); transform: rotate(-359deg); }
}
@keyframes icon-spin-reverse {
0% { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(-359deg); -o-transform: rotate(-359deg); transform: rotate(-359deg); }
}
.cover-image { width: 100%; }
.height-50 { height: 50px; }
.height-100 { height: 100px; }
.height-120 { height: 120px; }
.height-150 { height: 150px; }
.height-200 { height: 200px; }
.height-250 { height: 250px; }
.height-300 { height: 300px; }
.height-350 { height: 350px; }
.height-400 { height: 400px; }
.height-450 { height: 450px; }
.height-500 { height: 500px; }
.height-full { height: 100% !important; }
@media (max-width:767px) {
.margin-xs-0 { margin: 0 !important; }
}
@media (min-width:768px) {
.margin-sm-0 { margin: 0 !important; }
}
@media (min-width:992px) {
.margin-md-0 { margin: 0 !important; }
}
@media (min-width:1200px) {
.margin-lg-0 { margin: 0 !important; }
}

/*web-icons.min.css*/
@font-face { font-family: 'Web Icons'; font-style: normal; font-weight: 400; src: url(../../../app/system/include/static/fonts/web-icons/web-icons.eot?v=0.2.3); src: url(../../../app/system/include/static/fonts/web-icons/web-icons.eot?#iefix&v=0.2.3) format('embedded-opentype'), url(../../../app/system/include/static/fonts/web-icons/web-icons.woff2?v=0.2.3) format('woff2'), url(../../../app/system/include/static/fonts/web-icons/web-icons.woff?v=0.2.3) format('woff'), url(../../../app/system/include/static/fonts/web-icons/web-icons.ttf?v=0.2.3) format('truetype'), url(../../../app/system/include/static/fonts/web-icons/web-icons.svg?v=0.2.3#web-icons) format('svg') }
[class*=" wb-"], [class^=wb-] { position: relative; display: inline-block; font-family: 'Web Icons'; font-style: normal; font-weight: 400; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); text-rendering: auto; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }

/*.wb-chevron-up:before{content:"180"}*/
.wb-chevron-up-mini:before { content: "\f182" }

/*font-awesome.min.css*/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */[class*=" fa-"], [class^=fa-] { position: relative; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: 400; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); text-rendering: auto; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
@font-face { font-family: FontAwesome; font-style: normal; font-weight: 400; src: url(../../../fontzyh/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0); src: url(../../../fontzyh/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../../../fontzyh/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../fontzyh/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../fontzyh/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../../../fontzyh/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg') }
.fa-glass:before { content: "\f000" }
.fa-music:before { content: "\f001" }
.fa-angle-left:before { content: "\f104" }
.fa-angle-right:before { content: "\f105" }
.fa-angle-up:before { content: "\f106" }
.fa-angle-down:before { content: "\f107" }
.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" }
.fa-smile-o:before { content: "\f118" }
.fa-eye:before { content: "\f06e" }
.fa-eye-slash:before { content: "\f070" }
.fa-clock-o:before { content: "\f017" }
.fa-arrow-left:before { content: "\f060" }
.fa-th-list:before { content: "\f00b" }
.fa-qq:before { content: "\f1d6" }
.fa-weibo:before { content: "\f18a" }
.fa-weixin:before { content: "\f1d7" }
.fa-search:before { content: "\f002" }
.fa-search-plus:before { content: "\f00e" }
.fa-search-minus:before { content: "\f010" }
.fa-arrows-alt:before { content: "\f0b2" }

/*formValidation.min.css*/
.fv-has-feedback { position: relative }
.fv-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center }
.fv-help-block { display: block }
.fv-form-bootstrap .help-block { margin-bottom: 0 }
.fv-form-bootstrap .tooltip-inner { text-align: left }
.fv-form-bootstrap .fv-icon-no-label { top: 0 }
.fv-form-bootstrap .fv-bootstrap-icon-input-group { z-index: 11 }
.form-inline.fv-form-bootstrap .form-group { vertical-align: top }
.fv-form-bootstrap .has-feedback { position: relative }
.fv-form-bootstrap .has-feedback .form-control { padding-right: 45px }
.fv-form-bootstrap .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none }

/*asScrollable.min.css*/

/*alertify.min.css*/

/*webui-popover.min.css*/

/*flag-icon.min.css*/

/*bootstrap-touchspin.min.css*/
.bootstrap-touchspin .input-group-btn-vertical { position: relative; display: table-cell; width: 1%; white-space: nowrap; vertical-align: middle }
.bootstrap-touchspin .input-group-btn-vertical>.btn { position: relative; display: block; float: none; width: 100%; max-width: 100%; padding: 9px 16px 8px; margin-left: -1px }
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { border-bottom: none; border-radius: 0; border-top-right-radius: 3px }
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { padding: 8px 16px; border-radius: 0; border-bottom-right-radius: 3px }
.bootstrap-touchspin .input-group-btn-vertical i { position: absolute; top: 1px; right: 0; bottom: 0; left: 0; font-size: 10px; font-weight: 300 }
.bootstrap-touchspin .input-group-btn .btn { padding: 6px 16px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace }
.bootstrap-touchspin-postfix.input-group-addon { border-left: none; broder-left: 0 }
.bootstrap-touchspin-prefix.input-group-addon { border-right: none; broder-right: 0 }
.bootstrap-touchspin input[name=touchSpinVertical] { border-radius: 3px 0 0 3px !important }
.bootstrap-touchspin .input-group-btn:first-child>.btn, .bootstrap-touchspin .input-group-btn:first-child>.btn-group { margin-right: -1px }
.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child) { border-right: none; border-left: none }
.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child)>.btn, .bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child)>.btn { border-right: none; border-left: none }

/*ladda.min.css*/

/*tablesaw.min.css*/

/*swiper-3.3.1.min.css*/

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1 }
.swiper-container-no-flexbox .swiper-slide { float: left }
.swiper-container-vertical>.swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.swiper-container-multirow>.swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap }
.swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform, height }
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000 }
.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y }
.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; -moz-background-size: 27px 44px; -webkit-background-size: 27px 44px; background-size: 27px 44px; background-position: center; background-repeat: no-repeat }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto }
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") }
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto }
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") }
.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10 }
.swiper-pagination.swiper-pagination-hidden { opacity: 0 }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100% }
.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2 }
button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer }
.swiper-pagination-white .swiper-pagination-bullet { background: #fff }
.swiper-pagination-bullet-active { opacity: 1; background: #007aff }
.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff }
.swiper-pagination-black .swiper-pagination-bullet-active { background: #000 }
.swiper-container-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -o-transform: translate(0, -50%); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px }
.swiper-pagination-progress { background: rgba(0, 0, 0, .25); position: absolute }
.swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top }
.swiper-container-horizontal>.swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0 }
.swiper-container-vertical>.swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0 }
.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, .5) }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000 }
.swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px }
.swiper-container-cube, .swiper-container-flip { overflow: visible }
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index: 1 }
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden }
.swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100% }
.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0 }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible }
.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0 }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out }
.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, .1) }
.swiper-container-horizontal>.swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98% }
.swiper-container-vertical>.swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98% }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, .5); border-radius: 10px; left: 0; top: 0 }
.swiper-scrollbar-cursor-drag { cursor: move }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -moz-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite }
.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; -webkit-background-size: 100%; background-size: 100%; background-repeat: no-repeat }
.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") }
@-webkit-keyframes swiper-preloader-spin {
100% { -webkit-transform: rotate(360deg) }
}
@keyframes swiper-preloader-spin {
100% { transform: rotate(360deg) }
}

/*lightgallery.min.css*/

/*slick.css*/

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/*slick-theme.css*/
@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list { background: #fff url(../../../templates/M1156008/min/widget/slick/./ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url(../../../templates/M1156008/min/widget/slick/./fonts/slick.eot); src: url(../../../templates/M1156008/min/widget/slick/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(../../../templates/M1156008/min/widget/slick/./fonts/slick.woff) format('woff'), url(../../../templates/M1156008/min/widget/slick/./fonts/slick.ttf) format('truetype'), url(../../../templates/M1156008/min/widget/slick/./fonts/slick.svg#slick) format('svg'); }

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'; }
[dir='rtl'] .slick-prev:before { content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢'; }
[dir='rtl'] .slick-next:before { content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

/*metinfo.css*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² */

/*css3ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

/* . */

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“*/
.height-20 { height: 20px; }

/**/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
.met-editor { padding: 30px; background: #ffffff; font-size: 18px; font-weight: 300; line-height: 1.8; color: #222; word-break: break-all; }
@media (max-width:767px) {
.met-editor { padding: 10px; }
}
.met-editor p { margin-bottom: 16px; }
.met-editor img { max-width: 100%; }
.met-editor img:not(.imgload) { height: auto !important; }
.met-editor table { color: #2a333c; }
.met-editor .table-saw { overflow-x: auto; }
.met-editor video, .met-editor .metvideo, .met-editor iframe { max-width: 100% !important; margin: auto; display: block; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/
.met_pager { margin-top: 20px; text-align: center; }
.met_pager * { display: inline-block; }

/*.met_pager li {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  border-right: none;
  background: #fff;
  text-align: center;
  color: #76838f;
}*/
.met_pager li:hover { background: #f5f5f5; text-decoration: none; background: #ffdb03; }
.met_pager li.NextA { border-right: 1px solid #e4eaec; }
.met_pager .PreSpan, .met_pager .NextSpan { padding: 9px 15px; border: 1px solid #e4eaec; background: #fff; color: #ccd5db; cursor: default; }
.met_pager .firstPage, .met_pager .lastPage { min-width: 40px; height: 28px; line-height: 28px; }
.met_pager li.Ahover { border-color: #62a8ea; background: #62a8ea; color: #fff; cursor: default; }
.met_pager li a:hover { color: white; }
.met_pager li.Ahover:hover { border-color: #62a8ea; background: #62a8ea; color: #fff; }
.met_pager li { text-decoration: none; }
.met_pager li:active, .met_pager li:focus, .met_pager li:hover { text-decoration: none; }
.met_pager .PageText { display: none; margin-left: 10px; color: #aaa; }
.met_pager input { display: none; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡*/
.pager li { width: 49%; display: inline-block; }
.pager li a { max-width: 100%; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
.met-scroll-top { position: fixed; right: 10px; bottom: 10px; z-index: 10; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬*/
.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­*/
.less-flex-vm { -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
html, body { width: 100%; max-width: 100%; min-width: 320px; }
body { overflow-x: hidden; font: 14px/1.5 "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, Verdana, "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif; color: #2a333c; }
.overflow-visible { overflow: visible !important; }
.dropdown-menu, .dropdown-menu > li > a { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; font-weight: normal; }
.dropdown-menu > li { padding: 0px; }
.dropdown-menu > li > a { color: #2a333c !important; transition: color 0.5s; -moz-transition: color 0.5s; -webkit-transition: color 0.5s; -o-transition: color 0.5s; transition: background 0.5s; -moz-transition: background 0.5s; -webkit-transition: background 0.5s; -o-transition: background 0.5s; }
.dropdown-menu > li > a:hover { color: #4e97d9 !important; }
.dropdown-menu > li > a:hover { background: #f5f5f5; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤*/
.met-white-lightGallery .lg-backdrop, .met-white-lightGallery .lg-actions .lg-next, .met-white-lightGallery .lg-actions .lg-prev, .met-white-lightGallery .lg-toolbar { background: #fff; }
.met-white-lightGallery .lg-sub-html { background: rgba(255, 255, 255, 0.7); color: #555; }
.met-white-lightGallery .lg-toolbar.opacity0 { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -o-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
.met-white-lightGallery .lg-toolbar .lg-icon:hover, .met-white-lightGallery .lg-actions .lg-next:hover, .met-white-lightGallery .lg-actions .lg-prev:hover, .met-white-lightGallery .lg-outer .lg-toogle-thumb:hover { color: #333; }
.met-white-lightGallery .lg-outer { z-index: 1501; background: #fff; }
.met-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 84px; }
.met-white-lightGallery .lg-outer .lg-thumb-outer, .met-white-lightGallery .lg-outer .lg-toogle-thumb { background-color: #f2f2f2; }
.met-white-lightGallery .lg-outer .lg-thumb-outer { padding: 0 10px; }
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item { margin-bottom: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active, .met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover { border-color: #62a8ea; }

/* swiperÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª */
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar { width: 100%; height: 3px; left: 0; bottom: 0; }
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag { background: rgba(0, 0, 0, 0.2); }
.swiper-navtab .swiper-wrapper { width: auto; }
.swiper-navtab .swiper-wrapper.flex-start { -webkit-justify-content: flex-start !important; justify-content: flex-start !important; }
.swiper-navtab .swiper-slide { width: auto; }

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· */
.slh, .pager li a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* slick */
.slick-loading .slick-list { background: none; }
.slick-arrow { width: auto; height: auto; z-index: 1; color: #fff !important; }
.slick-arrow:before, .slick-arrow:after { font-family: inherit; display: none; }
.slick-arrow:hover { color: #4e97d9 !important; }
.slick-arrow.slick-next { right: 0; }
.slick-arrow.slick-prev { left: 0; }
.slick-arrow i { font-size: 60px; }
.slick-slide { outline: none; }

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ */
img.imgload:not([src*=base64]), img.slick-loading:not([src*=base64]) { object-fit: none; }

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */
.hidden-pc { display: none; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/
body.met-navfixed { padding-top: 60px; }
.met-nav { min-height: 60px; margin-bottom: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.met-nav.navbar-shadow { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.met-nav.navbar-fixed-top .navbar-right { margin-right: 0; }
.met-nav .navbar-logo { height: 60px; margin: 0px; margin-left: 0px !important; padding: 0px; display: block; }
.met-nav .navbar-logo img { max-height: 50px; }
.met-nav .navbar-toggle { height: 60px; }
.met-nav .nav > li > a { color: #2a333c !important; transition: color 0.5s; -moz-transition: color 0.5s; -webkit-transition: color 0.5s; -o-transition: color 0.5s; transition: background 0.5s; -moz-transition: background 0.5s; -webkit-transition: background 0.5s; -o-transition: background 0.5s; }
.met-nav .nav > li > a:hover { color: #4e97d9 !important; }
.met-nav .dropdown.open > a, .met-nav .nav li a.active { color: #4e97d9 !important; }
.met-nav .nav > li > a:hover, .met-nav .dropdown.open > a { background: #fff !important; }
.met-nav .met-nav-login { padding-top: 15px; text-align: center; }
@media (min-width:768px) {
.met-nav .nav > li > a { padding-top: 0px; padding-bottom: 0px; height: 60px; line-height: 60px; }
.met-nav .dropdown-menu { top: 65px; }
.met-nav .dropdown-menu.bullet { top: 60px; }
.met-nav .met-nav-login { height: 60px; padding-top: 0px; margin-left: 10px; }
}
@media (max-width:767px) {
.met-nav .nav > li { margin-left: 0px !important; }
.met-nav .dropdown-menu > li > .dropdown-menu > li > a { padding-left: 40px; }
.met-nav .dropdown-menu.bullet:before, .met-nav .dropdown-menu.bullet:after { display: none; }
.met-nav .navbar-collapse-toolbar.in { overflow-y: scroll; }
.met-nav .navbar-logo { margin-left: 10px !important; }
}

/*banner & sidebar*/

/*banner*/
.met-banner { width: 100%; height: 500px; margin: 0 !important; display: table; background: #ccc; }
.met-banner.fixedheight .slick-slide { height: 100%; }
.met-banner.fixedheight .slick-slide img { width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
@media (max-width:991px) {
.met-banner.fixedheight .slick-slide img { width: 991px; }
}
@media (max-width:767px) {
.met-banner.fixedheight .slick-slide img { width: 767px; }
}
@media (max-width:429px) {
.met-banner.fixedheight .slick-slide img { width: 429px; }
}
.met-banner.slick-slider { display: block; }
.met-banner .slick-list, .met-banner .slick-track { height: 100%; }
.met-banner .slick-slide { width: 100%; height: auto; position: relative; overflow: hidden; }
.met-banner .slick-slide:first-child { display: block; }
.met-banner .slick-arrow { width: 15%; height: 100%; display: none !important; top: 50%; text-align: center; }
.met-banner .slick-arrow.slick-prev {  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ */
background: linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);  /* Webkit: Safari 5.1+, Chrome 10+ */ background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);  /* Firefox 3.6+ */ background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);  /* Opera 11.10+ */ background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);  /* IE 10 */ background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);  /* IE < 10 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.met-banner .slick-arrow.slick-next {  /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ */
background: linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);  /* Webkit: Safari 5.1+, Chrome 10+ */ background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);  /* Firefox 3.6+ */ background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);  /* Opera 11.10+ */ background: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);  /* IE 10 */ background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);  /* IE < 10 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.met-banner .slick-arrow:hover i { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
.met-banner .slick-arrow i { font-size: 70px; color: #fff !important; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); }
@media (max-width:767px) {
.met-banner .slick-arrow i { font-size: 50px; }
}
.met-banner .slick-dots { margin: 0; bottom: 20px; }
.met-banner .slick-dots li { margin: 0 2px; }
@media (max-width:991px) {
.met-banner { height: 350px; }
}
@media (min-width:768px) {
.met-banner:hover .slick-arrow { display: block !important; }
}
@media (max-width:767px) {
.met-banner { height: 300px; }
.met-banner .slick-dots { bottom: 5px; }
}
@media (max-width:479px) {
.met-banner { height: 150px; }
.information-box li span { clear: both; }
.information-box li strong { display: none; }
table { width: 100%; }
}
.met-banner .banner-text { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.met-banner .banner-text .container { height: 100%; display: table; text-align: center; }
.met-banner .banner-text .container .banner-text-con { display: table-cell; vertical-align: middle; }
.met-banner .banner-text.p-1 .container { text-align: left; }
.met-banner .banner-text.p-1 .container .banner-text-con div { width: 60%; float: left; }
.met-banner .banner-text.p-2 .container { text-align: right; }
.met-banner .banner-text.p-2 .container .banner-text-con div { width: 60%; float: right; }
.met-banner .banner-text.p-3 { top: 10%; }
.met-banner .banner-text.p-3 .container .banner-text-con { vertical-align: top; }
.met-banner .banner-text.p-4 { top: auto; bottom: 10%; }
.met-banner .banner-text.p-4 .container .banner-text-con { vertical-align: bottom; }
.met-banner .banner-text.p-3 .container .banner-text-con, .met-banner .banner-text.p-4 .container .banner-text-con, .met-banner .banner-text.p-5 .container .banner-text-con { width: 60%; }
.met-banner .banner-text h1, .met-banner .banner-text h2, .met-banner .banner-text h3, .met-banner .banner-text p { color: #fff; }
.met-banner .banner-text h1, .met-banner .banner-text h2 { margin: 0; font-size: 40px; }
.met-banner .banner-text h3 { font-size: 30px; font-weight: 500; margin: 0px; }
.met-banner .banner-text p { font-size: 36px; margin: 20px 0 0; text-shadow: none; }
.met-banner .banner-text .btn { margin-top: 30px; font-size: 20px; }
@media (max-width:991px) {
.met-banner .banner-text h1, .met-banner .banner-text h2, .met-banner .banner-text h3 { font-size: 30px; }
.met-banner .banner-text p { font-size: 20px; }
}
@media (max-width:767px) {
.met-banner .banner-text .container { width: 100%; }
.met-banner .banner-text.p-5 .container .banner-text-con { width: 100%; }
.met-banner .banner-text h1, .met-banner .banner-text h2 { font-size: 24px; }
.met-banner .banner-text h3 { font-size: 16px; }
.met-banner .banner-text p { margin-top: 15px; font-size: 18px; }
.met-banner .banner-text .btn { margin-top: 20px; font-size: 16px; }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµbanner */
.met-banner-ny { background-color: #62a8ea; height: 120px; }
.met-banner-ny h1, .met-banner-ny h2 { margin: 0px; padding: 10px 30px; font-size: 35px; font-weight: 300; text-shadow: none; color: #fff; }
@media (max-width:767px) {
.met-banner-ny { height: 90px; }
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ*/

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª */

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/

/*footer*/
footer { height: auto; border-top: 1px solid #f0f2f5; padding: 20px 0px; color: #aaaaaa; line-height: 1.8; }
footer p { margin-bottom: 0px; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.met-index-body { padding: 70px 0px; background: #fff; }
.met-index-body:nth-of-type(odd) { background: #f5f5f5; }
.met-index-body h3 { font-size: 36px; margin-top: 0px; text-align: center; font-weight: 300; }
.met-index-body p.desc { font-size: 16px; font-weight: 300; text-align: center; width: 80%; color: #5e7387; margin: 0px auto; }
@media (max-width:991px) {
.met-index-body { padding: 60px 0px; }
}
@media (max-width:767px) {
.met-index-body { padding: 50px 0px; }
.met-index-body h3 { font-size: 28px; }
.met-index-body p.desc { font-size: 14px; }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ */
.met-index-service { text-align: center; }
.met-index-service [class*=blocks] li { margin: 50px 0 0; clear: none; }
.met-index-service [class*=blocks] li i { width: 120px; height: 120px; background: #eee; text-align: center; font-size: 50px; line-height: 120px; color: #5e7387; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; transition: background 0.5s, color 0.5s; -moz-transition: background 0.5s, color 0.5s; -webkit-transition: background 0.5s, color 0.5s; -o-transition: background 0.5s, color 0.5s; }
.met-index-service [class*=blocks] li:hover i { background: #4E97D9; color: #fff; }
.met-index-service [class*=blocks] li h4 { margin-top: 20px; margin-bottom: 5px; font-weight: 300; font-size: 20px; color: #2a333c; }
.met-index-service [class*=blocks] li p { width: 90%; margin: 0px auto; font-weight: 300; color: #5e7387; }
.met-index-service [class*=blocks] li a { text-decoration: none; }
.met-index-service [class*=blocks] li a:active, .met-index-service [class*=blocks] li a:focus, .met-index-service [class*=blocks] li a:hover { text-decoration: none; }
@media (max-width:767px) {
.met-index-service [class*=blocks] li { margin-top: 30px; }
.met-index-service [class*=blocks] li i { width: 90px; height: 90px; font-size: 40px; line-height: 90px; }
}
@media (max-width:479px) {
.met-index-service [class*=blocks] li p { width: 100%; }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
.met-index-product { text-align: center; }
.met-index-product .nav-tabs { border-bottom: none; margin: 30px auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; }
.met-index-product .nav-tabs li { white-space: nowrap; }
.met-index-product .nav-tabs li.active a { background: #62a8ea; color: #fff; padding: 8px 30px; border: none; }
.met-index-product .nav-tabs li a { background: #fff; padding: 8px 30px; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; white-space: nowrap; }
.met-index-product .nav-tabs li a:hover { padding: 8px 30px; border: none; }
@media (max-width:767px) {
.met-index-product .nav-tabs { margin: 20px auto; }
}
.met-index-product .swiper-navtab .swiper-scrollbar { bottom: 15px; }
.met-index-product #indexprolist { margin-right: -10px; overflow: hidden; }
.met-index-product #indexprolist li { clear: none; }
.met-index-product #indexprolist h4 { font-size: 16px; text-align: center; }
.met-index-product #indexprolist h4 a { color: #2a333c; }
.met-index-product #indexprolist h4 a:hover { color: #4e97d9; }
.met-index-product #indexprolist .widget { margin-right: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.no-js .grid li, .no-cssanimations .met-grid li { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
.met-grid li { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }
.met-grid li.shown { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
.met-grid li.animate { -webkit-transform: translateY(200px); -moz-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); transform: translateY(200px); -webkit-animation: moveUp 0.65s ease forwards; -moz-animation: moveUp 0.65s ease forwards; -o-animation: moveUp 0.65s ease forwards; -ms-animation: moveUp 0.65s ease forwards; animation: moveUp 0.65s ease forwards; }
@-webkit-keyframes moveUp {
100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
}
@-moz-keyframes moveUp {
100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
}
@-o-keyframes moveUp {
100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
}
@keyframes moveUp {
100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â */

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/
.met-img .widget, .met-img .cover, .met-img .cover-image { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
@media (min-width:480px) and (max-width:767px) {
.met-img ul.met-page-ajax li { width: 50%; }
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
.met-nav-right-shop { margin: 10px 0px 10px; }
.met-nav-right-shop.nav > li { background: #f5f5f5; margin-bottom: 10px; }
.met-nav-right-shop.nav > li:last-child { margin-bottom: 0px; }
.met-nav-right-shop.nav > li > a { padding-top: 0px; padding-bottom: 0px; height: 40px; line-height: 40px; }
.met-nav-right-shop .dropdown-menu li i { color: #9E9E9E; }
.met-nav-right-shop .dropdown > a > i { margin-right: 5px; color: #76838f; }
.met-nav-right-shop #topcart-body .avatar { width: 50px; }
.met-nav-right-shop #topcart-body .avatar img { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-nav-right-shop .dropdown-menu-header { padding: 20px 20px; }
.met-nav-right-shop .dropdown-menu-footer { height: 55px; line-height: 55px; padding: 0px 15px !important; }
@media (min-width:768px) {
.met-nav-right-shop { margin-left: 10px; }
.met-nav-right-shop.nav > li { margin-right: 5px; margin-bottom: 0px; }
.met-nav-right-shop .dropdown-menu { top: 55px; }
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§*/
.shop-product-intro #price { font-size: 32px; }
.shop-product-intro .form-group { margin-bottom: 0px; }
.shop-product-intro del { padding-left: 20px; font-size: 22px; font-weight: 300; }
.shop-product-intro label { margin-bottom: 0px; }
.shop-product-intro .selectpara-body a.btn { margin-top: 8px; }
.shop-product-intro .selectpara-body .selectpara { min-width: 70px; text-align: center; }
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus, .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover { background-color: transparent; color: #f96868; }
.shop-product-intro .height-10 { height: 10px; }
.shop-product-intro .text-default { padding: 20px; background: #F3F7F9; }
.shop-product-intro .purchase-btn a.btn { width: 100%; display: block; }
.shop-product-intro .purchase-btn a.btn i { margin-right: 8px; }
@media (min-width:768px) {
.shop-product-intro .purchase-btn a.btn { width: auto; display: inline; padding: 10px 35px; }
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
@media (min-width:768px) {
.met-showproduct.pagetype2 .shop-btn-body { margin-left: 20px; }
}
@media (max-width:767px) {
.met-showproduct.pagetype2 .navbar-toggle { padding: 0px; float: none; }
.met-showproduct.pagetype2 .shop-btn { padding: 6px 13px; font-size: 12px; line-height: 1.5; }
}
.met-showproduct.pagetype2 #shop-fashion-option .modal-content, .met-showproduct.pagetype2 #shop-fashion-option .modal-header { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
@media (min-width:768px) {
.met-showproduct.pagetype2 #shop-fashion-option .purchase-btn { margin-bottom: 20px; }
}

/*7-stroke.min.css*/
@font-face { font-family: Pe-icon-7-stroke; font-style: normal; font-weight: 400; src: url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?d7yf1v); src: url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg') }
[class*=" pe-"], [class^=pe-] { position: relative; display: inline-block; font-family: Pe-icon-7-stroke; font-style: normal; font-weight: 400; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); text-rendering: auto; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.pe-album:before { content: "\e6aa" }
.pe-arc:before { content: "\e6ab" }
.pe-back-2:before { content: "\e6ac" }
.pe-bandaid:before { content: "\e6ad" }
.pe-car:before { content: "\e6ae" }
.pe-diamond:before { content: "\e6af" }
.pe-door-lock:before { content: "\e6b0" }
.pe-eyedropper:before { content: "\e6b1" }
.pe-female:before { content: "\e6b2" }
.pe-gym:before { content: "\e6b3" }
.pe-hammer:before { content: "\e6b4" }
.pe-headphones:before { content: "\e6b5" }
.pe-helm:before { content: "\e6b6" }
.pe-hourglass:before { content: "\e6b7" }
.pe-leaf:before { content: "\e6b8" }
.pe-magic-wand:before { content: "\e6b9" }
.pe-male:before { content: "\e6ba" }
.pe-map-2:before { content: "\e6bb" }
.pe-next-2:before { content: "\e6bc" }
.pe-paint-bucket:before { content: "\e6bd" }
.pe-pendrive:before { content: "\e6be" }
.pe-photo:before { content: "\e6bf" }
.pe-piggy:before { content: "\e6c0" }
.pe-plugin:before { content: "\e6c1" }
.pe-refresh-2:before { content: "\e6c2" }
.pe-rocket:before { content: "\e6c3" }
.pe-settings:before { content: "\e6c4" }
.pe-shield:before { content: "\e6c5" }
.pe-smile:before { content: "\e6c6" }
.pe-usb:before { content: "\e6c7" }
.pe-vector:before { content: "\e6c8" }
.pe-wine:before { content: "\e6c9" }
.pe-cloud-upload:before { content: "\e68a" }
.pe-cash:before { content: "\e68c" }
.pe-close:before { content: "\e680" }
.pe-bluetooth:before { content: "\e68d" }
.pe-cloud-download:before { content: "\e68b" }
.pe-way:before { content: "\e68e" }
.pe-close-circle:before { content: "\e681" }
.pe-id:before { content: "\e68f" }
.pe-angle-up:before { content: "\e682" }
.pe-wristwatch:before { content: "\e690" }
.pe-angle-up-circle:before { content: "\e683" }
.pe-world:before { content: "\e691" }
.pe-angle-right:before { content: "\e684" }
.pe-volume:before { content: "\e692" }
.pe-angle-right-circle:before { content: "\e685" }
.pe-users:before { content: "\e693" }
.pe-angle-left:before { content: "\e686" }
.pe-user-female:before { content: "\e694" }
.pe-angle-left-circle:before { content: "\e687" }
.pe-up-arrow:before { content: "\e695" }
.pe-angle-down:before { content: "\e688" }
.pe-switch:before { content: "\e696" }
.pe-angle-down-circle:before { content: "\e689" }
.pe-scissors:before { content: "\e697" }
.pe-wallet:before { content: "\e600" }
.pe-safe:before { content: "\e698" }
.pe-volume2:before { content: "\e601" }
.pe-volume1:before { content: "\e602" }
.pe-voicemail:before { content: "\e603" }
.pe-video:before { content: "\e604" }
.pe-user:before { content: "\e605" }
.pe-upload:before { content: "\e606" }
.pe-unlock:before { content: "\e607" }
.pe-umbrella:before { content: "\e608" }
.pe-trash:before { content: "\e609" }
.pe-tools:before { content: "\e60a" }
.pe-timer:before { content: "\e60b" }
.pe-ticket:before { content: "\e60c" }
.pe-target:before { content: "\e60d" }
.pe-sun:before { content: "\e60e" }
.pe-study:before { content: "\e60f" }
.pe-stopwatch:before { content: "\e610" }
.pe-star:before { content: "\e611" }
.pe-speaker:before { content: "\e612" }
.pe-signal:before { content: "\e613" }
.pe-shuffle:before { content: "\e614" }
.pe-shopbag:before { content: "\e615" }
.pe-share:before { content: "\e616" }
.pe-server:before { content: "\e617" }
.pe-search:before { content: "\e618" }
.pe-film:before { content: "\e6a5" }
.pe-science:before { content: "\e619" }
.pe-disk:before { content: "\e6a6" }
.pe-ribbon:before { content: "\e61a" }
.pe-repeat:before { content: "\e61b" }
.pe-refresh:before { content: "\e61c" }
.pe-add-user:before { content: "\e6a9" }
.pe-refresh-cloud:before { content: "\e61d" }
.pe-paperclip:before { content: "\e69c" }
.pe-radio:before { content: "\e61e" }
.pe-note2:before { content: "\e69d" }
.pe-print:before { content: "\e61f" }
.pe-network:before { content: "\e69e" }
.pe-prev:before { content: "\e620" }
.pe-mute:before { content: "\e69f" }
.pe-power:before { content: "\e621" }
.pe-medal:before { content: "\e6a0" }
.pe-portfolio:before { content: "\e622" }
.pe-like2:before { content: "\e6a1" }
.pe-plus:before { content: "\e623" }
.pe-left-arrow:before { content: "\e6a2" }
.pe-play:before { content: "\e624" }
.pe-key:before { content: "\e6a3" }
.pe-plane:before { content: "\e625" }
.pe-joy:before { content: "\e6a4" }
.pe-photo-gallery:before { content: "\e626" }
.pe-pin:before { content: "\e69b" }
.pe-phone:before { content: "\e627" }
.pe-plug:before { content: "\e69a" }
.pe-pen:before { content: "\e628" }
.pe-right-arrow:before { content: "\e699" }
.pe-paper-plane:before { content: "\e629" }
.pe-delete-user:before { content: "\e6a7" }
.pe-paint:before { content: "\e62a" }
.pe-bottom-arrow:before { content: "\e6a8" }
.pe-notebook:before { content: "\e62b" }
.pe-note:before { content: "\e62c" }
.pe-next:before { content: "\e62d" }
.pe-news-paper:before { content: "\e62e" }
.pe-musiclist:before { content: "\e62f" }
.pe-music:before { content: "\e630" }
.pe-mouse:before { content: "\e631" }
.pe-more:before { content: "\e632" }
.pe-moon:before { content: "\e633" }
.pe-monitor:before { content: "\e634" }
.pe-micro:before { content: "\e635" }
.pe-menu:before { content: "\e636" }
.pe-map:before { content: "\e637" }
.pe-map-marker:before { content: "\e638" }
.pe-mail:before { content: "\e639" }
.pe-mail-open:before { content: "\e63a" }
.pe-mail-open-file:before { content: "\e63b" }
.pe-magnet:before { content: "\e63c" }
.pe-loop:before { content: "\e63d" }
.pe-look:before { content: "\e63e" }
.pe-lock:before { content: "\e63f" }
.pe-lintern:before { content: "\e640" }
.pe-link:before { content: "\e641" }
.pe-like:before { content: "\e642" }
.pe-light:before { content: "\e643" }
.pe-less:before { content: "\e644" }
.pe-keypad:before { content: "\e645" }
.pe-junk:before { content: "\e646" }
.pe-info:before { content: "\e647" }
.pe-home:before { content: "\e648" }
.pe-help2:before { content: "\e649" }
.pe-help1:before { content: "\e64a" }
.pe-graph3:before { content: "\e64b" }
.pe-graph2:before { content: "\e64c" }
.pe-graph1:before { content: "\e64d" }
.pe-graph:before { content: "\e64e" }
.pe-global:before { content: "\e64f" }
.pe-gleam:before { content: "\e650" }
.pe-glasses:before { content: "\e651" }
.pe-gift:before { content: "\e652" }
.pe-folder:before { content: "\e653" }
.pe-flag:before { content: "\e654" }
.pe-filter:before { content: "\e655" }
.pe-file:before { content: "\e656" }
.pe-expand1:before { content: "\e657" }
.pe-exapnd2:before { content: "\e658" }
.pe-edit:before { content: "\e659" }
.pe-drop:before { content: "\e65a" }
.pe-drawer:before { content: "\e65b" }
.pe-download:before { content: "\e65c" }
.pe-display2:before { content: "\e65d" }
.pe-display1:before { content: "\e65e" }
.pe-diskette:before { content: "\e65f" }
.pe-date:before { content: "\e660" }
.pe-cup:before { content: "\e661" }
.pe-culture:before { content: "\e662" }
.pe-crop:before { content: "\e663" }
.pe-credit:before { content: "\e664" }
.pe-copy-file:before { content: "\e665" }
.pe-config:before { content: "\e666" }
.pe-compass:before { content: "\e667" }
.pe-comment:before { content: "\e668" }
.pe-coffee:before { content: "\e669" }
.pe-cloud:before { content: "\e66a" }
.pe-clock:before { content: "\e66b" }
.pe-check:before { content: "\e66c" }
.pe-chat:before { content: "\e66d" }
.pe-cart:before { content: "\e66e" }
.pe-camera:before { content: "\e66f" }
.pe-call:before { content: "\e670" }
.pe-calculator:before { content: "\e671" }
.pe-browser:before { content: "\e672" }
.pe-box2:before { content: "\e673" }
.pe-box1:before { content: "\e674" }
.pe-bookmarks:before { content: "\e675" }
.pe-bicycle:before { content: "\e676" }
.pe-bell:before { content: "\e677" }
.pe-battery:before { content: "\e678" }
.pe-ball:before { content: "\e679" }
.pe-back:before { content: "\e67a" }
.pe-attention:before { content: "\e67b" }
.pe-anchor:before { content: "\e67c" }
.pe-albums:before { content: "\e67d" }
.pe-alarm:before { content: "\e67e" }
.pe-airplay:before { content: "\e67f" }

/*other.css*/
html, body { height: 100%; color: #393939; }
a { color: #393939; }
a:focus, a:hover, a:active { color: #000; text-decoration: none; }
a:-webkit-any-link { text-decoration: none; }
b, strong { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { text-shadow: none; }
@media (max-width:767px) {
video { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
}
.clear-box { clear: both; }
.height-full { height: 100%; }
.table-box { display: table; width: 100%; height: 100%; }
.table-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; }
.cover { width: 100%; height: 100%; overflow: visible; }
.met-showproduct .met-showproduct-list .slick-dots li.slick-active { border-color: #ffdb03; }
.alertify { z-index: 99999999999 !important; }
.alertify .alert nav, .alertify .dialog nav { position: static; background: none; border-bottom: none; line-height: normal; }
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger, .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus, .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover { background: #ffdb03; border-color: #ffdb03; color: #fff; }
section[role=main] { display: block; width: 100%;overflow: visible; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
.main-box { position: relative; width: 100%; height: 100%; /*background:#eff2f4;*/ overflow: hidden; }
body.active .main-box { height: auto; min-height: 100%; }

/*header[role=heading]{position:fixed; width:240px; height:100%; left:-240px; top:0; background:#fff; text-align:center; z-index:9999999;
transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; -o-transition:.5s;}*/
header[role=heading].active { left: 0; }
.head-box { width: 240px; height: 100%; overflow: auto; }
.head-top, .head-bottom { overflow: hidden; }
.logo-box { margin: 30px 0; }
.logo-box img { max-width: 100%; }
.jodo-box { margin: 30px 0; }
.jodo-box p { display: block; margin: 0 auto; font-size: 14px; width: 130px; }
.jodo-box p img { max-width: 100%; margin-bottom: 5px; }
.jodo-box p em.fa { font-size: 22px; line-height: 1.05; width: auto; padding: 0 1px 0 4px; position: relative; bottom: -4px; top: 2px; }
.foto-box { position: relative; z-index: 9; margin: 30px 0; }
.foto-cut { padding: 0 10px; }
.foto-cut p { margin: 0; }
@media (max-height:768px) {
.logo-box { margin: 20px 0; }
.jodo-box { margin: 20px 0; }
.foto-box { margin: 20px 0; }
}
.social-box { margin-bottom: 7.5px; }
.social-box:after { display: block; content: ''; clear: both; }
.social-box a { display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #ffdb03; font-size: 16px; margin: 2.5px 7.5px; cursor: pointer; color: #fff; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
.social-box a:hover { background: #171717; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
.nav-cut { position: relative; text-align: center; line-height: 36px; overflow: auto; }
.nav-cut>ul { display: block; list-style: none; margin: 0; padding: 0; position: relative; }
.nav-cut>ul>li {display: block;list-style: none;margin: 0;padding: 0;position: relative;cursor: pointer;}
.nav-cut>ul>li.background { position: absolute; left: 0; top: 0; width: 100%; z-index: 98; transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -o-transition: .2s; -webkit-transition: .2s; }
.nav-cut>ul>li.background:before { content: '-'; width: 130px; background: #ffdb03; color: #ffdb03; margin: 0 auto; /*border-radius:32px;*/ display: block; cursor: pointer; }
.nav-cut>ul>li>a {/*display:block;*/padding: 8px 38px;position: relative;z-index: 99;}
.nav-cut>ul>li:hover>a, .nav-cut>ul>li.active>a, .nav-cut>ul:hover>li.active:hover>a {transition: .05s .2s;-moz-transition: .05s .2s;-ms-transition: .05s .2s;-o-transition: .05s .2s;-webkit-transition: .05s .2s;background: #ffdb03;color:  #000;}
.nav-cut>ul:hover>li.active>a { color: #393939; transition: .05s; -moz-transition: .05s; -ms-transition: .05s; -o-transition: .05s; -webkit-transition: .05s; }
.nav-cut ul>li>ul { position: fixed; /*left:188px;*/ left: 165px; top: 50%; list-style: none; margin: 0; padding: 0 0 0 20px; z-index: 99; transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-transition: .5s; transform: translate(0, -40%); -moz-transform: translate(0, -40%); -ms-transform: translate(0, -40%); -o-transform: translate(0, -40%); -webkit-transform: translate(0, -40%); visibility: hidden; opacity: 0; }
.nav-cut ul>li>ul:before { content: ''; display: block; position: absolute; left: 4px; top: 50%; margin: -10px 0 0 0; border-width: 9px 16px 9px 0; border-style: solid; border-color: transparent rgba(0, 0, 0, .7) transparent transparent; }
.nav-cut ul>li>ul>li>ul { position: absolute; left: 100%; }
.nav-cut ul>li:hover>ul { visibility: visible; opacity: 1; transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.nav-cut ul>li>ul>li { list-style: none; margin: 0; padding: 0; background: rgba(0, 0, 0, .7); position: relative; cursor: pointer; transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -o-transition: .2s; -webkit-transition: .2s; }
.nav-cut ul>li>ul>li:hover { background: #000; }
.nav-cut ul>li>ul>li:first-child {/*border-top-right-radius:10px; border-top-left-radius:10px;*/ padding-top: 5px; }
.nav-cut ul>li>ul>li:last-child {/*border-bottom-right-radius:10px; border-bottom-left-radius:10px;*/ padding-bottom: 5px; }
.nav-cut ul>li>ul>li>a { display: block; /*padding:0 40px;*/ /*width: 120px;*/ width: 160px; color: #eee; position: relative; z-index: 99; white-space: nowrap; }
@media (max-width:767px) {
.nav-cut ul>li>ul { position: relative; left: 0; top: 0 !important; padding: 20px 0 0 0; width: 180px; margin: 0 auto; transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); -webkit-transform: translate(0, 0); display: none; visibility: visible; opacity: 1; }
.nav-cut ul>li>ul:before { content: ''; display: block; position: absolute; left: 50%; top: 4px; margin: 0 0 0 -10px; border-width: 0 9px 16px 9px; border-style: solid; border-color: transparent transparent #171717 transparent; }
.nav-cut ul>li:hover>ul { visibility: visible; opacity: 1; display: none; transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); -webkit-transform: translate(0, 0); }
.nav-cut ul>li>ul>li>ul { position: relative; left: 0; width: 178px; }
.nav-cut ul>li>ul>li>ul:before { border-color: transparent transparent #fff transparent; }
.nav-cut ul>li>ul>li>ul>li { background: #fff; }
.nav-cut ul>li>ul>li>ul>li:hover { background: #fff; }
.nav-cut ul>li>ul>li>ul>li>a { color: #393939; }
}
.window-head { position: absolute; display: table; top: 0; left: 0; right: 0; z-index: 99999; width: 100%; height: 90px; background: rgba(0, 0, 0, 0); transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.window-head hr { display: block; position: absolute; width: 0; height: 3px; border: none; margin: 0; padding: 0; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; background: #ffdb03; top: 0; left: 0; }
@media(min-width:1200px) {
section[role=main].subpage.active { padding-left: 240px; }
}
.window-head .head-left { position: absolute; left: 5%; top: 50%; color: #fff; cursor: pointer; transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.window-head .head-left img { max-width: 100%; max-height: 90px; transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; -webkit-transform-origin: left center; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
@media(min-width:300px) {
.window-head .head-left { width: 70%; }
}
@media(min-width:768px) {
.window-head .head-left { width: 50%; }
}
@media(min-width:1200px) {
.window-head .head-left { width: 20%; }
}
@media(min-width:1440px) {
.window-head .head-left { width: 25%; }
}
.window-head ul { position: absolute; left: 50%; top: 50%; list-style: none; padding: 0; margin: 0; font-size: 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.window-head ul li { list-style: none; cursor: pointer; padding: 20px; margin: 0; font-size: 20px; color: #ccc; display: inline-block; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.window-head ul li.active { color: #ffdb03; }
.window-head .head-right { position: absolute; right: 5%; top: 50%; margin: 0; height: 28px; padding-right: 28px; transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.window-head .head-right.r0 { right: 2.5%; padding-right: 0 !important; }
.window-head .head-right i { color: #ffdb03; font-size: 20px; border: 2px solid #ffdb03; width: 28px; height: 28px; text-align: center; line-height: 26px; border-radius: 50%; float: left; margin-right: 10px; overflow: hidden; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.window-head .head-right b { color: #ffdb03; font-weight: bold; letter-spacing: 1px; font-size: 26px; height: 28px; line-height: 26px; float: left; display: block; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.window-head .head-rights { position: absolute; right: 2.5%; top: 50%; height: 28px; transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.window-head .head-rights ol { font-style: normal; margin: 0px 1px; padding: 0;/*width:26px;*/ height: 26px; display: block; cursor: pointer; }
.window-head .head-rights ol:after { display: block; margin: 0; padding: 0; content: ''; clear: both; }
.window-head .head-rights ol li { width: 11px; height: 11px; float: left; margin: 1px; background: #ffdb03; display: block; overflow: hidden; }
.window-head .head-rights ol.active li { background: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, .1); }
.window-head.active { height: 70px; background: rgba(0, 0, 0, .5); }
.window-head.active .head-left img { transform: scale(.777777); -moz-transform: scale(.777777); -ms-transform: scale(.777777); -o-transform: scale(.777777); -webkit-transform: scale(.777777); }
.window-head.active ul li { font-size: 16px; }
.window-head.active .head-right { height: 24px; padding-right: 24px; }
.window-head.active .head-right b { font-size: 20px; height: 24px; letter-spacing: 0; line-height: 24px; }
.window-head.active .head-right i { font-size: 14px; width: 24px; height: 24px; line-height: 20px; }
.window-head.active .head-rights { height: 24px; }
.window-head.active .head-rights ol { width: 22px; height: 22px; }
.window-head.active .head-rights ol li { width: 9px; height: 9px; }
.window-box { width: 100%; height: 100%; position: relative; overflow: hidden; }
.window-cut { width: 100%; height: 100%; transition-timing-function: cubic-bezier(1, 0, .5, 1); -moz-transition-timing-function: cubic-bezier(1, 0, .5, 1); -ms-transition-timing-function: cubic-bezier(1, 0, .5, 1); -o-transition-timing-function: cubic-bezier(1, 0, .5, 1); -webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1); }
.window-back { width: 100%; height: 100%; padding-top: 70px; position: relative; background-position: center; background-size: cover; }
.window-back.banner { padding: 0; }
@media (max-width:767px) {
.window-head { height: 70px; }
}
@media (max-width:767px) and (orientation:landscape) {
.window-head .head-right b { letter-spacing: normal; }
}
@media (max-width:767px) and (orientation:portrait) {
.window-head .head-left { left: 15px; }
.window-head .head-right { right: 15px; }
.window-head .head-right b { display: none; }
.window-head .head-right i { top: 0; left: 0; }
}
@media (max-width:320px) {
.window-head .head-right { padding-right: 15px; }
}
.banner-content { position: relative; overflow: hidden; }
.met-banner { display: block; }
.banner-click { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); z-index: 9999; opacity: 0; overflow: hidden; visibility: hidden; cursor: pointer; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.banner-click i { color: #ffdb03; font-size: 26px; position: absolute; top: 50%; left: 50%; cursor: pointer; opacity: .65; margin: -25px 0 0 -25px; display: block; width: 50px; height: 50px; border: 3px solid #ffdb03; text-align: center; line-height: 44px; border-radius: 4px; }
.banner-content:hover .banner-click { opacity: 1; visibility: visible; }
.banner-content:hover .banner-click i { visibility: visible; -webkit-animation: bounceInDown 1s .2s ease both; -moz-animation: bounceInDown 1s .2s ease both; }
@-webkit-keyframes bounceInDown {
0% { opacity: 0; -webkit-transform: translateY(-2000px) }
60% { opacity: 1; -webkit-transform: translateY(30px) }
80% { -webkit-transform: translateY(-10px) }
100% { -webkit-transform: translateY(0) }
}
@-moz-keyframes bounceInDown {
0% { opacity: 0; -moz-transform: translateY(-2000px) }
60% { opacity: 1; -moz-transform: translateY(30px) }
80% { -moz-transform: translateY(-10px) }
100% { -moz-transform: translateY(0) }
}
.met-banner { height: auto; background: none; }
.banner-box { width: 100%; height: 100%; position: relative; }
.banner-box.sidebar { height: auto; }
.banner-box.sidebar .banner-cut:after { display: table; clear: both; content: ''; }
.banner-cut { width: 1000%; height: 100%; }
.banner-bin { width: 10%; height: 100%; float: left; display: block; overflow: hidden; background: center no-repeat; background-size: cover; position: relative; }
.banner-absolute { position: absolute; width: 100%; height: 94%; top: 0; left: 0; }
.banner-bin .table-box { padding-bottom: 6%; }
.banner-bin .table-cell { position: relative; }
.banner-box:hover .banner-ctrl { opacity: 1; }
.banner-box.sidebar .banner-bin img { width: 100%; }
.ctrl-box { opacity: .5; }
.ctrl-box:hover { opacity: 1; }
.banner-ctrl .ctrl-box { position: absolute; color: #a8a8a8; width: 80px; text-align: center; line-height: 80px; font-size: 50px; cursor: pointer; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.banner-ctrl .ctrl-box:hover { color: #ffdb03; }
.banner-ctrl .ctrl-left { left: 5%; top: 46%; margin-top: -40px; }
.banner-ctrl .ctrl-right { right: 5%; top: 46%; margin-top: -40px; }
.banner-news { position: absolute; top: 79%;    /* left: 37.5%; */    /* margin-left: -188px; */

/* height: 30px; */
line-height: 30px; text-align: center; width: 100%; }
.banner-news b { float: left; color: #ffdb03; font-weight: bold; margin-right: 10px; }
.banner-news span { float: left; overflow: hidden; height: 30px; overflow: hidden; }
.banner-news span ol { float: left; margin: 0; padding: 0; }
.banner-news span ol li { list-style: none; color: #ddd; margin: 0; padding: 0 1px 0 0; display: block; white-space: nowrap; text-overflow: ellipsis; width: 270px; height: 30px; line-height: 30px; overflow: hidden; }
.banner-news span ol li a { color: #ddd; }
.banner-news span ol li a:hover { text-decoration: underline; color: #fff; }
.banner-news p { float: left; margin: -3px 0 0 10px; }
.banner-news p a { color: #ffdb03; border-bottom: 1px dotted #ffdb03; }
.banner-pager { position: absolute; height: 3px; line-height: 0; top: 84%; bottom: auto !important; left: 0; right: 0; text-align: center; }
.banner-pager .swiper-pagination-bullet { width: 40px; height: 3px; position: relative; line-height: 3px; border-radius: 0; background: #fff; opacity: 1; }
.banner-pager .swiper-pagination-bullet:before { position: absolute; width: 40px; height: 30px; content: ''; left: 0; top: -10px; }
.banner-pager .swiper-pagination-bullet-active { background: #ffdb03; }
.banner-down { position: absolute; top: 90%; cursor: pointer; left: 50%; margin-left: -24px; width: 47px; height: 47px; text-align: center; line-height: 47px; color: #fff; font-size: 24px; }
.banner-down:before { content: ''; position: absolute; display: block; width: 47px; height: 47px; background: #fff; opacity: .2; border-radius: 50%; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.banner-down:hover:before { background: #ffdb03; opacity: .6; }
.banner-down i { position: relative; z-index: 2; }
@media (max-width:1200px) {
.banner-ctrl .ctrl-left { left: 0; top: 50%; }
.banner-ctrl .ctrl-right { right: 0; top: 50%; }
.banner-news { margin-left: 0px; left: 0%; }
.banner-news span ol li { width: 230px; }
.banner-news p { display: none; }
}
@media (max-width:767px) and (orientation:landscape) {
.banner-absolute { height: 100%; }
.banner-bin .table-box { padding-bottom: 0; }
.banner-news { top: 90%; left: 12.5%; margin: -15px 0 0 0; }
.banner-pager { top: 90%; width: auto !important; left: auto !important; right: 2.5%; margin-top: -1.5px; }
.banner-down { top: 90%; left: 2.5%; margin: -24px 0 0 0; }
}
@media (max-width:767px) and (orientation:portrait) {
.banner-bin.swiper-slide-active .banner-write .w1 { line-height: .4; }
.banner-absolute { height: 80%; }
.banner-bin .table-box { padding-bottom: 20%; }
.banner-news { top: 74%; }
.banner-pager { top: 82%; }
.banner-down { top: 88%; }
.banner-ctrl { display: none; }
}
.banner-write { position: relative; z-index: 992; word-break: break-all; padding: 0 10px; }
.banner-write * { max-width: 100%; }
.banner-write .w1 { font-family: Microsoft JhengHei; color: #fff; font-size: 263px; display: inline-block; line-height: 0; transition: .3s .4s; -webkit-transition: .3s .4s; -moz-transition: .3s .4s; -ms-transition: .3s .4s; -o-transition: .3s .4s; transform: translateX(-150px) scale(.8); -moz-transform: translateX(-150px) scale(.8); -ms-transform: translateX(-150px) scale(.8); -o-transform: translateX(-150px) scale(.8); -webkit-transform: translateX(-150px) scale(.8); opacity: 0; }
.banner-bin.swiper-slide-active .banner-write .w1 { transform: translate(0) scale(1); -moz-transform: translate(0) scale(1); -ms-transform: translate(0) scale(1); -o-transform: translate(0) scale(1); -webkit-transform: translate(0) scale(1); opacity: 1; }
.banner-write .w2 { text-align: left; display: inline-block; padding-left: 10px; transition: .3s .4s; -webkit-transition: .3s .4s; -moz-transition: .3s .4s; -ms-transition: .3s .4s; -o-transition: .3s .4s; transform: translateX(150px); -moz-transform: translateX(150px); -ms-transform: translateX(150px); -o-transform: translateX(150px); -webkit-transform: translateX(150px); opacity: 0; }
.banner-write .w2.cc { text-align: center; transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); -webkit-transform: translate(0); opacity: 0; }
.banner-write .w2.wc { text-align: right; display: inline-block; padding: 0 420px 0 0; width: 768px; transition: .3s .4s; -webkit-transition: .3s .4s; -moz-transition: .3s .4s; -ms-transition: .3s .4s; -o-transition: .3s .4s; transform: translateX(-150px); -moz-transform: translateX(-150px); -ms-transform: translateX(-150px); -o-transform: translateX(-150px); -webkit-transform: translateX(-150px); opacity: 0; }
.banner-write.bw .w2 { text-align: center; }
@media (max-width:1200px) {
.banner-write .w2.wc { text-align: center; display: inline-block; padding: 0 0 0 0; width: auto; transform: translateX(-150px); -moz-transform: translateX(-150px); -ms-transform: translateX(-150px); -o-transform: translateX(-150px); -webkit-transform: translateX(-150px); opacity: 0; }
}
.banner-bin.swiper-slide-active .banner-write .w2 { transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); -webkit-transform: translate(0); opacity: 1; }
.banner-write .w2 .w21 { color: #fff; font-size: 36px; display: block; }
.banner-write .w2.cc .w21 { transform: scale(1.2) translateY(-50px); -moz-transform: scale(1.2) translateY(-50px); -ms-transform: scale(1.2) translateY(-50px); -webkit-transform: scale(1.2) translateY(-50px); -o-transform: scale(1.2) translateY(-50px); transition: .3s .4s; -webkit-transition: .3s .4s; -moz-transition: .3s .4s; -ms-transition: .3s .4s; -o-transition: .3s .4s; }
.banner-bin.swiper-slide-active .banner-write .w2.cc .w21 { transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); -webkit-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0); }
.banner-write .w2.cc .w22 { transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); transition: .3s .4s; -webkit-transition: .3s .4s; -moz-transition: .3s .4s; -ms-transition: .3s .4s; -o-transition: .3s .4s; -o-transform: translateY(100px); -webkit-transform: translateY(100px); }
.banner-write .w2.cc .w23 { transform: translateY(150px); -moz-transform: translateY(150px); -ms-transform: translateY(150px); transition: .3s .4s; -webkit-transition: .3s .4s; -moz-transition: .3s .4s; -ms-transition: .3s .4s; -o-transition: .3s .4s; -o-transform: translateY(150px); -webkit-transform: translateY(150px); }
.banner-bin.swiper-slide-active .banner-write .w2.cc .w22, .banner-bin.swiper-slide-active .banner-write .w2.cc .w23 { transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); -webkit-transform: translate(0); }
.banner-write .w2 .w22 { line-height: .8; letter-spacing: -5px; font-family: Helvetica; font-size: 82px; color: #ffdb03; display: inline-block; border-bottom: 1px solid #ffdb03; margin: 5px 0 10px 0; }
.banner-write .w2 .w23 { color: #ccc; font-size: 16px; display: block; }
.banner-write .w2 .w23 em { font-style: normal; color: #ffdb03; }
@media (max-width:992px) {
.banner-write .w1 { font-size: 213px; }
.banner-write .w2 .w21 { font-size: 28px; }
.banner-write .w2 .w22 { font-size: 66px; letter-spacing: -4px; margin: 3px 0 8px 0; }
.banner-write .w2 .w23 { font-size: 14px; }
}
@media (max-width:480px) {
.banner-write .w1 { font-size: 173px; }
.banner-write .w2 { padding-left: 5px; }
.banner-write .w2 .w21 { font-size: 24px; }
.banner-write .w2 .w22 { font-size: 52px; letter-spacing: -2px; margin: 0 0 5px 0; }
.banner-write .w2 .w23 { font-size: 12px; }
}
.banner-full { width: 800px; height: 350px; position: absolute; border: 2000px solid rgba(0, 0, 0, .4); box-sizing: content-box; margin: -2175px 0 0 -2400px; background: none; left: 50%; top: 50%; z-index: 991; transition: .5s .6s; -webkit-transition: .5s .6s; -moz-transition: .5s .6s; -ms-transition: .5s .6s; -o-transition: .5s .6s; transform: translate(1350px, 750px); -moz-transform: translate(1350px, 750px); -ms-transform: translate(1350px, 750px); -o-transform: translate(1350px, 750px); -webkit-transform: translate(1350px, 750px); }
.banner-bin.swiper-slide-active .banner-full { transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); -webkit-transform: translate(0); }
.banner-full ol, .banner-full ul { list-style: none; margin: 0; padding: 0; }
.banner-full ol li, .banner-full ul li { border-color: #ffdb03; border-style: solid; border-width: 0; position: absolute; width: 24px; height: 24px; }
.banner-full ol li:nth-child(1) { border-width: 5px 0 0 5px; top: 0; left: 0; }
.banner-full ol li:nth-child(2) { border-width: 5px 5px 0 0; top: 0; right: 0; }
.banner-full ol li:nth-child(3) { border-width: 0 0 5px 5px; bottom: 0; left: 0; }
.banner-full ol li:nth-child(4) { border-width: 0 5px 5px 0; bottom: 0; right: 0; }
.banner-full ul li:nth-child(1) { border-width: 5px 0 0 0; margin: 0 0 0 -12px; top: 0; left: 50%; }
.banner-full ul li:nth-child(2) { border-width: 0 5px 0 0; margin: -12px 0 0 0; top: 50%; right: 0; }
.banner-full ul li:nth-child(3) { border-width: 0 0 5px 0; margin: 0 -12px 0 0; bottom: 0; right: 50%; }
.banner-full ul li:nth-child(4) { border-width: 0 0 0 5px; margin: 0 0 -12px 0; bottom: 50%; left: 0; }
.banner-border { width: 0; height: 0; margin: -205px 0 0 -300px; left: 50%; top: 50%; position: absolute; z-index: 994; transition: .4s 1s; -webkit-transition: .4s 1s; -moz-transition: .4s 1s; -ms-transition: .4s 1s; -o-transition: .4s 1s; border: 1px dashed #ffdb03; z-index: 993; visibility: hidden; }
.banner-bin.swiper-slide-active .banner-border { width: 600px; height: 410px; visibility: visible; }
.banner-background { left: 0; top: 0; width: 100%; height: 150%; position: absolute; z-index: 990; background: rgba(0, 0, 0, .4); transition: .6s .6s; -webkit-transition: .6s .6s; -moz-transition: .6s .6s; -ms-transition: .6s .6s; -o-transition: .6s .6s; }
.banner-bin.swiper-slide-active .banner-background { left: -50%; }
.banner-free * { max-width: 100%; }
.title-box { }
.title-box h3 { font-size: 50px; letter-spacing: -3px; font-family: TechnicLite; color: #ffdb03; line-height: 35px; margin: 0 0 15px 0; padding: 0; }
.title-box h2 { font-size: 25px; letter-spacing: 3px; margin: 0; padding: 0; }
@media (max-width:767px) {
.title-box h1 { font-size: 30px; margin: 0 0 5px 0; }
.title-box h2 { font-size: 18px; }
}
@media (max-height:350px) {
.title-box h1 { display: none; }
}
.icon-box { padding: 30px 0 30px 0; }
.icon-box ul { display: inline; list-style: none; margin: 0; padding: 0; }
.icon-box ul li { list-style: none; margin: 0; padding: 0; position: relative; display: inline-block; }
.icon-box ul li:before { display: block; content: ''; width: 170px; border-radius: 5px; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; height: 0; position: absolute; top: 15px; left: 10px; background: #ffdb03; z-index: 8; }
.icon-box ul li a { display: block; position: relative; z-index: 9; }
.icon-box ul li b { display: block; width: 170px; height: 170px; margin: 10px; position: relative; }
.icon-box ul li img { max-width: 100%; max-height: 100%; display: block; top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); font-size: 0; }
.icon-box ul li:hover b { -webkit-animation: swing 1s .2s ease both; -moz-animation: swing 1s .2s ease both; }
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center }
20% { -webkit-transform: rotate(15deg) }
40% { -webkit-transform: rotate(-10deg) }
60% { -webkit-transform: rotate(5deg) }
80% { -webkit-transform: rotate(-5deg) }
100% { -webkit-transform: rotate(0deg) }
}
@-moz-keyframes swing {
20%, 40%, 60%, 80%, 100% { -moz-transform-origin: top center }
20% { -moz-transform: rotate(15deg) }
40% { -moz-transform: rotate(-10deg) }
60% { -moz-transform: rotate(5deg) }
80% { -moz-transform: rotate(-5deg) }
100% { -moz-transform: rotate(0deg) }
}
.icon-box ul li i { display: block; font-size: 56px; width: 130px; height: 130px; line-height: 120px; margin: 30px; border: 5px solid #ffdb03; border-radius: 50%; text-align: center; color: #ffdb03; background: rgba(255, 255, 255, .1); transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); }
.icon-box ul li h3 { display: block; font-size: 16px; color: #333; margin: 0; padding: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); }
.icon-box ul li p { display: none; }
.icon-text { font-family: TechnicLite; font-size: 24px; line-height: 1; }
@media (min-width:1201px) {
.icon-box ul li p { display: block; position: absolute; top: 135px; width: 170px; left: 10px; color: #fff; font-size: 12px; height: 36px; overflow: hidden; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; opacity: 0; }
.icon-box.icon-type-0 ul li:hover:before { height: 100%; }
.icon-box.icon-type-0 ul li:hover i { color: #fff; border: none; transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); -webkit-transform: translateY(-10px); opacity: .9; background: none; }
.icon-box.icon-type-0 ul li:hover h3 { color: #fff; transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); -o-transform: translateY(-60px); -webkit-transform: translateY(-60px); }
.icon-box.icon-type-0 ul li:hover p { transition: .3s .2s; -webkit-transition: .3s .2s; -moz-transition: .3s .2s; -ms-transition: .3s .2s; -o-transition: .3s .2s; opacity: .8; }
}
@media (max-width:1200px) {
.icon-box { padding: 40px 0 50px 0; }
.icon-box ul li i { font-size: 66px; width: 100px; height: 100px; line-height: 100px; margin: 0 25px; border: none; border-radius: 50%; text-align: center; color: #ffdb03; }
.icon-box ul li b { width: 130px; height: 130px; }
.icon-box ul li h3 { display: block; font-size: 16px; color: #333; }
}
@media (max-width:992px) {
.icon-box ul { display: block; }
.icon-box ul li { margin: 15px 0; }
.icon-box ul li i { margin: 0 40px; }
}
@media (max-width:767px) {
.icon-text { font-size: 18px; }
}
@media (max-width:767px) and (orientation:landscape) {
.icon-box { padding: 15px 0 20px 0; }
.icon-box ul li { margin: 15px 0; width: 30%; }
.icon-box ul li i { font-size: 34px; margin: 0 8px 0 30px; width: auto; height: auto; line-height: 24px; display: inline-block; position: relative; top: 6px; }
.icon-box ul li b { margin: 0 0 0 30px; width: 34px; height: 34px; display: inline-block; position: relative; top: 6px; }
.icon-box ul li:first-child i { margin-left: 0; }
.icon-box ul li h3 { font-size: 16px; display: inline-block; line-height: 24px; }
}
@media (max-width:767px) and (orientation:portrait) {
.icon-box { padding: 20px 0 30px 0; }
.icon-box ul li { margin: 10px 0; width: 30%; }
.icon-box.icon-type-1 ul li { margin: 0 0 5px 0; }
.icon-box ul li i { font-size: 40px; width: 60px; height: 60px; line-height: 60px; margin: 0 auto; }
.icon-box ul li b { width: 100px; height: 100px; margin: 5px auto; }
.icon-box ul li h3 { font-size: 16px; }
}
@media (max-width:320px) {
.icon-box ul li h3 { font-size: 14px; }
}
@media (max-height:320px) {
.icon-box { padding-bottom: 0; }
.icon-box ul li { margin-bottom: 0; }
.icon-box ul li i { font-size: 30px; margin: 0 8px 0 10px; }
.icon-box ul li h3 { font-size: 14px; }
.icon-text { display: none; }
}
.case-ctrl .ctrl-box { position: absolute; color: #a8a8a8; width: 80px; text-align: center; line-height: 80px; font-size: 50px; cursor: pointer; z-index: 99; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.case-ctrl .ctrl-box:hover { color: #ffdb03; }
.case-ctrl .ctrl-left { left: 5%; top: 52%; }
.case-ctrl .ctrl-right { right: 5%; top: 52%; }
@media (max-width:1200px) {
.case-ctrl .ctrl-left { left: 0; }
.case-ctrl .ctrl-right { right: 0; }
}
@media (max-width:767px) {
.case-ctrl .ctrl-box { width: 50px; line-height: 50px; }
}
.case-box { overflow: hidden; width: 1260px; margin: 50px auto 0 auto; }
.case-cut { display: block; list-style: none; margin: 0 auto; padding: 0; width: 6999px; }
.case-cut:after { content: ''; display: table; clear: both; }
.case-bin { display: block; list-style: none; margin: 0 20px 0 0; padding: 0; float: left; width: 300px; background: #fff; position: relative; }
.case-bin a { display: block; }
.case-bin font { display: block; position: relative; overflow: hidden; }
.case-bin font:before {width: 15px;height: 1px;margin-left: -7px;background: #000;content: '';display: block;transition: .1s .2s ease-in-out;-moz-transition: .1s .2s ease-in-out;-ms-transition: .1s .2s ease-in-out;-o-transition: .1s .2s ease-in-out;-webkit-transition: .1s .2s ease-in-out;top: 50%;left: 50%;position: absolute;z-index: 10;opacity: 0;}
.case-bin font:after {width: 1px;height: 15px;margin-top: -7px;background: #000;content: '';display: block;transition: .1s .2s ease-in-out;-moz-transition: .1s .2s ease-in-out;-ms-transition: .1s .2s ease-in-out;-o-transition: .1s .2s ease-in-out;-webkit-transition: .1s .2s ease-in-out;top: 50%;left: 50%;position: absolute;z-index: 10;opacity: 0;}
.case-bin a:hover font:before { opacity: 1; }
.case-bin a:hover font:after { opacity: 1; }
.case-bin font b { display: block; width: 100%; height: 100%; overflow: hidden; position: absolute; top: -100%; left: 0; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }
.case-bin a:hover font b { top: 0; }
.case-bin font b:before { position: absolute; content: ''; width: 50px; height: 50px; border-radius: 50%; box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -webkit-box-sizing: content-box; border: 500px solid rgba(0, 0, 0, .6); left: 50%; top: 50%; margin: -525px 0 0 -525px; }
.case-bin font b:after {position: absolute;content: '';width: 50px;height: 50px;border-radius: 50%;background: rgba(255, 219, 3, 0.51);left: 50%;top: 50%;margin: -25px 0 0 -25px;}
.case-bin font img { display: block; width: 100%; }
.case-bin span { display: block; position: relative; z-index: 1; background: rgba(255, 255, 255, .5); text-align: left; padding: 15px 20px; }
.case-bin span:after {position: absolute;bottom: 0;height: 2px;left: 0;right: 0;content: '';z-index: 1;background: #ffdb03;transition: .2s ease-in-out;-moz-transition: .2s ease-in-out;-ms-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;-webkit-transition: .2s ease-in-out;}
.case-bin span h3 { display: block; font-size: 16px; font-weight: normal; color: #333; margin: 0; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; z-index: 2; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }
.case-bin span p { display: block; font-size: 12px; color: #888; margin: 10px 0 0 0; position: relative; z-index: 2; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -ms-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; }
.case-bin a:hover span:after { height: 100%; }
.case-bin a:hover span h3 {color: #000;}
.case-bin a:hover span p { color: #fff; }
.case-more { margin-top: 30px; }
.case-more a { border: 1px solid #ffdb03; font-family: TechnicLite; color: #ffdb03; font-size: 26px; padding: 0 50px; transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; font-weight: bold; display: inline-block; }
.case-more a:hover { background: #ffdb03; color: #fff; }
@media (max-width:1599px) {
.case-box { width: 940px; }
}
@media (max-width:1200px) {
.case-box { width: 620px; }
}
@media (max-width:767px) {
.case-box { width: 460px; margin: 20px auto; }
.case-bin { margin: 0 10px 0 0; width: 230px; }
.case-bin span p { display: none; }
.case-more { display: none; }
}
@media (max-width:479px) {
.case-box { width: 300px; margin: 40px auto 0 auto; }
.case-bin span p { display: block; }
.case-more { margin-top: 30px; display: block; }
.case-more a { border: 1px solid #ffdb03; font-family: TechnicLite; color: #ffdb03; font-size: 20px; padding: 0 10px; transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; font-weight: bold; display: inline-block; }
}
@media (max-width:400px) {
.case-box { width: 230px; }
}
.pro-box { font-size: 0; }
.pro-box ul { padding: 0; margin: 20px 0; list-style: none; display: block; text-align: center; }
.case-bin.pro { margin: 20px; display: inline-block; float: none; box-shadow: 0 1px 3px rgba(0, 0, 0, .05); transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; }
.case-bin.pro span p { display: block; }
.pro-page { padding-bottom: 30px; }
@media (max-width:1500px) {
.pro-box ul { margin: 40px 0; }
.case-bin.pro { margin: 10px; }
}
@media (max-width:479px) {
.pro-box ul { margin: 10px 0; }
.case-bin.pro { margin: 20px auto 0 auto; display: block; max-width: 90% !important; }
}
.show-box { margin: 40px 60px; }
.show-box:after { display: block; content: ''; clear: both; }
.show-box img { max-width: 100%; }
.show-title { font-size: 22px; line-height: 32px; height: 32px; margin-bottom: 40px; position: relative; padding-left: 20px; }
.show-title:before { width: 7px; height: 32px; background: #ffdb03; border-radius: 99px; content: ''; position: absolute; top: 0; left: 0; }
.product-title { font-size: 22px; line-height: 32px; height: 32px; margin: 40px 0 0 60px; position: relative; padding-left: 20px; }
.product-title:before { width: 7px; height: 32px; background: #ffdb03; border-radius: 99px; content: ''; position: absolute; top: 0; left: 0; }
.product-descript { margin: 0 60px; }
.product-descript h3 { margin: 30px 0 0 0; padding: 0 20px; color: #000; font-size: 20px; display: inline-block; font-weight: 900; }
.product-descript font { color: #999; }
.product-descript font i { font-size: 16px; padding: 0 0 0 5px; }
.product-descript div { margin: 10px 0 0 20px; }
.product-descript div:after { display: table; clear: both; content: ''; }
.product-descript div dl { float: left; border-left: 1px solid #ccc; padding: 0 30px 0 15px; margin: 10px 0 0 0; }
.product-descript div dl dt { display: block; margin: 0; padding: 0; color: #777; font-size: 13px; }
.product-descript div dl dd { display: block; margin: 0; padding: 0; color: #000; font-size: 14px; }
.product-descript p { margin: 20px 0 0 0; display: block; text-indent: 20px; line-height: 1.75; color: #555; }
.product-descript span { display: block; }
.product-descript span b { margin: 20px 0 0 0; padding: 0 0 0 20px; display: inline-block; }
.product-descript span i { font-size: 18px; padding: 0 3px; }
.product-descript span { display: inline-block; }
.product-descript span a { color: #fff; background: #ffdb03; display: inline-block; line-height: 26px; padding: 0 8px; margin: 0 0 6px 6px; transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; }
.product-descript span a:hover { background: #393939; }
.product-content { padding: 30px 60px; }
.product-content img { max-width: 100%; }
@media (max-width:1200px) {
.product-title { margin: 40px 0 0 30px; }
.show-box { margin: 40px 30px; }
.product-descript { margin: 0 30px; }
.product-content { padding: 30px; }
}
@media (max-width:767px) {
.product-title { margin: 40px 0 0 15px; }
.show-box { margin: 40px 15px; }
.product-descript { margin: 0 15px; }
.product-descript h3 { display: block; }
.product-descript font { display: block; margin: 15px 0 0 15px; }
.product-content { padding: 15px; }
}
.joint-ctrl .ctrl-box { position: absolute; color: #a8a8a8; width: 80px; text-align: center; line-height: 80px; font-size: 50px; cursor: pointer; z-index: 99; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.joint-ctrl .ctrl-box:hover { color: #ffdb03; }
.joint-ctrl .ctrl-left { left: 5%; top: 52%; }
.joint-ctrl .ctrl-right { right: 5%; top: 52%; }
@media (max-width:1200px) {
.joint-ctrl .ctrl-left { left: 0; }
.joint-ctrl .ctrl-right { right: 0; }
}
@media (max-width:767px) {
.joint-ctrl .ctrl-box { width: 50px; line-height: 50px; }
}
.joint-box { width: 1150px; margin: 50px auto 30px auto; overflow: hidden; }
.joint-box.swiper-container-horizontal { width: 1149px; }
.joint-cut { width: 99999px; list-style: none; margin: 0; padding: 0; height: 100%; }
.joint-cut:after { display: table; content: ''; clear: both; }
.joint-bin { float: left; list-style: none; margin: 0; padding: 0; height: 170px; display: table; position: relative; }
.joint-bin a { display: table-cell; vertical-align: middle; background: rgba(255, 255, 255, .35); text-align: center; width: 100%; height: 100%; border-color: #ddd; border-style: dotted; border-width: 1px 1px 0 0; }
.joint-bin[data-swiper-row="0"] a { border-width: 0 1px 0 0; }
.joint-bin a img { line-height: 0; max-width: 210px; max-height: 180px; opacity: 0.5; }
.joint-bin a:hover img {/*-webkit-animation:tada 1s .2s ease both;
-moz-animation:tada 1s .2s ease both;*/
opacity: 1; }
@-webkit-keyframes tada {
0% { -webkit-transform: scale(1) }
10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg) }
30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg) }
40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg) }
100% { -webkit-transform: scale(1) rotate(0) }
}
@-moz-keyframes tada {
0% { -moz-transform: scale(1) }
10%, 20% { -moz-transform: scale(0.9) rotate(-3deg) }
30%, 50%, 70%, 90% { -moz-transform: scale(1.1) rotate(3deg) }
40%, 60%, 80% { -moz-transform: scale(1.1) rotate(-3deg) }
100% { -moz-transform: scale(1) rotate(0) }
}
@media (max-width:1440px) {
.joint-box.swiper-container-horizontal { width: 999px; }
}
@media (max-width:1200px) {
.joint-box.swiper-container-horizontal { width: 749px; }
}
@media (max-width:992px) {
.joint-box.swiper-container-horizontal { width: 499px; }
}
@media (max-width:767px) {
.joint-box.swiper-container-horizontal { width: 479px; margin: 20px auto; }
.joint-bin { height: 80px; width: 160px; }
.joint-bin a { border-width: 0 1px 0 0; }
.joint-bin a img { line-height: 0; max-width: 100px; max-height: 50px; }
}
@media (max-width:480px) {
.joint-box.swiper-container-horizontal { width: 319px; margin: 20px auto; }
}
.joint-box.joint-type-0 .joint-bin { display: block; height: auto !important; }
.joint-box.joint-type-0 .joint-bin a { display: block; }
.joint-box.joint-type-0 .joint-bin a img { max-width: 100%; max-height: none; }
.worth-ctrl .ctrl-box { position: absolute; color: #a8a8a8; width: 80px; text-align: center; line-height: 80px; font-size: 50px; cursor: pointer; z-index: 99; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.worth-ctrl .ctrl-box:hover { color: #ffdb03; }
.worth-ctrl .ctrl-left { left: 5%; top: 52%; }
.worth-ctrl .ctrl-right { right: 5%; top: 52%; }
@media (max-width:1200px) {
.worth-ctrl .ctrl-left { left: 0; }
.worth-ctrl .ctrl-right { right: 0; }
}
.worth-box { overflow: hidden; width: 1120px; margin: 80px auto 0 auto; }
.worth-cut { display: block; width: 6999px; }
.worth-cut:after { content: ''; display: table; clear: both; }
.worth-bin { display: block; float: left; width: 280px; padding: 5px; line-height: 30px; position: relative; }
.worth-bin video { display: block; font-size: 0; }
.worth-bin p { margin: 0 auto; }
.worth-bin .vjs-default-skin { margin: 0 auto; }
.worth-bin * { max-width: 100%; }
.em-fa { display: block; height: 40px; line-height: 40px; margin-bottom: 10px !important; }
.em-fa em { color: #ffdb03; font-size: 38px; width: auto !important; margin: 0 15px; }
.ef-32 em { font-size: 32px; }
.worth-text { margin-top: 90px; }
.worth-text a { border: 1px solid #ffdb03; color: #ffdb03; font-size: 18px; padding: 10px 20px; line-height: 0; letter-spacing: 2px; border-radius: 5px; transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; }
.worth-text a:hover { background: #ffdb03; color: #fff; }
@media (max-width:1200px) {
.worth-box { margin-top: 60px; }
.worth-text { margin-top: 70px; }
.worth-box { width: 840px; }
}
@media (max-width:992px) {
.worth-box { width: 560px; }
}
@media (max-width:767px) {
.worth-box { margin-top: 30px; }
.worth-text { margin-top: 30px; }
}
@media (max-width:767px) and (orientation:landscape) {
.worth-text { display: none; }
.worth-bin { height: 120px; }
}
@media (max-width:767px) and (orientation:portrait) {
.worth-text a { font-size: 16px; padding: 2px 12px; letter-spacing: 0px; border-radius: 2px; }
}
@media (max-width:479px) {
.worth-box { width: 280px; }
}
.mark-ctrl .ctrl-box { position: absolute; color: #a8a8a8; width: 80px; text-align: center; line-height: 80px; font-size: 50px; cursor: pointer; z-index: 99; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.mark-ctrl .ctrl-box:hover { color: #ffdb03; }
.mark-ctrl .ctrl-left { left: 5%; top: 52%; }
.mark-ctrl .ctrl-right { right: 5%; top: 52%; }
@media (max-width:1200px) {
.mark-ctrl .ctrl-left { left: 0; }
.mark-ctrl .ctrl-right { right: 0; }
}
.mark-box { width: 1200px; margin: 50px auto 70px auto; overflow: hidden; }
.mark-cut { width: 3999px; }
.mark-bin { width: 200px; float: left; position: relative; }
.mark-bin i { display: block; font-size: 56px; color: #ffdb03; border-radius: 50%; transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; width: 100px; height: 100px; line-height: 100px; margin: 0 auto; text-align: center; }
.mark-bin:hover i { background: #ffdb03; color: #fff; font-size: 46px; }
.mark-bin img { max-width: 140px; max-height: 60px; margin: 0 auto; display: block; }
.mark-bin h3 { display: block; font-size: 16px; color: #333; font-weight: bold; margin: 10px 0 5px 0; padding: 0; }
.mark-bin p { display: block; line-height: 1.35; color: #333; font-size: 14px; margin: 0; }
@media (max-width:1200px) {
.mark-box { width: 900px; }
.mark-bin { width: 180px; }
}
@media (max-width:992px) {
.mark-box { width: 600px; }
.mark-bin { width: 200px; }
}
@media (max-width:767px) {
.mark-bin { width: 160px; }
}
@media (max-width:767px) and (orientation:landscape) {
.mark-box { width: 480px; margin: 20px auto 0 auto; }
.mark-bin i { display: block; font-size: 46px; color: #ffdb03; border-radius: 50%; width: auto; height: 60px; line-height: 60px; margin: 0 auto; text-align: center; }
.mark-bin:hover i { background: #ffdb03; color: #fff; font-size: 40px; }
}
@media (max-width:767px) and (orientation:portrait) {
.mark-box { width: 320px; }
}
.about-nav { position: absolute; left: 5%; top: 15.5%; overflow: hidden; }
.about-nav:after { background: #2fd0b5; position: absolute; z-index: 0; left: 0; top: 0; opacity: .15; width: 80px; height: 100%; }
.about-nav ul { list-style: none; margin: 0; padding: 0; }
.about-nav ul li { line-height: 42px; height: 42px; font-size: 16px; color: #656565; list-style: none; margin: 0; padding: 0 20px; position: relative; z-index: 2; white-space: nowrap; background: rgba(47, 208, 181, .15); background: rgba(255, 255, 255, .65); transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; cursor: pointer; }
.about-nav ul li.back { background: #2fd0b5; position: absolute; z-index: 1; left: 0; top: -42px; opacity: .2; height: 42px; }
.about-nav ul li.active { color: #fff; background: rgba(47, 208, 181, .2); background: rgba(0, 0, 0, .85); }
.about-box { width: 480px; margin-left: 50%; margin-bottom: 140px; overflow: hidden; position: relative; z-index: 1; }
.about-cut { width: 2000px; }
.about-bin { width: 480px; float: left; text-align: left; color: #999; position: relative; }
.about-bin * { max-width: 100%; }
.about-bin p { margin: 0; line-height: 2.5; }
.about-time { }
.about-time p:before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; position: relative; top: -4px; margin-right: 10px; background: #ffdb03; }
.about-time p u { list-style: none; padding: 0 10px; text-decoration: none; }
.about-titless { font-size: 22px; color: #ffdb03; }
.about-sixiang { font-size: 26px; }
.about-sxtitle { color: #ddd; font-size: 36px; }
@media (max-width:1200px) {
.about-box { margin-left: 45%; }
}
@media (max-width:992px) {
.about-nav { top: 25.5%; }
.about-box { margin-left: auto; margin-right: 5%; }
}
@media (max-width:767px) {
.about-nav { position: absolute; top: 100px; }
.about-box { margin: 0; margin-left: 10%; position: relative; left: 80px; }
}
@media (max-width:767px) and (orientation:landscape) {
.about-nav ul li { width: 80px; padding: 0 5px; text-overflow: ellipsis; overflow: hidden; }
}
@media (max-width:479px) {
.about-titless { text-align: center; }
.about-nav { text-align: center; margin: 0 auto; left: 0; top: 0; position: relative; }
.about-nav ul:after { clear: both; content: ''; display: block; }
.about-nav ul li { display: inline-block; }
.about-box { width: 300px; margin: 20px auto; left: 0; }
.about-bin { width: 300px; }
.about-bin p { line-height: 2; }
.about-bin br { display: none; }
.about-sxtitle { font-size: 26px; text-align: center; }
.about-sixiang { font-size: 16px; text-align: center; }
}
.about-bottom { width: 100%; height: 71px; line-height: 70px; background: rgba(255, 255, 255, .1); border-top: 1px solid rgba(215, 215, 215, .3); position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; }
.about-ul { width: 1000%; list-style: none; margin: 0; padding: 0; }
.about-li { float: left; list-style: none; margin: 0; padding: 0; width: 2%; color: #bbb; }
.about-li b { font-size: 26px; padding-right: 6px; font-weight: normal; color: #ffdb03; }
@media (max-width:767px) and (orientation:landscape) {
.about-bottom { display: none; }
}
.window-bin[data-hash="contact"]>div { overflow: hidden; }
.window-bin[data-hash="contact"] * { max-width: 100%; }
.contact-main { background: rgba(255, 255, 255, .75); width: 900px; margin: 0 auto; padding: 50px; }
.contact-box { width: 800px; margin: 0 auto; border-bottom: 1px solid rgba(0, 0, 0, .25); padding-bottom: 30px; text-align: left; }
.contact-box:after { content: ''; clear: both; display: block; }
.contact-left { width: 220px; float: left; }
.contact-left img { display: block; border: 5px solid #fff; }
.contact-center { width: 320px; float: left; }
.contact-center p.t { font-size: 36px; color: #ffdb03; font-family: Georgia; line-height: 1; margin-top: -15px; }
.contact-right { width: 260px; float: left; }
.contact-text { margin-top: 40px; }
.contact-text p { font-size: 22px; color: #ffdb03; letter-spacing: 3px; }
.contact-text p em { display: inline-block; width: 44px; height: 44px; line-height: 40px; text-align: center; letter-spacing: 0; margin: 0 5px 0 3px; background: #ffdb03; color: #fff; border-radius: 50%; text-decoration: none; font-style: normal; }
.contact-text div { font-family: TechnicLite; color: #ffdb03; font-size: 20px; }
@media (max-width:992px) {
.contact-main { width: 640px; }
.contact-box { width: 540px; }
.contact-right { display: none; }
}
@media (max-width:767px) and (orientation:landscape) {
.contact-main { width: auto; display: inline-block; }
.contact-box { padding: 0; border: none; width: auto; display: inline-block; }
.contact-left { width: auto; padding-right: 30px; display: inline-block; }
.contact-center { width: auto; display: inline-block; text-align: left; }
.contact-center img.c { display: none; }
}
@media (max-width:767px) and (orientation:portrait) {
.contact-main { width: auto; display: inline-block; }
.contact-box { padding: 0; border: none; width: auto; display: inline-block; }
.contact-left { display: none; }
.contact-center { width: auto; display: inline-block; }
.contact-center img.c { display: block; margin: 20px auto 0 auto; }
}
@media (max-width:350px) {
.contact-main { padding: 20px 10px; }
}
.information-box { margin: 0 60px; padding-bottom: 30px; }
.information-box ul, .information-box li { list-style: none; margin: 0; padding: 0; }
.information-box li:first-child { margin-top: 40px; }
.information-box ul { margin-bottom: 30px;/*padding-right: 150px;*/ }
.information-box li { margin-top: 50px; line-height: 1; margin-left: 20px; }
.information-box li:after { display: table; content: ''; clear: both; }
.information-box li font {display: block;float: left;background: #ffdb03;line-height: 22px;color: #000;margin-right: 15px;width: 60px;height: 60px;position: relative;text-align: center;padding: 8px;border-radius: 5px;}
.information-box li font:before {position: absolute;content: '';border-style: solid;border-width: 22px 5px 0 5px;border-color: #ffdb03 transparent transparent transparent;top: 53px;left: 33px;transform: rotate(-40deg);}
.information-box li font b { display: block; font-size: 18px; font-weight: normal; }
.information-box li font u { display: block; font-size: 18px; text-decoration: none; }
.information-box li img {/*border:3px solid #fff;*/ height: 160px; float: left; margin-right: 30px; }
.information-box li span { display: block; }
.information-box li span h3 { margin: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.information-box li span h3:hover { color: #ffdb03; }
.information-box li span em { font-style: normal; color: #888; display: block; margin: 12px 0; }
.information-box li span em u { text-decoration: none; }
.information-box li p { color: #555; line-height: 22px; margin: 0; height: 62px; overflow: hidden; display: block; text-indent: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/*.information-box li strong{color:#ffdb03; font-weight:normal; display:block; margin-top:13px;}*/
.information-box li strong { margin-top: 3px; background: #ffdb03; color: #fff; font-weight: normal; width: 100px; text-align: center; padding: 8px; display: inline-block; }
.information-box li strong i { }
.information-box li strong a { color: #ffdb03; /*margin-left:6px;*/ }
.information-box li strong a:hover { text-decoration: underline; }
@media (max-width:1200px) {
.information-box { margin: 0 30px; }
}
@media (max-width:767px) {
.information-box li font, .information-box li span em u { display: none; }
.information-box li span h3 { font-size: 20px; }
}
@media (max-width:479px) {
.information-box { margin: 0 30px; }
.information-box li { margin-top: 35px; }
.information-box li span { margin: 20px 0 10px 0; }
.information-box li font { display: none; }
.information-box li img { width: 100% !important; margin: 0; }
.information-box li font { margin-right: 0px; }
.information-box li span h3 { font-size: 18px; }
}
@media (max-width:350px) {
.information-box { margin: 0 15px; }
}

/*.information-table{line-height:26px}*/
.information-row { position: relative; }
.information-descript {	/*padding-right:330px;*/
min-height: 800px; float: left; width: 75%; border-right: 1px solid #eee; }
.information-descript.info0 { padding: 0; }
.information-title { margin: 30px 80px; padding: 0 0 20px 0; position: relative; }
.information-title h1 { font-size: 25px; }
.information-title em { font-style: normal; color: #888; display: block; margin: 12px 0; }
.information-title em u { text-decoration: none; }
.information-title:after { content: ''; border-top: 1px solid #dadada; border-bottom: 1px solid #fff; position: absolute; bottom: 0; left: 0; right: 0; }

/*.information-content{margin:0 60px; padding:0 0 20px 0; word-break:break-all;}*/

/*.information-content{margin:0 auto; padding:0 0 20px 0; word-break:break-all; max-width:1050px;}*/
.information-content { margin: 0px 80px; padding: 0 0 20px 0; word-break: break-all;    /* max-width: 1050px; */ font-size: 16px !important; }
.information-content span { font-size: 16px !important; .information-hots }
.information-content img { max-width: 100% !important; height: 100% !important; }
information-hots {	/*position:fixed; 
	right:0px; 
	top:70px;*/
float: right; width: 29.88888%; }

/*.information-hots{position: absolute;right: 20px;top: 100px;}*/
.information-hots div { width: 290px;    /*background:#fff; */ display: block; }
.information-hots h3 {display: block;margin: 20px 10px 7.5px 10px;font-size: 25px;text-indent: 3px;border-bottom: 2px solid #ffdb03;line-height: 34px;position: relative;}
.information-hots h3:after {display: block;content: '';clear: both;position: absolute;height: 2px;width: 80px;background: #ffdb03;bottom: -2px;left: 0;}
.information-hots li { list-style: none; margin: 0; padding: 11px 0; display: block; border-top: 1px dashed #cdcdcd; }
.information-hots li:after { clear: both; display: table; content: ''; }
.information-hots li img { width: 100px; float: left; margin-right: 10px; }
.information-hots li span { display: block; overflow: hidden; line-height: 22px; height: 44px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.information-hots li font { color: #888; display: block; margin-top: 5px; }
@media (max-width:1200px) {

/*.information-descript{padding-right:340px;}*/
.information-title { margin: 30px; }
.information-content { margin: 0 30px; }
.information-hots { right: 30px; }
}
@media (max-width:992px) {
.information-descript { padding: 0; min-height: 200px; }
.information-hots { padding: 30px; position: relative; right: 0; top: 0; }
.information-hots div { width: auto; margin: 0; top: auto; }
.information-hots ul:after { display: table; content: ''; clear: both; }
.information-hots li { width: 50%; float: left; }
}
@media (max-width:479px) {
.information-hots li { width: auto; float: none; }
}
.sidebar-header { height: 70px; position: fixed; z-index: 99999; top: 0; right: 0; left: 0; background: rgba(0, 0, 0, .5); transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
.sidebar-header.active,.sidebar-header {
    position: relative;  
    left: 0 !important;
}
.weizhi {
    margin: 20px 80px;
}
@media (min-width:1201px) {
header[role=heading].active+section[role=main] .sidebar-header { left: 240px; }
}
.sidebar-icon { position: absolute; left: 30px; top: 50%; height: 36px; width: 20px; line-height: 38px; margin-top: -18px; }
.sidebar-icon i { color: #fff; font-size: 24px; cursor: pointer; }
.sidebar-icon i.fa-arrow-left { display: none; }
.sidebar-icon i.fa-th-list { display: inline-block; }
.sidebar-icon.active i.fa-arrow-left { display: inline-block; }
.sidebar-icon.active i.fa-th-list { display: none; }
.sidebar-nav { position: absolute; top: 50%; left: 80px; right: 2.5%; padding-right: 212px; margin-top: -18px; width: 1500px; }
.sidebar-nav ol { display: none; }
.sidebar-nav ul {list-style: none;margin: -10px 0 0 0;padding: 0;display:  flex;flex-wrap: nowrap;}
.sidebar-nav>ul>ul {list-style: none;margin:0px 0 0 0;padding: 0;display:  flex;flex-wrap: nowrap;}
.sidebar-nav ul li { list-style: none; margin: 10px 0 0 0; padding: 0; }
.sidebar-nav>ul>li>ul { z-index: 999; }
.sidebar-search { position: absolute; right: 4.5%; top: 50%; margin-top: -18px; }
.sidebar-search input.searchword { width: 200px; border: none; height: 36px; line-height: 34px; border: none; border-radius: 6px; padding: 0 30px 0 15px; outline: none; transition: .3s; }
.sidebar-search input.searchword:hover { box-shadow: inset 0 3px 8px rgba(0, 0, 0, .05); }
.sidebar-search i { color: #000;}
.sidebar-search button{    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    height: 36px;
    border: none;
    background-color: #ffdb03;
    color: #fff;
    border-radius: 5px;}
.sidebar-search i:hover { color: #000; cursor: pointer; }
.sidebar-header.active .sidebar-search input.searchword { border: 1px solid #ccc; }
@media (max-width:1200px) {
.sidebar-search { left: 2.5%; right: auto; }
}
@media (max-width:992px) {
.sidebar-search { left: 5%; }
}
@media (max-width:350px) {
.sidebar-search input.searchword { width: 150px; }
}
@media (min-width:1200px) {
.sidebar-nav>ul { width: 1600px; }
.sidebar-nav>ul>li {/* float: left; */position: relative;/*border:1px solid #ccc;*/padding: 0 15px;line-height: 34px;margin-left: 10px;/*border-radius:6px;*/text-overflow: ellipsis;overflow:hidden;white-space:nowrap;transition: .35s ease-in-out;-moz-transition: .35s ease-in-out;-ms-transition: .35s ease-in-out;-o-transition: .35s ease-in-out;-webkit-transition: .35s ease-in-out;}
.sidebar-nav>ul>li:first-child { margin-left: 0; }
.sidebar-nav>ul>li>a {display: block;color: #fff;text-overflow: ellipsis;overflow:hidden;white-space:nowrap;}
.sidebar-nav>ul>li.active { background: #ffdb03; border: 0; line-height: 36px; }
.sidebar-nav>ul>li.active>a { color: #fff; }
.sidebar-nav>ul>li:hover { box-shadow: inset 0 3px 8px rgba(0, 0, 0, .15); }
.sidebar-nav>ul>li.active:hover { box-shadow: none; }
.sidebar-nav>ul>li:hover>a { text-shadow: 0 2px 3px rgba(0, 0, 0, .15); }
.sidebar-nav>ul>li>ul { background: #171717; position: absolute; top: 175%; left: 50%; border-radius: 10px; padding: 15px 0; opacity: 0; visibility: hidden; transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; -ms-transition: .35s ease-in-out; -o-transition: .35s ease-in-out; -webkit-transition: .35s ease-in-out; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.sidebar-nav>ul>li>ul:before { content: ''; display: block; position: absolute; left: 50%; top: -16px; margin-left: -10px; border-width: 0 9px 16px 9px; border-style: solid; border-color: transparent transparent #171717 transparent; }
.sidebar-nav>ul>li:hover>ul { opacity: 1; visibility: visible; }
.sidebar-nav>ul>li>ul>li { text-align: center; }
.sidebar-nav>ul>li>ul>li.one { display: none; }
.sidebar-nav>ul>li>ul>li>a { color: #eee; line-height: 36px; padding: 0 30px; white-space: nowrap; display: block; }
.sidebar-nav>ul>li>ul>li>a:hover { background: #000; }

.sidebar-nav>ul>ul>li {/* float: left; */position: relative;/*border:1px solid #ccc;*/padding: 0 15px;line-height: 34px;margin-left: 10px;/*border-radius:6px;*/text-overflow: ellipsis;overflow:hidden;white-space:nowrap;transition: .35s ease-in-out;-moz-transition: .35s ease-in-out;-ms-transition: .35s ease-in-out;-o-transition: .35s ease-in-out;-webkit-transition: .35s ease-in-out;}
.sidebar-nav>ul>ul>li:first-child { margin-left: 10px; }
.sidebar-nav>ul>ul>li>a {display: block;color: #fff;text-overflow: ellipsis;overflow:hidden;white-space:nowrap;}
.sidebar-nav>ul>ul>li.active { background: #ffdb03; border: 0; line-height: 36px; }
.sidebar-nav>ul>ul>li.active>a { color: #fff; }
.sidebar-nav>ul>ul>li:hover { box-shadow: inset 0 3px 8px rgba(0, 0, 0, .15); }
.sidebar-nav>ul>ul>li.active:hover { box-shadow: none; }
.sidebar-nav>ul>ul>li:hover>a { text-shadow: 0 2px 3px rgba(0, 0, 0, .15); }
.sidebar-nav>ul>ul>li>ul { background: #171717; position: absolute; top: 175%; left: 50%; border-radius: 10px; padding: 15px 0; opacity: 0; visibility: hidden; transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; -ms-transition: .35s ease-in-out; -o-transition: .35s ease-in-out; -webkit-transition: .35s ease-in-out; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.sidebar-nav>ul>ul>li>ul:before { content: ''; display: block; position: absolute; left: 50%; top: -16px; margin-left: -10px; border-width: 0 9px 16px 9px; border-style: solid; border-color: transparent transparent #171717 transparent; }
.sidebar-nav>ul>ul>li:hover>ul { opacity: 1; visibility: visible; }
.sidebar-nav>ul>ul>li>ul>li { text-align: center; }
.sidebar-nav>ul>ul>li>ul>li.one { display: none; }
.sidebar-nav>ul>ul>li>ul>li>a { color: #eee; line-height: 36px; padding: 0 30px; white-space: nowrap; display: block; }
.sidebar-nav>ul>ul>li>ul>li>a:hover { background: #000; }


}
@media (max-width:1200px) {
.sidebar-nav>ul>li>ul>li.one { display: block; }
.sidebar-nav>ul>ul>li>ul>li.one { display: block; }
.sidebar-icon { left: auto; right: 2.5%; }
.sidebar-nav { left: auto; right: 5%; padding: 0 20px 0 0; }
}
@media (max-width:991px) {
.sidebar-icon { left: auto; right: 5%; }
.sidebar-nav { padding: 0; height: 36px; left: auto; right: 10%; margin-right: 20px; }
}
@media (max-width:1199px) {
.sidebar-header { cursor: pointer; }
.sidebar-icon { left: auto; }
.sidebar-nav { padding: 0; height: 36px; left: auto; top: 0 !important; margin: 17px 20px 0 0 !important; cursor: pointer; width: auto; }
.sidebar-nav ol { display: block; list-style: none; margin: 0; background: #ffdb03; line-height: 36px; padding: 0 15px; color: #fff; border-radius: 6px; position: relative; }
.sidebar-nav>ul { background: #171717; position: absolute; top: 175%; left: 50%; border-radius: 10px; padding: 15px 0; opacity: 0; visibility: hidden; transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; -ms-transition: .35s ease-in-out; -o-transition: .35s ease-in-out; -webkit-transition: .35s ease-in-out; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.sidebar-nav>ul:before { content: ''; display: block; position: absolute; left: 50%; top: -16px; margin-left: -10px; border-width: 0 9px 16px 9px; border-style: solid; border-color: transparent transparent #171717 transparent; }
.sidebar-nav:hover>ul { opacity: 1; visibility: visible; }
.sidebar-nav>ul>li { text-align: center; position: relative; }
.sidebar-nav>ul>li>a { color: #eee; line-height: 36px; padding: 0 30px; white-space: nowrap; display: block; }
.sidebar-nav>ul>li>a:hover { background: #000; }
.sidebar-nav>ul>li>ul { background: #171717; position: absolute; top: 50%; right: 100%; border-radius: 10px; margin-right: 20px; padding: 15px 0; opacity: 0; visibility: hidden; transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; -ms-transition: .35s ease-in-out; -o-transition: .35s ease-in-out; -webkit-transition: .35s ease-in-out; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.sidebar-nav>ul>li>ul:before { content: ''; display: block; position: absolute; right: -16px; top: 50%; margin-top: -10px; border-width: 9px 0 9px 16px; border-style: solid; border-color: transparent transparent transparent #171717; }
.sidebar-nav>ul>li:hover>ul { opacity: 1; visibility: visible }
.sidebar-nav>ul>li>ul>li { text-align: center; }
.sidebar-nav>ul>li>ul>li.one { display: block; }
.sidebar-nav>ul>li>ul>li>a { color: #eee; line-height: 36px; padding: 0 30px; white-space: nowrap; display: block; }
.sidebar-nav>ul>li>ul>li>a:hover { background: #000; }
}
.sidebar-header.active { /*position:relative; background:#eff2f4; left:0 !important;*/ }
.sidebar-header.active .sidebar-icon i,.sidebar-icon i  { color: #393939; }
@media (max-width:1200px) {
.sidebar-header.active { background: #fff; }
}
@media (min-width:1200px) {
.sidebar-header.active .sidebar-nav>ul>li { background: rgba(255, 255, 255, 1); }
.sidebar-header.active .sidebar-nav>ul>li>a {color: #000;}
.sidebar-header.active .sidebar-nav>ul>li.active { background: #ffdb03; }
.sidebar-header.active .sidebar-nav>ul>li.active>a { color: #fff; }
.sidebar-header.active .sidebar-nav>ul>li:hover {box-shadow: inset 0 3px 8px rgba(0, 0, 0, .035);background: #ffdb03;color: #000;}
.sidebar-header.active .sidebar-nav>ul>li:hover>a { text-shadow: 0 2px 3px rgba(0, 0, 0, .035); }

.sidebar-header.active .sidebar-nav>ul>ul>li { background: rgba(255, 255, 255, 1); }
.sidebar-header.active .sidebar-nav>ul>ul>li>a {color: #000;}
.sidebar-header.active .sidebar-nav>ul>ul>li.active { background: #ffdb03; }
.sidebar-header.active .sidebar-nav>ul>ul>li.active>a { color: #fff; }
.sidebar-header.active .sidebar-nav>ul>ul>li:hover {box-shadow: inset 0 3px 8px rgba(0, 0, 0, .035);background: #ffdb03;color: #000;}
.sidebar-header.active .sidebar-nav>ul>ul>li:hover>a { text-shadow: 0 2px 3px rgba(0, 0, 0, .035); }


}
.sidebar-header.active .sidebar-nav>ul>li>a:hover {color: #000;}

.links-box { width: 140px; margin: 10px auto; height: 34px; }
.links-box dl { display: block; margin: 0; padding: 0; position: relative; height: 34px; }
.links-box dl dt { display: block; background: #ffdb03; color: #fff; line-height: 34px; cursor: pointer; font-size: 14px; margin: 0; padding: 0; border-radius: 30px; }
.links-box dl dd { display: block; margin: 0; padding: 0; background: #171717; position: absolute; max-height: 250px; overflow: auto; left: 160px; bottom: -20px; padding: 10px 0; border-radius: 10px; opacity: 0; visibility: hidden; transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; }
.links-box dl dd:before { content: ''; display: block; position: absolute; left: -16px; bottom: 26px; margin-top: -10px; border-width: 9px 16px 9px 0; border-style: solid; border-color: transparent #171717 transparent transparent; }
.links-box dl dd a { color: #fff; display: block; white-space: nowrap; line-height: 40px; padding: 0 20px; }
.links-box dl:hover dd { opacity: 1; visibility: visible; }
@media (max-width:767px) {
.links-box dl dd { left: -30px; bottom: 54px; }
.links-box dl dd:before { content: ''; display: block; position: absolute; left: 50%; bottom: -16px; margin-left: -10px; border-width: 16px 9px 0 9px; border-style: solid; border-color: #171717 transparent transparent transparent; }
.links-box dl dd a { color: #fff; display: block; white-space: nowrap; line-height: 40px; padding: 0 20px; }
}
.dropdown-menu-media .list-group-item .media { line-height: 2.2; }
nav { width: 100%; position: fixed; top: 0; left: 0; z-index: 999999; background: #fff; border-bottom: 1px solid #f2f2f2; line-height: 60px !important; }
.navbar-logo { padding-left: 15px; }
.navbar-header, .navbar-header .vertical-align-middle { font-size: 0 !important; }
.nav>li>a { padding: 0 30px; font-size: 15px; color: #848484; overflow: visible; }
@media(max-width:768px) {
.nav>li>a { padding: 0 20px; }
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background: none; }
.nav>li>a.active { color: #ffdb03; }
.nav>li>a:after { content: ''; border-bottom: 1px solid #a8a8a8; width: 0%; position: absolute; bottom: -1px; left: 5%; right: 5%; transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; }
.nav>li>a.active:after { width: 90%; }
.nav>li:hover>a:after { width: 90%; }
.nav:hover>li>a.active:after { width: 0%; }
.nav:hover>li:hover>a.active:after { width: 90%; }
.dropdown-menu.animate>li.divider { display: none; }
.met-nav-right-shop.nav>li>a.active:after { width: 0%; }
.met-nav-right-shop.nav>li:hover>a:after { width: 0%; }
.met-nav-right-shop.nav:hover>li:hover>a.active:after { width: 0%; }
.navbar-nav>li>a { line-height: inherit; }
@media(min-width:768px) {
.navfix-other { height: 60px; }
.navbar-right { margin-right: 0; }
}
.navbar-right .dropdown-menu { }
.dropdown-menu { top: 120%; display: none; float: none; min-width: 180px; padding: 0; margin: 0; text-align: left; list-style: none; background: #fff; border: 1px solid #fff; border-top-color: #a8a8a8; border-radius: 0px; -webkit-box-shadow: none; box-shadow: 0 0 5px rgba(0, 0, 0, .05); }
.dropdown-menu.right { left: auto; right: 0; }
.dropdown-menu>li>a { padding: 0 30px; line-height: 50px; font-size: 15px; color: #848484 !important; background: none; }
.dropdown-menu>li>a:hover { color: #333 !important; background: none; }
.dropdown-menu>li>ul>li>a { color: #848484 !important; }
.dropdown-menu>li>ul>li>a:hover { color: #333 !important; background: none; }
.dropdown-menu>.dropdown-submenu .dropdown-menu { top: -1px; left: 100%; }
.dropdown-menu>.dropdown-submenu .dropdown-menu { top: -1px; left: auto; right: 100%; }
.dropdown-menu.bullet:before { border-bottom-color: #a8a8a8; }
.dropdown-menu>li { margin: 0; border-bottom: 1px solid #f2f2f2; }
.dropdown-menu>li:last-child { border: none; }
.dropdown-menu-right.bullet:after, .dropdown-menu-right.bullet:before { right: 30px; display: none; }
.dropdown-menu.bullet:before { }
.dropdown-menu.bullet:after, .dropdown-menu.bullet:before { }
.dropdown-menu>.dropdown-submenu>a:after { display: none; }
.nav>li>ul.dropdown-menu { display: block; opacity: 0; visibility: hidden; transform: translateY(30px); -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.nav>li.open>ul.dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); -webkit-transform: translateY(0px); transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; -ms-transition: .35s ease-in-out; -o-transition: .35s ease-in-out; -webkit-transition: .35s ease-in-out; }
.information-hots { padding-right: 80px; float: right; width: 23.55%; }
@media(max-width:767px) {
nav { line-height: 50px; position: relative; }
nav.nav-mod-fixed { position: fixed; }
nav.nav-mod-fixed .navbar-collapse { overflow-y: scroll; max-height: 380px; }
.navfix-mod-other { height: 60px; }
.nav>li>ul.dropdown-menu { opacity: 1; visibility: hidden; display: none; }
.nav>li.open>ul.dropdown-menu { display: block; }
.navbar-toggle { padding: 0px 15px; border: none; margin: 0; height: 60px; }
.navbar-nav { margin: 0; }
.nav>li>a:after { content: ''; border-bottom: 1px dashed #f2f2f2; width: 100% !important; left: 0; right: auto; }
.nav>li>a.active:after { border-bottom: 1px solid #a8a8a8; left: 0; right: auto; }
.dropdown-menu>li { border: none; }
.navbar-nav .open .dropdown-menu>li>a { line-height: 50px; border-bottom: 1px dotted #f2f2f2; }
}
.window-bin { height: 100%; }
.window-bin.foot, footer { height: auto; padding: 15px 60px; line-height: 30px; background: #393939; color: #eee; text-align: center; border: none !important; }
.window-bin.foot a, footer a { color: #eee; }
.window-bin.foot a:hover, footer a:hover { color: #fff; }
.window-bin.foot.none0, footer.none { display: none !important; }
.window-bin.foot p { margin: 0; }
@media(max-width:1200px) {
footer { padding: 22px 40px; }
}
@media(max-width:767px) {
footer { padding: 22px 20px; }
}
.shift-move p { transition: .6s; -moz-transition: .6s; -webkit-transition: .6s; -o-transition: .6s; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.shift-move:hover p { transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); -webkit-transform: translateX(5px); transition: .6s; -moz-transition: .6s; -webkit-transition: .6s; -o-transition: .6s }
.shift-move p:nth-child(2) { transition: .6s .1s; -moz-transition: .6s .1s; -webkit-transition: .6s .1s; -o-transition: .6s .1s }
.shift-move p:nth-child(3) { transition: .6s .2s; -moz-transition: .6s .2s; -webkit-transition: .6s .2s; -o-transition: .6s .2s }
.shift-move p:nth-child(4) { transition: .6s .3s; -moz-transition: .6s .3s; -webkit-transition: .6s .3s; -o-transition: .6s .3s }
.shift-move p:nth-child(5) { transition: .6s .4s; -moz-transition: .6s .4s; -webkit-transition: .6s .4s; -o-transition: .6s .4s }
.shift-move:hover p:nth-child(2) { transition: .6s .1s; -moz-transition: .6s .1s; -webkit-transition: .6s .1s; -o-transition: .6s .1s }
.shift-move:hover p:nth-child(3) { transition: .6s .2s; -moz-transition: .6s .2s; -webkit-transition: .6s .2s; -o-transition: .6s .2s }
.met-product { margin: 0 30px; }
@media(max-width:767px) {
.met-product { margin: 0 5px; }
}
.met-column-nav { position: relative; z-index: 99999; background: #fff; }
em.fa { width: 18px; text-align: center; }
.met-editor { font-size: 14px; color: #39399; }
.met-news-bar ul.column li a, .met-news-bar .recommend .list-group a:hover, .met-column-nav ul.met-column-nav-ul>li a.link:hover, .met-column-nav ul.met-column-nav-ul>li a.link.active, .breadcrumb>li+li:before, .btn-outline.btn-primary { color: #393939; }
.btn-primary, .met_pager li.Ahover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { background-color: #ffdb03; border-color: #ffdb03; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; position: relative; z-index: 9999; }
.btn-primary, .modal-footer .btn+.btn { border-radius: 6px; }
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open>.dropdown-toggle.btn-outline.btn-primary { background-color: #595959; border-color: #595959; }
.modal-primary .modal-header { background-color: #ffdb03 !important; }
.form-control.focus, .form-control:focus, .radio-primary input[type="radio"]:checked + label::before { border-color: #ffdb03 !important; }
.modal { z-index: 9999999999 !important; }
.modal-backdrop { z-index: 9999999 !important; }
.form-control.focus, .form-control:focus, .radio-primary input[type="radio"]:checked + label::before { border-color: #393939; }
.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img { border: 1px solid #393939; }
.product-shop { height: 60px; width: 88px; margin-left: 80px; margin-top: 10px; }
.product-shop .pull-right { float: left; }
@media(max-width:1200px) {
.product-shop { margin-left: 50px; }
}
@media(max-width:767px) {
.product-shop { margin-left: 40px; }
}
.met_pager { padding-top: 30px; }
.met_pager .PreSpan, .met_pager .NextSpan { cursor: not-allowed; }
.met_pager .PreSpan, .met_pager .NextSpan, .met_pager li { padding: 0 14px; line-height: 38px; border: 1px solid #dfdfdf; background: #fafafa; margin-right: -1px; font-size: 18px; color: #393939; overflow: hidden; }
.met_pager li:hover { color: #8a8a8a; }
.met_pager .PreA, .met_pager .PreSpan { border-top-left-radius: 6px; border-bottom-left-radius: 6px; overflow: hidden; }
.met_pager .NextA, .met_pager .NextSpan { border-top-right-radius: 6px; border-bottom-right-radius: 6px; overflow: hidden; }
.met_pager li.Ahover:hover { background: #ffdb03; border-color: #ffdb03; }
.btn-lg, .widget-title, .met-shownews h1, .met-news .met-news-list ul li h4, .met-news-bar .recommend h3 { font-size: 17px; }
.met-news .met-news-list ul li h4 { margin-bottom: 10px; }
.met-shownews .info, .met-news-bar .recommend .list-group a { font-size: 14px; }
.met-news-bar ul.column li a { line-height: 30px; }
.met-news-bar ul.column li a.active { color: #ffdb03; }
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover { color: #595959; border-bottom-color: #595959; padding-bottom: 10px; }
.met-scroll-top { z-index: 999999999; right: 10px; bottom: 46px; left: auto !important; position: fixed; }
.met-scroll-top:hover { position: fixed !important; }
@media(max-width:767px) {
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs { margin-top: 0; }
.met-showproduct-body .nav>li>a:after { display: none; }
.met-scroll-top { bottom: 10px; }
}
.met-column-nav ul.met-column-nav-ul>li a.link, .met-product.type-1 h4 { font-size: 15px; }
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a, .met-product.type-1 h4 a:hover { color: #393939; }
.met-news .met-news-list ul li p.info, .met-news .met-news-list ul li p.des { font-size: 14px; }
.met-links { border-top: 0; padding: 0; color: #eee; }
.met-links a { color: #eee; }
.met-links ol { margin-bottom: 0px; padding: 0; }
.met-links .breadcrumb > li + li:before { color: #eee; border: none; background: none; }
.met-img .cover { overflow: hidden; cursor: pointer; }
.met-img .widget { background: none; }
.overlay-fade { opacity: 0; }
.cover-title { background: #393939; text-align: center; padding: 15px 0; line-height: 2; }
.cover-title h3 { color: #fff; font-size: 16px; font-weight: normal; margin: 0; display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; }
.cover-title p { margin: 0; padding: 5px 0 0 0; display: block; color: #aaa; overflow: hidden; white-space: normal; text-overflow: ellipsis; }
.cover-title p a { color: #aaa; }
.cover-title p a:hover { text-decoration: underline; }
.met-img li:nth-child(2n) .cover-title { background: #292929; }
.page-main { padding: 0 20px; }
.pager li>a:focus, .pager li>a:hover { border-color: #ffdb03; color: #ffdb03; background: rgba(255, 255, 255, .75); }
.btn-outline.btn-inverse.active, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse:hover, .open>.dropdown-toggle.btn-outline.btn-inverse { border-color: #ffdb03; background: #ffdb03; color: #fff; }
.btn-outline.btn-default { padding: 5px 10px; margin-top: 15px; color: #393939; border-color: #ddd; }
.btn-outline.btn-default:hover { border-color: #ffdb03; background: #ffdb03; color: #fff; }
.met-news-bar ul.column li a, .met-news-bar .recommend .list-group a:hover, .met-column-nav ul.met-column-nav-ul>li a.link:hover, .met-column-nav ul.met-column-nav-ul>li a.link.active, .breadcrumb>li+li:before, .btn-outline.btn-primary { border-color: #ffdb03; background: #ffdb03; color: #fff; border-radius: 6px; transition: .3s; }
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open>.dropdown-toggle.btn-outline.btn-primary { border-color: #292929; background: #292929; color: #fff; }
.pagetype2 .met-showproduct-list { }
body.qipn_side_mb_body.qipn_side_lg { height: 100% !important; padding: 0 !important; }
.met-job, .met-news, .met-product, .met-message, .met-feedback, .met-download, .met-position.pattern-show, .met-shownews, .met-showimg, .met-showproduct.pagetype1, .met-showproduct.pagetype2, .met-showproduct.pagetype3, .met-product .less-page-content, .navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover, @media(max-width:1200px) {
.met-showproduct.pagetype1 { margin-top: 30px; }
}
.met-showproduct.pagetype2 nav.navbar { background-color: #eff2f4; }
.met-showproduct.pagetype2 nav.navbar { background: rgba(0, 0, 0, .05); }
.met-showproduct.pagetype2 nav[role=navigation] { height: auto; width: auto; padding: 0; line-height: 50px !important; }
.met-showproduct.pagetype2 .navbar-toggle .icon { font-size: 14px; position: relative; margin-top: 0; top: 4px; }
.met-showproduct.pagetype2 .nav>li>a:after { border: none; }
@media(min-width:1200px) {
.met-showproduct.pagetype2 nav.navbar { background: #fff; }
}
.btn { border-radius: 6px; }
.met-show { background: none; }
.type-2 .widget .cover { overflow: hidden; }
.webui-popover { z-index: 9999999999999 !important; }
.met-showproduct nav { z-index: 999; }
.met-white-lightGallery .lg-outer, .lg-outer, .lg-backdrop { z-index: 999999999999; }
.met-white-lightGallery .lg-sub-html { }
.met-weixin-img img { max-width: 130px; padding: 10px; }
section[role=main].subpage.active .navbar-fixed-bottom, section[role=main].subpage.active .navbar-fixed-top { left: 240px; width: auto; right: 0; }

/*@media (max-width: 1350px)*/
@media (max-height:768px) {
.zyh { display: none; }
.case-bin font { height: 230px; }
.logo-box { display: none; }
.jodo-box p img { max-width: 70%; }
.nav-cut { height: auto !important; }
.social-box { margin-bottom: 0px; }

/*.information-hots {
position: absolute;
right: 60px;
top: 103px;
}*/
.information-content img { max-width: 100%; width: 100% !important; }
table { width: 100%; }
.information-box li { margin-top: 50px; margin-left: 0px; line-height: normal; }
.information-box ul { margin-bottom: 30px; padding-right: 0px; }
.information-hots .xxjhzyh { width: 100%; }
.sidebar-search { display: none; }
.information-box li p { line-height: 32px; height: 88px; display: inline; }
.information-box li strong { background: #ffdb03; color: #fff; font-weight: normal; float: right; width: 100px; text-align: center; padding: 0.15%; display: inline; }
.information-descript { padding-right: 0px; max-width: 68%; }
.information-hots {	/*display:none;*/
width: 30%; padding-right: 0px; }
.case-more { margin-top: 18px; }
.case-bin span { padding: 8px 20px; }
.title-box h3 { display: none; }
.title-box h2 { font-size: 30px; color: #ffdb03; }
.case-box { margin: 30px auto 0 auto; }
.joint-cut { transform: translate3d(-250px, 0px, 0px) !important; }
.joint-box { margin: 30px auto 30px auto; }
.joint-bin { height: 140px; }
.joint-bin a img { line-height: 0;    /* max-width: 210px; */ max-height: 130px; opacity: 0.5; }
}
.information-box li font { border-radius: 0px !important; }
.information-box li p { height: 62px; }
.information-content p { margin-bottom: 0px !important; }
.information-content div { line-height: 1.5em !important; }
.information-content span { line-height: 17px !important; }
.information-content p { line-height: 1.5em !important; }
.information-content table { margin: 0 auto !important; }
.row { width: 100%; margin-left: -15px; margin-right: -15px; }
.subscribe .subscribe-form .col-lg-3 { width: 25%; float: left; }
.form-group { position: relative; width: 100%; }
.subscribe .form-group input[type="text"], .subscribe .form-group input[type="email"], .subscribe .form-group input[type="url"] { padding-left: 50px; border-color: #fff; text-align: left; }
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="url"], .form-group textarea { padding: 0px 18px; padding-left: 50px; text-align: left; color: black; }
input[type="text"], input[type="email"], input[type="url"], textarea { width: 100%; padding: 10px 18px; border: 1px solid #ebebeb; }
.form-group .fa-user1 { top: 10px; left: 15px; color: #555; }
.form-group .fa1 { position: absolute; padding-right: 3px; border-right: 2px solid #d3d3d3; }
.fa1 { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.col-lg-6 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.form-group input[type="submit"] { width: 100%; font-size: 16px; padding: 3px 0px 3px 0px; letter-spacing: 1.7px; }
input[type="submit"] { padding: 10px 18px; font-size: 12px; text-transform: uppercase; font-weight: 600; border: 1px solid #ffdb03; background-color: #ffdb03; color: #fff; }
a, input[type="submit"] { transition: all 0.3s ease-in-out; }
.form-group .fa-paper-plane-o { position: absolute; right: 0; top: 0; bottom: 0; width: 50px; font-size: 16px; text-align: center; padding: 11px 5px; background-color: #0ba6d8; color: #f5fcfd; }
.fa-eye1:before {font-size: 14px;color: #4e4e4e;padding-right: 5px;content: "\f055";}
.bianse:hove { color: #ffdb03; }
header[role=heading] { position: fixed; width: 240px; height: 100%; left: -240px; top: 0; background: #f2f4f7; text-align: center; z-index: 9999999; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
section[role=main].subpage.active { padding-left: 240px; }
@media (max-width:650px) {
section[role=main].subpage.active { padding-left: 0px; }
}

/*.zyh01{    
position: absolute;
font-size: 12px;
z-index: 99999999999!important;
list-style-type: none;
left: 26%;
color: white;
	}*/
@media (max-width:1500px) {
zyh01 { left: 25%; }
}
}
.zyh01 { width: 850px; position: absolute; font-size: 12px; z-index: 99999999999 !important; list-style-type: none; top: 4%; left: 50%; transform: translate(-50%, -50%); color: white; margin: 0 auto; }
.information-box li .gdcont {margin-top: 3px;background: #ffdb03;color: #000;font-weight: normal;float: right;width: 100px;text-align: center;padding: 8px;display: inline-block;}
button span { color:#000; font-weight: bold; }
.clearfloat { clear: both }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§*/
.information-hots ul { padding: 7.5px; display: block; list-style: none; }
.shop-info, .shop-info .img-box { box-sizing: border-box; }
.shop-info { width: 280px; background: #fff; float: left; padding: 17px; -webkit-box-shadow: 0 4px 15px 0 rgba(101, 101, 101, .28); box-shadow: 0 4px 15px 0 rgba(101, 101, 101, .28); margin-bottom: 20px; }
.shop-info .img-box { width: 80px; height: 80px; border: 1px solid #ebebeb; margin-right: 10px; overflow: hidden; }
.shop-info, .shop-info .img-box { box-sizing: border-box; }
body .fn-left { float: left; }
.fn-right { display: inline; }
.shop-info .shop-mes { width: 156px; }
.shop-info .img-box img { width: 100%; height: 100%; border: none; }
.shop-info .shop-name { font-size: 18px; width: 100%; color: #333; line-height: 18px; height: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.start-default { position: relative; float: left; width: 80px; height: 18px; margin-right: 5px; background: url(/images/pdpicon.png) no-repeat 0 -340px; }
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
default .start-count { position: absolute; left: 0; top: 0; display: block; height: 18px; background: url(../img/pdpicon.png) no-repeat 0 -338px; z-index: 1; }
.shop-info .rate { width: 100%; font-size: 12px; color: #999; line-height: 1.2; }
.shop-info .p-line { font-size: 12px; line-height: 2; color: #333; }
.shop-info .p-line .lab-tit { width: 62px; float: left; }
.shop-info .p-line .span-name { width: 184px; float: left; max-height: 72px; overflow: hidden; }
.btn-pink {display: inline-block;height: 35px;line-height: 35px;padding: 0 30px;color: #000;background: #ffdb03;font-size: 14px;border-radius: 4px;border: 1px solid #dcbd02;cursor: pointer;}
.img-box { padding: 3px; }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/
.basic-grey { margin-left: auto; margin-right: auto; max-width: 290px; background: #F7F7F7; padding: 25px 15px 25px 10px; color: #888; text-shadow: 1px 1px 1px #FFF; border: 1px solid #E4E4E4; webkit-box-shadow: 0 1px 8px 0 rgba(101, 101, 101, .3); box-shadow: 0 1px 8px 0 rgba(101, 101, 101, .3); }
.basic-grey h1 { font-size: 25px; padding: 0px 0px 10px 20px; display: block; border-bottom: 1px solid #E4E4E4; margin: -10px -15px 30px -10px; color: black; }
.basic-grey h1>span { margin-top: 10px; display: block; font-size: 11px; }
.basic-grey label { display: block; margin: 0px; }
.basic-grey label>span { float: left; width: 20%; font-weight: bold; text-align: right; padding-right: 10px; margin-top: 10px; color: black; }
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select { border: 1px solid #DADADA; color: #888; height: 30px; margin-bottom: 16px; margin-right: 6px; margin-top: 2px; outline: 0 none; padding: 3px 3px 3px 5px; width: 70%; font-size: 12px; line-height: 15px; box-shadow: inset 0px 1px 4px #ECECEC; -moz-box-shadow: inset 0px 1px 4px #ECECEC; -webkit-box-shadow: inset 0px 1px 4px #ECECEC; }
.basic-grey textarea { padding: 5px 3px 3px 5px; }
.basic-grey select { background: #FFF url('down-arrow.png') no-repeat right; background: #FFF url('down-arrow.png') no-repeat right); appearance: none; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; width: 70%; height: 35px; line-height: 25px; }
.basic-grey textarea { height: 100px; }
.basic-grey .button { background: #E27575; border: none; padding: 10px 25px 10px 25px; color: #FFF; box-shadow: 1px 1px 5px #B6B6B6; border-radius: 3px; text-shadow: 1px 1px 1px #9E3F3F; cursor: pointer; }
.basic-grey .button:hover { background: #CF7A7A }

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

/*.basic-grey {
margin-left:auto;
	margin-right:auto;
	max-width: 290px;
	background: #404040;
	padding: 25px 15px 25px 10px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #E4E4E4;
	webkit-box-shadow: 0 1px 8px 0 rgba(101,101,101,.9);
box-shadow: 0 1px 8px 0 rgba(101,101,101,.9);
}
.basic-grey h1 {
	font-size: 25px;
padding: 0px 0px 10px 20px;
display: block;
border-bottom: 1px solid #E4E4E4;
margin: -10px -15px 30px -10px;
color: #a8a7a8;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.basic-grey h1>span {
	padding: 10px 0 0;
	display: block;
	font-size: 11px;
}
.basic-grey label {
	display: block;
	margin: 0px;
}
.basic-grey label>span {
	float: left;
color: #a8a7a8;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
width: 20%;
font-weight: bold;
text-align: right;
padding-right: 10px;
margin-top: 10px;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	padding: 0 10px;
height: 40px;
color: #bbb;
text-shadow: 1px 1px 1px black;
background: rgba(0, 0, 0, 0.16);
border: 0;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
	margin-bottom: 16px;
margin-right: 6px;
margin-top: 2px;
outline: 0 none;
	width: 70%;
font-size: 12px;
line-height: 15px;
}
.basic-grey textarea{
	padding: 5px 3px 3px 5px;
}
.basic-grey select {
	background: #FFF url('down-arrow.png') no-repeat right;
	background: #FFF url('down-arrow.png') no-repeat right);
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 25px;
}
.basic-grey textarea{
	height:100px;
}
.basic-grey .button {
	background: #0398C5;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	text-shadow: 1px 1px 1px black;
	cursor: pointer;
}
.basic-grey .button:hover {
	background: #CF7A7A
}*/

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°*/

table, th, tr, td { border: 1px solid black; }
.information-content table { width: 100% !important; }
.information-content div { width: 100% !important; }
.information-content embed { width: 100% !important; }
.lxb-container { opacity: 0.5; filter: alpha(opacity=50); }
.nb-invite-body { opacity: 0.7; filter: alpha(opacity=50); }
.nb-icon-inner-wrap { opacity: 0.5; }
#MEIQIA-BTN-CALL { border: none !important; }
#MEIQIA-BTN-CHAT { border: none !important; }