﻿@charset "utf-8";

:root {
  --color: #1f67b7;
  --fontcolor: #666;
  --fontbold3: 300;
  --fontbold4: 400;
  --fontbold5: 500;
  --fontbold6: 600;
  --fontbold7: 700
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
input,
legend,
ol,
p,
pre,
span,
strong,
td,
textarea,
th,
ul {
  margin: 0px;
  padding: 0px
}

body {
  margin: 0px auto;
  padding: 0px;
  font-size: 15px;
  color: var(--fontcolor);
  line-height: 1.7;
  font-family: "Century Gothic", Arial, sans-serif
}

a {
  color: #111;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a:active,
a:focus,
a:hover {
  color: var(--color);
  outline: 0;
  text-decoration: none
}

figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-weight: var(--fontbold6)
}

h1.hname {
  font-size: 20px;
  margin: 5px 0px;
  padding: 12px 0px;
  border-bottom: solid 1px #EEE
}

h1.pd-title {
  font-size: 20px;
  color: #111;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEE
}

em,
i {
  font-style: normal
}

img {
  border: none
}

dl,
ol,
ul {
  list-style: none
}

.fl {
  float: left
}

.fr {
  float: right
}

.clr {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0px;
  font-size: 0px
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden
}

.clearfix {
  zoom: 1
}

#nav ul,
.container,
.fbox,
.top {
  margin: 0px auto;
  max-width: 1200px
}

.top {
  position: relative;
  height: 90px
}

.logo {
  float: left;
  height: 100%;
  margin-right: 10px
}

.logo img {
  max-width: 100%;
  max-height: 70px;
  margin-top: 15px
}

.top .fr {
  min-width: 300px
}

.head-text strong {
  color: #111;
  font-size: 20px;
  display: block;
  padding: 24px 0px 6px 0px
}

#xyz {
  position: absolute;
  right: 4px;
  top: 5px
}

.xyz li {
  float: left;
  width: 100px;
  font-size: 14px
}

.xyz li img {
  padding-right: 8px
}

.top .fr .ss {
  margin-top: 30px
}

.ss .sk {
  float: left;
  height: 45px;
  border: 1px solid #004592;
  width: 250px;
  text-indent: 10px;
  color: #004592;
  font-size: 17px;
  background: #FFF;
  border-radius: 3px 0 0 3px
}

.ss .sbtn {
  width: 67px;
  height: 45px;
  background: #004592;
  border: 0px;
  color: #FFF;
  font-size: 17px;
  border-radius: 0 3px 3px 0px
}

#nav {
  clear: both;
  background: #FFF;
  box-shadow: 1px 3px 10px #EEEEEE
}

#nav li a {
  font-size: 17px !important;
  color: #111;
  line-height: 64px;
  display: block;
  padding: 0px 28px;
  text-align: center
}

.inmenu {
  vertical-align: middle;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: translateZ(0);
  transition-property: color;
  transition-duration: .3s;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  -webkit-transition-property: color;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden
}

.inmenu::before {
  background: #004592;
  transform-origin: 50% 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
  content: "";
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 50%
}

.inmenu:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1)
}

.inmenu:focus::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1)
}

.inmenu:active::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1)
}

#nav li a.inmenu_1 {
  background: #004592;
  z-index: -1;
  color: #FFF
}

#nav .fl,
#nav .fr {
  display: none;
  font-size: 20px;
  color: #111;
  line-height: 60px;
  padding: 0px 12px
}

.nbtn {
  background: url(nav_icon.png) center no-repeat;
  width: 60px;
  text-indent: 900px;
  overflow: hidden;
  cursor: pointer
}

#nav li {
  position: relative;
  z-index: 999;
  background: #FFF
}

#nav li:hover {
  background: #004592
}

#nav li:hover>a {
  color: #FFF
}

#nav li:hover ul li {
  float: none;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #EEE;
  clear: both;
  min-width: 120px;
  background: #FFF
}

#nav li:hover ul li a {
  float: none;
  display: block;
  color: #004592;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 10px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
  border-top: 0px
}

#nav li:hover ul li a:hover {
  color: #FFF;
  background: #004592;
  border-top: 0px
}

#nav li ul {
  display: none;
  float: left;
  width: auto;
  position: absolute;
  top: 64px;
  left: 0px;
  background: #FFF;
  padding-left: 0px;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 9999
}

.p_more {
  margin: 16px 0px;
  display: inline-block;
  min-width: 85px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
  color: #FFF
}

.mmv {
  background-color: var(--color);
  padding: 0px 13px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: translateZ(0);
  transition-property: color;
  transition-duration: .5s;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  -webkit-transition-property: color;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden
}

.mmv::before {
  background-color: #192634;
  transform-origin: 0 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
  content: "";
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: .5s;
  -webkit-transition-property: transform;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%
}

.mmv:hover {
  color: #FFF;
  text-decoration: underline
}

.mmv:focus {
  color: #FFF
}

.mmv:active {
  color: #FFF
}

.mmv:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  -webkit-transform: scaleX(1)
}

.mmv:focus::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  -webkit-transform: scaleX(1)
}

.mmv:active::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  -webkit-transform: scaleX(1)
}

.inner-banner {
  text-align: center
}

.inner-banner img {
  max-width: 100%
}

.eput,
.form-control {
  width: 260px;
  border: 1px solid #CCC;
  color: #999;
  text-indent: 12px;
  font-size: 14px
}

.eput {
  height: 30px
}

.form-control {
  height: 64px;
  resize: none;
  overflow: auto;
  margin: 12px auto;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif
}

