.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
.img-box img {
  width: 100%;
}
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,pre,form,fieldset,legend,button,input,textarea,th,td,ol {
  margin: 0;
  padding: 0;
}
*,:after,:before {
  box-sizing: border-box;
  outline: none;
}
body {
  font: 12px "Microsoft YaHei","Arial";
  color: #000;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,ul,li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
input,select,textarea,button {
  vertical-align: middle;
}
textarea,input {
  outline: none;
  resize: none;
}
input[type=submit],input[type=button],button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,button,a {
  cursor: pointer;
}
ins,em,b,i {
  text-decoration: none;
  font-style: normal;
}
select:focus,textarea:focus,input:focus,button {
  outline: none;
}
input::-webkit-input-placeholder,input:-moz-placeholder,input::-moz-placeholder,input:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
  outline: none;
}
h1,h2,h3,h4,h5,h6,em {
  font-weight: 400;
}
hr{ width:120px;margin:0px; color:#dedede;height:3px;border:none;border-top:3px  solid #333; padding:6px 0px 10px 0px;}
a,span,li,b,i,label,p,strong,div,h1,h2,h3,h4,h5,h6,font,small,em,li,pre,form,fieldset,legend,button,input,textarea,th,td {
  font: inherit;
  color: inherit;
}
audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus,input:focus,p:focus,div:focus {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body,html {
  width: 100%!important;
  padding: 0!important;
  height: 100%;
}
*::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl:after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.backImg {
  background-size: cover;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
[data-ahref] {
  cursor: pointer;
}
body {
  background: 0 0;
}
.font-40 {
  font-size: 40px;
}
.font-38 {
  font-size: 32px;
}
.font-36 {
  font-size: 32px;
}
.font-34 {
  font-size: 32px;
}
.font-32 {
  font-size: 32px;
}
.font-30 {
  font-size: 30px;
}
.font-28 {
  font-size: 28px;
}
.font-24 {
  font-size: 24px;
}
.font-22 {
  font-size: 22px;
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.op-1 {
  opacity: .1;
}
.op-2 {
  opacity: .2;
}
.op-3 {
  opacity: .3;
}
.op-4 {
  opacity: .4;
}
.op-5 {
  opacity: .5;
}
.op-6 {
  opacity: .6;
}
.op-7 {
  opacity: .7;
}
.op-8 {
  opacity: .8;
}
.op-9 {
  opacity: .9;
}
.op-10 {
  opacity: 1;
}
.font-light {
  font-weight: lighter;
}
.font-bold {
  font-weight: 700;
}
.font-500 {
  font-weight: 500;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.block {
  display: block;
}
.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
.grid-box {
  font-size: 0;
  [;
  letter-spacing: -4px;
  font-size: 12px;
  ]
}
.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  [;
  letter-spacing: 0;
  ]
}
.grid-box .column {
  width: 100%;
}
.grid-box.two>.column {
  width: 50%;
}
.grid-box.three>.column {
  width: 33.33333%;
}
.grid-box.four>.column {
  width: 25%;
}
.grid-box.five>.column {
  width: 20%;
}
.grid-box.six>.column {
  width: 16.6666667%;
}
.grid-box.seven>.column {
  width: 14.285714%;
}
.grid-box.eight>.column {
  width: 12.55%;
}
.grid-box.nine>.column {
  width: 11.11111111%;
}
.grid-box.ten>.column {
  width: 10%;
}
.wid-100 {
  width: 100%;
}
.wid-10 {
  width: 10%;
}
.wid-20 {
  width: 20%;
}
.wid-30 {
  width: 30%;
}
.wid-40 {
  width: 40%;
}
.wid-50 {
  width: 50%;
}
.wid-60 {
  width: 60%;
}
.wid-70 {
  width: 70%;
}
.wid-80 {
  width: 80%;
}
.wid-90 {
  width: 90%;
}
.half {
  width: 50%;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-tab {
  display: table;
  width: 100%;
}
.layout-tab>.cell {
  display: table-cell;
  vertical-align: middle;
}
.transi {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}
#lanSelBox {
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.current_lang {
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}
.lang.selected {
  display: none;
}
.lang img,.lang span.lang-txt {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #444;
}
.lang span.lang-txt {
  position: relative;
  top: -1px;
  font-weight: 700;
}
.lang img {
  width: 20px;
  margin-left: 0;
}
.lang span span {
  color: #999;
  font-weight: 400;
}
.lang i.chevron.down {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.more_lang {
  transform: translateY(-20px);
  opacity: 0;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 180px;
  background: #fff;
  -webkit-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
  -moz-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
  -o-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
  -ms-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
  transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
}
.more_lang .lang {
  padding: 10px 15px;
}
#lanSelBox.active .more_lang {
  display: block;
}
.more_lang.active {
  opacity: 1;
  transform: translateY(0px);
}
.more_lang .lang:hover {
  background: #5766b2;
  color: #fff;
}
.more_lang .lang:hover span {
  color: #fff;
}
#lanSelBox:hover,#lanSelBox.active {
  box-shadow: rgba(0,0,0,.2) 0 5px 15px;
  -webkit-transition: all .3s cubic-bezier(0,.99,.44,.99);
  -moz-transition: all .3s cubic-bezier(0,.99,.44,.99);
  -o-transition: all .3s cubic-bezier(0,.99,.44,.99);
  -ms-transition: all .3s cubic-bezier(0,.99,.44,.99);
  transition: all .3s cubic-bezier(0,.99,.44,.99);
}
#lanSelBox.active .more_lang .lang {
  border-top: 1px solid #eaeaea;
}
.hwaq_img_btn_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hwaq_img_btn_01 img {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
}
.hwaq_img_btn_01 .ovrly {
  position: absolute;
  background: rgba(0,0,0,.5);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.hwaq_img_btn_01 .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hwaq_img_btn_01 .buttons>a {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
  box-shadow: 0 0 1px rgba(0,0,0,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  margin: 0 1px;
  color: rgba(50,50,50,.9);
  -webkit-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
  -moz-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
  -o-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
  transition: all .3s cubic-bezier(0,1.135,.73,1.405);
}
.hwaq_img_btn_01 .buttons .the_search {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
.hwaq_img_btn_01:hover .buttons>a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hwaq_img_btn_01:hover .ovrly {
  opacity: 1;
}
.hwaq_img_btn_02 {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.hwaq_img_btn_02 .layer,.hwaq_img_btn_02 .layer>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hwaq_img_btn_02 .layer {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hwaq_img_btn_02 img {
  opacity: .9;
}
.hwaq_img_btn_02 .layer:after,.hwaq_img_btn_02 img,.hwaq_img_btn_02 p {
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
}
.hwaq_img_btn_02 .layer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hwaq_img_btn_02 h2,.hwaq_img_btn_02 p {
  opacity: 1;
  -webkit-transform: scale3d(.8,.8,1);
  transform: scale3d(.8,.8,1);
}
.hwaq_img_btn_02 h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
}
.hwaq_img_btn_02 p {
  padding: .5em 2em;
  text-transform: none;
  font-size: .85em;
  opacity: 0;
}
.hwaq_img_btn_02:hover {
  background:
    -webkit-linear-gradient(
      -45deg,
      #053565 0%,
      #06c 100%
    );
  background:
    linear-gradient(
      -45deg,
      #053565 0%,
      #06c 100%
    );
}
.hwaq_img_btn_02:hover img {
  opacity: .7;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.hwaq_img_btn_02:hover .layer:after {
  opacity: 1;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.hwaq_img_btn_02:hover h2,.hwaq_img_btn_02:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.icon-eye:before {
  content: '\e000';
}
.icon-paper-clip:before {
  content: '\e001';
}
.icon-heart:before {
  content: '\e024';
}
.hwaq_img_btn_02 h2 {
  display: inline-block;
}
.hwaq_img_btn_02:hover p.description {
  opacity: 1;
}
.hwaq_img_btn_02:hover figcaption,.hwaq_img_btn_02:hover h2,.hwaq_img_btn_02:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hwaq_img_btn_02:hover h2 {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.hwaq_img_btn_02:hover p.icon-links a:first-child {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.hwaq_just_btn_01 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.hwaq_just_btn_01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,.25);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.hwaq_just_btn_01>span {
  position: relative;
  z-index: 20;
}
.hwaq_just_btn_01:hover:before {
  opacity: 0;
  -webkit-transform: scale(.5,.5);
  transform: scale(.5,.5);
}
.hwaq_just_btn_01:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.hwaq_just_btn_01:hover:after {
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mlztx {
  opacity: .6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2b93e6;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  transition: all 1s ease 0s;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,.1);
  box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,.1);
  cursor: pointer;
}
.mlztx:hover {
  opacity: 1;
  background-color: #00b1ff;
  width: 65px;
  height: 65px;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0,0,0,.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.contact100-form-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  background-image: url("../images/layer-form-bg.jpg");
  width: 100%;
  min-height: 128px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  padding: 30px 15px;
}
.contact100-form-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67,67,67,.6);
}
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 55px 48px;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 15px;
}
.label-input100 {
  font-size: 18px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}
.label-input100.rs1 {
  height: 60px;
}
.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  padding: 0 25px 0 60px;
  border: none;
}
input.input100 {
  height: 55px;
}
textarea.input100 {
  min-height: 162px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-radius: 2px;
  border-color: #06c;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus+.focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.input100:focus+.focus-input100+.label-input100 {
  color: #06c;
}
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 17px;
}
.contact100-form-btn {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 42px;
  border-radius: 21px;
  background: #06c;
  cursor: pointer;
  box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
  -o-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.contact100-form-btn:hover {
  background: #333;
  box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
}
@media (max-width:576px) {
  .contact100-form {
    padding: 40px 15px 48px;
  }
  .input100 {
    padding: 0 25px 0 40px;
  }
  .label-input100 {
    width: 40px;
  }
}
.validate-input {
  position: relative;
}
.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
}
.alert-validate:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}
.btn-hide-validate {
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: -25px;
}
.rs1-alert-validate.alert-validate:before {
  background-color: #fff;
}
.true-validate:after {
  content: "\f26b";
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: -25px;
}
@media (max-width:576px) {
  .btn-hide-validate {
    right: 10px;
  }
  .true-validate:after {
    right: 10px;
  }
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.btn-hide-contact100 .icon {
  margin: 0;
  padding: 0;
  background: 0 0;
}
.btn-hide-contact100:hover {
  opacity: 1;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
}
.img-box:hover img {
  transform: scale(1.1,1.1);
}
.slideBox {
  overflow: hidden;
}
.hwaq-hover-btn {
  display: inline-block;
  position: relative;
}
.hwaq-hover-btn span {
  display: block;
  transition: all .5s ease 0s;
}
.hwaq-hover-btn:hover span {
  color: #ff5c19;
}
.hwaq-hover-btn:before,.hwaq-hover-btn:after,.hwaq-hover-btn span:before,.hwaq-hover-btn span:after {
  content: "";
  width: 25%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #ff5c19;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(.8);
  transition: all .3s ease 0s;
}
.hwaq-hover-btn:after {
  left: 25%;
}
.hwaq-hover-btn span:before {
  left: 50%;
}
.hwaq-hover-btn span:after {
  left: 75%;
}
.hwaq-hover-btn:hover:before,.hwaq-hover-btn:hover:after,.hwaq-hover-btn:hover span:before,.hwaq-hover-btn:hover span:after {
  border-radius: 0;
  opacity: 1;
  transform: scale(1);
}
.hwaq-hover-btn:hover:before {
  border-left: 2px solid #ff5c19;
}
.hwaq-hover-btn:hover span:after {
  border-right: 2px solid #ff5c19;
}
.set_1_btn {
  color: #333;
  cursor: pointer;
  display: block;
  position: relative;
  vertical-align: middle;
  background: 0 0;
}
.set_1_btn:hover {
  text-decoration: none;
  transition: all .15s linear 0s;
}
.set_1_btn svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.set_1_btn rect {
  fill: none;
  stroke: #e1b700;
  stroke-width: 2;
  stroke-dasharray: 422,0;
  transition: all .45s linear 0s;
}
.set_1_btn:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15,310;
  stroke-dashoffset: 114;
  -webkit-transition: all 1.35s cubic-bezier(.19,1,.22,1);
  transition: all 1.35s cubic-bezier(.19,1,.22,1);
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
.portfolio-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.portfolio-item__info {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2*7px);
  height: calc(100% - 2*7px);
  background-color: rgba(38,37,37,.5);
}
.portfolio-item__header {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 0;
  font-size: 22px;
}
.portfolio-item__header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 100%;
  content: '';
  background-color: #8d909b;
}
.portfolio-item__links {
  display: flex;
}
.portfolio-item__link-block {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.portfolio-item__link-block:last-child {
  margin-right: 0;
}
.portfolio-item__link {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #101010;
  text-decoration: none;
  border: 1px solid #101010;
  border-radius: 50%;
}
.portfolio-item__link:hover {
  color: #fff;
  background-color: #101010;
}
.portfolio-item--eff3 .portfolio-item__info {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: .3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.portfolio-item--eff3 .portfolio-item__header {
  -webkit-transform: scale(.4);
  transform: scale(.4);
  opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__header:after {
  bottom: -20px;
  opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block {
  opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block:first-child {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.portfolio-item--eff3:hover .portfolio-item__info {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: .3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.portfolio-item--eff3:hover .portfolio-item__header {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: .45s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__header:after {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: .6s;
  bottom: 0;
  opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__link-block {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: .85s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hwaq-img-fg-box {
  position: relative;
}
.hwaq-img-fg-box .pic {
  position: relative;
  z-index: 1;
  transform-origin: 95% 50% 0;
  transition: all .5s ease 0s;
}
.hwaq-img-fg-box:hover .pic {
  transform: rotate(-160deg);
  z-index: 10;
}
.hwaq-img-fg-box .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.hwaq-img-fg-box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b9607e;
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10%,0,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10%,0,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%,-10%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%,10%,0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%,10%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
.Txtblur1 {
  animation-duration: 1.2s!important;
  animation: Txtblur cubic-bezier(.82,.01,.34,1);
}
.Txtblur2 {
  animation-duration: 1s!important;
  animation: Txtblur cubic-bezier(.82,.01,.34,1);
}
.scaleIn {
  animation-duration: .8s!important;
  animation: scaleIn cubic-bezier(.82,.01,.34,1);
}
@keyframes Txtblur {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scale_go {
  animation: scale_go 3s cubic-bezier(.34,.9,1,1);
  animation-duration: 3s!important;
}
@keyframes scale_go {
  from {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@media screen and (max-width:1000px) {
  .grid-box.two>.column {
    width: 50%;
  }
  .grid-box.three>.column {
    width: 33.33333%;
  }
  .grid-box.four>.column {
    width: 33.33333%;
  }
  .grid-box.five>.column {
    width: 33.33333%;
  }
}
@media screen and (max-width:700px) {
  .grid-box.two>.column {
    width: 50%;
  }
  .grid-box.three>.column {
    width: 50%;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
}
@media screen and (max-width:500px) {
  .grid-box.two>.column {
    width: 100%;
  }
  .grid-box.three>.column {
    width: 100%;
  }
  .grid-box.four>.column {
    width: 100%;
  }
  .grid-box.five>.column {
    width: 100%;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@font-face {
  font-family: 'jlsj';
  src: url('/fonts/ranyregular.eot');
  src: url('/fonts/ranyregular.eot') format('embedded-opentype'),url('/fonts/ranyregular.woff2') format('woff2'),url('/fonts/ranyregular.woff') format('woff'),url('/fonts/ranyregular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'jlsj';
  src: url('/fonts/ranymedium.eot');
  src: url('/fonts/ranymedium.eot') format('embedded-opentype'),url('/fonts/ranymedium.woff2') format('woff2'),url('/fonts/ranymedium.woff') format('woff'),url('/fonts/ranymedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'jlsj';
  src: url('/fonts/ranylight.eot');
  src: url('/fonts/ranylight.eot') format('embedded-opentype'),url('/fonts/ranylight.woff2') format('woff2'),url('/fonts/ranylight.woff') format('woff'),url('/fonts/ranylight.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'jlsj';
  src: url('/fonts/kronaone-regular.eot');
  src: url('/fonts/kronaone-regular.eot') format('embedded-opentype'),url('/fonts/kronaone-regular.woff2') format('woff2'),url('/fonts/kronaone-regular.woff') format('woff'),url('/fonts/kronaone-regular.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'jlsj';
  src: url('/fonts/greatvibes-regular.eot');
  src: url('/fonts/greatvibes-regular.eot') format('embedded-opentype'),url('/fonts/greatvibes-regular.woff2') format('woff2'),url('/fonts/greatvibes-regular.woff') format('woff'),url('/fonts/greatvibes-regular.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@media screen and (max-width:1000px) {
  .goodmaxbladehide,.gfdgdgd {
    display: none !important;
  }
}
body {
  font-family: 'jlsj';
  max-width: 1920px;
  font-weight: 400;
  --color: #cd9f00;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1590px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 0px solid rgba(255,255,255,.0);
}
#header .nav {
  line-height: 100px;
  height: 100px;
  background: rgba(0,0,0,.4);
  color: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu>li {
  margin: 0 35px;
  font-size: 20px;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu>li>a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu>li>a:hover{
  display: block;
  position: relative;
  color:var(--color);
}
/*#header .nav .ui.menu .menu-box ul.menu>li>a:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: 40%;
  left: 105%;
  opacity: 0;
}*/
#header .nav .ui.menu .menu-box ul.menu>li.active>a:after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1,0,0,-90deg);
  -webkit-transform: rotate3d(1,0,0,-90deg);
  -moz-transform: rotate3d(1,0,0,-90deg);
  -ms-transform: rotate3d(1,0,0,-90deg);
  -o-transform: rotate3d(1,0,0,-90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .5s;
  transition: opacity .3s,-webkit-transform .5s;
  -moz-transition: transform .5s,opacity .3s,-moz-transform .5s;
  transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s,-webkit-transform .5s,-moz-transform .5s;
  -webkit-transition: -webkit-transform .5s,opacity .3s;
  -moz-transition: -moz-transform .5s,opacity .3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.2);
  box-shadow: 0px 8px 10px rgba(0,0,0,.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  line-height: normal;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
  display: block;
  float: none;
  padding: 12px 15px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover>ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0,0,0,0);
  -webkit-transform: rotate3d(0,0,0,0);
  -moz-transform: rotate3d(0,0,0,0);
  -ms-transform: rotate3d(0,0,0,0);
  -o-transform: rotate3d(0,0,0,0);
  display: block \9;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .box .yuy {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .box .yuy span {
  display: block; font-size:24px;
}
#header .nav .ui.menu .box .yuy span img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box .yuy ul {
  position: absolute;
  width: 120px;
  background: #fff;
  top: 60%;
  right: 0;
  color: #000;
  line-height: normal;
  display: none;
}
#header .nav .ui.menu .box .yuy ul li {
  display: block;
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
  padding: 5px 8px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .yuy ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  max-width: 22px;
  margin-top: -.2em;
}
#header .nav .ui.menu .box .yuy ul li a:hover {
  background: var(--color);
  color: #fff;
}
#header .nav .ui.menu .box .yuy:hover ul {
  display: block;
}
#header .nav .ui.menu .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  width: 170px;
  border: 1px solid rgba(255,255,255,.7);
  position: relative;
  padding: 0 15px;
}
#header .nav .ui.menu .search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .search form input {
  border: none;
  background: 0 0;
  font-size: 16px;
  width: 100%;
}
#header .nav .ui.menu .search form input::-webkit-input-placeholder {
  color: rgba(255,255,255,.5);
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: rgba(255,255,255,.5);
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: rgba(255,255,255,.5);
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: rgba(255,255,255,.5);
}
#header .nav .ui.menu .search form input::placeholder {
  color: rgba(255,255,255,.5);
}
#header .nav .ui.menu .search form input[type=submit] {
  width: 22px;
  height: 22px;
  background: url("../images/icon-search.png") center left no-repeat;
  background-size: contain;
}
#header.inner .nav {
  background: 0 0;
}
#header.active .nav {
  background: rgba(0,0,0,.5);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: 0 0;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type=text] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type=submit] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type=submit]:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0,0,0,.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0,0,0,.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid #fff;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: #fff;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0,0,0,.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255,255,255,.2);
  -webkit-box-shadow: 0 0 10px rgba(255,255,255,.2);
  box-shadow: 0 0 10px rgba(255,255,255,.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: #fff;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 6px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li {
  padding-left: 15px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
}
#mobile .menu-content .mob-search form input[type=submit] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background: #fff;
}
#mobile.white .menu-content {
  background: #fff;
  color: #000;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: #000;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid #000;
}
#mobile.white .menu-content .mob-search form input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width:1000px) {
  #banner,.inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0,0,0,.3) !important;
}
#spotlight .scene img {
  border: 10px solid #fff !important;
  border-radius: 10px;
}
#spotlight .header {
  background: #000 !important;
}
a.more {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 52px;
  height: 2.77777778em;
  padding: 0 1.8em;
  background: var(--color);
  color: #fff;
  display: inline-block;
  border-radius: 1.38888889em;
  transition: .5s;
}
a.more:hover {
  background: #242424;
  color: #fff;
}
span.tag {
  font-weight: 100;
  font-size: 199px;
  color: var(--color);
  opacity: .2;
  display: block;
  line-height: 2;
}
span.h2 {
  font-size: 60px;
  font-weight: 700;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}
span.txt {
  font-size: 24px;
  letter-spacing: 6px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
  line-height: 2;
}
#banner li {
  position: relative;
  padding-bottom: 110px;
}
#banner li .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner li .content .box .left {
  padding-right: 10%;
  vertical-align: middle;
}
#banner li .content .box .left span.txt {
  letter-spacing: .5em;
  margin-left: .4em;
  color: #fff;
}
#banner li .content .box .left span.h2 {
  font-size: 78px;
  color: inherit;
}
#banner li .content .box .right {
  padding-left:10%;
  padding-right: 20px;
  padding-bottom: 64px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
#banner li .content .box .right .box2 {
  position: relative;
  background: var(--color);
  background-color:rgba(250,159,0,0.7);
  padding: 40px 5% 20px 5%;
  max-width:560px;
}
/*#banner li .content .box .right .box2:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #242424;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
}*/
#banner li .content .box .right .box2 i.icon {
  position: absolute;
  left: -12%;
  bottom: -42px;
}
#banner li .content .box .right .box2 span.h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.6;
  z-index: 3;
  position: relative;
}
#banner li .content .box .right .box2 .text {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 1.8em;
  max-width: 440px;
  z-index: 3;
  position: relative;
}
#banner li .content .box .right .box2 .img,#banner li .content .box .right .box2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
#banner li .content .box .right .box2 a.more {
  background: #fff;
  color: var(--color);
  transition: .5s;
}
#banner li .content .box .right .box2 a.more:hover {
  background: #242424;
}
.CA:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.btnDiv div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.btnDiv div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.btnDiv div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.btnDiv div:hover {
  background: var(--color);
  border-color: var(--color);
}
.btnDiv div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.DotsLi {
  text-align: center;
}
.DotsLi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.DotsLi ul li {
  margin: 0 7px;
}
.DotsLi ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.DotsLi ul li.slick-active button {
  border-color: #242424;
}
#index-body .init-1 {
  padding:30px 0px 65px 0;
}
#index-body .init-1 .left {
  vertical-align: middle;
  position: relative;
  padding-right: 5%; max-width:40%;
}
#index-body .init-1 .left span.h2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60px;
}
#index-body .init-1 .right {
  vertical-align: middle; width:60%
}
#index-body .init-1 .right .list ul li {
  font-size: 24px;
  font-weight: 700;
  color: #242424;
  line-height: 2;
  padding: .4em 0;
  border-bottom: 1px solid #ababab;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  float:left;
  width:31%; margin-right:2%;
} 
#index-body .init-1 .right .list ul li em {
  float: right;
  color: #ababab;
  font-weight: 400;
  font-size:16px;
  margin-top:5px;
}
#index-body .init-1 .right .list ul li span {
  position: relative;
}
/*#index-body .init-1 .right .list ul li span:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
  opacity: 0;
}*/
#index-body .init-1 .right .list ul li:hover,#index-body .init-1 .right .list ul li.active {
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-1 .right .list ul li.active span:after {
  opacity: 1;
}
#index-body .init-2 {
  padding: 100px 0;
  background: #e8e3e0;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