.eput:focus,
.form-control:focus {
  border-color: var(--color);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(240, 99, 104, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(240, 99, 104, .6)
}

.ebtn {
  float: right;
  padding: 0px 15px;
  height: 30px;
  border: 0px;
  background: var(--color);
  font-size: 14px;
  font-weight: var(--fontbold6);
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer
}

.ebtn:hover {
  background: #000
}

.sidebar {
  float: left;
  width: 240px
}

.main {
  padding: 0px 0px 0px 270px
}

.ctit h3 {
  font-size: 20px;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  background: var(--color)
}

.bPosition {
  line-height: 40px;
  padding: 0px
}

.bPosition a {
  color: var(--color)
}

.pcon_l {
  float: left;
  width: 380px
}

.pcon_r {
  float: right;
  width: 450px
}

.pcon_r .pcon_info {
  line-height: 25px;
  color: #111;
  font-size: 14px
}

.pcon_r .p_more {
  line-height: 40px;
  height: 40px;
  padding: 0px 20px
}

.pcon {
  padding-top: 30px;
  float: left;
  width: 100%
}

.pcon .tit {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  background: #EEE;
  color: var(--color);
  font-size: 18px;
  font-weight: var(--fontbold7)
}

.pcon .tit.pin_ul {
  background: 0 0;
  padding-left: 0px;
  margin-bottom: 15px;
  font-size: 17px
}

.pcon .tit.pin_ul li {
  display: inline-block;
  background: #EEE;
  padding: 0px 22px;
  cursor: pointer
}

.pcon .tit.pin_ul li.on {
  background: var(--color);
  color: #FFF
}

.pinfo_ul li {
  display: none
}

.pinfo_ul li.on {
  display: block
}

.pcon .pinfo {
  display: block;
  padding: 10px 0px
}

.pcon .pinfo img {
  max-width: 100%;
  margin: 0px auto
}

.acon {
  float: left;
  width: 100%
}

.acon .pinfo {
  display: block;
  line-height: 24px;
  padding: 0px 0 30px 10px
}

.prosubmenu li {
  float: left;
  width: 32%;
  line-height: 24px
}

.prosubmenu {
  padding: 3px 0px 0px 10px
}

.sf-menu {
  display: table;
  width: 240px;
  margin: 0px auto;
  padding-bottom: 20px
}

.sf-menu li {
  clear: both;
  border-bottom: 1px solid #FFF
}

.sf-menu li a,
.sf-menu li:hover a {
  display: block;
  color: #004592;
  line-height: 20px;
  font-size: 16px;
  background: #EEE url(pico.png) 5px 15px no-repeat;
  padding: 9px 0px 9px 18px
}

.sf-menu li a:hover {
  background-color: #DDD;
  color: var(--color)
}

.sf-menu li li {
  clear: both;
  text-transform: capitalize;
  margin: 0px auto;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px
}

.sf-menu li li.LiLevel2 a {
  background: url(icon01.html) no-repeat 8px 11px;
  line-height: 20px
}

.sf-menu li li.LiProDetail a {
  background: url(ico_sort.html) no-repeat 8px 11px
}

.sf-menu li li a,
.sf-menu li:hover li a {
  display: block;
  line-height: 20px;
  color: #555;
  padding: 6px 0px 4px 0px;
  text-decoration: none;
  font-size: 13px;
  padding-left: 18px;
  font-weight: var(--fontbold6)
}

.sf-menu li li a:hover {
  text-decoration: none;
  color: var(--color)
}

ul.sf-menu ul {
  display: block
}

.sf-menu li:hover ul {
  display: block
}

ul.sf-menu ul ul {
  position: absolute;
  left: 240px;
  width: 240px;
  top: 0px;
  margin: 0px;
  visibility: hidden;
  border: 0px;
  border-radius: 0;
  border-left: 0px;
  z-index: 999999
}

.sf-menu li li li {
  background: #FFF;
  padding: 0px
}

.sf-menu li li:hover {
  opacity: 1
}

.sf-menu li li li a,
.sf-menu li:hover li li a {
  text-decoration: none;
  background: url(ico_sort.html) #F2F2F2 no-repeat 8px 11px;
  border-bottom: 1px solid #DDD;
  padding: 5px 0 3px 12px;
  text-indent: 8px
}

ul.pro-menu {
  margin-top: -1px;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize
}

ul.sf-menu li:hover>ul {
  visibility: visible;
  margin: 0px;
  padding: 0px
}

ul.sf-menu li.Level1>a {
  background: url(pico1.png) 3px 15px no-repeat
}

.pro_lb0 {
  float: left;
  width: 100%
}

.pro_lb1 h3 {
  font-weight: var(--fontbold6)
}

.pro_lb1 {
  float: left;
  padding-top: 10px;
  width: 100%
}

.pro_lb1 p {
  line-height: 24px
}

.pro_lb1 li {
  float: left;
  width: 25%
}

.pro_lb1 li .pp_box {
  margin: 15px 12px
}

.pro_lb1 li a {
  display: block;
  position: relative
}

.pro_lb1 li a.p_img {
  width: 100%;
  height: 150px;
  text-align: center;
  vertical-align: middle
}

.pro_lb1 li a img {
  max-width: 100%;
  max-height: 100%
}

.pro_lb1 li a .text {
  width: 100%;
  height: 50px;
  background: #000;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

.pro_lb1 li a .tex {
  width: 100%;
  height: 40px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  font-size: 14px
}

.pro_lb1 li a:hover .text {
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

.pro_lb1 .li0 {
  padding-right: 0px
}

.pages {
  clear: both;
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
  color: #b2b2b2
}

.pages a,
.pages span {
  display: inline-block;
  margin: 1px 5px;
  min-width: 10px;
  height: 30px;
  padding: 0px 10px;
  line-height: 30px
}

.pages a:link,
.pages a:visited {
  color: #666;
  background: #FFF
}

.pages a:active,
.pages a:hover,
.pages span.ctxt {
  color: #FFF;
  background: #333;
  color: #FFF;
  text-decoration: none
}

.newslist {
  margin: 0px auto 12px auto;
  float: left;
  width: 100%
}

.newslist ul {
  padding-right: 16px
}

.newslist li {
  text-align: right;
  height: 40px;
  background: url(pico.png) 3px 17px no-repeat;
  border-bottom: 1px dashed #DDD;
  line-height: 40px;
  color: #888;
  overflow: hidden
}

.newslist li a {
  float: left;
  font-size: 15px;
  text-align: left;
  text-indent: 15px
}

.newslist li a:hover {
  color: var(--color);
  text-decoration: underline
}

.newslist li span {
  font-size: 14px;
  color: #111
}

.rnews,
.rollPro {
  margin: 0px auto 50px
}

.rnews h3,
.rollPro h3 {
  font-size: 25px;
  line-height: 24px;
  padding: 10px 0 35px 0px;
  color: #111;
  font-weight: var(--fontbold6);
  height: 30px;
  color: var(--color)
}

.rnews li {
  float: left;
  width: 50%;
  height: 35px;
  line-height: 35px
}

.rnews li a {
  display: block;
  white-space: nowrap;
  margin-right: 3%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px dashed #CCC;
  color: #111
}

.rnews li a:hover {
  color: var(--color)
}

.rollPro {
  height: 220px;
  margin-bottom: 30px
}

.rollPro .Cont {
  width: 94%;
  overflow: hidden;
  margin: 0px auto
}

.rollPro .ScrCont {
  width: 2500px
}

.rollPro .pic {
  position: relative;
  width: 170px;
  height: 160px;
  margin: 0px 3px;
  border: 1px solid #EEE;
  text-align: center
}

.rollPro .pbox img {
  max-width: 162px;
  max-height: 100px
}

.rollPro .pbox {
  width: 100%;
  height: 120px;
  text-align: center
}

.rollPro p {
  height: 42px;
  overflow: hidden;
  line-height: 20px;
  position: absolute;
  bottom: 0px
}

.rollPro #List1,
.rollPro #List2,
.rollPro .Cont,
.rollPro .pic,
.rollPro .wen_jt {
  float: left
}

.rollPro .wen_jt {
  width: 24px;
  padding-top: 45px
}

.newcon {
  padding-top: 0px
}

.newcon .tit {
  text-align: center;
  color: #000;
  font-size: 22px
}

.newcon .time {
  line-height: 30px;
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  font-size: 12px;
  color: #999;
  width: 160px;
  margin: 0px auto 20px;
  text-align: center
}

.newcon p {
  line-height: 24px;
  font-size: 15px
}

.pinfo {
  font-size: 14px
}

.newcon .pn {
  padding: 12px 0px 0px 0px;
  min-height: 40px
}

.newcon .next,
.newcon .prev {
  font-size: 16px;
  padding: 6px 0px 0px 0px;
  width: 100%
}

.newcon .next {
  margin-right: 0px
}

.newcon .next a,
.newcon .prev a {
  color: #666
}

.newcon .next a:hover,
.newcon .prev a:hover {
  color: var(--color)
}

.ftxt {
  width: 30%
}

.fput {
  width: 68%
}

.es-carousel-wrapper {
  padding: 10px 37px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative
}

.es-carousel {
  overflow: hidden;
  background: #FFF
}

.es-carousel ul {
  display: none
}

.es-carousel ul li {
  height: 100%;
  float: left;
  display: block
}

.es-carousel ul li a {
  display: block;
  border: 1px solid #EEE !important;
  width: 138px;
  height: 136px;
  line-height: 136px;
  vertical-align: middle;
  display: table-cell;
  text-align: center
}

.es-carousel ul li a img {
  display: block;
  border: none;
  max-width: 132px;
  max-height: 124px;
  margin: 0px auto
}

.es-nav span {
  position: absolute;
  top: 50%;
  left: 12px;
  background: transparent url(duo_left.html) no-repeat top left;
  width: 19px;
  height: 32px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: .8
}

.es-nav span.es-nav-next {
  right: 12px;
  left: auto;
  background: transparent url(duo_right.html) no-repeat top left
}

.es-nav span:hover {
  opacity: 1
}

.table {
  border-collapse: collapse
}

.table td,
.table th {
  border: 1px solid #cdcdcd;
  padding: 5px
}

.table p {
  padding: 0px;
  margin: 0px
}

@media screen and (min-width:1004px) {
  .top .fl {
    overflow: hidden
  }

  .top .fr .ss {
    clear: both
  }

  #nav li a {
    font-size: 14px
  }

  #nav ul {
    display: flex
  }

  .pro_lb1 li:nth-child(4n+5) {
    clear: both
  }
}

@media screen and (max-width:1004px) and (min-width:960px) {
  .top .fl {
    float: none;
    clear: both;
    max-width: 100%
  }

  .top .fr {
    float: right
  }

  .top .fr .ss {
    float: right
  }

  .top .fr .xyz {
    float: left;
    padding-top: 6px
  }

  #nav li a {
    font-size: 14px;
    padding: 0px 20px
  }

  #nav ul {
    display: flex
  }

  .col2 {
    width: 27%
  }

  .col3 {
    width: 28%
  }

  .pro_lb1 li {
    width: 33.33%
  }

  .pro_lb1 li:nth-child(3n+4) {
    clear: both
  }
}

@media screen and (max-width:960px) and (min-width:640px) {
  .logo {
    float: none;
    width: 100%;
    max-width: 480px;
    text-align: center;
    display: block
  }

  .head-text,
  .top .fr .xyz {
    display: none
  }

  .logo img {
    max-height: 90px
  }

  #nav {
    border-bottom: 6px solid var(--color)
  }

  #nav li {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #111 !important
  }

  #nav li a {
    line-height: 48px
  }

  #nav li:hover ul {
    display: none !important
  }

  .inmenu::before {
    border-bottom-width: 1px
  }

  #nav li a.inmenu_1 {
    background: rgba(255, 255, 255, .1) url(btbg.html) left 47px repeat-x !important;
    z-index: -1
  }

  .prolist li {
    float: left;
    width: 98%;
    height: 200px;
    border: 1px solid #DDDada;
    margin: 15px .8%
  }

  .hotpro li {
    width: 50%
  }

  .lnew,
  .tnew {
    float: none;
    width: 100%;
    clear: both
  }

  #nav .fl,
  #nav .fr {
    display: block
  }

  #nav ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    background: #004592;
    width: 100%
  }

  #nav ul li {
    border: 0
  }

  #nav {
    height: 60px;
    position: relative
  }

  .col1 {
    width: 50%
  }

  .col2 {
    width: 262px;
    padding-right: 15px;
    float: right
  }

  .col3 {
    padding-left: 15px;
    clear: both
  }

  .pro_lb1 li {
    width: 50%
  }

  .pro_lb1 li:nth-child(2n+3) {
    clear: both
  }

  .pcon_r {
    word-break: break-word
  }

  .newslist li a {
    width: 75%
  }

  #nav li#liHome {
    border-left: 0px
  }

  .ss {
    display: none
  }
}

@media screen and (max-width:960px) and (min-width:700px) {
  .pcon_l {
    float: none;
    width: 402px;
    margin: 0px auto;
    overflow: hidden
  }

  .pcon_r {
    padding-left: 0px
  }

  .pcon_r .pcon_info,
  .pcon_r .pd-title {
    padding-left: 20px
  }

  .pcon_r .p_more {
    margin-left: 20px
  }

  .jqZoomPup,
  .zoomdiv {
    display: none !important
  }

  .rnews li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto
  }

  .newcon .next,
  .newcon .prev {
    float: none;
    width: 100%;
    margin: 0px auto
  }

  #nav li#liHome {
    border-left: 0px
  }
}

@media screen and (max-width:700px) and (min-width:480px) {
  .pcon_l {
    float: none;
    width: 400px;
    margin: 0px auto;
    overflow: hidden
  }

  .pcon_r {
    padding-left: 12px
  }

  .jqZoomPup,
  .zoomdiv {
    display: none !important
  }

  .newslist li a {
    width: 75%
  }

  .rnews li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto
  }

  .newcon .next,
  .newcon .prev {
    float: none;
    width: 100%;
    margin: 0px auto
  }

  #nav li#liHome {
    border-left: 0px
  }
}

@media screen and (max-width:640px) {

  .top .fl,
  .top .fr {
    float: none;
    width: 100%;
    margin-top: 0px
  }

  .logo {
    float: none;
    width: 100%;
    max-width: 480px;
    text-align: center
  }

  .head-text,
  .top .fr .ss,
  .top .fr .xyz {
    display: none
  }

  .logo img {
    max-height: 70px
  }

  #nav {
    border-top: 4px solid var(--color)
  }

  #nav li {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid var(--color)
  }

  #nav li a {
    line-height: 36px
  }

  #nav li:hover ul {
    display: none !important
  }

  .inmenu::before {
    border-bottom-width: 0px
  }

  #nav li a.inmenu_1 {
    background: rgba(255, 255, 255, .1) !important;
    z-index: -1
  }

  #nav .fl,
  #nav .fr {
    display: block
  }

  #nav ul {
    display: none;
    position: absolute;
    top: 48px;
    left: 0px;
    background: #004592
  }

  #nav {
    height: 48px;
    position: relative
  }

  #nav .fl,
  #nav .fr {
    font-size: 18px;
    line-height: 48px
  }

  .top .fr .ss {
    float: none;
    width: 300px;
    padding-top: 0px;
    margin: 0px auto
  }

  .ss .sk {
    border-radius: 0
  }

  .lnew,
  .tnew {
    float: none;
    width: 100%;
    clear: both
  }

  .hotpro li {
    float: left;
    width: 50%
  }

  .hotpro li.hotpro li .p_more {
    display: none
  }

  .tnew .tbox {
    height: 160px
  }

  .tnew p {
    max-height: 106px
  }

  .ttext {
    padding: 0px 12px 0 172px
  }

  .tnew img {
    width: 160px
  }

  .prolist li {
    float: none;
    width: 98%;
    height: 160px
  }

  .propic {
    height: 160px;
    width: 160px;
    text-align: center
  }

  .propic img {
    max-height: 160px;
    max-width: 160px
  }

  .protext {
    padding: 0px 12px 0 180px;
    font-size: 12px
  }

  .protext h3 {
    font-size: 14px;
    margin-top: 25px
  }

  .protext p {
    max-height: 40px;
    overflow: hidden
  }

  .p_more {
    margin: 16px 0px;
    display: inline-block;
    min-width: 85px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: var(--fontbold6);
    text-transform: uppercase;
    text-align: center;
    color: #FFF
  }

  .col1,
  .col2 {
    display: none
  }

  .col3 {
    float: none;
    width: auto;
    margin: 0px;
    padding: 0px
  }

  .col3 h3 {
    text-indent: 15px
  }

  .col4 {
    float: left
  }

  .ccs {
    word-break: break-word;
    word-wrap: break-word;
    padding: 0px 15px
  }

  .col4 {
    float: left;
    padding-left: 15px
  }

  .pro_lb1 li {
    width: 50%
  }

  .sidebar {
    float: none;
    width: 100%
  }

  .main {
    padding: 0px
  }

  .sf-menu {
    display: table;
    width: 96%;
    margin: 0px auto;
    padding-bottom: 20px
  }

  ul.sf-menu ul ul {
    display: none !important
  }

  .ctit h3 {
    text-indent: 10px
  }

  .newcon .next,
  .newcon .prev {
    float: none;
    width: 100%;
    margin: 0px auto
  }

  .newcon {
    padding: 0px 12px
  }
}

@media screen and (max-width:480px) {
  .hotpro span {
    display: none
  }

  .col1,
  .col2 {
    display: none
  }

  .col3 {
    float: none;
    width: auto;
    margin: 0px;
    padding: 0px
  }

  .col3 h3 {
    text-indent: 15px
  }

  .col4 {
    float: left
  }

  .pro_lb1 li {
    width: 100%
  }

  .pages span {
    display: none
  }

  .pages span.ctxt {
    display: inline-block
  }

  .pcon_l {
    float: none;
    margin: 0px auto;
    overflow: hidden
  }

  .pcon_r {
    padding-left: 12px
  }

  .pcon_l {
    float: none;
    width: 302px;
    margin: 0px auto;
    overflow: hidden
  }

  .jqzoom,
  .spec-preview {
    width: 300px !important;
    height: 300px !important
  }

  .jqzoom img {
    max-width: 300px !important;
    max-height: 300px !important
  }

  .spec-scroll .items {
    width: 244px !important
  }

  .spec-scroll {
    width: 302px !important
  }

  .jqZoomPup,
  .zoomdiv {
    display: none !important
  }

  .newslist li a,
  .rnews li {
    float: none;
    display: block;
    width: 100%
  }

  .newslist li span {
    display: none
  }

  .newcon .next,
  .newcon .prev {
    float: none;
    width: 100%;
    margin: 0px auto
  }

  .newcon {
    padding: 0px 12px
  }

  #nav li#liHome {
    border-left: 0px
  }

  .es-carousel ul li a {
    width: 100%;
    height: 100px;
    line-height: 100px
  }

  .es-carousel ul li a img {
    max-height: 96px;
    max-width: 100%
  }
}

.table {
  border-collapse: collapse
}

.table td,
.table th {
  border: 1px solid #cdcdcd;
  padding: 5px
}

.table p {
  padding: 0px;
  margin: 0px
}

.buybtn {
  clear: both;
  width: 200px;
  height: 40px;
  margin: 20px 0px 0px 0px;
  text-align: left;
  line-height: 40px
}

.buybtn a {
  display: inline-block;
  padding: 0px 15px;
  color: #FFF;
  height: 40px;
  background: #0a4da6;
  border-radius: 2px;
  font-size: 18px
}

.buybtn a:hover {
  background: #145cbc;
  color: #FFF;
  border-radius: 2px
}

.pshare {
  float: left;
  padding: 8px 0px 0px 0px
}

.jsshare {
  text-align: center;
  padding-top: 8px
}

.pshare li {
  float: left;
  width: 48%;
  height: 28px;
  line-height: 28px
}

.pshare li img {
  vertical-align: middle;
  margin-right: 12px
}

.jsshare span.stxt {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 8px 0px 0px;
  position: relative
}

.jsshare a,
.jsshare a img {
  width: 35px;
  vertical-align: middle
}