#index-body .init-2 .slide.active {
  z-index: 1;
  opacity: 1;
  position: static;
}
#index-body .init-2 .ui.container {
  max-width: 1510px;
}
#index-body .init-2 i.mask {
  content: '';
  width: 41%;
  height: 52.7%;
  position: absolute;
  z-index: -1;
  background: url("../images/init-2.jpg") center top no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
}
#index-body .init-2:before {
  content: '';
  width: 59%;
  height: 68.5%;
  background: #242424;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .init-2 span.txt {
  margin-bottom: .5em;
}
#index-body .init-2 span.h2 {
  font-size: 48px;
  color: #fff;
}
#index-body .init-2 .list ul li {
  width: 33.333%;
  background: #fff;
  border-right: 1px solid #ababab;
  padding-bottom: 20px;
  text-align: center;
}
#index-body .init-2 .list ul li a.img-box {
  display: block;
  padding: 20px;
}
#index-body .init-2 .list ul li a.img-box img {
  width: auto;
  max-width: 100%;
}
#index-body .init-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2;
  display: block;
  height: 4.2em;
  padding: 0 15px;
  overflow: hidden;
}
#index-body .init-2 .list ul li a.link {
  font-size: 18px;
  color: var(--color);
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid var(--color);
  position: relative;
  margin-top: .3em;
  transition: .5s;
}
#index-body .init-2 .list ul li a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
  transition: .5s;
}
a.link {
  transition: .5s;
}
#index-body .init-2 .list ul .slick-current+div li {
  border-right-color: transparent;
}
#index-body .init-2 .top {
  margin-top: 78px;
  width: 80%;
}
#index-body .init-2 .bottom {
  margin-top: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-2 .bottom .btn {
  width: 25%;
  margin-top: 9%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-2 .bottom .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  filter: brightness(0) inherit(1);
}
#index-body .init-2 .bottom .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-2 .bottom .btn div:hover {
  background: var(--color);
  border-color: var(--color);
}
#index-body .init-2 .bottom .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-2 .bottom .list {
  width: 80%;
  position: relative;
  left: 1.7%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-2 .bottom .list .slick-track {
  margin-left: 0;
}
#index-body .init-3 {
  padding: 160px 0 110px;
}
#index-body .init-3 .ui.container {
  max-width: 1510px;
}
#index-body .init-3 .left {
  padding-right: 9%;
}
#index-body .init-3 .left .text {
  margin-bottom: 2em;
}
#index-body .init-3 .right {
  padding-left: 9%;
  position: relative;
}
#index-body .init-3 .right .text {
  margin-top: 3.5em;
}
#index-body .init-3 .right a.link {
  font-size: 20px;
  display: inline-block;
  margin-top: 1em;
  border-bottom: 1px solid var(--color);
  position: relative;
  float: right;
  line-height: 1;
  color: var(--color);
}
#index-body .init-3 .right a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
#index-body .init-3 .right span.h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15%;
  font-size: 60px;
  line-height: 1;
}
#index-body .init-3 .right span.h2 strong {
  font-size: 120%;
}
#index-body .init-3 .right span.h2 .play {
  cursor: pointer;
  cursor: hand;
  filter: brightness(0);
  transition: .5s;
}
#index-body .init-3 .right span.h2 .play:hover {
  filter: brightness(1);
}
#index-body .init-3 .right span.h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.15em;
  margin-left: .1em;
}
#index-body .init-3 .right span.h2 em {
  margin-left: 2.1em;
  display: block;
}
@keyframes xz {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#index-body .init-3 .right span.h img,#index-body .init-4 .left span.h img {
  animation: xz 5s infinite linear;
}
#index-body .init-3 .right span.h {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  z-index: -1;
}
#index-body .init-3 .img {
  height: 680px;
  background-size: cover;
  background-position: center center;
  display: block;
}
#index-body .init-3 .text {
  font-size: 20px;
  color: #242424;
  line-height: 2;
}
#index-body .init-4 {
  padding: 100px 0;
}
#index-body .init-4 .ui.container {
  max-width: 1510px;
}
#index-body .init-4 .left {
  width: 59%;
  position: relative;
  vertical-align: bottom;
}
#index-body .init-4 .left .img {
  display: block;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