.addthis_sharing_toolbox {
  display: inline-block
}

.at-icon-wrapper svg,
span.at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important
}

.tenflag1,
.tenflag2,
.tenflag3 {
  width: 680px;
  clear: both
}

.tenflag1 {
  border: 1px solid #EEE
}

.tenflag1 dt {
  border-bottom: 1px solid #EEE
}

.tenflag1 dd {
  text-indent: 12px
}

.tenflag1 dt,
.tenflag2 dt,
.tenflag3 dt {
  font-size: 16px;
  font-weight: var(--fontbold7);
  padding: 16px 0 12px 12px
}

.tenflag2 dd {
  float: left;
  width: 20%;
  margin: 0px;
  padding: 0px;
  line-height: 36px;
  text-align: left
}

.tenflag1 dd {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #EEE;
  padding: 0px;
  margin: 0px;
  background: #f5f5f5
}

.tenflag1 dd span {
  float: left;
  width: 36%;
  background: #FFF;
  font-weight: var(--fontbold7)
}

.tenflag1 dd:nth-child(2n) span {
  background: #f5f5f5
}

.tenflag1 dd:nth-child(2n) {
  background: #FFF
}

.tenflag2 dd {
  text-align: center
}

.tenflag2 dd img {
  width: 116px;
  display: block;
  margin: 0px auto;
  padding-bottom: 0 !important
}

.tenflag2 dd p {
  padding: 0px 0 6px 0 !important;
  margin: 0px
}

.tenflag3 img {
  width: 680px !important;
  height: 448px !important
}

.pdown1 #A_DownLoadProduct {
  display: inline-block;
  clear: both;
  height: 32px;
  margin: 16px 0px 0px 0px;
  line-height: 32px;
  background: url(https://img01.v15cdn.com/down1_2.webp) right top no-repeat;
  padding-right: 50px
}

.pdown1 #A_DownLoadProduct span {
  display: inline-block;
  height: 32px;
  background: url(https://img01.v15cdn.com/down1_1.webp) no-repeat;
  padding: 0px 0 0 16px
}

.pdown2 #A_DownLoadProduct,
.pdown3 #A_DownLoadProduct,
.pdown4 #A_DownLoadProduct {
  display: inline-block;
  clear: both;
  height: 45px;
  margin: 16px 0px 0px 0px;
  line-height: 45px;
  padding-right: 45px
}

.pdown2 #A_DownLoadProduct span,
.pdown3 #A_DownLoadProduct span,
.pdown4 #A_DownLoadProduct span {
  display: inline-block;
  height: 45px;
  background: url(https://img01.v15cdn.com/down2_1.webp) no-repeat;
  padding: 0px 12px 0 16px
}

.pdown2 #A_DownLoadProduct {
  background: url(https://img01.v15cdn.com/down2_2.webp) right top no-repeat
}

.pdown3 #A_DownLoadProduct {
  background: url(https://img01.v15cdn.com/down2_3.webp) right top no-repeat
}

.pdown4 #A_DownLoadProduct {
  background: url(https://img01.v15cdn.com/down2_4.webp) right top no-repeat
}

.proCateTags {
  clear: both
}

.keywords {
  margin: 5px auto
}

.keywords a {
  margin-right: 5px;
  color: #2e66b5;
  text-decoration: underline;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis
}

.keywords a:hover {
  text-decoration: none
}

.qrcode {
  height: 24px;
  float: right;
  line-height: 24px;
  background: url(https://img01.v15cdn.com/2wm.webp) no-repeat;
  background-size: 24px 24px;
  text-align: left;
  cursor: pointer;
  position: relative;
  margin: -24px 12px 0 12px
}

.qrcode .ErWeiImg {
  width: 24px;
  height: 24px;
  opacity: 0;
  border: 3px solid #FFF;
  position: absolute;
  z-index: 99999
}

.qrcode span {
  display: inline-block;
  background: url(https://img01.v15cdn.com/bmore.webp) right no-repeat;
  padding: 0px 12px 0 30px;
  background-size: 8px 7px;
  color: #FFF
}

.qrcode:hover span {
  background: url(https://img01.v15cdn.com/bmore1.webp) right no-repeat;
  background-size: 8px 7px
}

.hamore {
  color: #FFF;
  clear: both;
  float: left;
  height: 36px;
  line-height: 36px;
  background: #5fa568;
  padding: 0px 20px;
  margin-top: 12px
}

.rollPro1 {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
  font-size: 9pt
}

.productsTitle h4 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #EEE;
  color: var(--color);
  font-size: 18px;
  font-weight: var(--fontbold7)
}

.rollPro1 li {
  width: 15%;
  float: left;
  margin-right: 2%;
  text-align: center
}

.rollPro1 li:nth-of-type(6) {
  margin-right: 0px
}

.rollPro1 li .pbox {
  border: 1px solid #EEE;
  padding: 4px;
  height: 124px
}

.rollPro1 li .pbox img {
  max-width: 100%;
  max-height: 115px
}

.rollPro1 li p {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px auto
}

.rollPro1 li p a {
  line-height: 20px
}

.homebg1 {
  background: url(gallery-1.jpg) no-repeat center center
}

.homebg2 {
  background: url(gallery-2.jpg) no-repeat center center
}

.homebg3 {
  background: url(gallery-3.jpg) no-repeat center center
}

.homebg4 {
  background: url(gallery-4.jpg) no-repeat center center
}

.homebg5 {
  background: url(home5.jpg) no-repeat center center
}

.pro-body {
  margin-bottom: 10px
}

.services p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px
}

::-webkit-selection {
  color: #FFF;
  background: #004592
}

::-moz-selection {
  color: #FFF;
  background: #004592
}

::selection {
  color: #FFF;
  background: #004592
}

#fh5co-counter,
#fh5co-header,
.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left
}

.fh5co-bg .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.fh5co-video {
  overflow: hidden
}

@media screen and (max-width:992px) {
  .fh5co-video {
    height: 450px
  }
}

.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px
}

.fh5co-video .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, .7)
}

.fh5co-video:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%
}

.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, .3)
}

.fh5co-cover>.fh5co-container {
  position: relative;
  z-index: 10
}

@media screen and (max-width:768px) {
  .fh5co-cover {
    height: 600px
  }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 700px;
  display: table;
  width: 100%;
  margin-top: 100px
}

@media screen and (max-width:768px) {

  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 400px
  }
}

.fh5co-cover.fh5co-cover-sm {
  height: 600px
}

@media screen and (max-width:768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px
  }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 400px;
  display: table;
  width: 100%
}

@media screen and (max-width:768px) {

  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px
  }
}

.fh5co-social-icons {
  margin: 10px 0px 0px 0px;
  padding: 0px
}

.fh5co-social-icons li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #004592;
  padding-left: 5px;
  padding-right: 5px
}

.fh5co-social-icons li a i {
  font-size: 20px
}

.fh5co-contact-info ul {
  padding: 0px;
  margin: 0px
}

.fh5co-contact-info ul li {
  padding: 0px 0 0 40px;
  margin: 0px 0 30px 0px;
  list-style: none;
  position: relative
}

.fh5co-contact-info ul li:before {
  color: #004592;
  position: absolute;
  left: 0px;
  top: .05em;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: var(--fontbold6);
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1"
}

.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4"
}

.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da"
}

.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af"
}

#fh5co-counter .display-tc,
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0px 40px
}

#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0px;
  padding: 0px;
  color: #FFF
}

#fh5co-counter .display-tc h1,
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: var(--fontbold6)
}

@media screen and (max-width:768px) {

  #fh5co-counter .display-tc h1,
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px
  }
}

#fh5co-counter .display-tc h2,
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px
}

#fh5co-counter .display-tc .btn,
#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #004592 !important;
  color: #FFF;
  border: none !important;
  font-size: 18px
}

#fh5co-counter .display-tc .btn:hover,
#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #004592 !important;
  -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
  -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important
}

#fh5co-counter .display-tc .form-inline .form-group,
#fh5co-header .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px
}

#fh5co-counter .display-tc .form-inline .form-group .form-control,
#fh5co-header .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #FFF;
  border: none
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, .05)
}

#fh5co-blog,
#fh5co-contact,
#fh5co-footer,
#fh5co-gallery,
#fh5co-pricing,
#fh5co-schedule,
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-trainer {
  padding: 3em 0;
  clear: both
}

@media screen and (max-width:768px) {

  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer,
  #fh5co-gallery,
  #fh5co-pricing,
  #fh5co-schedule,
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-trainer {
    padding: 3em 0
  }
}

#fh5co-gallery {
  padding-bottom: 0px
}