#index-body .init-4 .left span.h {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%,-50%) rotate(-90deg);
  -moz-transform: translate(-50%,-50%) rotate(-90deg);
  -ms-transform: translate(-50%,-50%) rotate(-90deg);
  transform: translate(-50%,-50%) rotate(-90deg);
  z-index: -1;
}
#index-body .init-4 .right {
  width: 41%;
  padding-left: 3%;
  vertical-align: bottom;
}
#index-body .init-4 .right p{
font-size:16px;
}
#index-body .init-4 .right .options {
  font-size: 24px;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  padding-top: 30px;
}
#index-body .init-4 .right .options span {
  margin: 0 8px;
  padding: 0 25px;
  line-height: 1;
  padding-bottom: .8em;
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer;
  cursor: hand;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right .options span:after {
  content: '';
  border-bottom: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 -2px 0 var(--color));
  filter: drop-shadow(0 -2px 0 var(--color));
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right .options span.active {
  border-color: var(--color);
  color: var(--color);
}
#index-body .init-4 .right .options span.active:after {
  opacity: 1;
}
#index-body .init-4 .right .ret {
  margin-top: 45px;
}
#index-body .init-4 .right .ret .slide .box2 .img {
  width: 30%;
  vertical-align: middle;
}
#index-body .init-4 .right .ret .slide .box2 .img span {
  height: 180px;
  display: block;
  background-size: cover;
  background-position: center center;
}
#index-body .init-4 .right .ret .slide .box2 .text {
  padding: 0 20px;
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  vertical-align: middle;
  width: 70%;
}
#index-body .init-5 {
  padding: 70px 0 100px;
  background: url("../images/init-5-bg.jpg") center center;
  background-size: cover;
  color: #fff;
}
#index-body .init-5 span.txt {
  color: var(--color);
  letter-spacing: 1.5em;
  font-size: 18px;
  text-align: center;
}
#index-body .init-5 .list {
  margin-top: 90px;
}
#index-body .init-5 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-5 .list ul li {
  width: auto;
  text-align: center;
}
#index-body .init-5 .list ul li span.h6 {
  font-weight: 700;
  font-size: 60px;
  display: block;
}
#index-body .init-5 .list ul li span.h6 i {
  font-size: .7em;
  font-weight: 400;
}
#index-body .init-5 .list ul li span.h6 sup {
  font-size: .4em;
  vertical-align: middle;
  position: relative;
  top: -.2em;
}
#index-body .init-5 .list ul li p {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .3em;
  margin-top: .3em;
}
#index-body .init-6 {
  padding: 100px 0 60px;
  background: url("../images/init-6-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
#index-body .init-6 .top .left {
  vertical-align: middle;
}
#index-body .init-6 .top .left .img {
  margin-right: -7%;
}
#index-body .init-6 .top .right {
  vertical-align: middle;
  padding-left: 4%;
}
#index-body .init-6 .top .right .slide {
  margin-top: 60px;
}
#index-body .init-6 .top .right .slide:first-child {
  margin-top: 0;
}
#index-body .init-6 .top .right span.h4 {
  font-weight: 700;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
#index-body .init-6 .top .right .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-6 .top .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-right: .5em;
}
#index-body .init-6 .top .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .top .right .color span em {
  margin-right: 2em;
}
#index-body .init-6 .top .right .color span:hover,#index-body .init-6 .top .right .color span.active {
  background: #fff;
}
#index-body .init-6 .top .right .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-6 .top .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-6 .top .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .top .right .select span.active i,#index-body .init-6 .top .right .select span:hover i {
  background-color: #fff;
}
#index-body .init-6 .bottom {
  margin-top: 210px;
  max-width: 60%;
}
#index-body .init-6 .bottom span.txt {
  letter-spacing: 6px;
  margin-bottom: .8em;
}
#index-body .init-6 .bottom .text {
  margin: 1.5em 0 2.5em;
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  max-width: 72%;
}
#index-body .init-6 p.tip {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #242424;
  margin-top: 3em;
  padding-left: 15%;
}
#index-body .init-6 p.tip em {
  color: var(--color);
}
#index-body .init-7 {
  padding: 75px 0 50px;
  text-align: center;
}
#index-body .init-7 .ui.container {
  width: auto;
  max-width: 1760px;
}
#index-body .init-7 .list {
  margin-top: 60px;
}
#index-body .init-7 .list ul {
  margin: 0 -50px;
}
#index-body .init-7 .list ul li {
  padding: 0 50px;
}
#index-body .init-7 .list ul li img {
  display: block;
  margin: 0 auto;
}
#footer .footer-top {
  padding: 80px 0 60px;
  border-top: 1px solid #bfbfbf;
}
#footer .footer-top .box {
  margin: -10px;
}
#footer .footer-top .box .slide {
  padding: 10px;
}
#footer .footer-top .box .slide span.h6 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1.5em;
}
#footer .footer-top .box .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
}
#footer .footer-top .box .slide .nav ul li a {
  transition: .5s;
}
#footer .footer-top .box .slide .nav ul li a:hover {
  color: var(--color);
}
#footer .footer-top .box .slide .nav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .slide .nav ul li ul {
  display: none !important;
}