.services {
  padding: 25px;
  margin-top: -7em;
  background: #FFF;
      max-height: 375px;
  -webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
  -moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
  -ms-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
  -o-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43);
  box-shadow: 0 10px 23px -10px rgba(0, 0, 0, .43)
}

@media screen and (max-width:992px) {
  .services {
    margin-top: 0px;
    margin-bottom: 10px
  }
}

@media screen and (max-width:768px) {
  .services {
    margin-top: 0px;
    margin-bottom: 20px
  }
}

.services>span {
  width: 100%;
  display: block;
  margin-bottom: 30px
}

.services span img {
  width: 80px;
  margin: 0px auto
}

.services h3,
.services .h3 {
  padding-bottom: 10px;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: var(--fontbold6);
  position: relative;
  margin-bottom: 10px;
  color: #000
}

.services h3:after,
.services .h3:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin: 0px auto;
  background: #004592;
  content: ''
}

.trainer {
  position: relative;
  background: rgba(0, 0, 0, .05)
}

@media screen and (max-width:768px) {
  .trainer {
    margin-bottom: 30px
  }
}

.trainer img {
  width: 84%
}

.trainer .title {
  width: 100%;
  position: absolute;
  bottom: 60%;
  left: 42%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg)
}

.trainer .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0px;
  padding: 0px
}

.trainer .title h3 a {
  color: #000
}

.trainer .title h3 a:focus,
.trainer .title h3 a:hover {
  color: #004592
}

.trainer .title span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, .4)
}

.trainer .desc {
  width: 70%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #FFF;
  padding: 7px
}

.trainer .desc .fh5co-social-icons li a {
  color: #000
}

.trainer .desc .fh5co-social-icons li a i {
  font-size: 16px
}

#fh5co-schedule .fh5co-heading h2,
.fh5co-heading .h2 {
  color: #FFF
}

#fh5co-schedule .fh5co-heading p {
  color: rgba(255, 255, 255, .5)
}

#fh5co-schedule .fh5co-heading span {
  color: rgba(255, 255, 255, .5)
}

.fh5co-tabs {
  width: 90%;
  margin: 0px auto
}

.fh5co-tabs .fh5co-tab-nav {
  clear: both;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.fh5co-tabs .fh5co-tab-nav li {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 14.285%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline
}

.fh5co-tabs .fh5co-tab-nav li a {
  padding: 10px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #e6e6e6
}

.fh5co-tabs .fh5co-tab-nav li a:hover {
  color: #FFF
}

.fh5co-tabs .fh5co-tab-nav li.active a {
  background: #004592;
  color: #FFF
}

.fh5co-tabs .fh5co-tab-content-wrap {
  clear: both;
  position: relative
}

.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden
}

.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible
}

.fh5co-tabs .class-schedule {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px
}

.fh5co-tabs .class-schedule li {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, .02);
  border-bottom: 1px solid rgba(255, 255, 255, .02);
  list-style: none;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px
}

@media screen and (max-width:768px) {
  .fh5co-tabs .class-schedule li {
    width: 50%
  }
}

@media screen and (max-width:480px) {
  .fh5co-tabs .class-schedule li {
    width: 100%
  }
}

.fh5co-tabs .class-schedule li:first-child {
  border-left: 1px solid rgba(255, 255, 255, .02)
}

.fh5co-tabs .class-schedule li:nth-child(5) {
  border-left: 1px solid rgba(255, 255, 255, .02)
}

.fh5co-tabs .class-schedule li span {
  display: block;
  margin-bottom: 20px
}

.fh5co-tabs .class-schedule li span img {
  width: 60px;
  height: 60px;
  margin: 0px auto
}

.fh5co-tabs .class-schedule li h4 {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.fh5co-tabs .class-schedule li .time {
  display: inline-block;
  padding: 5px 12px;
  background: #004592;
  color: #FFF;
  font-size: 13px
}

.pricing {
  display: block;
  float: left;
  width: 100%;
  height: 340px;
  overflow: hidden
}

.price-box {
  width: 100%;
  height: 340px;
  overflow: hidden;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, .05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative
}

.price-box.popular .btn-select-plan {
  background: #004592
}

.price-box.popular .price {
  color: #004592
}

.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #004592;
  color: #FFF
}

.price-box .classes {
  padding: 0px;
  margin-bottom: 10px
}

.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0px;
  font-size: 15px;
  padding: 5px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.pricing-plan {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 20px;
  color: #004592
}

.pricing-plan a {
  color: #004592
}

.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #d5d8db
}

.price {
  font-size: 72px;
  color: #000;
  line-height: 50px
}

.price .currency {
  font-size: 30px;
  top: -.9em;
  padding-right: 10px
}

.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94
}

#fh5co-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%
}

#fh5co-portfolio-list li {
  display: block;
  padding: 0px;
  margin: 0px 0 15px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative
}

@media screen and (max-width:480px) {
  #fh5co-portfolio-list li {
    margin-left: 0px
  }
}

#fh5co-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block
}

#fh5co-portfolio-list li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: 80;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: 0 0
}

#fh5co-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, .5)
}

#fh5co-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100
}

@media screen and (max-width:768px) {
  #fh5co-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em
  }
}

#fh5co-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, .7)
}

#fh5co-portfolio-list li a .case-studies-summary h2 {
  color: #FFF;
  margin-bottom: 0px
}

@media screen and (max-width:768px) {
  #fh5co-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px
  }
}

#fh5co-portfolio-list li.two-third {
  width: 48.6%
}

@media screen and (max-width:768px) {
  #fh5co-portfolio-list li.two-third {
    width: 49%
  }
}

@media screen and (max-width:480px) {
  #fh5co-portfolio-list li.two-third {
    width: 100%
  }
}

#fh5co-portfolio-list li.one-third {
  width: 23.8%
}

@media screen and (max-width:768px) {
  #fh5co-portfolio-list li.one-third {
    width: 49%
  }
}

@media screen and (max-width:480px) {
  #fh5co-portfolio-list li.one-third {
    width: 100%
  }
}

#fh5co-portfolio-list li.one-half {
  width: 49%
}

@media screen and (max-width:480px) {
  #fh5co-portfolio-list li.one-half {
    width: 100%
  }
}

.fh5co-heading {
  margin-bottom: 5em
}

.fh5co-heading h2,
.fh5co-heading .h2 {
  font-size: 35px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
  text-align: center !important
}

.fh5co-heading h2:after,
.fh5co-heading .h2:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  width: 60px;
  height: 2px;
  margin: 0px auto;
  background: #004592;
  content: ''
}

.fh5co-heading p {
  font-size: 17px;
  line-height: 1.5;
  color: #666
}

#fh5co-testimonial {
  background: #efefef
}

#fh5co-testimonial .testimony-slide {
  text-align: center
}

#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--fontbold7);
  display: block
}

#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline
}

#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0px
}

@media screen and (max-width:992px) {
  .pricing {
    height: auto
  }

  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%
  }
}

#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%
}

#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada
}

#fh5co-testimonial .arrow-thumb a:active,
#fh5co-testimonial .arrow-thumb a:focus,
#fh5co-testimonial .arrow-thumb a:hover {
  text-decoration: none
}

#fh5co-started {
  position: relative
}

#fh5co-started .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#fh5co-started h2,
#fh5co-started .h2 {
  font-size: 37px;
  color: #FFF;
  margin-bottom: 20px !important;
  line-height: 1.5em
}

#fh5co-started h2 span,
#fh5co-started .h2 span {
  font-weight: 100;
  color: rgba(255, 255, 255, .7)
}

#fh5co-started h2 .percent,
#fh5co-started .h2 .percent {
  color: #004592;
  font-weight: var(--fontbold7)
}

#fh5co-started p {
  color: rgba(255, 255, 255, .5)
}

#fh5co-started .form-control {
  background: rgba(255, 255, 255, .2);
  border: none !important;
  color: #FFF;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#fh5co-started .form-control::-webkit-input-placeholder {
  color: #FFF
}

#fh5co-started .form-control:-moz-placeholder {
  color: #FFF
}

#fh5co-started .form-control::-moz-placeholder {
  color: #FFF
}

#fh5co-started .form-control:-ms-input-placeholder {
  color: #FFF
}

#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, .3)
}

#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #004592;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: var(--fontbold6);
  padding-left: 50px;
  padding-right: 50px
}

#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px
}

#fh5co-started .form-inline .form-group .form-control {
  width: 100%
}

.fh5co-blog {
  margin-bottom: 60px
}

.fh5co-blog a img {
  width: 100%
}

@media screen and (max-width:768px) {
  .fh5co-blog {
    width: 100%
  }
}

.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #FFF;
  width: 100%;
  padding: 20px;
  float: right;
  -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .18);
  -moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .18);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .18)
}

.fh5co-blog .blog-text b {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: var(--fontbold6)
}

.fh5co-blog .blog-text b.posted_on {
  color: #FFF;
  font-size: 18px;
  padding: 2px 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -30px;
  background: #004592;
  position: relative
}

.fh5co-blog .blog-text b.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #004592 transparent
}

.fh5co-blog .blog-text b.comment {
  float: right
}

.fh5co-blog .blog-text b.comment a {
  color: #004592;
  font-weight: var(--fontbold6)
}

.fh5co-blog .blog-text b.comment a i {
  color: #004592;
  padding-left: 7px
}

.fh5co-blog .blog-text h3,
.fh5co-blog .blog-text .h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5
}

.fh5co-blog .blog-text h3 a,
.fh5co-blog .blog-text .h3 a {
  color: #000
}

.fh5co-blog .blog-text p {
  font-size: 16px;
  line-height: 25px
}

#fh5co-footer {
  position: relative;
  margin: 50px auto 0px
}

#fh5co-footer .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .9);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#fh5co-footer h3 {
  margin-bottom: 15px;
  font-weight: var(--fontbold7);
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8)
}

#fh5co-footer .fh5co-footer-links {
  padding: 0px;
  margin: 0px
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0px;
  margin: 0px;
  list-style: none
}

#fh5co-footer .fh5co-footer-links li a {
  color: #999;
  text-decoration: none;
  font-size: 15px
}

#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline
}

#fh5co-footer .fh5co-widget {
  margin-bottom: 20px
}

#fh5co-footer .fh5co-widget p {
  color: #999;
  font-size: 15px
}

@media screen and (max-width:768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left
  }
}

#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: var(--fontbold7);
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase
}

#fh5co-footer .copyright .block {
  color: #999;
  font-size: 15px;
  display: block
}

#map {
  width: 100%;
  height: 500px;
  position: relative
}

@media screen and (max-width:768px) {
  #map {
    height: 200px
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #000;
  top: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

@media screen and (max-width:768px) {
  #fh5co-offcanvas {
    display: block
  }
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, .5)
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, .8)
}

#fh5co-offcanvas ul {
  padding: 0px;
  margin: 0px
}

#fh5co-offcanvas ul li {
  padding: 0px;
  margin: 0px;
  list-style: none
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: var(--fontbold6);
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 100;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 20px
}

.btn.btn-md {
  padding: 8px 20px !important
}

.btn.btn-lg {
  padding: 18px 36px !important
}

.btn:active,
.btn:focus,
.btn:hover {
  box-shadow: none !important;
  outline: 0 !important
}

.btn-primary {
  background: #004592;
  color: #FFF;
  border: 2px solid #004592;
  margin-top: 10px
}

.btn-primary.btn-outline {
  background: 0 0;
  color: #004592;
  border: 1px solid #004592
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
  background: #004592;
  color: #FFF
}

.btn-success {
  background: #5cb85c;
  color: #FFF;
  border: 2px solid #5cb85c
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background: #4cae4c !important;
  border-color: #4cae4c !important
}

.btn-success.btn-outline {
  background: 0 0;
  color: #5cb85c;
  border: 1px solid #5cb85c
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
  background: #5cb85c;
  color: #FFF
}

.btn-info {
  background: #5bc0de;
  color: #FFF;
  border: 2px solid #5bc0de
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background: #46b8da !important;
  border-color: #46b8da !important
}

.btn-info.btn-outline {
  background: 0 0;
  color: #5bc0de;
  border: 1px solid #5bc0de
}

.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
  background: #5bc0de;
  color: #FFF
}

.btn-warning {
  background: #f0ad4e;
  color: #FFF;
  border: 2px solid #f0ad4e
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background: #eea236 !important;
  border-color: #eea236 !important
}

.btn-warning.btn-outline {
  background: 0 0;
  color: #f0ad4e;
  border: 1px solid #f0ad4e
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
  background: #f0ad4e;
  color: #FFF
}

.btn-danger {
  background: #d9534f;
  color: #FFF;
  border: 2px solid #d9534f
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background: #d43f3a !important;
  border-color: #d43f3a !important
}

.btn-danger.btn-outline {
  background: 0 0;
  color: #d9534f;
  border: 1px solid #d9534f
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
  background: #d9534f;
  color: #FFF
}

.btn-outline {
  background: 0 0;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  box-shadow: none
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.btn.with-arrow:hover {
  padding-right: 50px
}

.btn.with-arrow:hover i {
  color: #FFF;
  right: 18px;
  visibility: visible;
  opacity: 1
}

.form-control {
  box-shadow: none;
  background: 0 0;
  border: 2px solid rgba(0, 0, 0, .1);
  height: 54px;
  font-size: 18px;
  font-weight: var(--fontbold3)
}

.form-control:active,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #004592
}

.row-pb-md {
  padding-bottom: 2em !important
}

.row-pb-sm {
  padding-bottom: 2em !important
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.js .animate-box {
  opacity: 0
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@font-face {
  font-family: MisoBold;
  src: url(miso-bold-webfont.html);
  src: url(miso-bold-webfontd41d.html?#iefix) format('embedded-opentype'), url(https://css02.v15cdn.com/m173/fonts/miso-bold-webfont.ttf) format('truetype');
  font-weight: var(--fontbold6);
  font-style: normal
}

@font-face {
  font-family: fullscreen;
  src: url(https://css02.v15cdn.com/m173/fonts/fullscreen.eot);
  src: url(https://css02.v15cdn.com/m173/fonts/fullscreen.eot#iefix) format('embedded-opentype'), url(https://css02.v15cdn.com/m173/fonts/fullscreen.woff) format('woff'), url(https://css02.v15cdn.com/m173/fonts/fullscreen.ttf) format('truetype'), url(fullscreen.svg#fullscreen) format('svg');
  font-weight: var(--fontbold6);
  font-style: normal
}

@font-face {
  font-family: wowslider-controls;
  src: url(https://css02.v15cdn.com/m173/fonts/wowslider-controls.eot);
  src: url(https://css02.v15cdn.com/m173/fonts/wowslider-controls.eot#iefix) format('embedded-opentype'), url(https://css02.v15cdn.com/m173/fonts/wowslider-controls.woff) format('woff'), url(https://css02.v15cdn.com/m173/fonts/wowslider-controls.ttf) format('truetype'), url(wowslider-controls.svg#wowslider-controls) format('svg');
  font-weight: var(--fontbold6);
  font-style: normal
}

#wowslider-container {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: 0px auto;
  border: none;
  text-align: left;
  font-size: 10px;
  overflow: hidden
}

#wowslider-container.fullscreen-mode,
#wowslider-container.fullwidth-mode {
  max-width: none;
  max-height: none
}

#wowslider-container .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-spacing: 0;
  overflow: visible
}

#wowslider-container .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0px;
  overflow: hidden;
  float: left;
  font-size: 0px;
  padding: 0 !important;
  margin: 0 !important
}

#wowslider-container .ws_images {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden
}

#wowslider-container.fullscreen-mode .ws_images,
#wowslider-container.fullwidth-mode .ws_images {
  max-height: none
}

#wowslider-container .ws_images a {
  width: 100%;
  display: block;
  color: transparent
}

#wowslider-container.fullscreen-mode .ws_images a,
#wowslider-container.fullwidth-mode .ws_images a {
  height: 100%
}

#wowslider-container img {
  max-width: none !important
}

#wowslider-container .ws_images img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0px;
  margin: 0px
}

#wowslider-container .ws_images iframe {
  position: absolute;
  z-index: -1
}

#wowslider-container a {
  text-decoration: none;
  outline: 0;
  border: none
}

#wowslider-container .ws_bullets {
  float: left;
  position: absolute;
  z-index: 70
}

#wowslider-container .ws_bullets div {
  position: relative;
  float: left;
  font-size: 0px
}

#wowslider-container a.wsl {
  display: none
}

#wowslider-container .ws_bullets {
  padding: 10px
}

#wowslider-container .ws_bullets a {
  margin-left: 16px;
  width: 12px;
  height: 12px;
  float: left;
  text-indent: -4000px;
  position: relative;
  background: #004592;
  background: rgba(30, 165, 194, .5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

#wowslider-container .ws_bullets a.ws_selbull,
#wowslider-container .ws_bullets a:hover {
  background: rgba(30, 165, 194, 1)
}

#wowslider-container .ws_bullets a:hover {
  -webkit-animation: pulseIn .9s infinite linear;
  -moz-animation: pulseIn .9s infinite linear;
  animation: pulseIn .9s infinite linear
}