#footer .footer-top .box .slide .nav-p ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em; float:left; min-width:160px;
}
#footer .footer-top .box .slide .nav-p ul li a {
  transition: .5s;
}
#footer .footer-top .box .slide .nav-p ul li a:hover {
  color: var(--color);
}
#footer .footer-top .box .slide .nav-p ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .slide .newsList {
  max-width: 300px;
}
#footer .footer-top .box .slide .newsList ul {
  margin: -30px 0;
}
#footer .footer-top .box .slide .newsList ul li {
  padding: 25px 0;
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  border-bottom: 1px solid #bfbfbf;
}
#footer .footer-top .box .slide .newsList ul li:last-child {
  border-bottom: none;
}
#footer .footer-top .box .slide .newsList ul li time {
  font-size: .88888889em;
  display: block;
  color: var(--color);
  margin-top: .5em;
}
#footer .footer-top .box .slide .form {
  max-width: 100%; 
}
#footer .footer-top .box .slide .form ul {
  margin: -15px;
}
#footer .footer-top .box .slide .form ul li {
  padding: 15px;
}
#footer .footer-top .box .slide .form ul li input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  font-size: 18px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
  padding: .5em 0;
}
#footer .footer-top .box .slide .form ul li input::-webkit-input-placeholder {
  color: #8e8e8e;
}
#footer .footer-top .box .slide .form ul li input:-moz-placeholder {
  color: #8e8e8e;
}
#footer .footer-top .box .slide .form ul li input::-moz-placeholder {
  color: #8e8e8e;
}
#footer .footer-top .box .slide .form ul li input:-ms-input-placeholder {
  color: #8e8e8e;
}
#footer .footer-top .box .slide .form ul li input::placeholder {
  color: #8e8e8e;
}
#footer .footer-top .box .slide .form ul li input:focus {
  border-color: var(--color);
}
#footer .footer-top .box .slide .form ul li input[type=submit] {
  border: 1px solid #bfbfbf;
  font-size: 18px;
  color: #242424;
  text-transform: uppercase;
  margin-top: 5px;
  max-width: 148px;
}
#footer .footer-top .box .slide .form ul li input[type=submit]:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
#footer .footer-top .box .slide .info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin-bottom: 1em;
}
#footer .footer-top .box .slide .info ul li i {
  margin-top: 6px;
  margin-right: .5em;
  width: 1.33333333em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.2em;
}
#footer .footer-top .box .slide .info ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .slide:nth-child(1) {
  width: 15%;
}
#footer .footer-top .box .slide:nth-child(2) {
  width: 26%;
}
#footer .footer-top .box .slide:nth-child(3) {
  width: 28%;
}
#footer .footer-top .box .slide:nth-child(4) {
  width: 30%;
  padding-left: 6%;
}
#footer .footer-bottom {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: .5em 0;
  background-color: var(--color);
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom svg {
  max-height: 28px;
  display: inline-block;
  vertical-align: sub;
  width: auto;
  fill: #fff;
}
.inner-banner {
  background-size: cover;
  background-position: center center;
  padding-top: 280px;
  padding-bottom: 170px;
}
.inner-banner .box .left {
  vertical-align: bottom;
  padding-right: 10%;
}
.inner-banner .box .left span.h2 {
  color: var(--color);
}
.inner-banner .box .right {
  vertical-align: bottom;
}
.inner-banner .box .right .mbx {
  text-align: right;
  font-size: 20px;
  color: #fff;
  margin-bottom: 1.5em;
  line-height: 2;
}
.inner-page span.txt {
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.inner-page .marginBox {
  margin-top: -170px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 5.5%;
  width: 100%;
}
.inner-page .marginBox:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  background: inherit;
}
.inner-page .marginTop {
  width: 112%;
}
.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,.inner-page .m-page span,.inner-page .m-page .next,.inner-page .m-page .prev {
  margin: 0 15px;
  font-size: 20px;
  color: #242424;
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page .next,.inner-page .m-page .prev {
  font-size: 35px;
  color: #666;
}
.inner-page .m-page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
  border-bottom-color: #242424;
}
.inner-page .m-page .prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.inner-page .m-page .next,.inner-page .m-page .prev {
  border-color: #bfbfbf;
  cursor: pointer;
  cursor: hand;
}
.inner-page .m-page .next img,.inner-page .m-page .prev img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page .next:hover,.inner-page .m-page .prev:hover {
  background-color: var(--color);
}
.inner-page .m-page .next:hover img,.inner-page .m-page .prev:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page #productList ul li {
  text-align: center;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
}
.inner-page #productList ul.prolist li {
  margin-left: -1px;
  margin-top: -1px;
}
.inner-page #productList ul.prolist li:hover {
  border: 1px solid var(--color);
}
.inner-page #productList ul.relatedlist li {
  padding-right: 1px;
  border: none;
}
.inner-page #productList ul.relatedlist li .box1 {
  border: 1px solid #bfbfbf;
  margin-right: -2px;
}
.inner-page #productList ul li:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}
.inner-page #productList ul li a.img-box {
  display: block;
  padding: 50px 5% 0;
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-weight: 700;
  margin: auto;
  margin-top: 20px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul.slick-slider li span.h6 {
  height: 6em;
  overflow: auto;
}
.inner-page #productList ul li a.link {
  font-size: 18px;
  color: #fff;
  height: 2.44444444em;
  text-align: center;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page #productList ul li a.link em:after {
  border-color: #fff;
  top: 0;
  border-width: 3px;
}
.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #eee;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type=submit] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.2;
  color: #8e8e8e;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  width: 34%;
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.4;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  padding: 2em;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.inner-page .form ul li input::-webkit-input-placeholder,.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder,.inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder,.inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder,.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type=submit] {
  border: none;
  background: var(--color);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type=submit]:hover {
  background: #242424;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.seoBox span.txt {
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.seoBox span.h3 {
  font-weight: 700;
  font-size: 42px;
  color: #242424;
  line-height: 1.4;
}
.seoBox .seoAbout .left {
  width: 45%;
  padding-right: 3%;
}
.seoBox .seoAbout .right {
  width: 55%;
}
.seoBox .seoAbout .right .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  max-height: 325px;
  overflow: auto;
}
.seoBox .seoHonor {
  padding: 65px 0 100px;
}
.seoBox .seoHonor .list ul {
  margin: -15px;
}
.seoBox .seoHonor .list ul li {
  padding: 15px;
}
.seoBox .seoHonor .list ul li a {
  display: block;
  position: relative;
}
.seoBox .seoHonor .list ul li a img {
  display: block;
  width: 100%;
}
.seoBox .seoHonor .list ul li a span {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoHonor .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.seoBox .seoHonor .list ul li a:hover span {
  opacity: 1;
}
.seoBox .seoNews {
  padding-bottom: 80px;
}
.seoBox .seoNews .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.seoBox .seoNews .top .btn {
  margin-right: -12px;
}
.seoBox .seoNews .top .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoNews .top .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoNews .top .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.seoBox .seoNews .top .btn div:hover {
  background: var(--color);
  border-color: var(--color);
}
.seoBox .seoNews .top .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.seoBox .seoNews .bottom {
  margin-top: 50px;
}
.seoBox .seoNews .bottom .list ul {
  margin: -18px;
}
.seoBox .seoNews .bottom .list ul li {
  padding: 18px;
}
.seoBox .seoNews .bottom .list ul li .box {
  padding: 22px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seoNews .bottom .list ul li .box a.img-box {
  display: block;
}
.seoBox .seoNews .bottom .list ul li .box a.img-box span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color);
  line-height: 2em;
  height: 2em;
  padding: 0 1.2em;
  border-radius: 1em;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 1em;
}
.seoBox .seoNews .bottom .list ul li .box time {
  font-size: 16px;
  display: block;
  color: #8e8e8e;
  line-height: 2;
  margin: 1.3em 0;
}
.seoBox .seoNews .bottom .list ul li .box span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 400px;
  display: inline-block;
  max-width: 100%;
}
.seoBox .seoNews .bottom .list ul li .box span.h6:hover {
  color: var(--color);
}
.seoBox .seoNews .bottom .list ul li .box a.link {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
  position: relative;
}
.seoBox .seoNews .bottom .list ul li .box a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.seoBox .seoNews .bottom .list ul li .box:hover {
  border-color: var(--color);
}
.product-cat-page {
  padding-bottom: 95px;
}
.product-cat-page .marginBox {
  display: inline-block;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.product-cat-page .slide {
  margin-top: 90px;
}
.product-cat-page .slide .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.product-cat-page .slide .left span.tag {
  line-height: 1;
  display: block;
}
.product-cat-page .slide .left span.h2 {
  margin-top: -2.2em;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.product-cat-page .slide .left .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding-right: 1em;
  max-height: 320px;
  overflow: auto;
  margin: 1em 0 3em;
}
.product-cat-page .slide .left a.more {
  background: #242424;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .slide .left a.more:hover {
  background: var(--color);
}
.product-cat-page .slide .right {
  vertical-align: middle;
  padding-left: 3%;
  position: relative;
}
.product-cat-page .slide .right a.img {
  display: block;
  height: 800px;
  background-size: cover;
  background-position: center center;
}
.product-cat-page .slide:nth-child(even) .left {
  padding-right: 0;
  padding-left: 3%;
  left: 50%;
}
.product-cat-page .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 3%;
}
.product-page .marginBox {
  padding: 0 !important;
}
.product-page .marginTop {
  padding: 30px 7% 20px 3.5%;
  background: #e8e3e0;
}
.product-page .marginTop .left {
  width: 45%;
  vertical-align: middle;
}
.product-page .product-1 .left {
  width: 22%;
  vertical-align: top; border:0px solid #F60;
}
.product-page .product-1 .right {
  width: 75%;
  vertical-align: middle; border:0px solid #F60;
  padding-left:3%;
}
.product-page .marginTop .left .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.product-page .marginTop .right {
  width: 55%;
  vertical-align: middle;
  padding-left: 2%;
}
.product-page .product-1 {
  padding: 60px 0 100px;
}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px; 
}
.product-page .prodet-1 .left {
  width: 30%;
  vertical-align: middle; border:1px solid #f60;
}
.prodet-page .prodet-1 .left {
  width: 30%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #bfbfbf;
  width: 100%;
}
.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79.5%;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
}
.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 70%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
}
.prodet-page .prodet-1 .right .text {
  font-size: 20px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 1.6;
  margin: 1.8em 0 2.2em;
  overflow: auto;
  max-height: 13em;
}
.prodet-page .prodet-1 .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bfbfbf;
}
.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right a.more {
  margin-top: 3em;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 20px;
  font-weight: 700;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page .prodet-2 .options span.active {
  background-color: #fff;
  border-bottom-color: transparent;
}
.prodet-page .prodet-2 .ret {
  margin-top: 60px;
  font-size: 20px;
  color: #242424;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: #fff;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid #fff;
  text-align: center;
  padding: .5em;
}
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
  border-right: 1px solid #bfbfbf;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.manufacturing-page .marginBox {
  padding: 0 !important;
}
.manufacturing-page .marginTop .list ul li img {
  display: block;
  width: 100%;
}
.manufacturing-page .marginTop .list ul .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
  width: 100%;
}
.manufacturing-page .marginTop .list ul .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: rgba(255,255,255,.5);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .marginTop .list ul .slick-dots li button {
  display: none;
}
.manufacturing-page .marginTop .list ul .slick-dots li.slick-active {
  background-color: #fff;
}
.manufacturing-page .manufacturing-1 {
  padding: 90px 0 70px;
}
.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .left .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0 2em;
}
.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: 700;
  font-size: 60px;
  color: var(--color);
  display: block;
  line-height: 2;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: .78333333em;
  font-weight: 400;
  vertical-align: baseline;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: .46666667em;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 24px;
  color: #242424;
  margin-top: .3em;
}
.manufacturing-page .manufacturing-2 {
  padding-bottom: 90px;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px;
}
.manufacturing-page .manufacturing-2 .list ul li a {
  display: block;
}
.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: .5em;
  text-align: center;
  background-color: #242424;
  color: #fff;
}
.manufacturing-page .manufacturing-3 {
  padding: 95px 0 105px;
  background: url("../images/manufacturing-3-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-3 .box {
  margin-left: 45%;
}
.manufacturing-page .manufacturing-3 .box .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  padding-right: 1em;
  max-height: 11.2em;
  margin-top: 1.3em;
  overflow: auto;
}
.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center;
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px;
}
.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 .8em;
  display: block;
  line-height: 1.2;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.manufacturing-page .manufacturing-5 {
  padding: 130px 0 110px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0;
}
.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url("../images/manufacturing-6-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%;
}
.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px;
}
.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0;
}
.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: 700;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
.manufacturing-page .manufacturing-6 .right .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-right: .5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em;
}
.manufacturing-page .manufacturing-6 .right .color span:hover,.manufacturing-page .manufacturing-6 .right .color span.active {
  background: #fff;
}
.manufacturing-page .manufacturing-6 .right .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  cursor: hand;
}
.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-6 .right .select span.active i,.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: #fff;
}
.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-7 {
  padding: 100px 0;
  text-align: center;
}
.manufacturing-page .manufacturing-7 .text {
  max-width: 810px;
  display: block;
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em auto 2em;
}
.advantage-page .marginBox {
  padding: 0 !important;
}
.advantage-page .advantage-1 {
  padding-top: 90px;
}
.advantage-page .advantage-1 .left {
  width: 45%;
  padding-right: 5%;
}
.advantage-page .advantage-1 .left span.h1 {
  font-weight: 700;
  font-size: 217px;
  color: var(--color);
  line-height: 1;
  display: block;
  margin-left: -.08em;
}
.advantage-page .advantage-1 .left span.h5 {
  font-size: 30px;
  font-weight: 700;
  color: #242424;
  line-height: 2;
  max-width: 390px;
  display: block;
}
.advantage-page .advantage-1 .right {
  width: 55%;
}
.advantage-page .advantage-1 .right .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin-bottom: 2.5em;
}
.advantage-page .advantage-1 .right a.more {
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.advantage-page .advantage-1 .right a.more:hover {
  background-color: var(--color);
}
.advantage-page .advantage-2 {
  padding: 115px 0 100px;
}
.advantage-page .advantage-2 .list ul {
  margin: 0 -20px;
}
.advantage-page .advantage-2 .list ul li {
  padding: 0 20px;
}
.advantage-page .advantage-2 .list ul li img {
  display: block;
  margin: 0 auto;
}
.advantage-page .advantage-3 .left {
  vertical-align: middle;
  width: 45%;
  padding-right: 5%;
}
.advantage-page .advantage-3 .left .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  margin-top: 1.6em;
}
.advantage-page .advantage-3 .right {
  width: 55%;
  vertical-align: middle;
}
.advantage-page .advantage-3 .right .img {
  height: 470px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advantage-page .advantage-4 {
  padding-top: 130px;
  text-align: center;
}
.advantage-page .advantage-4 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  max-width: 1060px;
  margin: 1em auto 2.2em;
}
.advantage-page .advantage-4 .list ul {
  margin: -8px;
}
.advantage-page .advantage-4 .list ul li {
  padding: 8px;
}
.advantage-page .advantage-4 .list ul li img {
  display: block;
  width: 100%;
}
.advantage-page .advantage-5 {
  padding: 85px 0 100px;
}
.advantage-page .advantage-5 .list ul {
  margin: 0 -20px;
}
.advantage-page .advantage-5 .list ul li {
  padding: 0 20px;
}
.advantage-page .advantage-5 .list ul li img {
  display: block;
  margin: 0 auto;
}
.advantage-page .advantage-6 {
  padding-bottom: 80px;
  text-align: center;
}
.advantage-page .advantage-6 .list {
  margin: 60px 0 30px;
}
.advantage-page .advantage-6 .list ul li {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
  width: 100% !important;
}
.advantage-page .advantage-6 .list ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.advantage-page .advantage-6 .list ul li .box .left {
  width: 25%;
  padding-right: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage-page .advantage-6 .list ul li .box .left .img {
  width: 105px;
  height: 105px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  margin-right: 25px;
}
.advantage-page .advantage-6 .list ul li .box .left .content span.h6 {
  font-weight: 700;
  font-size: 18px;
  color: #242424;
  display: block;
  line-height: 1.2;
}
.advantage-page .advantage-6 .list ul li .box .left .content span.em {
  font-size: 20px;
  color: var(--color);
  margin-top: .3em;
  display: block;
  line-height: 1.2;
}
.advantage-page .advantage-6 .list ul li .box .right {
  width: 75%;
}
.advantage-page .advantage-6 .list ul li .box .right .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.advantage-page .advantage-6 .dots {
  text-align: center;
}
.advantage-page .advantage-6 .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage-page .advantage-6 .dots ul li {
  margin: 0 7px;
}
.advantage-page .advantage-6 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.advantage-page .advantage-6 .dots ul li.slick-active button {
  border-color: #242424;
}
.about-page .marginBox {
  padding: 0 !important;
}
.about-page .marginBox .marginTop {
  position: relative;
}
.about-page .marginBox .marginTop .play {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 100%;
  z-index: 1;
  border: 1px solid #fff;
  cursor: pointer;
  cursor: hand;
}
.about-page .marginBox .marginTop .play i {
  border-left: 20px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.about-page .marginBox .marginTop .play:after,.about-page .marginBox .marginTop .play:before {
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0 solid rgba(255,255,255,.5);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation: bks 2s linear infinite;
  -moz-animation: bks 2s linear infinite;
  animation: bks 2s linear infinite;
}
.about-page .marginBox .marginTop .play:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 {
  padding: 80px 0;
  text-align:left;
}
.about-page .about-1 .ui.container {
  max-width: 1230px;
}
.about-page .about-1 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 1.8;
  margin: 1em 0 1.5em;
/*  max-height: 280px;*/
  padding-right: 20px;
/*  overflow-y: scroll;*/
  margin-bottom: 30px;
}
.about-page .about-1 .text p{
  margin-bottom:20px;
}
.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}
.about-page .about-2 {
  padding-bottom: 120px;
}
.about-page .about-2 .ui.container {
  max-width: 1410px;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
}
.about-page .about-2 .list ul li .box {
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.08);
  box-shadow: 0 5px 20px rgba(0,0,0,.08);
}
.about-page .about-2 .list ul li .box a.img {
  display: block;
}
.about-page .about-2 .list ul li .box a.img img {
  width: 100%;
}
.about-page .about-2 .list ul li .box .content {
  padding: 25px;
}
.about-page .about-2 .list ul li .box .content span.h3 {
  font-weight: 700;
  font-size: 26px;
  color: #242424;
  line-height: 2;
}
.about-page .about-2 .list ul li .box .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin-top: .5em;
  min-height: 4.2em;
}
.about-page .about-3 {
  padding-bottom: 135px;
  text-align: center;
  position: relative;
}
.about-page .about-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 32%;
  background: url("../images/about-3-bg.jpg") center top no-repeat;
  background-size: cover;
  z-index: -1;
}
.about-page .about-3 .ui.container {
  max-width: 1410px;
}
.about-page .about-3 .options {
  margin-top: 70px;
}
.about-page .about-3 .options ul {
  margin: -10px;
}
.about-page .about-3 .options ul li {
  padding: 10px;
}
.about-page .about-3 .options ul li span {
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  text-align: left;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .options ul .slick-current li span {
  border-bottom-color: var(--color);
  color: var(--color);
}
.about-page .about-3 .ret {
  margin-top: 80px;
  padding: 0 5%;
}
.about-page .about-3 .ret ul {
  margin: -5px;
}
.about-page .about-3 .ret ul li {
  padding: 5px;
}
.about-page .about-3 .ret .left {
  vertical-align: middle;
}
.about-page .about-3 .ret .left .img {
  height: 335px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-3 .ret .right {
  vertical-align: middle;
  padding-left: 4%;
  text-align: left;
}
.about-page .about-3 .ret .right span.txt {
  font-size: 26px;
  font-weight: 700;
  text-transform: unset;
}
.about-page .about-3 .ret .right span.h3 {
  font-weight: 700;
  font-size: 26px;
  color: #242424;
  margin-bottom: 1.5em;
  display: block;
  line-height: 2;
}
.about-page .about-3 .ret .right .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .ret .right .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .ret .right .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .ret .right .btn div:hover {
  background: var(--color);
  border-color: var(--color);
}
.about-page .about-3 .ret .right .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.about-page .about-4 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-4 .list ul li a {
  display: block;
  position: relative;
}
.about-page .about-4 .list ul li a img {
  width: 100%;
}
.about-page .about-4 .list ul li a span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li a:hover span {
  opacity: 1;
}
.about-page .about-4 .list ul .slick-slide {
  -webkit-transform: scale(.7862069);
  -moz-transform: scale(.7862069);
  -ms-transform: scale(.7862069);
  transform: scale(.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-active {
  -webkit-transform: scale(.87931034);
  -moz-transform: scale(.87931034);
  -ms-transform: scale(.87931034);
  transform: scale(.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.about-page .about-4 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.about-page .about-4 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-4 .list ul .slick-active.slick-current+div {
  -webkit-transform: scale(.87931034);
  -moz-transform: scale(.87931034);
  -ms-transform: scale(.87931034);
  transform: scale(.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active.slick-current+div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.about-page .about-4 .list ul .slick-active.slick-current+div+div {
  -webkit-transform: scale(.7862069);
  -moz-transform: scale(.7862069);
  -ms-transform: scale(.7862069);
  transform: scale(.7862069);
}
.about-page .about-4 .list ul .slick-active.slick-current+div+div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.about-page .about-5 {
  padding: 130px 0 90px;
  text-align: center;
}
.about-page .about-5 .options {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.about-page .about-5 .options span {
  font-size: 20px;
  font-weight: 700;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .options span i {
  color: #bfbfbf;
}
.about-page .about-5 .options span.active {
  background-color: #fff;
  border-bottom-color: transparent;
}
.about-page .about-5 .ret {
  margin-top: 55px;
  position: relative;
}
.about-page .about-5 .ret .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.about-page .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about-5 .ret ul {
  margin: -8px;
}
.about-page .about-5 .ret ul li {
  padding: 8px;
}
.about-page .about-5 .ret ul li img {
  width: 100%;
}
@-webkit-keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
@-moz-keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
@keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
.sustainablity-page .marginBox {
  padding: 0 !important;
}
.sustainablity-page .sustainablity-1 {
  padding: 100px 0 120px;
}
.sustainablity-page .sustainablity-1 .left {
  width: 55%;
  vertical-align: middle;
}
.sustainablity-page .sustainablity-1 .left .list ul {
  margin: -12px;
}
.sustainablity-page .sustainablity-1 .left .list ul li {
  padding: 12px;
}
.sustainablity-page .sustainablity-1 .right {
  width: 45%;
  padding-left: 3%;
  vertical-align: middle;
}
.sustainablity-page .sustainablity-1 .right span.h3 {
  font-weight: 700;
  font-size: 36px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .5em;
}
.sustainablity-page .sustainablity-1 .right .slide {
  margin-top: 40px;
}
.sustainablity-page .sustainablity-1 .right .slide span.h5 {
  font-weight: 700;
  font-size: 30px;
  color: var(--color);
  margin-bottom: .5em;
  display: block;
}
.sustainablity-page .sustainablity-1 .right .slide .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.sustainablity-page .sustainablity-2 {
  text-align: center;
}
.sustainablity-page .sustainablity-2 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
  max-width: 1250px;
  display: block;
  margin: 1.5em auto 2em;
}
.sustainablity-page .sustainablity-2 .list ul {
  margin: -23px;
}
.sustainablity-page .sustainablity-2 .list ul li {
  padding: 23px;
}
.sustainablity-page .sustainablity-2 .list ul li a {
  display: block;
}
.sustainablity-page .sustainablity-2 .list ul li a img {
  display: block;
  width: 100%;
}
.sustainablity-page .sustainablity-2 .list ul li a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: .5em;
  text-align: center;
  background-color: #242424;
  color: #fff;
}
.sustainablity-page .sustainablity-3 {
  padding: 140px 0 90px;
  text-align: center;
}
.sustainablity-page .sustainablity-3 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.sustainablity-page .sustainablity-3 .list ul .slick-list {
  overflow: unset;
}
.sustainablity-page .sustainablity-3 .list ul li a {
  display: block;
  position: relative;
}
.sustainablity-page .sustainablity-3 .list ul li a img {
  width: 100%;
}
.sustainablity-page .sustainablity-3 .list ul li a span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.sustainablity-page .sustainablity-3 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sustainablity-page .sustainablity-3 .list ul li a:hover span {
  opacity: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-slide {
  -webkit-transform: scale(.7862069);
  -moz-transform: scale(.7862069);
  -ms-transform: scale(.7862069);
  transform: scale(.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.sustainablity-page .sustainablity-3 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active {
  -webkit-transform: scale(.87931034);
  -moz-transform: scale(.87931034);
  -ms-transform: scale(.87931034);
  transform: scale(.87931034);
  z-index: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current+div {
  -webkit-transform: scale(.87931034);
  -moz-transform: scale(.87931034);
  -ms-transform: scale(.87931034);
  transform: scale(.87931034);
  z-index: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current+div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current+div+div {
  -webkit-transform: scale(.7862069);
  -moz-transform: scale(.7862069);
  -ms-transform: scale(.7862069);
  transform: scale(.7862069);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current+div+div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.testimonials-page .marginBox {
  padding: 10px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top:20px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: 700;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: #fff;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 100px 0 70px;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.news-page .marginBox {
  padding: 90px 6% 70px;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 50px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding:50px 6%;
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding: 1.5em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .sideBarLeft .content p{
margin-bottom:18px;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.service-page .marginBox {
  padding: 110px 6%;
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 5%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-weight: 700;
  font-size: 30px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li.active,.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-2 {
  padding: 60px 0 110px;
}
.service-page .service-2 .list {
  margin-top: 50px;
}
.service-page .service-2 .list ul {
  margin: 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .list ul li {
  padding: 0 40px;
}
.service-page .service-2 .list ul li .box {
  height: 100%;
  padding: 30px 10% 20px;
  background: #f6f1ea;
}
.service-page .service-2 .list ul li .box i {
  display: block;
  height: 60px;
}
.service-page .service-2 .list ul li .box span.h6 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #242424;
  margin: .5em 0;
}
.service-page .service-2 .list ul li .box .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 1.6;
}
.service-page .service-3 .form {
  margin-top: 40px;
}
.service-page .service-4 {
  padding-top: 120px;
}
.service-page .service-4 .left {
  width: 47%;
  vertical-align: middle;
}
.service-page .service-4 .left .img {
  height: 370px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-4 .right {
  width: 53%;
  padding-left: 2%;
  vertical-align: middle;
}
.service-page .service-4 .right .list ul {
  margin: -25px;
}
.service-page .service-4 .right .list ul li {
  padding: 25px;
}
.service-page .service-4 .right .list ul li span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.service-page .service-4 .right .list ul li .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 1.6;
}
.service-page .service-4 .right .list ul li.wid-100 {
  width: 100%;
}
.download-page .ret .list ul li em {
  font-size: 18px;
  color: #bb8c4b;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid var(--color);
  margin-top: 1.2em;
  display: inline-block;
}
.download-page .ret .list ul li em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.download-page .ret .list ul li em:after {
  border-width: 2px;
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #f6f1ea;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: 700;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  padding-left: 20px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  -moz-transform: translate(-50%,-50%) rotate(90deg);
  -ms-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: #fff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%,-50%) rotate(0);
  -moz-transform: translate(-50%,-50%) rotate(0);
  -ms-transform: translate(-50%,-50%) rotate(0);
  transform: translate(-50%,-50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .marginBox {
  padding-top: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 4em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 1.6;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li {
    margin: 0 15px;
    font-size: 18px;
  }
  #header .nav {
    line-height: 80px;
    height: 80px;
  }
  span.txt {
    font-size: 20px;
  }
  #banner li .content .box .left span.h2 {
    font-size: 66px;
  }
  #banner li .content .box .right .box2 i.icon {
    max-width: 120px;
    bottom: -35px;
  }
  #banner li .content .box .right .box2 span.h3 {
    font-size: 28px;
  }
  #banner li .content .box .right .box2 .text {
    font-size: 16px;
  }
  #banner li .content .box .right .box2 .img img {
    max-height: 300px;
  }
  a.more {
    font-size: 16px;
  }
  #banner li .content .box .right .box2 {
    padding: 30px 5% 30px 10%;
  }
  #banner li {
    padding-bottom: 80px;
  }
  span.tag {
    font-size: 140px;
  }
  span.h2,#index-body .init-5 .list ul li span.h6,.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }
  #index-body .init-1 .right .list ul li {
    font-size: 20px;
  }
  #index-body .init-2 {
    padding: 60px 0;
  }
  #index-body .init-2 .top,#index-body .init-2 .bottom {
    margin-top: 40px;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 20px;
  }
  #index-body .init-2 .list ul li a.link,#index-body .init-3 .right a.link {
    font-size: 16px;
  }
  #index-body .init-2 .list ul li a.link:after,#index-body .init-3 .right a.link:after {
    border-width: 2px;
  }
  #index-body .init-2 .bottom .list,#index-body .init-2 .top {
    left: 0;
    width: 75%;
  }
  #index-body .init-2 .list ul li a.img-box {
    padding: 30px;
  }
  #index-body .init-3 .text,#index-body .init-4 .right .ret .slide .box2 .text,#index-body .init-6 .bottom .text,.about-page .about-1 .text,.contact-page .contact-1 .list ul li .box span.h6,.contact-page .contact-1 .list ul li .box p,.manufacturing-page .manufacturing-1 .left .text,.manufacturing-page .manufacturing-3 .box .text,.manufacturing-page .manufacturing-7 .text,.service-page .service-2 .list ul li .box .text,.service-page .service-4 .right .list ul li .text,.sustainablity-page .sustainablity-1 .right .slide .text,.sustainablity-page .sustainablity-2 .text,.advantage-page .advantage-1 .right .text,.advantage-page .advantage-3 .left .text,.advantage-page .advantage-4 .text,.advantage-page .advantage-6 .list ul li .box .right .text,.contact-page .contact-1 .text {
    font-size: 18px;
  }
  #index-body .init-3 .right span.h,#index-body .init-4 .left span.h {
    max-width: 180px;
  }
  #index-body .init-3 .left {
    padding-right: 5%;
  }
  #index-body .init-3 .right {
    padding-left: 5%;
  }
  #index-body .init-3 .right span.h2 strong {
    font-size: 90%;
  }
  #index-body .init-3 .right span.h2 .play {
    max-width: 32px;
  }
  #index-body .init-3 {
    padding: 150px 0 70px;
  }
  #index-body .init-4 .right .options {
    font-size: 18px;
  }
  #index-body .init-4 .right .options span {
    padding: 0 10px .8em;
  }
  #index-body .init-4 .right .options {
    padding-top: 30px;
  }
  #index-body .init-4 .right .ret {
    margin-top: 20px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-5 .list ul li p {
    font-size: 22px;
  }
  #index-body .init-5 .list {
    margin-top: 40px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #index-body .init-6 {
    padding: 60px 0;
  }
  #index-body .init-6 .top .right span.h4,.manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 22px;
  }
  #index-body .init-6 .top .right .color span,.manufacturing-page .manufacturing-6 .right .color span {
    font-size: 16px;
  }
  #index-body .init-6 .top .right .color span i,.manufacturing-page .manufacturing-6 .right .color span i {
    width: 1.8em;
    height: 1.8em;
  }
  #index-body .init-6 .top .right .select span,.manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
  }
  #index-body .init-6 .top .right .select span i,.manufacturing-page .manufacturing-6 .right .select span i {
    width: 90px;
    height: 90px;
  }
  #index-body .init-7 {
    padding: 50px 0;
  }
  #index-body .init-7 .list {
    margin-top: 30px;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-top .box .slide span.h6 {
    font-size: 18px;
    margin-bottom: 1em;
  }
  #footer .footer-top .box .slide .newsList ul li {
    padding: 15px 0;
  }
  #footer .footer-top .box .slide .newsList ul {
    margin: -15px 0;
  }
  #footer .footer-top .box .slide .form ul li {
    padding: 5px;
  }
  #footer .footer-top .box .slide .form ul {
    margin: -5px;
  }
  #footer .footer-top .box .slide .form ul li input {
    padding: .3em 0;
  }
  #footer .footer-top .box .slide .info ul li,#footer .footer-bottom,#footer .footer-top .box .slide .newsList ul li,#footer .footer-top .box .slide .nav ul li,#footer .footer-top .box .slide .form ul li input {
    font-size: 15px;
  }
  .inner-banner .box .right .mbx {
    font-size: 16px;
  }
  .inner-banner {
    padding-top: 200px;
  }
  .about-page .about-2 .list ul li .box .content {
    padding: 15px;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 18px;
  }
  .about-page .about-2 {
    padding-bottom: 60px;
  }
  .about-page .about-3 .options {
    margin-top: 40px;
  }
  .about-page .about-3 .options ul li span {
    font-size: 18px;
    padding-bottom: .6em;
  }
  .about-page .about-3 .ret {
    margin-top: 30px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 20px;
  }
  .about-page .about-3 .ret .right .btn div,.seoBox .seoNews .top .btn div,#index-body .init-2 .bottom .btn div {
    line-height: 36px;
    height: 36px;
  }
  .about-page .about-3 {
    padding-bottom: 80px;
  }
  .about-page .about-5 {
    padding: 80px 0;
  }
  .about-page .about-5 .options span,.testimonials-page .options span,.prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .about-page .about-5 .options {
    margin-top: 40px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 160px;
  }
  .advantage-page .advantage-1 .left span.h5 {
    font-size: 24px;
  }
  .advantage-page .advantage-1 {
    padding-top: 50px;
  }
  .advantage-page .advantage-2 {
    padding: 50px 0;
  }
  .advantage-page .advantage-5 {
    padding: 60px 0;
  }
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,.inner-page .form ul li textarea,.inner-page .form ul li input[type=submit] {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
  #mapContainer {
    height: 380px !important;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  .testimonials-page .ret .list {
    margin: 50px 0;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .download-page .ret .list ul li em {
    font-size: 16px;
    margin-top: .6em;
  }
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,.faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 80px 0;
  }
  .manufacturing-page .manufacturing-5 .list {
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 70px 0;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 15px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -15px;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 24px;
  }
  .news-page .sideBarLeft .list ul li .content .text,.news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 18px;
    margin-top: 1.5em;
  }
  .inner-page .sideBarBox .sideBarRight form.search,.inner-page .sideBarBox .sideBarRight .nav ul li {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li {
    padding: 10px 0;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox {
    height: 380px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox .text {
    padding: 1em;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .inner-page #productList ul li a.link,.seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,.seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
  .seoBox span.h3 {
    font-size: 38px;
  }
  .seoBox .seoAbout .right .text,.product-page .marginTop .left .text,.product-cat-page .slide .left .text {
    font-size: 16px;
  }
  .seoBox .seoHonor {
    padding: 50px 0;
  }
  .seoBox .seoNews .bottom .list ul li .box time {
    margin: 1em 0;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 20px;
  }
  .seoBox .seoNews .bottom {
    margin-top: 30px;
  }
  .inner-page .m-page a,.inner-page .m-page span,.inner-page .m-page .next,.inner-page .m-page .prev {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 0 5px;
  }
  .product-cat-page .slide .right a.img {
    height: 600px;
  }
  .product-cat-page .slide {
    margin-top: 50px;
  }
  .service-page .marginBox {
    padding: 80px 6%;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 24px;
  }
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .service-page .service-2 .list ul li .box i {
    height: 40px;
  }
  .service-page .service-2 .list ul li .box i img {
    max-height: 100%;
  }
  .service-page .service-2 .list ul li .box span.h6,.service-page .service-4 .right .list ul li span.h6 {
    font-size: 20px;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-4 {
    padding-top: 60px;
  }
  .service-page .service-4 .right .list ul li {
    padding: 15px;
  }
  .service-page .service-4 .right .list ul {
    margin: -15px;
  }
  .service-page .service-4 .left .img {
    height: 320px;
  }
  .sustainablity-page .sustainablity-1 {
    padding: 70px 0;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 28px;
  }
  .sustainablity-page .sustainablity-1 .right .slide {
    margin-top: 20px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 24px;
  }
  .sustainablity-page .sustainablity-2 .list ul li a span {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width:1450px) {
  .ui.container {
    width: 1200px;
  }
  .inner-page .marginBox {
    padding: 50px 3%;
    margin-top: -80px;
  }
  .inner-banner {
    padding-bottom: 80px;
  }
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  span.h2,#index-body .init-5 .list ul li span.h6,.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 38px;
  }
  span.txt {
    font-size: 16px;
  }
  .about-page .about-5 .options span,.testimonials-page .options span,.prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 24px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 20px;
  }
  #index-body .init-3 .text,#index-body .init-4 .right .ret .slide .box2 .text,#index-body .init-6 .bottom .text,.about-page .about-1 .text,.contact-page .contact-1 .list ul li .box span.h6,.contact-page .contact-1 .list ul li .box p,.manufacturing-page .manufacturing-1 .left .text,.manufacturing-page .manufacturing-3 .box .text,.manufacturing-page .manufacturing-7 .text,.service-page .service-2 .list ul li .box .text,.service-page .service-4 .right .list ul li .text,.sustainablity-page .sustainablity-1 .right .slide .text,.sustainablity-page .sustainablity-2 .text,.advantage-page .advantage-1 .right .text,.advantage-page .advantage-3 .left .text,.advantage-page .advantage-4 .text,.advantage-page .advantage-6 .list ul li .box .right .text,.contact-page .contact-1 .text {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-2 .list ul li {
    padding: 10px;
  }
  .sustainablity-page .sustainablity-2 .list ul {
    margin: -10px;
  }
  .sustainablity-page .sustainablity-3 .list {
    margin-top: 30px;
  }
  .service-page .marginBox {
    padding: 60px 4%;
  }
  #header .nav .ui.menu .menu-box ul.menu>li {
    font-size: 16px;
    margin: 0 10px;
  }
  a.more {
    font-size: 14px;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 20px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 15px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -15px;
  }
  .service-page .service-2 .list ul li .box {
    padding: 15px;
  }
  span.tag {
    font-size: 100px;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 14px;
  }
  .product-page .product-1 {
    padding: 60px 0;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
  .seoBox span.h3 {
    font-size: 32px;
  }
  .seoBox .seoNews .bottom .list ul li,.seoBox .seoHonor .list ul li,.manufacturing-page .manufacturing-2 .list ul li {
    padding: 10px;
  }
  .seoBox .seoNews .bottom .list ul,.seoBox .seoHonor .list ul,.manufacturing-page .manufacturing-2 .list ul {
    margin: -10px;
  }
  .manufacturing-page .manufacturing-1 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 20px 15px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -20px -15px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-3 {
    padding: 60px 0;
  }
  .manufacturing-page .manufacturing-4 {
    padding-top: 60px;
  }
  #index-body .init-6 .top .right span.h4,.manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 18px;
  }
  #index-body .init-6 .top .right .color span,.manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }

  #index-body .init-6 .top .right .select span,.manufacturing-page .manufacturing-6 .right .select span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 30px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 120px;
  }
  .advantage-page .advantage-1 .left span.h5 {
    font-size: 20px;
  }
  .advantage-page .advantage-3 .right .img {
    height: 380px;
  }
  #banner li .content .box .left span.h2 {
    font-size: 50px;
  }
  #banner li .content .box .right .box2 span.h3 {
    font-size: 24px;
  }
  #index-body .init-1 {
    padding: 30px 0;
  }
  #index-body .init-1 .right .list ul li {
    font-size: 18px;
  }
  #index-body .init-2 span.h2 {
    font-size: 32px;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 18px;
  }
  #index-body .init-6 .bottom {
    margin-top: 180px;
  }
}
@media screen and (max-width:1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,.inner-banner {
    margin-top: 40px;
  }
  #banner li .content .box .left span.h2 {
    font-size: 40px;
  }
  #banner li .content .box .right .box2 span.h3 {
    font-size: 20px;
  }
  #banner li .content .box .right .box2 .text {
    margin: .6em 0 1em;
  }
  #index-body .init-1 .left span.h2 {
    font-size: 42px;
  }
  #index-body .init-1 .right .list ul li {
    font-size: 16px;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 16px;
  }
  #index-body .init-2 .list ul li a.link,#index-body .init-3 .right a.link {
    font-size: 14px;
  }
  #index-body .init-3 .right span.h2 {
    left: -5%;
  }
  #index-body .init-4 .right {
    width: 50%;
  }
  #index-body .init-4 .left {
    width: 50%;
  }
  #index-body .init-4 .left .img {
    height: 400px;
  }
  #index-body .init-3 .text,#index-body .init-4 .right .ret .slide .box2 .text,#index-body .init-6 .bottom .text,.about-page .about-1 .text,.contact-page .contact-1 .list ul li .box span.h6,.contact-page .contact-1 .list ul li .box p,.manufacturing-page .manufacturing-1 .left .text,.manufacturing-page .manufacturing-3 .box .text,.manufacturing-page .manufacturing-7 .text,.service-page .service-2 .list ul li .box .text,.service-page .service-4 .right .list ul li .text,.sustainablity-page .sustainablity-1 .right .slide .text,.sustainablity-page .sustainablity-2 .text,.advantage-page .advantage-1 .right .text,.advantage-page .advantage-3 .left .text,.advantage-page .advantage-4 .text,.advantage-page .advantage-6 .list ul li .box .right .text,.contact-page .contact-1 .text {
    font-size: 14px;
  }
  #index-body .init-4 .right .ret .slide .box2 .img span {
    height: 140px;
  }
  #index-body .init-3 .right span.h,#index-body .init-4 .left span.h {
    max-width: 140px;
  }
  span.h2,#index-body .init-5 .list ul li span.h6,.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 28px;
  }
  #index-body .init-5 .list ul li p {
    font-size: 16px;
  }
  #index-body .init-6 .bottom {
    margin-top: 120px;
  }
  #index-body .init-6 {
    background-size: cover;
  }
  #footer .footer-top .box .slide:nth-child(5),#footer .footer-top .box .slide:nth-child(2),#footer .footer-top .box .slide:nth-child(1) {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3) {
    width: 45%;
  }
  #footer .footer-top .box .slide:nth-child(4) {
    width: 50%;
  }
  #footer .footer-top .box .slide:nth-child(5) {
    width: 40%;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-top .box .slide .info ul li,#footer .footer-bottom,#footer .footer-top .box .slide .newsList ul li,#footer .footer-top .box .slide .nav ul li,#footer .footer-top .box .slide .form ul li input {
    font-size: 14px;
  }
  #footer .footer-bottom svg {
    max-height: 24px;
  }
  .inner-banner {
    padding-top: 140px;
  }
  .inner-banner .box .right .mbx {
    font-size: 14px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    margin: -10px;
  }
  .about-page .about-3 .options ul li span {
    font-size: 16px;
  }
  .about-page .about-3 .ret .right span.txt {
    font-size: 20px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 18px;
  }
  .about-page .about-3 .ret .right .btn div,.seoBox .seoNews .top .btn div,#index-body .init-2 .bottom .btn div {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
  }
  .about-page .about-3 .ret .left .img {
    height: 240px;
  }
  .about-page .about-4 .list ul li a span {
    zoom: .7;
  }
  .about-page .about-5 .options span,.testimonials-page .options span,.prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .about-page .about-5 .ret {
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 90px;
  }
  .advantage-page .advantage-3 .right .img {
    height: 300px;
  }
  .advantage-page .advantage-4 {
    padding-top: 60px;
  }
  .advantage-page .advantage-6 .list {
    margin: 30px 0;
  }
  .advantage-page .advantage-6 .list ul li {
    padding: 15px 0;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.h6 {
    font-size: 16px;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.em {
    font-size: 18px;
  }
  .advantage-page .advantage-6 .list ul li .box .left {
    width: 35%;
    padding-right: 1%;
  }
  .advantage-page .advantage-6 .list ul li .box .left .img {
    margin-right: 10px;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .testimonials-page .ret .list {
    margin: 30px 0;
  }
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,.newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
  }
  .product-cat-page .slide .right a.img {
    height: 500px;
  }
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 20px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 18px;
  }
}
@media screen and (max-width:1000px) {
  .ui.container {
    width: 700px;
  }
  .testimonials-page .options {
    display: none;
  }
  .inner-banner {
    padding-top: 100px;
  }
  .sustainablity-page .sustainablity-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainablity-page .sustainablity-1 .left {
    width: 100%;
  }
  .sustainablity-page .sustainablity-1 {
    padding: 30px 0;
  }
  .sustainablity-page .sustainablity-3 {
    padding: 40px 0;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 5px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -5px;
  }
  .service-page .service-2 .list ul li .box span.h6,.service-page .service-4 .right .list ul li span.h6 {
    font-size: 16px;
  }
  span.h2,#index-body .init-5 .list ul li span.h6,.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 24px;
  }
  .inner-page .form ul li input,.inner-page .form ul li textarea,.inner-page .form ul li input[type=submit] {
    font-size: 14px;
    padding: .5em;
  }
  .product-cat-page .slide .left {
    width: 100%;
    padding-right: 0;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-cat-page .slide .right {
    display: none !important;
  }
  .product-cat-page .slide .left .text {
    max-height: none;
    margin: 1em 0;
  }
  .product-cat-page {
    padding-bottom: 50px;
  }
  .product-page .marginTop .left {
    width: 100%;
  }
  .product-page .marginTop .right {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .inner-page #productList ul li a.img-box {
    padding: 20px 5% 0;
  }
  .product-page .product-1 {
    padding: 30px 0;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .seoBox .seoAbout .left {
    width: 100%;
    padding-right: 0;
  }
  .seoBox .seoAbout .right {
    width: 100%;
    margin-top: 20px;
  }
  .seoBox span.h3 {
    font-size: 28px;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
  .inner-page #productList ul li span.h6 {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manufacturing-page .marginTop .list ul .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .manufacturing-page .manufacturing-2 {
    padding-bottom: 60px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 40px 0;
  }
  .manufacturing-page .manufacturing-5 .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-6 .right,#index-body .init-6 .top .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 .left,#index-body .init-6 .top .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-6 .left .img,#index-body .init-6 .top .left img {
    margin: 0;
  }
  .manufacturing-page .manufacturing-6 .right .slide,#index-body .init-6 .top .right .slide {
    margin-top: 15px;
  }
  #index-body .init-6 .top .right span.h4,.manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    margin-bottom: .6em;
  }
  .manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 1.5em;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 60px;
  }
  .advantage-page .advantage-1 .left span.h5 {
    font-size: 16px;
  }
  .advantage-page .advantage-1 .right .text {
    margin-bottom: 1em;
  }
  .advantage-page .advantage-5 {
    padding: 30px 0;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.h6 {
    font-size: 14px;
  }
  .advantage-page .advantage-6 .list ul li .box .left .content span.em {
    font-size: 16px;
  }
  .advantage-page .advantage-6 .list ul li .box .left {
    width: 40%;
  }
  .advantage-page .advantage-6 .list ul li .box .right {
    width: 60%;
  }
  .advantage-page .advantage-6 .dots ul li button {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .advantage-page .advantage-6 {
    padding-bottom: 40px;
  }
  .about-page .about-3 {
    padding-bottom: 40px;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
  span.txt {
    font-size: 14px;
  }
  #banner li .content .box .left span.h2 {
    font-size: 30px;
  }
  #banner li .content .box .right .box2 i.icon {
    max-width: 80px;
    left: -20%;
  }
  #banner li .content .box .right .box2 {
    padding-left: 15%;
  }
  #banner li .content .box .right .box2 span.h3 {
    font-size: 16px;
  }
  #banner li .content .box .right .box2 .text {
    font-size: 14px;
    line-height: 2;
  }
  #banner li .content .box .right .box2 .img {
    left: -120px;
  }
  a.more {
    font-size: 14px;
  }
  span.tag {
    font-size: 70px;
  }
  #index-body .init-3 .right span.h2 {
    font-size: 42px;
  }
  #index-body .init-1 .right .list ul li {
    font-size: 14px;
    padding: .5em 0;
  }
  #index-body .init-2 .bottom .btn {
    display: none;
  }
  #index-body .init-2 .bottom .list,#index-body .init-2 .top {
    width: 100%;
  }
  #index-body .init-3 .img {
    height: 350px;
  }
  #index-body .init-4 .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-4 .left {
    display: none;
  }
  #index-body .init-3 {
    padding: 100px 0 0;
  }
  #index-body .init-5 .list ul li p {
    font-size: 12px;
  }
  #index-body .init-5 span.txt {
    font-size: 16px;
  }
  #index-body .init-6 {
    background-image: none;
    background-color: #e8e2e0;
  }
  #index-body .init-6 .bottom {
    margin-top: 40px;
    max-width: none;
  }
  #index-body .init-6 .bottom .text {
    max-width: none;
    margin: 1em 0;
  }
  #index-body .init-6 p.tip {
    padding-left: 0;
    margin-top: 1.5em;
    font-size: 16px;
  }
  #index-body .init-7 .list ul li {
    padding: 0 15px;
  }
  #index-body .init-7 .list ul {
    margin: 0 -15px;
  }
}
@media screen and (max-width:700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .box .left {
    display: none;
  }
  #banner li .content .box .right {
    width: 100%;
  }
  #banner li .content .box .right .box2 i.icon {
    left: -7%;
    max-width: 60px;
    bottom: -15px;
  }
  #banner li .content .box .right .box2 {
    padding: 15px 3% 15px 7%;
  }
  #banner li .content .box .right {
    right: 15px;
    padding-bottom: 15px;
  }
  #banner li .content .box .right .box2 .img {
    left: auto;
    right: 0;
  }
  #banner li .content .box .right .box2 .img img {
    max-height: 235px;
  }
  span.tag {
    font-size: 50px;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .right {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .init-3 {
    padding-top: 60px;
  }
  #index-body .init-3 .right span.h,#index-body .init-4 .left span.h {
    max-width: 100px;
  }
  #index-body .init-5 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  #index-body .init-5 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-5 span.txt {
    letter-spacing: .8em;
  }
  #footer .footer-top .box .slide:nth-child(3),#footer .footer-top .box .slide:nth-child(4),#footer .footer-top .box .slide:nth-child(5) {
    width: 100%;
  }
  #footer .footer-top .box .slide .newsList,#footer .footer-top .box .slide .form {
    max-width: none;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 14px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 16px;
  }
  .about-page .about-3 .ret .left .img {
    height: 180px;
  }
  .about-page .about-5 .options span,.testimonials-page .options span,.prodet-page .prodet-2 .options span {
    font-size: 12px;
    width: 140px;
  }
  .advantage-page .advantage-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .advantage-page .advantage-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .advantage-page .advantage-1 .left span.h1 {
    font-size: 40px;
  }
  .advantage-page .advantage-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .advantage-page .advantage-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .advantage-page .advantage-3 .right .img {
    height: 200px;
  }
  .advantage-page .advantage-6 .list ul li .box .left {
    width: 100%;
  }
  .advantage-page .advantage-6 .list ul li .box .right {
    width: 100%;
    margin-top: 10px;
  }
  .advantage-page .advantage-6 .list ul li .box {
    display: block;
  }
  #footer .footer-top .box .slide span.h6 {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  #mapContainer {
    height: 280px !important;
  }
  .faq-page .marginBox .box .right .list ul li span.title,.faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-3 .box {
    margin-left: 25%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,.news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
  .seoBox span.h3 {
    font-size: 24px;
  }
  .product-page .product-1 .left {
  width: 100%;
  vertical-align: top; border:0px solid #F60;
}
.product-page .product-1 .right {
  width:100%;
  vertical-align: top; border:0px solid #F60;
  padding-left:0%;
}
  .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
  .seoBox .seoNews .bottom .list ul li .box {
    padding: 10px;
  }
  .seoBox .seoNews .bottom .list ul li .box span.h6 {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 320px;
    display: inline-block;
  }
  .seoBox .seoNews .bottom .list ul li .box time {
    font-size: 12px;
  }
  .inner-page .marginTop {
    width: 103%;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-2 .list ul {
    display: block;
    margin: -5px;
  }
  .service-page .service-3 .form {
    margin-top: 20px;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
  }
  .service-page .service-4 .left {
    display: none;
  }
  .sustainablity-page .sustainablity-3 .list,.about-page .about-4 .list {
    padding: 0;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 16px;
  }
}
@media screen and (max-width:500px) {
  .testimonials-page .ret .list ul li,.sustainablity-page .sustainablity-1 .left .list ul li {
    width: 50%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
  .service-page .marginBox {
    padding: 30px 4%;
  }
  .product-cat-page .slide .left span.h2 {
    margin-top: -1.5em;
  }
  .seoBox .seoAbout .right .text,.product-page .marginTop .left .text,.product-cat-page .slide .left .text {
    font-size: 14px;
  }
  .seoBox .seoNews .top {
    display: block;
  }
  .seoBox .seoNews .top .right {
    margin-top: 10px;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
  .seoBox .seoHonor {
    padding: 25px 0;
  }
  .seoBox .seoNews {
    padding-bottom: 40px;
  }
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
  #index-body .init-6 .top .right .select span,.manufacturing-page .manufacturing-6 .right .select span {
    font-size: 14px;
  }
  #index-body .init-6 .top .right .select span i,.manufacturing-page .manufacturing-6 .right .select span i {
    width: 60px;
    height: 60px;
  }
  #index-body .init-6 .top .right .color span,.manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 40px 0;
  }
  .about-page .marginBox .marginTop .play {
    width: 40px;
    height: 40px;
  }
  .about-page .marginBox .marginTop .play i {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .inner-banner .box .right {
    margin-top: 5px;
  }
  .inner-banner .box .right,.inner-banner .box .right .mbx {
    text-align: left;
  }
  #banner li .content .box .right .box2 {
    padding-left: 10%;
  }
  #index-body .init-3 .left {
    padding-right: 0;
  }
  #index-body .init-3 .right {
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-3 .right span.h2 {
    left: 5%;
    top: 40%;
  }
  #index-body .init-4 .right .options {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .options span {
    width: 50%;
    margin-right: 0;
  }
}
#index-body .init-2 .list ul li a.link:hover,#index-body .init-3 .right a.link:hover,.seoBox .seoNews .bottom .list ul li .box a.link:hover,.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
#index-body .init-2 .list ul li a.link:hover:after,#index-body .init-3 .right a.link:hover:after,.seoBox .seoNews .bottom .list ul li .box a.link:hover:after,.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
#Pop_UpsBtn {
  display: none!important;
}
.xinwennr {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.goodmaxbladehide {
  margin-top: 100px;
}
.erdftghjk h1 {
  display: inline;
}
.fenleiyedsd {
  font-size: 30px;
  line-height: 2;
  font-weight: 700;
  color: #cd9f00;
}
.gfdgdgd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 600px;
  display: inline-block;
  vertical-align: middle;
}
.vfdgdgrd {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.vfdgdgrd span {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
.inner-page #productList ul li .des {
  font-size: 16px;
  line-height: 2;
  padding: 0 1em;
  position: relative;
}
.m-link {
  font-size: 16px;
  line-height: 2;
  padding-top: 20px;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  transition: all .5s;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 30px;
  background-color: #cd9f00;
  text-align: center;
  line-height: 58px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1,0,0,-90deg);
  -webkit-transform: rotate3d(1,0,0,-90deg);
  -moz-transform: rotate3d(1,0,0,-90deg);
  -ms-transform: rotate3d(1,0,0,-90deg);
  -o-transform: rotate3d(1,0,0,-90deg);
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .5s;
  transition: opacity .3s,-webkit-transform .5s;
  -o-transition: opacity .3s,-o-transform .5s;
  -moz-transition: transform .5s,opacity .3s,-moz-transform .5s;
  transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;
  transition: transform .5s,opacity .3s,-webkit-transform .5s;
  -webkit-transition: -webkit-transform .5s,opacity .3s;
  -moz-transition: -moz-transform .5s,opacity .3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: rotate3d(0,0,0,-90deg);
  -moz-transform: rotate3d(0,0,0,-90deg);
  transform: rotate3d(0,0,0,-90deg);
  opacity: 1;
}
@media (max-width:500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    font-size: 25px;
    line-height: 40px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  z-index: 21;
  display: none;
}
#seo_form_cont {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto;
}
#seo_form_cont h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
#seo_form_cont form {
  margin-top: 40px;
}
#seo_form_cont i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  transition: .5s;
}
#seo_form_cont i.close:after,#seo_form_cont i.close:before {
  content: '';
  -webkit-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#seo_form_cont i.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#seo_form_cont i.close:hover {
  background: #1c5715;
}
#seo_form_cont i.close:hover:before,#seo_form_cont i.close:hover:after {
  background: #fff;
}
#seo_form_cont ul li {
  margin-bottom: 10px;
  position: relative;
}
#seo_form_cont ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#seo_form_cont ul li label em {
  color: red;
  margin-right: 2px;
}
#seo_form_cont ul li input,#seo_form_cont ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus {
  border-color: #1c5715;
}
#seo_form_cont ul li textarea {
  height: 80px;
}
#seo_form_cont ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #000;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#seo_form_cont ul li input[type=submit]:hover {
  opacity: .7;
}
#seo_form_cont ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-news {
  padding: 97px 0 70px;
}
#index-body .init-news span.h2 {
  margin-bottom: 57px;
}
#index-body .init-news ul li {
  padding: 0 18px;
}
#index-body .init-news .slik-news-box {
  margin: 0 -18px;
}
#index-body .init-news ul li .date {
  color: #cd9f00;
  font-size: 18px;
  display: inline-block;
  margin: 25px 0 10px;
}
#index-body .init-news ul li .new-tit {
  color: #212121;
  font-size: 22px;
  margin-bottom:4px;
  font-weight: 700;
  line-height: 1.2;
}
#index-body .init-news ul li .new-abst {
  color: #585858;
  font-size: 16px;
}
.qrcode {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  padding: 0;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 30px;
  background-color: #cd9f00;
  text-align: center;
  line-height: 58px;
}
.qrcode #ewm {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  position: absolute;
  right: 100%;
  top: 50%;
}
.qrcode:hover #ewm {
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2') format('woff2'),url('/fonts/fontawesome-webfont.woff') format('woff'),url('/fonts/fontawesome-webfont.ttf') format('truetype'),url('/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul>li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,.fa-close:before,.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158";
}
.fa-won:before,.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,.fa-bank:before,.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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,.animated.flipOutX,.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  }
  70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  }
  70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,50%,to {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;

}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50%,to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50%,to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {

  opacity: .87;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0,0,0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-video,.fancybox-iframe {
  background: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small,.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg,.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255,255,255,.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(100,100,100,.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  transform: scale3d(1,1,1) translate3d(0,0,0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x>ul {
  overflow: hidden;
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0,0,0,.1);
}
.fancybox-thumbs>ul>li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media all and (max-width:800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

/*·ÖÒ³*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 10px 20px;
	margin:0px 4px;
	line-height: 1.25;
	color: #444;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;background-color: #cd9f00;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #cd9f00;
	border-color: #1cd9f00; 
}
.page-num-current:hover {
	color: #fff;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  justify-content:center;
  list-style: none;
  border-radius:6px;
  padding-bottom:40px;
  margin-top:30px; 
  border:0px solid #F60; text-align:center;
}

.page-link {
  position: relative;
  display: block;
  padding: 10px 20pxpx;
  margin: 0px 4px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #cd9f00;
  border-color: #cd9f00;
}


.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); color:#fff;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333;
  border-color: #333;
  margin:0px 4px;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #fd5e16;
}

.pagination-lg .page-link {
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