#wowslider-container a.ws_next,
#wowslider-container a.ws_prev {
  font-family: wowslider-controls !important;
  position: absolute;
  display: none;
  text-shadow: none;
  text-align: center;
  background: #004592;
  color: #FFF;
  top: 50%;
  margin-top: -2.5em;
  height: 5em;
  width: 5em;
  z-index: 60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

#wowslider-container a.ws_next:hover,
#wowslider-container a.ws_prev:hover {
  background: rgba(0, 69, 146, .6)
}

#wowslider-container a.ws_next {
  right: 10px
}

#wowslider-container a.ws_next:after {
  content: '\e801';
  display: block;
  font-size: 3.5em;
  line-height: 1.7em
}

#wowslider-container a.ws_prev {
  left: 10px
}

#wowslider-container a.ws_prev:after {
  content: '\e800';
  display: block;
  font-size: 3.5em;
  line-height: 1.7em
}

#wowslider-container a.ws_prev:hover:after {
  -webkit-animation: prevArrow .7s infinite ease-in-out;
  -moz-animation: prevArrow .7s infinite ease-in-out;
  animation: prevArrow .7s infinite ease-in-out
}

#wowslider-container a.ws_next:hover:after {
  -webkit-animation: nextArrow .7s infinite ease-in-out;
  -moz-animation: nextArrow .7s infinite ease-in-out;
  animation: nextArrow .7s infinite ease-in-out
}

* html #wowslider-container a.ws_next,
* html #wowslider-container a.ws_prev {
  display: block
}

#wowslider-container:hover a.ws_next,
#wowslider-container:hover a.ws_prev {
  display: block
}

#wowslider-container .ws_bullets {
  bottom: -33px;
  left: 50%
}

#wowslider-container .ws_bullets div {
  left: -70%
}

#wowslider-container .ws-title {
  position: absolute;
  display: block;
  bottom: .31em;
  left: 1.23em;
  margin: 9px;
  z-index: 50;
  font-family: MisoBold, Oswald, Impact, Charcoal, sans-serif !important;
  font-size: 5.5em;
  color: #FFF;
  text-shadow: 1px 1px 1px #333
}

#wowslider-container .ws-title div,
#wowslider-container .ws-title span {
  display: inline-block;
  padding: 10px;
  background: #3398b6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: .95;
  filter: alpha(opacity=95)
}

#wowslider-container .ws-title div {
  display: block;
  background: #b02d15;
  margin-top: 10px;
  color: #FFF;
  opacity: .8;
  text-shadow: 1px 1px 1px #000
}

#wowslider-container .ws_images>ul {
  animation: wsBasic 16.8s infinite;
  -moz-animation: wsBasic 16.8s infinite;
  -webkit-animation: wsBasic 16.8s infinite
}

@keyframes wsBasic {
  0% {
    left: 0px
  }

  14.88% {
    left: 0px
  }

  25% {
    left: -100%
  }

  39.88% {
    left: -100%
  }

  50% {
    left: -200%
  }

  64.88% {
    left: -200%
  }

  75% {
    left: -300%
  }

  89.88% {
    left: -300%
  }
}

@-moz-keyframes wsBasic {
  0% {
    left: 0px
  }

  14.88% {
    left: 0px
  }

  25% {
    left: -100%
  }

  39.88% {
    left: -100%
  }

  50% {
    left: -200%
  }

  64.88% {
    left: -200%
  }

  75% {
    left: -300%
  }

  89.88% {
    left: -300%
  }
}

@-webkit-keyframes wsBasic {
  0% {
    left: 0px
  }

  14.88% {
    left: 0px
  }

  25% {
    left: -100%
  }

  39.88% {
    left: -100%
  }

  50% {
    left: -200%
  }

  64.88% {
    left: -200%
  }

  75% {
    left: -300%
  }

  89.88% {
    left: -300%
  }
}

#wowslider-container .ws_bullets a img {
  text-indent: 0;
  display: block;
  bottom: 16px;
  left: -115px;
  visibility: hidden;
  position: absolute;
  -moz-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  border: 3px solid #FFF;
  max-width: none
}

#wowslider-container .ws_bullets a:hover img {
  visibility: visible
}

#wowslider-container .ws_bulframe div div {
  height: 75px;
  overflow: visible;
  position: relative
}

#wowslider-container .ws_bulframe div div img {
  height: 100%
}

#wowslider-container .ws_bulframe div {
  left: 0px;
  overflow: hidden;
  position: relative;
  width: 200px;
  background-color: #FFF
}

#wowslider-container .ws_bullets .ws_bulframe {
  display: none;
  bottom: 18px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  -moz-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  border: 3px solid #FFF
}

#wowslider-container .ws_bulframe span {
  display: block;
  position: absolute;
  bottom: -9px;
  margin-left: 0px;
  left: 95px;
  background: url(triangle.html);
  width: 15px;
  height: 6px
}

#wowslider-container.ws_gestures,
#wowslider-container.ws_gestures>div>a {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII=), move
}

#wowslider-container.ws_gestures.ws_grabbing,
#wowslider-container.ws_gestures.ws_grabbing>div>a {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg==), move
}

#wowslider-container.ws_video_playing .ws_bullets {
  display: none
}

#wowslider-container.ws_video_playing:hover .ws_bullets {
  display: block
}

#wowslider-container.ws_video_playing_ie .ws_bullets,
#wowslider-container.ws_video_playing_ie a.ws_next,
#wowslider-container.ws_video_playing_ie a.ws_prev {
  display: block
}

#wowslider-container .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 55
}

#wowslider-container .ws_video_btn.ws_vimeo,
#wowslider-container .ws_video_btn.ws_youtube {
  display: block
}

#wowslider-container .ws_video_btn div {
  position: absolute;
  background-image: url(playvideo.html);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em
}

#wowslider-container .ws_video_btn.ws_youtube div {
  background-position: 0 0
}

#wowslider-container .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0
}

#wowslider-container .ws_video_btn.ws_vimeo div {
  background-position: 0 100%
}

#wowslider-container .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%
}

#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important
}

#wowslider-container .ws_fullscreen {
  display: none;
  position: absolute;
  font-family: fullscreen !important;
  top: .5em;
  right: .5em;
  font-size: 2.25em;
  z-index: 59;
  color: #1ea5c2;
  text-shadow: none
}

#wowslider-container .ws_fullscreen:hover {
  -webkit-animation: pulseOut .9s infinite linear;
  -moz-animation: pulseOut .9s infinite linear;
  animation: pulseOut .9s infinite linear
}

#wowslider-container .ws_fullscreen:after {
  content: '\e800'
}

.ws_fs_wrapper {
  width: 100%;
  height: 100%;
  background: #efecdd
}

.ws_fs_wrapper>#wowslider-container,
.ws_fs_wrapper>#wowslider-container .ws_images {
  margin: 0px auto;
  max-height: none
}

.ws_fs_wrapper>#wowslider-container .ws_fullscreen {
  position: fixed;
  display: block
}

.ws_fs_wrapper>#wowslider-container .ws_fullscreen:after {
  content: '\e801'
}

.ws_fs_wrapper>#wowslider-container {
  border: 0px;
  outline: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0
}

@-webkit-keyframes pulseIn {
  0% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes pulseIn {
  0% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(1.2)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@keyframes pulseIn {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes pulseOut {
  0% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes pulseOut {
  0% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(.8)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@keyframes pulseOut {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(.8)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes nextArrow {

  0%,
  100% {
    -webkit-transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(2px)
  }

  75% {
    -webkit-transform: translateX(-2px)
  }
}

@-moz-keyframes nextArrow {

  0%,
  100% {
    -moz-transform: translateX(0)
  }

  25% {
    -moz-transform: translateX(2px)
  }

  75% {
    -moz-transform: translateX(-2px)
  }
}

@keyframes nextArrow {

  0%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -moz-transform: translateX(2px);
    transform: translateX(2px)
  }

  75% {
    -moz-transform: translateX(-2px);
    transform: translateX(-2px)
  }
}

@-webkit-keyframes prevArrow {

  0%,
  100% {
    -webkit-transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(-2px)
  }

  75% {
    -webkit-transform: translateX(2px)
  }
}

@-moz-keyframes prevArrow {

  0%,
  100% {
    -moz-transform: translateX(0)
  }

  25% {
    -moz-transform: translateX(-2px)
  }

  75% {
    -moz-transform: translateX(2px)
  }
}

@keyframes prevArrow {

  0%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -moz-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  75% {
    -moz-transform: translateX(2px);
    transform: translateX(2px)
  }
}

.pro-bigbox {
  float: left;
  width: 100%;
  background: #FFF;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 20px
}

.pro-bigbox .bigboximg {
  width: 30%;
  float: left;
  text-align: center;
  font-size: 0px
}

.pro-bigbox .bigboximg img {
  max-width: 100%
}

.pro-bigbox .bigboxword {
  width: 67%;
  float: right
}

.pro-bigbox .bigboxword h3 {
  margin: 10px 0px;
  line-height: 25px;
  font-size: 20px;
  color: var(--color)
}

.pro-bigbox .bigboxword p {
  max-height: 100px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px
}

.pro-bigbox .bigboxword .bigboxmore {
  margin: 15px 0px
}

.pro-bigbox .bigboxword .bigboxmore a {
  padding: 8px 20px;
  background: var(--color);
  color: #FFF;
  border-radius: 5px
}

.pro-bigbox .bigboxword .bigboxmore a:hover {
  background: #333
}

@media only screen and (max-width:960px) {
  .pro-bigbox .bigboximg {
    width: 40%;
    float: left;
    text-align: center;
    font-size: 0px
  }

  .pro-bigbox .bigboxword {
    width: 57%;
    float: right
  }

  .pro-bigbox .bigboxword h3 {
    margin: 10px 0px;
    line-height: 20px;
    font-size: 20px;
    color: var(--color)
  }
}

@media only screen and (max-width:450px) {
  .pro-bigbox {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px
  }

  .pro-bigbox .bigboximg {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 0px
  }

  .pro-bigbox .bigboxword {
    width: 96%;
    float: none;
    text-align: center
  }

  .pro-bigbox .bigboxword h3 {
    margin: 10px 0px;
    line-height: 20px;
    font-size: 20px;
    color: var(--color)
  }
}

.newslist li.newslist-one {
  text-align: left
}

.newslist li.newslist-one {
  height: auto;
  clear: both;
  padding: 20px 0px
}

.newslist li.newslist-one .pic-l img {
  max-width: 200px;
  height: 200px
}

.newslist li.newslist-one .pic-l {
  float: left;
  width: 200px
}

.newslist li.newslist-one .pic-r {
  float: right;
  width: 630px;
  margin-top: 8px
}

.newslist li.newslist-one .pic-r p a {
  font-size: 16px;
  color: #000;
  font-weight: var(--fontbold7);
  display: block;
  float: none;
  text-indent: 0
}

.newslist li.newslist-one .pic-r p a:hover {
  color: #004592
}

.newslist li.newslist-one .pic-r span {
  float: right;
  color: #666;
  line-height: 20px;
  margin-top: -30px
}

.newslist li.newslist-one .pic-r h6 {
  color: #666;
  font-size: 14px;
  line-height: 24px
}

@media screen and (max-width:992px) {
  .newslist li.newslist-one .pic-r {
    width: 100%
  }
}

.slide_container {
  position: relative;
  width: 100%
}

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0px
}

.slide li {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px
}

.slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0
}

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, .8);
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px;
  margin: 0px;
  max-width: none
}

.slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0px;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../themes.gif) no-repeat left top;
  margin-top: -45px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.slide_container:hover .slide_nav {
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.slide_container .slide_nav:hover {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.slide_nav:active {
  opacity: 1
}

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0px
}

#fh5co-services {
  position: relative;
  z-index: 9
}

.top .fr {
  display: flex;
  justify-content: flex-end
}

#xyz * {
  box-sizing: border-box
}

#xyz {
  position: relative;
  z-index: 99999;
  width: 120px;
  height: 30px;
  top: 35px;
  margin-left: 15px
}

.xyz12 {
  border-radius: 3px;
  width: 100%;
  border: 1px #004592 solid;
  background: #FFF;
  line-height: 45px;
  position: absolute
}

.xyz12 li {
  position: relative;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  padding: 0px 8px;
  z-index: 1;
  text-align: left
}

.xyz12 li a {
  color: #666;
  font-size: 12px
}

.xyz12 li.selected {
  border-top: 0px
}

.xyz12 li.selected a {
  color: #8550d9
}

.xyz12 span {
  position: absolute;
  right: 6px;
  top: 2px;
  background: url(https://img01.v15cdn.com/amore.webp) center no-repeat;
  display: block;
  width: 27px;
  height: 30px;
  cursor: pointer;
  z-index: 100
}

.xyz12 span.dp {
  background: url(https://img01.v15cdn.com/amore1.webp) center no-repeat
}

.xyz12 li img {
  vertical-align: middle;
  margin: -2px 7px 0px 0px
}

.xyz12 li:hover {
  background: #004592
}

.xyz12 li:hover a {
  color: #FFF
}

.newslist li.newslist-one .pic-r h6 span {
  float: none
}

.hot-prolist {
  display: flex;
  flex-wrap: wrap
}

.hot-prolist li {
  width: 24.25%;
  margin-right: 1%;
  position: relative;
  color: #FFF
}

.hot-prolist li img {
  display: block;
  max-width: 100%
}

.hot-prolist li:nth-child(4n+4) {
  margin-right: 0px
}

.hot-prolist li a {
  display: block
}

.hot-prolist li a::after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: 0 0;
  content: "";
  transition: all .3s
}

.hot-prolist li p {
  position: absolute;
  bottom: 45px;
  left: 5%
}

.hot-prolist li h3,
.hot-prolist li .h3 {
  position: absolute;
  bottom: 15px;
  left: 5%
}

.hot-prolist li a:hover::after {
  background: rgba(0, 0, 0, .3)
}

#myfooter {
  color: #FFF;
  padding: 40px 0px;
  position: relative
}

#myfooter>.container-f {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto 30px auto;
  position: relative
}

#myfooter>.container {
  text-align: center;
  position: relative
}

#myfooter a {
  color: #FFF;
  white-space: nowrap;
  font-size: 15px
}

#myfooter a:hover {
  color: #FFF;
  text-decoration: underline
}

#myfooter h3,
#myfooter .h3 {
  margin-bottom: 15px;
  font-weight: var(--fontbold7);
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8)
}

#myfooter .panel1 {
  max-width: 50%
}

#myfooter .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, .9)
}

.inner-panel {
  display: flex
}

.inner-panel-rt {
  padding: 0px;
  width: calc(100% - 270px);
  margin-left: auto
}

.proIntro {
  color: #555;
  padding: 2px;
  margin: 0px auto
}

.proIntro a {
  color: #555
}

.inner-banner {
  min-height: 5px;
  font-size: 0px
}

.pcon .pinfo,
.pcon .pinfo p,
.pcon .pinfo a,
.pcon .pinfo td {
  line-height: 1.7;
  font-size: 15px;
  color: #111
}

.productsTags {
  margin: 10px 0px
}

h4.cate-h4,
h4.pro-h4 {
  clear: both;
  font-weight: bold
}

ul.cate-ulli,
ul.pro-ulli {
  clear: both;
  padding: 10px 0px 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
  list-style-type: disc;
  line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
  clear: both;
  padding: 10px 0px 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
  list-style-type: decimal;
  line-height: 1.7
}

.prohome-content {
  clear: both;
  margin: 20px auto;
  padding: 0px;
  line-height: 1.6;
  box-sizing: border-box;
  max-width: 1150px
}

.prolist-content {
  clear: both;
  margin: 0px auto;
  padding: 0px;
  line-height: 1.6;
  box-sizing: border-box
}

.prolist-content .kche-wrap-width {
  padding-left: 0px !important;
  padding-right: 0px !important
}

.prolist-bottom {
  clear: both;
  margin: 20px auto;
  padding: 0px;
  line-height: 1.6;
  box-sizing: border-box;
  max-width: 1150px
}

.ck-widget-toc {
  display: table;
  border: 1px solid #A2A9B1;
  background-color: #F8F9FA;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0px;
  min-width: 300px;
  max-width: 100%
}

.ck-widget-toc ol {
  padding: 0px 0px 0px 30px;
  counter-reset: item
}

.ck-widget-toc ol li {
  display: block;
  position: relative;
  list-style: none
}

.ck-widget-toc ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px
}

.ck-widget-toc-title {
  text-align: left;
  font-weight: var(--fontbold7);
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 5px
}

.ck-widget-pt {
  padding-top: 100px;
  margin-top: -100px
}

.ck-widget-toc1 {
  display: table;
  border: 1px solid #A2A9B1;
  background-color: #F8F9FA;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0px;
  min-width: 300px;
  max-width: 100%
}

.ck-widget-toc1 ol {
  padding: 0px 0px 0px 30px;
  counter-reset: item
}

.ck-widget-toc1 ol li {
  display: block;
  position: relative;
  list-style: none
}

.ck-widget-toc1 ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px
}