@charset "UTF-8";
/*
	flexslider
*/
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
@import url('../lib/swiper/swiper.min.css');
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  margin: 0px;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-viewport video {
  width: 100%;
}
.flex-viewport li {
  position: relative;
}
.flex-viewport li .play {
  display: block;
  position: absolute;
  z-index: 1;
  width: 107px;
  height: 76px;
  cursor: pointer;
  background: url(../images/icon-play.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -53px;
}
.flex-viewport li .play:hover,
.flex-viewport li .play:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.flex-viewport li img {
  -webkit-box-shadow: '' 0px 0px 0px #000 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0px 0px 0px #000 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0px 0px 0px #000 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0px 0px 0px #000 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px #000;
  -moz-box-shadow: 0px 0px 0px #000;
  -ms-box-shadow: 0px 0px 0px #000;
  -o-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
  margin: 0px auto;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  text-indent: 999px;
  background-color: #fff;
}
.flex-direction-nav a:focus,
.flex-direction-nav a:active {
  outline: 0px;
}
.flex-direction-nav .after:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 62px solid transparent;
  border-bottom: 62px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.flex-direction-nav .flex-prev {
  left: -29px;
}
.flex-direction-nav .flex-prev:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 62px solid transparent;
  border-bottom: 62px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.flex-direction-nav .flex-prev:after {
  border-right: 34px solid #595959;
}
.flex-direction-nav .flex-next {
  right: -29px;
}
.flex-direction-nav .flex-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 62px solid transparent;
  border-bottom: 62px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.flex-direction-nav .flex-next:after {
  border-left: 34px solid #595959;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
.flex-direction-nav .flex-disabled:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.min-slider {
  padding: 15px 35px;
}
.min-slider .flexslider .slides > li {
  padding-right: 5px;
  padding-left: 5px;
  width: 220px !important;
  position: relative;
}
.min-slider .flexslider .slides > li:hover:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  right: 5px;
  top: 0px;
  left: 5px;
  border: solid 3px #c83b37;
  background-color: rgba(0, 0, 0, 0.3);
}
.min-slider .flexslider .slides li.flex-active-slide:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  right: 5px;
  top: 0px;
  left: 5px;
  border: solid 3px #3e3e3f;
  background-color: rgba(0, 0, 0, 0.3);
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
	animate
*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
/*
	字体
*/
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CG/CenturyGothic.eot');
  src: url('../fonts/CG/CenturyGothic.eot') format('embedded-opentype'), url('../fonts/CG/CenturyGothic.woff2') format('woff2'), url('../fonts/CG/CenturyGothic.woff') format('woff'), url('../fonts/CG/CenturyGothic.ttf') format('truetype'), url('../fonts/CG/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
  font-family: 'CenturyGothicbold';
  src: url('../fonts/CGB/CenturyGothicbold.eot');
  src: url('../fonts/CGB/CenturyGothicbold.eot') format('embedded-opentype'), url('../fonts/CGB/CenturyGothicbold.woff2') format('woff2'), url('../fonts/CGB/CenturyGothicbold.woff') format('woff'), url('../fonts/CGB/CenturyGothicbold.ttf') format('truetype'), url('../fonts/CGB/CenturyGothicbold.svg#CenturyGothicbold') format('svg');
}
@font-face {
  font-family: 'RobotoSlabRegular';
  src: url('../fonts/RS/RobotoSlabRegular.eot');
  src: url('../fonts/RS/RobotoSlabRegular.eot') format('embedded-opentype'), url('../fonts/RS/RobotoSlabRegular.woff2') format('woff2'), url('../fonts/RS/RobotoSlabRegular.woff') format('woff'), url('../fonts/RS/RobotoSlabRegular.ttf') format('truetype'), url('../fonts/RS/RobotoSlabRegular.svg#RobotoSlabRegular') format('svg');
}
/*
	默认样式
*/
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: 0px !important;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
video,
object,
embed,
.iframe {
  width: 100%;
}
.prev,
.next {
  cursor: pointer;
}
.disabled {
  pointer-events: none;
}
input,
select,
textarea {
  vertical-align: middle;
}
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus {
  outline: 0px;
}
.pin-wrapper {
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 99;
}
.data-time-dp .datetimepicker td.day.old,
.data-time-dp .datetimepicker td.day.new {
  visibility: hidden !important;
}
.max-date .datetimepicker td.day.old,
.max-date .datetimepicker td.day.new {
  color: #fff;
}
.clearfix:after,
.wrapper:after,
.article:after {
  content: '\20';
  clear: both;
  display: block;
}
.placeholder input,
.placeholder textarea {
  border-color: #cc0000 !important;
}
.placeholder input::-moz-placeholder,
.placeholder textarea::-moz-placeholder {
  color: #cc0000;
}
.placeholder input:-ms-input-placeholder,
.placeholder textarea:-ms-input-placeholder {
  color: #cc0000;
}
.placeholder input::-webkit-input-placeholder,
.placeholder textarea::-webkit-input-placeholder {
  color: #cc0000;
}
.hrefa {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  cursor: pointer;
  height: 100%;
  z-index: 5;
}
button:focus {
  outline: 0px;
}
li {
  list-style-type: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a .none {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.contents {
  max-width: 1170px;
  margin: 0px auto;
}
.content {
  max-width: 1170px;
}
.site-container {
  padding-top: 140px;
}
.vertical-center {
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid-A {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.v-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pcOrphoneImg > img {
  width: 100%;
}
.pcOrphoneImg > img:first-child {
  display: block;
}
.pcOrphoneImg > img:nth-child(2) {
  display: none;
}
.box-v-c {
  -moz-box-align: center;
  /*Firefox*/
  -webkit-box-align: center;
  /*Safari,Opera,Chrome*/
  box-align: center;
}
.box-v-e {
  -moz-box-align: end;
  /*Firefox*/
  -webkit-box-align: end;
  /*Safari,Opera,Chrome*/
  box-align: end;
}
.box-flex {
  display: -moz-box;
  /*Firefox*/
  display: -webkit-box;
  /*Safari,Opera,Chrome*/
  display: box;
}
.item-flex {
  -moz-box-flex: 1;
  /*Firefox*/
  -webkit-box-flex: 1;
  /*Safari,Opera,Chrome*/
  box-flex: 1;
}
.bgNone {
  background-color: inherit;
}
.pub-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 202px;
  padding: 18px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'CenturyGothicbold';
  font-size: 14px;
  text-transform: Uppercase;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
}
.pub-btn:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(../images/btn-1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.pub-btn:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.loadingMore {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 60px auto;
  background: url(../images/loading.gif) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .pcOrphoneImg > img:first-child {
    display: none;
  }
  .pcOrphoneImg > img:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 903px) {
  .site-container {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .site-container {
    padding-top: 60px !important;
  }
}
/*
	头部
*/
#header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#header .header-top {
  background-color: #c83b37;
  height: 40px;
  position: relative;
  text-align: right;
}
#header .header-top .header-top-text {
  padding: 10px 0px;
  padding-right: 150px;
}
#header .header-top .header-top-text .dropdown {
  display: inline-block;
}
#header .header-top .header-top-text a {
  line-height: 20px;
  padding: 0px 20px;
  color: #fff;
  font-size: 12px;
  font-family: 'CenturyGothic';
  vertical-align: middle;
}
#header .header-top .header-top-text a span {
  font-family: 'CenturyGothicbold';
}
#header .header-top .header-top-text a.icon {
  display: inline-block;
  padding: 0px 13px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 5px;
}
#header .header-top .header-top-text a.icon-in {
  background-image: url(../images/logo-1.png);
  margin-left: 20px;
}
#header .header-top .header-top-text a.icon-f {
  background-image: url(../images/logo-2.png);
}
#header .header-top .header-top-text a.icon-t {
  background-image: url(../images/logo-3.png);
}
#header .header-top .header-top-text a.icon-w {
  background-image: url(../images/logo-4.png);
}
#header .header-top .header-top-text a.icon-c {
  background-image: url(../images/logo-5.png);
  margin-right: 20px;
}
#header .header-top .header-top-text a.br {
  border-right: solid 1px #fff;
}
#header .header-top .wechatheader .dropdown-menu {
  width: 160px;
}
#header .header-top .zhMain {
  min-width: 150px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #831d1b;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
#header .header-top .zhMain a {
  cursor: pointer;
}
#header .header-top .zhMain .zh {
  padding: 0px;
}
#header .header-top .zhMain .dropdown-menu {
  min-width: inherit;
  background: inherit;
  margin: 0px;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
}
#header .header-top .zhMain .dropdown-menu a {
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
}
#header .header-top .zhMain .dropdown-menu a:hover {
  background-color: #641615;
}
#header .header-top .zhMain:hover .dropdown-menu {
  display: block;
}
#header .header-top .zhMain:hover .zh:after {
  border-top: 0px;
  border-bottom: 6px solid #fff;
  margin-top: -3px;
}
#header .header-top .zh {
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-family: 'CenturyGothic';
  position: relative;
}
#header .header-top .zh span.caret {
  margin-top: -2px;
}
#header .header-top .zh:before {
  content: '';
  display: inline-block;
  background: url(../images/address.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 17px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -3px;
}
#header .header-top .zh:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
  margin-left: 4px;
}
#header .header-con {
  height: 100px;
  max-width: 1200px;
  max-height: 100px;
  min-height: 83px;
  margin: 0px auto;
}
#header .header-con .navbar-collapse.collapse {
  height: 100% !important;
}
#header .header-con .nav.navbar-nav {
  height: 100%;
}
#header .header-con > div {
  padding: 0px;
  height: 100%;
}
#header .header-con .dropdown-menu {
  width: 242px;
  left: 50%;
  margin-left: -117px;
  min-width: inherit;
}
#header .header-con .dropdown-menu > li > a {
  text-transform: uppercase;
  white-space: inherit;
  word-break: break-word;
}
.navbar-custom .logoDiv {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.navbar-custom .logoDiv a {
  display: block;
  bottom: 15px;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
}
.navbar-custom .logoDiv img {
  height: 100%;
  width: auto;
  max-width: none;
}
.navbar-custom .navbar-nav > li > a {
  font-family: 'CenturyGothicbold';
  color: #3a3a3b;
  font-size: 14px;
  text-transform: Uppercase;
  padding: 0px 20px;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000;
}
.navbar-custom .navbar-toggle {
  border-color: #ddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-custom .navbar-toggle:active {
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar-custom .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
.navbar-custom .login-content {
  display: none;
}
.login-content {
  position: absolute;
  right: 15px;
  top: 10px;
}
.login-content .signIn-btn {
  color: #c83b37;
  border: 1px solid #c83b37;
  border-radius: 4px;
  padding: 0.4em 1.2em;
  font-size: 14px;
  display: inline-block;
}
.login-content .login-info {
  color: #c83b37;
  font-size: 14px;
}
.login-content .login-info .line {
  color: #3a3a3b;
}
.login-content .login-info a {
  color: #3a3a3b;
}
@media screen and (max-width: 1200px) {
  .navbar-custom .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1172px) {
  .navbar-custom .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .header-con .nav.navbar-nav > li:hover:after {
    left: 15px !important;
  }
  .layer-content {
    left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 25px 5px;
  }
  #header .header-con .nav.navbar-nav > li:hover:after {
    left: 5px !important;
  }
  #header .header-con .nav.navbar-nav li.select:after {
    left: 5px !important;
    bottom: 15px !important;
  }
}
@media screen and (max-width: 903px) {
  #header .header-con {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px !important;
  }
  #header .header-top {
    display: none;
  }
  .navbar-custom .logoDiv {
    padding: 0px;
  }
  .login-content .signIn-btn {
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) {
  #header .header-con {
    display: -moz-box;
    /*Firefox*/
    display: -webkit-box;
    /*Safari,Opera,Chrome*/
    display: box;
    -moz-box-align: center;
    /*Firefox*/
    -webkit-box-align: center;
    /*Safari,Opera,Chrome*/
    box-align: center;
  }
  #header .header-con .navbar-header {
    -moz-box-flex: 1;
    /*Firefox*/
    -webkit-box-flex: 1;
    /*Safari,Opera,Chrome*/
    box-flex: 1;
  }
  #header .header-con .nav.navbar-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header-con .nav.navbar-nav li {
    position: relative;
  }
  #header .header-con .nav.navbar-nav li.select:after {
    content: '';
    border-bottom: solid 4px #d23732;
    position: absolute;
    bottom: -14px;
    left: 25px;
    right: 0px;
    left: 15px;
  }
  #header .header-con .nav.navbar-nav > li:hover .layer {
    display: block;
  }
  #header .header-con .nav.navbar-nav > li:hover:after {
    content: '';
    border-bottom: solid 4px #d23732;
    position: absolute;
    bottom: -14px;
    left: 25px;
    right: 0px;
  }
  #header .layer-content {
    padding-top: 40px;
    position: absolute;
    left: 25px;
  }
  #header .layer-content .layer {
    width: 205%;
    display: none;
    background: #fff;
  }
  #header .layer-content .layer a {
    width: 100%;
    font-size: 12px;
    font-family: 'CenturyGothicbold';
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #d4cfcf;
    padding: 10px 5px;
  }
  #header .layer-content .layer a:hover {
    background: #d23732;
    color: #fff;
    border-bottom: none;
  }
  #header .layer-content .layer a:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #header {
    background-color: #fff;
  }
  #header .header-con {
    padding-bottom: 0px;
    padding-top: 5px;
    max-height: inherit;
    margin-left: -15px;
    margin-right: -15px;
    height: auto !important;
  }
  #header .header-con .navbar-header {
    display: -moz-box;
    /*Firefox*/
    display: -webkit-box;
    /*Safari,Opera,Chrome*/
    display: box;
    -moz-box-align: center;
    /*Firefox*/
    -webkit-box-align: center;
    /*Safari,Opera,Chrome*/
    box-align: center;
    padding-left: 15px;
    padding-right: 5px;
  }
  #header .header-con .navbar-collapse.collapse {
    border-top: 1px solid rgba(221, 221, 221, 0.8);
    margin-top: 5px;
  }
  .login-content {
    display: none;
  }
  .navbar-custom .logoDiv {
    -moz-box-flex: 1;
    /*Firefox*/
    -webkit-box-flex: 1;
    /*Safari,Opera,Chrome*/
    box-flex: 1;
    height: 40px;
  }
  .navbar-custom .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .navbar-custom .login-content {
    display: block;
    position: static;
    padding: 10px 0;
  }
  .navbar-custom .login-content .signIn-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 1172px) {
  #header .header-con .nav.navbar-nav li.select:after {
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #header .header-con .nav.navbar-nav li.select:after {
    left: 25px;
  }
}
/*
	底部
*/
.qogDiv {
  background-color: #595959;
}
.qogDiv .qogDiv-list > div:nth-child(2) {
  text-align: center;
}
.qogDiv .qogDiv-list > div:nth-child(3) {
  text-align: right;
}
.qogDiv .qogDiv-list h3,
.qogDiv .qogDiv-list .foot-name {
  font-size: 30px;
  font-family: 'RobotoSlabRegular';
  margin-bottom: 35px;
  color: #fff;
}
.qogDiv .qogDiv-list p {
  font-size: 18px;
  color: #fff;
  font-family: 'RobotoSlabRegular';
  margin-bottom: 20px;
}
.qogDiv .qogDiv-list li {
  margin-bottom: 10px;
}
.qogDiv .qogDiv-list li a {
  font-size: 14px;
  color: #fff;
  font-family: 'CenturyGothic';
}
.qogDiv .qogDiv-list li a span {
  font-family: 'CenturyGothicbold';
}
.qogDiv .qogDiv-list .logo-list a {
  padding: 5px 15px;
  display: inline-block;
}
#footer {
  padding: 20px 0px;
  background-color: #fff;
}
#footer a {
  color: #282b2c;
  font-family: 'CenturyGothic';
  font-size: 14px;
  line-height: 24px;
}
.footerAfter {
  position: relative;
}
.footerAfter:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 40px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -50px;
}
.footerAfter a.headerTop {
  display: block;
  width: 100px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -50px;
}
@media screen and (max-width: 992px) {
  .qogDiv .qogDiv-list > div {
    text-align: left !important;
    margin-bottom: 15px;
  }
  .qogDiv .qogDiv-list h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .qogDiv .qogDiv-list p {
    font-size: 16px;
  }
  .qogDiv .qogDiv-list li a {
    font-size: 14px;
  }
  .qogDiv .qogDiv-list .logo-list a {
    padding: 0px 10px;
  }
  .footerAfter:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  #footer > div {
    float: none !important;
    text-align: center;
  }
  #footer > div:first-child {
    margin-bottom: 15px;
  }
}
.resources_alert {
  font-family: 'RobotoSlabRegular';
}
.resources_alert .resources_alert_wapper {
  width: 544px;
  padding: 36px 48px 30px 48px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.resources_alert .resources_alert_title {
  font-size: 24px;
  color: #262626;
}
.resources_alert .resources_alert_des {
  font-size: 16px;
  color: #5e6060;
  margin-top: 10px;
  text-align: left;
}
.resources_alert .resources_alert_form {
  margin-top: 16px;
}
.resources_alert .resources_alert_form .item {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
.resources_alert .resources_alert_form .item.check-wapper {
  cursor: pointer;
}
.resources_alert .resources_alert_form .item:last-child {
  margin-bottom: 0;
}
.resources_alert .resources_alert_form .item.width50 {
  width: calc((100% - 20px)/2);
}
@media screen and (max-width: 768px) {
  .resources_alert .resources_alert_form .item.width50 {
    width: 100%;
  }
}
.resources_alert .resources_alert_form .item .check {
  width: 15px;
  height: 15px;
  background-color: #eeeeee;
  border: solid 1px #b7b7b7;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.6s;
  transition: background-color ease 0.6s;
  outline: none;
}
.resources_alert .resources_alert_form .item .check.active1:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url('../images/right-icon.png') no-repeat;
  position: absolute;
  left: 2px;
  top: 3px;
}
.resources_alert .resources_alert_form .item .check_info {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  width: calc(100% - 20px);
  margin-left: 3px ;
  white-space: nowrap;
  font-weight: normal;
}
.resources_alert .resources_alert_form .item .radio_label {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.resources_alert .resources_alert_form .item .radio_group {
  margin-top: 8px;
}
.resources_alert .resources_alert_form .item .radio_group .radio_item {
  display: inline-block;
  margin-right: 26px;
}
.resources_alert .resources_alert_form .item .radio_group .radio_item:last-child {
  margin-right: 0;
}
.resources_alert .resources_alert_form .item .radio_group .radio_item .radio {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: #eeeeee;
  border-radius: 7px;
  border: solid 1px #b7b7b7;
  margin-top: 0;
  cursor: pointer;
}
.resources_alert .resources_alert_form .item .radio_group .radio_item .radio:checked::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #878787;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.resources_alert .resources_alert_form .item .radio_group .radio_item .radio_info {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: normal;
}
.resources_alert .resources_alert_form .item .lable {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-bottom: 8px;
}
.resources_alert .resources_alert_form .item .lable .resources_red {
  font-size: 16px;
  color: #c83b37;
}
.resources_alert .resources_alert_form .item input {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #b7b7b7;
  padding-left: 10px;
}
.resources_alert .resources_alert_form .item input.active {
  border: 1px solid #d23732;
}
.resources_alert .resources_alert_form .sumb {
  width: 106px;
  height: 40px;
  background-color: #b6463e;
  border-radius: 3px;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.resources_alert .resources_alert_form .sumb.unsumb {
  background-color: #b3b3b3;
}
.resources_alert .resources_alert_form .sumb.acsumb {
  cursor: pointer;
  background-color: #b6463e;
  display: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/*
	首页
*/
.banner {
  position: relative;
  background-color: #9d604e;
  min-height: 320px;
}
.banner img {
  width: 100%;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  padding-left: 100px;
}
.banner .banner-text p {
  font-size: 45px;
  color: #fff;
  font-family: 'RobotoSlabRegular';
  margin-bottom: 15px;
}
.banner .flex-control-nav {
  bottom: 10px;
}
.banner .flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
  box-shadow: none;
}
.bannerHoverShow {
  position: absolute;
  bottom: 30px;
  right: 100px;
}
.bannerHoverShow .info {
  background-color: rgba(34, 34, 34, 0.75);
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 45px;
  bottom: 10px;
  cursor: pointer;
  z-index: 6;
}
.bannerHoverShow .info a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-family: 'CenturyGothic';
  line-height: 23px;
  display: inline-block;
}
.bannerHoverShow .info a:before {
  content: ' ';
  background: url(../images/icon-photo.png) no-repeat left;
  background-size: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  height: 23px;
}
.bannerHoverShow .musCardContent {
  width: 260px;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 60px;
  z-index: 5;
}
.bannerHoverShow .musCardContent .titles {
  padding-top: 10px;
}
.bannerHoverShow .musCardContent .titles h4 {
  font-size: 13px;
  color: #ddd;
  font-family: 'Arial';
  margin: 0px 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}
.bannerHoverShow .musCardContent .musCardDesc {
  margin: 0px 20px;
}
.bannerHoverShow .musCardContent .musCardDesc h2 {
  margin: 0px;
  padding: 5px 0px;
  padding-top: 10px;
  color: #ddd;
  font-size: 22px;
  font-family: 'RobotoSlabRegular';
}
.bannerHoverShow .musCardContent .musCardDesc p {
  color: #aaa;
  padding-top: 5px;
  font-size: 13px;
  font-family: 'Arial,Helvetica,Sans-Serif';
  line-height: 18px;
}
.bgRed {
  background-color: #c83b37;
}
.bgRed .home-title h3 {
  color: #fff;
}
.bgRed .home-title h3:after {
  background-color: #aba8a8;
}
.bgGray {
  background-color: #939393;
}
.bgGray .home-title h3 {
  color: #fff;
}
.bgGray .home-title h3:after {
  background-color: #aba8a8;
}
.home-con {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-title h3 {
  font-size: 34px;
  font-family: 'RobotoSlabRegular';
  font-style: italic;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.home-title h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 110px;
}
.home-title h2 {
  font-size: 34px;
  font-family: 'RobotoSlabRegular';
  font-style: italic;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.home-title h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 110px;
}
.home-title h1 {
  font-size: 34px;
  font-family: 'RobotoSlabRegular';
  font-style: italic;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.home-title h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 110px;
}
.home-con-text {
  padding-left: 50px;
}
.home-con-text h4 {
  font-family: 'RobotoSlabRegular';
  font-size: 20px;
  color: #aba8a8;
  margin-bottom: 20px;
  line-height: 30px;
}
.home-con-text .home-con-bj {
  position: relative;
}
.home-con-text .home-con-bj p {
  max-width: 550px;
  margin-right: 30px;
}
.home-con-text .home-con-bj .user-photo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 0px;
  overflow: hidden;
  border: solid 5px #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.home-con-text p {
  color: #fff;
  font-size: 15px;
  font-family: 'CenturyGothic';
  line-height: 24px;
  margin-bottom: 10px;
}
.home-con-text .home-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 202px;
  padding: 18px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'CenturyGothicbold';
  font-size: 14px;
  text-transform: Uppercase;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
  margin-top: 0px;
}
.home-con-text .home-btn:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(../images/btn-1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.home-con-text .home-btn:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hoverDiv {
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.hoverDiv .list-hover {
  display: inline-block;
}
.hoverDiv .list-hover > a {
  position: relative;
  display: inline-block;
  width: 11.11111111%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
.hoverDiv .list-hover > a img {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.hoverDiv .list-hover > a:hover {
  background-color: #595959;
}
.hoverDiv .list-hover > a.select {
  background-color: #595959;
}
.bgImg {
  background: url(../images/img-2.jpg) no-repeat center;
  background-size: cover;
  min-height: 496px;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
.bgImg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.bgImg > div {
  position: relative;
  z-index: 2;
}
.bgImg .home-title h3 {
  color: #fff;
}
.bgImg .home-title h3:after {
  background-color: #d23732;
}
.homeimgList .home-imgList img {
  width: 100%;
}
.homeimgList .home-imgList > div {
  position: relative;
  padding: 0px;
  min-height: 200px;
  overflow: hidden;
}
.homeimgList .home-imgList > div img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
  -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.homeimgList .home-imgList > div:hover img {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.homeimgList .home-imgList > div .list-item {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-left: 10%;
  margin-right: 10%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0px;
  left: 0px;
}
.homeimgList .home-imgList > div .list-item .tips-top {
  display: block;
  position: absolute;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  color: #fff;
  font-size: 14px;
  top: -22px;
  left: 0px;
  font-family: 'CenturyGothic';
  text-transform: Uppercase;
  background-color: #c83b37;
}
.homeimgList .home-imgList > div .list-item h3 {
  font-size: 26px;
  line-height: 37px;
  font-family: 'RobotoSlabRegular';
  color: #222425;
}
.homeimgList .home-imgList > div .list-item h2 {
  font-size: 26px;
  line-height: 37px;
  font-family: 'RobotoSlabRegular';
  color: #222425;
}
.homeimgList .home-imgList > div .list-item p {
  font-size: 14px;
  color: #d23732;
  padding: 10px 0px;
}
.bgWhite {
  background-color: #fff;
}
.bgWhite .home-title h2 {
  color: #2a2d2e;
}
.bgWhite .home-title h2:after {
  background-color: #d23732;
}
.bgWhite .home-con-text p {
  color: #474c4d;
}
.bgWhite .home-con-text p a {
  color: #d23732;
}
.bgWhite .home-btn {
  border-color: #d23732;
  color: #d23732;
}
.bgWhite .home-btn:after {
  background-image: url(../images/btn-1-red.png);
}
/*  分享*/
.no-home-share .home-share {
  display: none;
}
.home-share {
  position: fixed;
  top: 50%;
  right: 0px;
  padding-right: 25px;
  margin-top: -115px;
  z-index: 1001;
}
.home-share .mail_a {
  margin-top: 35px;
}
.home-share .mail_a span {
  font-family: 'RobotoSlabRegular';
  font-size: 12px;
  color: #c1c1c1;
  text-align: center;
  display: block;
  line-height: 30px;
}
.home-share .icon {
  background-repeat: no-repeat;
  background-position: center;
}
.home-share a.icon-in {
  background-image: url(../images/logo-1.png);
}
.home-share a.icon-f {
  background-image: url(../images/logo-2.png);
}
.home-share a.icon-t {
  background-image: url(../images/logo-3.png);
}
.home-share a.icon-w {
  background-image: url(../images/logo-4.png);
}
.home-share a.icon-mail {
  background-image: url(../images/logo-5.png);
}
.home-share .dropdown-menu {
  left: inherit;
  right: 50px;
  margin-top: -100px;
  width: 160px;
}
.home-share a {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #c83b37;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.home-share a:active,
.home-share a:hover {
  background-color: rgba(200, 59, 55, 0.6);
}
.home-share p {
  font-size: 14px;
  color: #333;
  font-family: 'CenturyGothic';
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
/*注冊*/
.modal-su {
  left: 50%;
  position: absolute;
  margin-left: -259px;
  top: 50%;
  margin-top: -238px;
}
.modal-res {
  background-color: #fff;
  -webkit-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  position: relative;
}
.modal-res .close-res {
  font-size: 20px;
  font-family: 'RobotoSlabRegular';
  right: 0px;
  position: absolute;
  top: -55px;
  color: #fff;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  cursor: pointer;
  padding: 0px 5px;
}
.modal-res .dtR-head-text {
  font-family: 'RobotoSlabRegular';
}
.modal-res .dtR-head-text h3,
.modal-res .dtR-head-text .model-title {
  font-size: 33px;
  color: #262626;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
  background: url(/webs/dragontrail/assets/images/logo-left.png) no-repeat left;
  background-size: 45px;
  padding-left: 50px;
}
.modal-res .dtR-head-text h3 img,
.modal-res .dtR-head-text .model-title img {
  width: auto;
  height: 100%;
  margin-right: 10px;
  vertical-align: top;
}
.modal-res .dtR-head-text p {
  font-size: 16px;
  color: #5e6060;
  line-height: 21px;
  font-weight: bold;
}
.modal-res .dtR-form {
  padding: 20px 0px;
}
.modal-res .dtR-form > div {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: 'RobotoSlabRegular';
}
.modal-res .dtR-form > div.placeholder input {
  background-color: #dedede;
  color: #c00;
}
.modal-res .dtR-form > div.placeholder input::-moz-placeholder {
  color: #c00;
}
.modal-res .dtR-form > div.placeholder input:-ms-input-placeholder {
  color: #c00;
}
.modal-res .dtR-form > div.placeholder input::-webkit-input-placeholder {
  color: #c00;
}
.modal-res .dtR-form > div input {
  margin: 0px;
  border: 0px;
  background-color: #cbcbcb;
  color: #262626;
  font-weight: bold;
  padding: 12px 15px;
  width: 100%;
  text-align: center;
  line-height: 18px;
}
.modal-res .dtR-form > div input::-moz-placeholder {
  color: #262626;
  text-transform: Uppercase;
}
.modal-res .dtR-form > div input:-ms-input-placeholder {
  color: #262626;
  text-transform: Uppercase;
}
.modal-res .dtR-form > div input::-webkit-input-placeholder {
  color: #262626;
  text-transform: Uppercase;
}
.modal-res .dtR-form > div input:focus {
  outline: 0px;
}
.modal-res .dtR-form > div input:required {
  box-shadow: none;
}
.modal-res .dtR-form > div input:invalid {
  box-shadow: none;
}
.modal-res .dtR-form > div .dtrReg-btn {
  background: url(../images/btn-reg.png) no-repeat 96%;
  display: block;
  color: #fff;
  background-color: #1f1f1f;
  padding: 20px 15px;
  text-align: center;
}
.modal-res .dtR-form > div .dtrReg-btn:active,
.modal-res .dtR-form > div .dtrReg-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-res .dtR-form > div .submit_scribe_tips {
  padding: 10px 0px;
  color: #c00;
}
.modal-res .dtR-form .subscribe_hover:hover p {
  animation-name: fadeIn;
}
.modal-res .dtR-form .subscribe_hover p {
  font-size: 12px;
  color: #999;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-res .dtr-f-text {
  font-size: 12px;
  font-family: 'CenturyGothicbold';
  color: #5e6060;
  line-height: 19px;
  text-align: center;
}
.modal-res .dtr-f-text a {
  color: #c83b37;
}
/*日期*/
.modal-date {
  width: 100%;
  margin-top: 60px;
  min-width: 1200px;
  padding-left: 12%;
  padding-right: 12%;
}
.modal-date .modal-res {
  padding: 50px 40px;
}
.max-date .datetimepicker-inline {
  width: 100%;
}
.max-date .datetimepicker .table-condensed {
  width: 100%;
}
.max-date .datetimepicker thead > tr:first-child {
  position: absolute;
  top: 50px;
  left: 40px;
  right: 40px;
}
.max-date .datetimepicker thead > tr:first-child th {
  padding: 0px;
}
.max-date .datetimepicker thead > tr:first-child th:not(.switch) {
  position: absolute;
  right: 0px;
  width: 135px;
  height: 50px;
  top: 0px;
  color: #fff;
  font-family: 'CenturyGothic';
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 50px;
}
.max-date .datetimepicker thead > tr:first-child th:not(.switch):active {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.max-date .datetimepicker thead > tr:first-child th:not(.switch) span {
  display: none;
}
.max-date .datetimepicker thead > tr:first-child th.prev {
  right: 135px;
  background: url(../images/btn-1-left.png) no-repeat 20%;
  padding-left: 40px;
}
.max-date .datetimepicker thead > tr:first-child th.next {
  background: url(../images/btn-1.png) no-repeat 80%;
  padding-right: 40px;
}
.max-date .datetimepicker thead > tr:first-child th.next:before {
  content: '|';
  color: #fff;
  font-weight: normal;
  float: left;
}
.max-date .datetimepicker thead > tr:first-child th:not(.switch) {
  background-color: #3e3e3f;
}
.max-date .datetimepicker thead > tr:first-child th.switch {
  position: relative;
  font-family: 'RobotoSlabRegular';
  color: #2a2d2e;
  font-size: 33px;
  font-weight: normal;
}
.max-date .datetimepicker thead > tr:first-child th.switch:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0;
  margin-top: 30px;
  background-color: #d23732;
}
.max-date .datetimepicker thead > tr:last-child {
  border: solid 3px #c83b37;
  border-bottom: 0px;
}
.max-date .datetimepicker thead > tr:last-child th {
  color: #fff;
  font-size: 14px;
  background-color: #c83b37;
  font-family: 'CenturyGothic';
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: normal;
}
.max-date .datetimepicker td.day,
.max-date .datetimepicker a {
  font-family: 'CenturyGothic';
  font-size: 15px;
  font-weight: bold;
  border-right: solid 3px #595959;
}
.max-date .datetimepicker .active {
  background: inherit !important;
}
.max-date .datetimepicker .active:hover,
.max-date .datetimepicker .active:active {
  color: #c83b37;
}
.max-date .datetimepicker th.dow {
  text-align: center;
}
.max-date .datetimepicker tbody {
  border: solid 3px #595959;
  border-top: 0px;
}
.max-date .datetimepicker tbody tr {
  border-bottom: solid 3px #595959;
}
.max-date .datetimepicker tbody tr > a.click {
  display: table-cell;
  padding: 5px;
  margin-right: -2px;
  padding-bottom: 80px;
  color: #fff;
  cursor: pointer;
  background-color: #595959 !important;
}
.max-date .datetimepicker tbody tr > a.click span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  text-align: left;
  word-break: break-word;
  font-weight: normal;
  padding-right: 30px;
}
.max-date .datetimepicker tbody tr > .day,
.max-date .datetimepicker tbody tr a {
  text-align: right;
  padding-bottom: 80px;
  position: relative;
}
.max-date .datetimepicker tbody tr > .day:last-child,
.max-date .datetimepicker tbody tr a:last-child {
  border-right: 0px;
}
.max-date .date-box-con {
  position: relative;
  height: 100px;
}
.max-date .date-box-con h4 {
  position: relative;
  font-family: 'RobotoSlabRegular';
  color: #2a2d2e;
  font-size: 33px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.max-date .date-box-con h4:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #d23732;
}
.max-date .date-box-con .nextOrper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 271px;
  height: 50px;
  line-height: 50px;
  background-color: #3e3e3f;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.max-date .date-box-con .nextOrper > a {
  display: block;
  float: left;
  color: #fff;
  font-family: 'CenturyGothic';
  font-size: 14px;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}
.max-date .date-box-con .nextOrper > a:first-child {
  background: url(../images/btn-1-left.png) no-repeat 20%;
  padding-left: 40px;
}
.max-date .date-box-con .nextOrper > a:first-child:after {
  content: '|';
  float: right;
}
.max-date .date-box-con .nextOrper > a:last-child {
  background: url(../images/btn-1.png) no-repeat 80%;
  padding-right: 40px;
}
@media screen and (max-width: 1488px) {
  .banner .banner-text p {
    font-size: 36px;
  }
  .homeimgList .home-imgList > div .list-item {
    padding: 30px 20px;
  }
  .homeimgList .home-imgList > div .list-item .tips-top {
    height: 36px;
    line-height: 36px;
    top: -18px;
  }
  .homeimgList .home-imgList > div .list-item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .homeimgList .home-imgList > div .list-item .tips-top {
    height: 30px;
    line-height: 30px;
    top: -15px;
    padding: 0px 10px;
  }
  .homeimgList .home-imgList > div .list-item {
    padding: 20px 10px;
  }
  .homeimgList .home-imgList > div .list-item h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner-text {
    padding-top: 100px;
    padding-left: 100px;
  }
  .banner .banner-text p {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-text {
    padding-left: 15px;
    padding-right: 80px;
  }
  .banner .banner-text p {
    font-size: 28px;
    display: inline;
    margin-bottom: 0px;
    line-height: 35px;
  }
  .home-con-text {
    padding-left: 15px;
  }
  .home-con-text .home-btn {
    padding: 10px;
    width: auto;
    display: inline-block;
  }
  .home-title h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .home-title h3:after {
    height: 2px;
    left: 50%;
    margin-left: -55px;
  }
  .home-con {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hoverDiv {
    width: 65px;
  }
  .hoverDiv .list-hover {
    margin: 0px;
    width: 100%;
  }
  .hoverDiv .list-hover > a {
    width: 100%;
    height: 65px;
    float: none;
    background-size: contain;
  }
  .bgImg {
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .phoneShow {
    display: -moz-box;
    /*Firefox*/
    display: -webkit-box;
    /*Safari,Opera,Chrome*/
    display: box;
  }
  .phoneShow > div:last-child {
    -moz-box-flex: 1;
    /*Firefox*/
    -webkit-box-flex: 1;
    /*Safari,Opera,Chrome*/
    box-flex: 1;
  }
  .homeimgList .home-imgList > div {
    padding: 60px 25px;
  }
  .homeimgList .home-imgList > div .list-item {
    padding: 50px 20px;
    height: auto;
  }
  .homeimgList .home-imgList > div .list-item .tips-top {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    top: -15px;
  }
  .homeimgList .home-imgList > div .list-item h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .homeimgList .home-imgList > div .list-item .tips-top {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .modal-su {
    width: 517px;
  }
  .modal-res {
    padding: 50px 85px;
  }
}
@media screen and (max-width: 768px) {
  .modal-res {
    padding: 20px 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-res .dtR-head-text h3 {
    font-size: 26px;
    height: 30px;
  }
}
/*
	页面公共
*/
/*
	页面集合
*/
/*page publi*/
.home-con-btn {
  padding: 20px 0px;
}
.page-nav {
  background-color: #595959;
  padding: 15px 0px;
  text-align: center;
}
.page-nav a {
  font-size: 13px;
  color: #fff;
  font-family: 'CenturyGothic';
}
.page-nav ul {
  display: inline-block;
}
.page-nav ul li {
  padding: 0px 10px;
  border-right: solid 1px #fff;
  float: left;
}
.page-nav ul li:last-child {
  border-right: 0px;
}
.page-nav ul a {
  padding: 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.page-nav ul a h2 {
  display: inline-block;
}
.page-nav ul a h1 {
  display: inline-block;
}
.page-nav .selectNav li.select a,
.page-nav .selectNavNoJs li.select a {
  background-color: #c83b37;
}
.page-nav .selectNav a,
.page-nav .selectNavNoJs a {
  vertical-align: bottom;
}
.page-nav .selectNav a:hover,
.page-nav .selectNavNoJs a:hover {
  background-color: #c83b37;
}
.page-nav .selectNavInner a {
  text-transform: uppercase;
  cursor: pointer;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
}
.page-nav .selectNavInner .back {
  content: '';
  display: block;
  width: 17px;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
}
.page-nav .selectNavInner a.nav-prev {
  padding-left: 20px;
}
.page-nav .selectNavInner a.nav-prev:before {
  content: '';
  display: block;
  width: 17px;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/btn-1-left.png);
}
.page-nav .selectNavInner a.nav-next {
  padding-right: 20px;
}
.page-nav .selectNavInner a.nav-next:after {
  content: '';
  display: block;
  width: 17px;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/btn-1.png);
}
.page-subnav ul {
  display: flex;
  justify-content: center;
}
.page-subnav ul li a {
  color: #353535;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 35px 30px 60px 30px;
  display: block;
  border-top: 4px solid transparent;
}
.page-subnav ul li.select a {
  font-weight: bold;
  border-top: 4px solid #C4151B;
}
@media screen and (max-width: 1200px) {
  .page-subnav ul li a {
    padding: 20px 15px 40px 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-subnav ul {
    flex-wrap: wrap;
  }
  .page-subnav ul li a {
    padding: 20px 10px 30px 10px;
  }
}
.page-con {
  position: absolute;
  top: 35%;
  left: 0px;
  padding-left: 130px;
}
.page-con h3.tColor-black {
  color: #4e4e4e;
}
.page-con h3,
.page-con h2,
.page-con h1,
.page-con .page-div {
  font-size: 38px;
  color: #fff;
  font-family: 'RobotoSlabRegular';
}
.page-con h3 span,
.page-con h2 span,
.page-con h1 span,
.page-con .page-div span {
  font-style: italic;
}
.contents-404 {
  width: 700px;
  margin: 0px auto;
}
.contents-404 .page-404 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.contents-404 .page-404 .text {
  font-size: 180px;
  color: #c83b37;
  font-weight: bold;
  font-family: 'RobotoSlabRegular';
  float: left;
  margin-right: 70px;
}
.contents-404 .page-404 .error-con {
  padding-top: 40px;
}
.contents-404 .page-404 .error-con h4 {
  font-family: 'RobotoSlabRegular';
  font-size: 30px;
  color: #c83b37;
  margin-bottom: 15px;
}
.contents-404 .page-404 .error-con p {
  font-family: 'RobotoSlabRegular';
  color: #595959;
  font-size: 16px;
  line-height: 24px;
}
.contents-404 .page-404 .error-con p a {
  text-decoration: underline;
  color: #595959;
}
.contents-404 .page-404 .error-con p a:hover {
  color: #c83b37;
}
.page-banner {
  position: relative;
  min-height: 180px;
}
.page-banner img {
  width: 100%;
}
.page-banner.whoWeAre_banner {
  background-color: #C93B39;
}
.page-banner.whoWeAre_banner img {
  max-width: 100%;
}
.fixedBot {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 0px 40px;
}
.fixedBot > div {
  line-height: 23px;
  color: #fff;
  font-size: 14px;
  max-width: 1070px;
  margin: 0px auto;
  position: relative;
  padding: 25px 15px;
}
.fixedBot > div a {
  color: #c83b37;
}
.fixedBot .closeFixedBot {
  display: block;
  top: 0px;
  right: -40px;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../images/posi_bot_close.png) no-repeat center;
  background-size: 20px;
}
.posi_bot {
  position: absolute;
  left: 0px;
  z-index: 16px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#80000000', GradientType=0);
}
.posi_bot > div {
  display: inline-block;
  overflow: hidden;
}
.posi_bot > div > * {
  float: left;
}
.posi_bot > div .currentDiv {
  line-height: 40px;
  color: #fff;
}
.posi_bot > div .currentDiv span {
  padding: 3px;
}
.posi_bot > div a {
  display: block;
  width: 50px;
  height: 40px;
  margin: 0px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.posi_bot > div a[data-slide="prev"] {
  background-image: url(../images/icon-l.png);
}
.posi_bot > div a[data-slide="next"] {
  background-image: url(../images/icon-r.png);
}
.contact-title {
  font-size: 33px;
  color: #2a2d2e;
  font-family: 'RobotoSlabRegular';
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.contact-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 113px;
  height: 4px;
  background-color: #d23732;
  left: 0px;
  bottom: 0px;
}
.contact-con {
  margin-bottom: 30px;
}
.contact-con h4 {
  font-family: 'RobotoSlabRegular';
  font-weight: bold;
  font-size: 20px;
  color: #999696;
  margin-bottom: 25px;
}
.contact-con p {
  font-family: 'CenturyGothic';
  font-size: 15px;
  color: #474c4d;
  line-height: 23px;
  font-weight: bold;
}
.p-con {
  font-size: 15px;
  color: #474c4d;
  font-family: 'CenturyGothic';
  line-height: 23px;
  font-weight: bold;
}
.p-con span {
  font-family: 'CenturyGothicbold';
}
.p-con a {
  color: #c83b37;
}
.h4-title {
  font-size: 20px;
  color: #999696;
  font-family: 'RobotoSlabRegular';
  line-height: 34px;
  display: block;
  font-weight: bold;
}
.blog-share {
  padding-top: 10px;
  padding-bottom: 25px;
}
.blog-share p {
  height: 44px;
  line-height: 44px !important;
}
.blog-share > * {
  float: left;
}
.blog-share .icon {
  background-repeat: no-repeat;
  background-position: center;
}
.blog-share .page-share img {
  margin-bottom: 0px;
}
.blog-share .page-share .erweima {
  padding: 8px 10px;
}
.blog-share a.icon-in {
  background-image: url(../images/logo-1.png);
}
.blog-share a.icon-f {
  background-image: url(../images/logo-2.png);
}
.blog-share a.icon-t {
  background-image: url(../images/logo-3.png);
}
.blog-share a.icon-w {
  background-image: url(../images/logo-4.png);
}
.blog-share a {
  float: left;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #c83b37;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  -webkit-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.blog-share a:active,
.blog-share a:hover {
  background-color: rgba(200, 59, 55, 0.6);
}
/*三级页面导航*/
.threeNav {
  padding: 10px 0px;
  text-align: center;
  border-bottom: solid 1px #939393;
  background-color: #fff;
}
.threeNav .dropdown .dropdown-menu {
  width: 100%;
  top: 31px;
}
.threeNav .dropdown .dropdown-menu li {
  text-align: center;
}
.threeNav .dropdown .dropdown-menu li a {
  font-weight: normal;
  padding: 6px 0px;
  white-space: inherit;
}
.threeNav .dropdown .dropdown-menu li.select a {
  color: #c00;
}
.threeNav > ul {
  display: inline-block;
}
.threeNav > ul > li {
  float: left;
  padding: 0px 20px;
  border-right: solid 1px #222425;
}
.threeNav > ul > li:last-child {
  border-right: 0px;
}
.threeNav > ul > li.select a {
  color: #c00;
}
.threeNav > ul > li a,
.threeNav > ul > li input {
  color: #222425;
  font-size: 14px;
  font-family: 'CenturyGothic';
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 20px;
}
.threeNav > ul > li a .caret,
.threeNav > ul > li input .caret {
  margin-left: 5px;
}
.threeNav > ul > li a h2 {
  color: #222425;
  font-size: 14px;
  font-family: 'CenturyGothic';
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.threeNav > ul > li .searchDiv input {
  display: inline-block;
  cursor: text;
  border: 0px;
  text-transform: none;
  padding: 0px;
  max-width: 140px;
}
.threeNav > ul > li .searchDiv input::-moz-placeholder {
  color: #222425;
  text-transform: Uppercase;
}
.threeNav > ul > li .searchDiv input:-ms-input-placeholder {
  color: #222425;
  text-transform: Uppercase;
}
.threeNav > ul > li .searchDiv input::-webkit-input-placeholder {
  color: #222425;
  text-transform: Uppercase;
}
.threeNav > ul > li .searchDiv .searchBtn {
  background: url(../images/search-icon.jpg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.threeNav .selectNavInner a {
  text-transform: uppercase;
  cursor: pointer;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
}
.threeNav .selectNavInner .back {
  content: '';
  display: block;
  width: 17px;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
}
.threeNav .selectNavInner a.nav-prev {
  padding-left: 20px;
}
.threeNav .selectNavInner a.nav-prev:before {
  content: '';
  display: block;
  width: 17px;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/btn-1-left-black.png);
}
.threeNav .selectNavInner a.nav-next {
  padding-right: 20px;
}
.threeNav .selectNavInner a.nav-next:after {
  content: '';
  display: block;
  width: 17px;
  height: 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/btn-1-black.png);
}
/*conact*/
.officeAddress h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'RobotoSlabRegular';
}
.officeAddress .city_list .select {
  text-decoration: underline;
}
.officeAddress .city_list h4 {
  margin-right: 5px;
}
.officeAddress .city_list h4:last-child {
  margin-right: 0px;
}
.officeAddress h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'RobotoSlabRegular';
  display: inline-block;
}
.officeAddress li {
  margin-bottom: 10px;
  min-height: 22px;
}
.officeAddress li a {
  font-family: 'CenturyGothic';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  display: table;
  padding-left: 15px;
}
.officeAddress li .icon {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.officeAddress li .icon-earphone {
  background-image: url(../images/icon-phone.png);
}
.officeAddress li .icon-envelope {
  background-image: url(../images/icon-mail.png);
}
.officeAddress li .icon-map-marker {
  background-image: url(../images/icon-address.png);
}
.contact-form .contact-form-div > div:nth-child(1) {
  width: 65%;
}
.contact-form .contact-form-div > div:nth-child(2) {
  width: 35%;
}
.contact-form .dropdown {
  position: relative;
}
.contact-form .dropdown .dropdown-menu {
  width: 100%;
}
.contact-form .dropdown input {
  cursor: default;
}
.contact-form .dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3e3e3f;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 20px;
}
.contact-form input,
.contact-form textarea {
  font-size: 15px;
  font-family: 'CenturyGothic';
  color: #474c4d;
  border: solid 1px #999696;
  padding: 15px;
  line-height: 23px;
  width: 100%;
  font-weight: bold;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #474c4d;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #474c4d;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #474c4d;
}
.contact-form input .error,
.contact-form textarea .error {
  border-color: #c00;
}
.contact-form .divTextarea {
  padding-left: 5px;
}
.contact-form .divTextarea textarea {
  height: 175px;
}
.contact-form .divInput {
  margin-bottom: 5px;
}
.contact-form .divInput > div {
  float: left;
  padding-right: 5px;
}
.contact-form .divInput > div:last-child {
  padding-right: 0px;
}
.contact-form .divInput.twoInput > div {
  width: 50%;
}
.contact-form .divInput.threeInput > div {
  width: 33.33333333%;
}
.contact-form .divInput:last-child {
  margin-bottom: 0px;
}
.contact-form textarea {
  resize: none;
}
.contact-form .contact-sub {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 202px;
  padding: 18px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'CenturyGothicbold';
  font-size: 14px;
  text-transform: Uppercase;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
  border-color: #d23732;
  color: #d23732;
  background-color: #fff;
  min-width: 170px;
  padding: 22px 0px;
  border-width: 3px;
}
.contact-form .contact-sub:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(../images/btn-1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.contact-form .contact-sub:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.contact-form .contact-sub:after {
  background-image: url(../images/btn-1-red.png);
}
.contact-form .checkBox {
  padding: 10px 0px;
}
.contact-form .checkBox p {
  cursor: pointer;
  font-size: 15px;
  color: #474c4d;
  font-family: 'CenturyGothic';
  position: relative;
  padding: 12px 0px;
  font-weight: bold;
}
.contact-form .checkBox p:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px #999696;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-form .checkBox p.select:before {
  background: url(../images/check-icon.png) no-repeat center;
}
/*work*/
.work-inner {
  background-color: #c83b37;
}
.work-inner img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.work-contents {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.workLogo .w-itemLogo {
  padding: 20px 0px;
  width: 234px;
  height: 115px;
  margin-bottom: 15px;
}
.workLogo .w-itemLogo.w-itemLogo-sm {
  width: 195px;
  height: 96px;
}
.workLogo .w-itemLogo a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 20px;
  top: 0px;
  right: 20px;
  height: 100%;
  cursor: default;
}
.workLogo .w-itemLogo a img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.workLogo .w-itemLogo .color-logo {
  opacity: 0;
  filter: alpha(opacity=0);
}
.workLogo .w-itemLogo:hover .color-logo {
  opacity: 1;
  filter: alpha(opacity=100);
}
.workbanner .page-con {
  -moz-box-align: end;
  /*Firefox*/
  -webkit-box-align: end;
  /*Safari,Opera,Chrome*/
  box-align: end;
  padding-bottom: 100px;
}
.workInner-con .imgsDiv {
  padding: 10px 0px;
  text-align: center;
  overflow: hidden;
}
.workInner-con .imgsDiv > div {
  width: 50%;
  position: relative;
  float: left;
}
.workInner-con .imgsDiv > div:first-child {
  padding-right: 5px;
}
.workInner-con .imgsDiv > div:last-child {
  padding-left: 5px;
}
.workInner-con .imgsDiv > div p {
  font-size: 13px;
  color: #333;
  font-family: 'CenturyGothic';
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.workInner-con .imgsDiv img {
  width: 100%;
}
.workInner-con .contact-con p {
  margin-bottom: 20px;
}
.workInner-con .contact-con p a {
  color: #c00;
}
.workInner-con p a {
  color: #c00;
}
.workInner-msg {
  padding-bottom: 35px;
  position: relative;
}
.workInner-msg li {
  font-size: 15px;
  color: #474c4d;
  line-height: 23px;
  margin-bottom: 5px;
  font-family: 'CenturyGothic';
}
.workInner-msg li label {
  font-family: 'CenturyGothicbold';
}
.workInner-msg li h2 {
  display: inline-block;
}
.workInner-msg .userLogo {
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.workInner-msg .userLogo img {
  max-width: 200px;
}
/*woWaAre*/
.whoWeAre-company > div {
  margin-bottom: 100px;
}
/*whologoList*/
.who-logoList > ul {
  margin-bottom: 100px;
}
.home-con-ul {
  padding-top: 20px;
}
.home-con-ul h4 {
  margin-bottom: 10px;
}
.home-con-ul ul {
  padding-left: 20px;
}
.home-con-ul ul li {
  list-style-image: url(../images/dian.png);
}
.home-con-ul ul li p {
  margin-bottom: 0px;
}
.who-logoList ul li {
  margin-bottom: 35px;
  overflow: hidden;
}
.who-logoList ul li > div:first-child {
  float: left;
  width: 250px;
  margin-right: 20px;
}
.who-logoList ul li > div:last-child {
  display: table;
}
.who-logoList ul li p {
  font-size: 15px;
  font-family: CenturyGothic;
  line-height: 24px;
  color: #474c4d;
}
.whoWeAre-con .home-con-text h4,
.whoWeAre-con .home-con-text p {
  font-weight: bold;
}
.whoWeAre-con .whoWeAre_listLogo {
  width: 1000px;
  padding: 0px 15px;
  text-align: center;
  display: table;
  margin: 0px auto;
}
.whoWeAre-con .whoWeAre_listLogo .w-itemLogo {
  display: inline-block;
  width: 25%;
  position: relative;
}
.whoWeAre-con .whoWeAre_listLogo .w-itemLogo a {
  cursor: pointer;
}
.ppt_two_tpl {
  width: 1000px;
  margin: 0px auto;
  margin-bottom: 15px;
}
.ppt_two_tpl img {
  max-width: 100%;
}
.leadersList.backRed {
  background-color: #c83b37;
  margin-bottom: 0px;
}
.leadersList {
  margin-top: 40px;
}
.leadersList > div {
  padding: 0px;
  position: relative;
}
.leadersList img {
  width: 100%;
}
.leadersList .bg-white {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.leadersList .bg-white p {
  font-size: 25px;
  collor: #222425;
  font-family: 'RobotoSlabRegular';
  line-height: 37px;
}
.leadersList .bg-white h2 {
  font-size: 25px;
  collor: #222425;
  font-family: 'RobotoSlabRegular';
  line-height: 37px;
}
.leadersList .bg-white span {
  font-size: 15px;
  color: #222425;
  font-family: 'CenturyGothic';
  line-height: 20px;
}
.leadersList .join-title {
  padding-left: 60px;
  padding-top: 60px;
  padding-right: 60px;
}
.leadersList .join-title h4 {
  color: #fff;
  font-size: 33px;
  font-family: 'RobotoSlabRegular';
  position: relative;
  line-height: 50px;
  padding-bottom: 30px;
}
.leadersList .join-title h4:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #aba8a8;
}
/*who inner*/
.bgNine {
  background-color: #939393;
}
.bgNine .who-inner-con {
  padding-right: 50px;
}
.bgNine .who-inner-con h3 {
  color: #fff;
  font-size: 33px;
  font-family: 'RobotoSlabRegular';
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
.bgNine .who-inner-con h3:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #aba8a8;
}
.bgNine .who-inner-con p {
  font-size: 15px;
  color: #fff;
  font-family: 'CenturyGothicbold';
  line-height: 25px;
  margin-bottom: 15px;
}
.bgNine .who-inner-con.change-color p a {
  color: #2a2d2e;
}
.bgNine .who-inner-con.change-color p span {
  color: #595959;
}
.bgNine .who-inner-con.change-color p sup {
  text-transform: uppercase;
  font-size: 10px;
  font-family: inherit;
}
.whoInner-home > div {
  padding: 0px;
}
.whoInner-home > div img {
  width: 100%;
}
.whoInner-home .whoInner-r {
  padding-left: 60px;
  padding-top: 100px;
  padding-right: 150px;
}
.whoInner-home .whoInner-r .r_title h3 {
  font-size: 33px;
  color: #2a2d2e;
  font-family: 'RobotoSlabRegular';
  position: relative;
  padding-bottom: 30px;
  line-height: 50px;
  margin-bottom: 40px;
}
.whoInner-home .whoInner-r .r_title h3:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #c83b37;
}
.whoInner-home .whoInner-r .r_title h3 span {
  color: #999696;
  font-size: 23px;
}
.whoInner-home .whoInner-r .r_msg {
  margin-bottom: 40px;
}
.whoInner-home .whoInner-r .r_msg > div {
  float: left;
  padding-right: 40px;
}
.whoInner-home .whoInner-r .r_msg .icon {
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.whoInner-home .whoInner-r .r_msg a {
  color: #c83b37;
  font-size: 15px;
  line-height: 23px;
  font-family: 'CenturyGothicbold';
  display: inline-block;
}
.whoInner-home .whoInner-r .r_msg a:before {
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.whoInner-home .whoInner-r .r_msg a.email:before {
  background-image: url(../images/icon-mail-black.png);
  vertical-align: middle;
}
.whoInner-home .whoInner-r .r_msg a.in:before {
  background-image: url(../images/logo-1-black.png);
}
.whoInner-home .whoInner-r .r_con p {
  color: #474c4d;
  font-family: 'CenturyGothic';
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 25px;
  font-size: 16px;
}
/*marketing*/
.resources-blog-con .subscribeTips,
.subscribeTips {
  font-size: 20px;
  line-height: 1.5em;
  color: #aba8a8;
  font-family: 'RobotoSlab';
}
.resources-blog-con .subscribeTips a,
.subscribeTips a {
  color: #c93c38;
}
.resources-blog-con > .home-con {
  padding-top: 0;
  padding-bottom: 0;
}
.marketing-contents {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.marketList > div {
  padding: 0px;
}
.marketList > div img {
  width: 100%;
}
.marketList .m-con {
  padding-left: 60px;
  padding-right: 100px;
  padding-top: 6%;
}
.marketList .m-con h3 {
  color: #2a2d2e;
  font-size: 33px;
  font-family: 'RobotoSlabRegular';
  position: relative;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.marketList .m-con h3:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #c83b37;
}
.marketList .m-con h2 {
  color: #2a2d2e;
  font-size: 33px;
  font-family: 'RobotoSlabRegular';
  position: relative;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.marketList .m-con h2:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #c83b37;
}
.marketList .m-con p {
  color: #474c4d;
  font-size: 15px;
  line-height: 23px;
  font-family: 'CenturyGothic';
  margin-bottom: 15px;
  font-weight: bold;
}
.marketList .m-con p a {
  color: #c00;
}
.marketList .m-con .m-con-r {
  padding-top: 15px;
}
.marketList .m-con .m-con-r p,
.marketList .m-con .m-con-r a {
  color: #c83b37;
  font-family: 'CenturyGothicbold';
  font-weight: normal;
  text-decoration: none;
  display: block;
}
/*resources*/
.resources-nav ul {
  float: left;
}
.resources-nav ul a {
  text-transform: uppercase;
}
.resources-nav .rs-style > * {
  float: left;
  overflow: hidden;
}
.resources-nav .rs-style input {
  background-color: transparent;
  border: 0px;
  width: 180px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.resources-nav .rs-style input::-moz-placeholder {
  color: #fff;
  text-transform: Uppercase;
}
.resources-nav .rs-style input:-ms-input-placeholder {
  color: #fff;
  text-transform: Uppercase;
}
.resources-nav .rs-style input::-webkit-input-placeholder {
  color: #fff;
  text-transform: Uppercase;
}
.resources-nav .rs-style .resources-search {
  width: 30px;
  height: 20px;
  background: url(../images/search-white.png) no-repeat center;
  background-size: contain;
  display: block;
}
.resources-blog {
  padding: 0px;
}
.resources-blog .row {
  margin: 0px;
}
.resources-blog .row > div {
  padding: 0px;
  background-color: #fff;
  position: relative;
}
.resources-blog .row > div:before {
  content: '';
  left: -20px;
  position: absolute;
  top: 0px;
  display: block;
  height: 100%;
  width: 20px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=1);
}
.resources-blog .row .blog-img {
  position: relative;
  border-bottom: solid 1px #efefef;
}
.resources-blog .row .blog-img * > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.resources-blog .row .blog-img .tc_fc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.resources-blog .row .blog-img img {
  width: 100%;
}
.resources-blog .row .blog-img p {
  background-color: #c83b37;
  font-size: 14px;
  color: #fff;
  font-family: 'CenturyGothic';
  height: 40px;
  position: absolute;
  left: 0px;
  text-transform: uppercase;
  bottom: -20px;
  padding: 0px 15px;
  line-height: 40px;
}
.resources-blog .row .blog-con {
  border-bottom: solid 1px #efefef;
  padding: 45px 50px;
}
.resources-blog .row .blog-con h4 {
  font-size: 26px;
  color: #222425;
  line-height: 36px;
  font-family: 'RobotoSlabRegular';
  margin-bottom: 15px;
  height: 72px;
  overflow: hidden;
}
.resources-blog .row .blog-con h4:hover {
  color: #d23732;
  text-decoration: underline;
}
.resources-blog .row .blog-con .blog-con-date {
  color: #d23732;
  font-size: 14px;
  font-family: 'CenturyGothicbold';
  line-height: 20px;
  margin-bottom: 15px;
}
.resources-blog .row .blog-con .blog-con-text p {
  font-size: 15px;
  color: #474c4d;
  line-height: 23px;
  font-family: 'CenturyGothic';
  margin-bottom: 15px;
}
.resources-blog .row .blog-con .blog-con-text p:first-child {
  height: 138px;
  overflow: hidden;
}
.resources-blog .row .blog-con .blog-con-text a {
  color: #c83b37;
  font-family: 'CenturyGothicbold';
  line-height: 23px;
  text-transform: uppercase;
}
.resources-blog .row .blog-con .blog-con-text a:hover {
  text-decoration: underline;
}
.resources-blog-title {
  margin-bottom: 50px;
  position: relative;
}
.resources-blog-title:after {
  content: '';
  width: 111px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: #d23732;
}
.resources-blog-title h1,
.resources-blog-title h3,
.resources-blog-title .resources-title {
  font-size: 33px;
  color: #2a2d2e;
  font-family: 'RobotoSlabRegular';
  line-height: 50px;
}
.resources-blog-title .b-t-list {
  padding-top: 20px;
  padding-bottom: 35px;
}
.resources-blog-title .b-t-list a {
  font-size: 14px;
  color: #d23732;
  font-family: 'CenturyGothic';
  font-weight: bold;
  padding: 0px 10px;
  border-left: solid 1px #d23732;
}
.resources-blog-title .b-t-list a span {
  font-family: 'CenturyGothicbold';
  font-weight: normal;
}
.resources-blog-title .b-t-list a:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.resources-blog-title .hid-excerpt {
  display: none;
}
.resources-blog-con iframe {
  width: 100%;
}
.resources-blog-con img {
  width: auto !important;
  max-width: 100%;
  margin-bottom: 25px;
  -webkit-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.resources-blog-con p {
  font-size: 15px;
  color: #474c4d;
  font-family: 'CenturyGothic';
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: normal;
}
.resources-blog-con p span {
  font-family: 'CenturyGothicbold';
}
.resources-blog-con p a {
  color: #c83b37;
}
.resources-blog-con p a {
  cursor: pointer;
}
.resources-blog-con h4 {
  font-size: 20px;
  color: #999696;
  font-family: 'RobotoSlabRegular';
  line-height: 34px;
  display: block;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 20px;
}
.resources-blog-con h4:hover {
  color: #c00;
  text-decoration: underline;
}
.resources-blog-con h4.noHover {
  cursor: default;
}
.resources-blog-con h4.noHover:hover {
  color: #999696;
  text-decoration: none;
}
.resources-blog-con h2 {
  font-weight: 700;
}
.resources-blog-con.text-truncate-two-lines {
  overflow: hidden;
  height: 46px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.resources-blog-tips {
  margin: 30px 0;
}
.resources-blog-tips p {
  font-size: 20px;
  color: #aba8a8;
  font-family: 'RobotoSlab';
  line-height: 1.5;
}
.resources-blog-tips a {
  color: #c93c38;
}
.resources-navs-con > div {
  padding: 0px;
}
.news-right {
  padding-left: 70px;
}
.res-bl-left {
  padding-right: 60px;
}
.res-bl-right > div {
  padding-bottom: 30px;
}
.res-bl-right .max-box {
  width: 34px;
  display: block;
  height: 34px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/max-icon.png) no-repeat center;
}
.res-bl-right h4 {
  font-size: 20px;
  color: #999696;
  font-family: 'RobotoSlabRegular';
  line-height: 34px;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.res-bl-right p,
.res-bl-right .href_t {
  font-size: 15px;
  color: #474c4d;
  font-family: 'CenturyGothicbold';
  line-height: 23px;
  margin-bottom: 30px;
  display: block;
}
.res-bl-right .href_t:hover,
.res-bl-right .href_t:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.res-bl-right .r_tags {
  overflow: hidden;
}
.res-bl-right .r_tags a {
  float: left;
  background-color: #c83b37;
  color: #fff;
  line-height: 23px;
  padding: 10px 20px;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: 'CenturyGothic';
  font-size: 14px;
  text-transform: uppercase;
}
/*wechat*/
.wechat-title h3 {
  padding-bottom: 30px;
}
.wechat-post-list li {
  margin-bottom: 80px;
}
.wechat-post-list li > div {
  padding: 0px;
}
.wechat-post-list li:last-child {
  margin-bottom: 0px;
}
.wechat-post-list h4 {
  padding-top: 0px;
  margin-bottom: 10px;
}
.wechat-post-list .moreAbout {
  font-family: 'CenturyGothicbold';
  font-size: 15px;
  color: #c83b37;
}
.wechat-post-list .moreAbout:hover {
  text-decoration: underline;
}
.wechat-post-list .w_r {
  padding-left: 40px;
}
.data-time-dp {
  margin-left: -10px;
  margin-right: -10px;
}
.data-time-dp .datetimepicker-inline {
  width: 100%;
}
.data-time-dp .datetimepicker td,
.data-time-dp .datetimepicker th {
  padding: 10px;
}
.data-time-dp .datetimepicker th.switch {
  text-align: center;
}
.data-time-dp table {
  width: 100%;
}
.data-time-dp .datetimepicker-days a.click {
  color: #c83b37 !important;
  display: table-cell;
  padding: 10px;
  cursor: pointer;
}
.date-wechat .datetimepicker td.day {
  color: #c83b37;
  font-family: 'CenturyGothic';
  font-size: 15px;
  font-weight: bold;
}
.date-wechat .datetimepicker td.day.disabled {
  color: #999;
  cursor: default;
}
.date-wechat .datetimepicker .active {
  background: inherit !important;
}
.date-wechat .datetimepicker .active:hover,
.date-wechat .datetimepicker .active:active {
  color: #c83b37;
}
/*careers*/
.careers-home p span {
  font-family: 'CenturyGothicbold';
}
.careers-home .home-title h3 {
  font-style: normal;
}
.careers-inner-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 202px;
  padding: 18px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'CenturyGothicbold';
  font-size: 14px;
  text-transform: Uppercase;
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
  border-color: #d23732;
  color: #d23732;
}
.careers-inner-btn:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(../images/btn-1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.careers-inner-btn:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.careers-inner-btn:after {
  background-image: url(../images/btn-1-red.png);
}
.careers-inner-btn:hover {
  color: #d23732;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.careers-inner .workInner-con .contact-con h4 {
  margin-bottom: 10px;
}
.careers-inner .workInner-con .contact-con p {
  font-weight: bold;
}
.careers-inner .home-con-ul {
  padding-top: 0px;
}
.careers-inner .home-con-ul li p {
  margin-bottom: 10px;
}
/*legal*/
.legal-home .home-title h3 {
  font-style: normal;
}
.legal-home .home-con-text p {
  font-weight: bold;
}
.legal-home .home-con-text p a {
  color: #d23732;
}
.legal-home .home-con-ul li {
  margin-bottom: 10px;
}
/*thankyou*/
.thankyou-home .home-title h3 {
  font-style: normal;
}
.thankyou-home .home-con-text h4 a {
  color: #d23732;
}
.thankyou-home .home-con-text p {
  font-weight: 700;
}
.thankyou-home .home-con-text p span {
  font-family: 'CenturyGothicbold';
  font-weight: bold;
}
/*event*/
.event-con h4 {
  font-size: 20px;
  color: #999696;
  font-family: 'RobotoSlabRegular';
  line-height: 34px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
}
.event-con h4:hover {
  color: #c00;
  text-decoration: underline;
}
.event-con h4.noHover {
  cursor: default;
}
.event-con h4.noHover:hover {
  color: #999696;
  text-decoration: none;
}
.event-con p {
  font-size: 15px;
  color: #474c4d;
  font-family: 'CenturyGothic';
  line-height: 23px;
  font-weight: bold;
  font-weight: normal;
  margin-bottom: 10px;
}
.event-con p span {
  font-family: 'CenturyGothicbold';
}
.event-con p a {
  color: #c83b37;
}
.event-con p a {
  font-family: 'CenturyGothicbold';
}
.event-con-img {
  padding: 10px 0px;
}
.event-con-img img {
  width: auto;
  margin-right: 20px;
}
.event-inner-img {
  margin-bottom: 30px;
  margin-right: 30px;
  max-width: 465px;
}
.event-inner-msg {
  padding-top: 20px;
}
/*video*/
.v_p_list {
  padding-bottom: 20px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.v_p_list:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.v_p_list > h2 {
  font-size: 20px;
  color: #333;
  font-family: 'RobotoSlabRegular';
  line-height: 34px;
  display: block;
  margin-bottom: 20px;
  padding-top: 0px;
}
.v_p_list > h2 a {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  color: #999696;
}
.v_p_list .v_p_item {
  position: relative;
}
.v_p_list .v_p_item .slides li {
  position: relative;
  float: left;
  width: 289px;
  margin-right: 5px;
  display: none;
}
.v_p_list .v_p_item .v_img {
  vertical-align: bottom;
}
.v_p_list .v_p_item .v_img img {
  margin: 0px;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.v_p_list .v_p_item .v_detail {
  padding-right: 24px;
}
.v_p_list .v_p_item .v_detail h5 {
  font-size: 16px;
  color: #333;
  font-family: 'RobotoSlabRegular';
  line-height: 24px;
  font-weight: bold;
  margin: 8px 0px;
  max-height: 48px;
  overflow: hidden;
}
.v_p_list .v_p_item .v_detail p {
  margin: 0px;
  line-height: 14px;
  font-size: 12px;
  font-family: 'CenturyGothic';
  color: #999;
}
.v_p_list .flex-direction-nav a {
  top: 61px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: '' 0px 4px 6px rgba(0, 0, 0, 0.3) 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: '' 0px 4px 6px rgba(0, 0, 0, 0.3) 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' 0px 4px 6px rgba(0, 0, 0, 0.3) 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: '' 0px 4px 6px rgba(0, 0, 0, 0.3) 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.v_p_list .flex-direction-nav a:after {
  display: none;
}
.v_p_list .flex-direction-nav a.flex-disabled {
  display: none !important;
}
.v_p_list .flex-direction-nav .flex-prev {
  left: -20px;
  background-image: url(../images/icon-l-gray.png);
}
.v_p_list .flex-direction-nav .flex-next {
  background-image: url(../images/icon-r-gray.png);
  right: -20px;
}
.carousel img {
  margin-bottom: 0px;
}
.video-home .resources-blog-title h1,
.video-home .resources-blog-title h3,
.video-home .resources-blog-title .resources-title {
  padding-bottom: 30px;
  text-transform: capitalize;
}
.slider-textList > div {
  padding: 50px;
}
.slider-textList h4,
.slider-textList h2,
.slider-textList h1 {
  font-size: 20px;
  color: #999696;
  font-family: 'RobotoSlabRegular';
  line-height: 34px;
  display: block;
  font-weight: bold;
}
.slider-textList p {
  font-size: 15px;
  color: #474c4d;
  font-family: 'CenturyGothic';
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  font-weight: normal;
}
.slider-textList p span {
  font-family: 'CenturyGothicbold';
}
.slider-textList p a {
  color: #c83b37;
}
.slider-textList p a {
  color: #999696;
  cursor: pointer;
}
.videoBox-main {
  background-color: #000;
  position: relative;
}
.videoBox-main iframe {
  width: 100%;
}
.audioiframe {
  height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .videoBox {
    max-width: 800px;
    margin: 0px auto;
  }
}
/**
 * market-detail
 */
.grayBg {
  background-color: #fff;
  color: #333;
}
.grayBg .tit h3 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  color: #333;
}
.grayBg .tit h3:after {
  content: " ";
  width: 2.67em;
  height: 3px;
  background-color: #d23732;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grayBg .contact h4 {
  color: #999696;
}
.grayBg1 {
  background-color: #919191;
  color: #fff;
}
.grayBg1 .tit h3 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  color: #fff;
}
.grayBg1 .tit h3:after {
  content: " ";
  width: 2.67em;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grayBg2 {
  background-color: #595959;
  color: #fff;
}
.market-detail-container .clearfix {
  zoom: 1;
}
.market-detail-container .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.market-detail-container .wrap {
  max-width: 940px;
  margin: 0 auto;
}
.market-detail-container .page-banner {
  background-color: #c83b36;
}
.market-detail-container .page-banner .page-con {
  width: 100%;
  padding-left: 0;
}
.market-detail-container .page-banner h3 {
  font-size: 48px;
}
.market-detail-container .page-banner p {
  color: #fff;
  font-size: 36px;
  padding-top: 40px;
}
.market-detail-container .contact-title {
  width: 100%;
  overflow: hidden;
}
.market-detail-container .contact-title:after {
  display: none;
}
.market-detail-container .contact-title h3 {
  width: 36%;
  float: left;
  font-size: 32px;
  position: relative;
  padding-bottom: 0.78em;
}
.market-detail-container .contact-title h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 113px;
  height: 4px;
  background-color: #d23732;
  left: 0;
  bottom: 0;
}
.market-detail-container .contact-title .sub-tit {
  width: 64%;
  font-size: 24px;
  color: #aba8a8;
  line-height: 32px;
  float: left;
}
.market-detail-container .contact-con {
  margin-bottom: 0px;
}
.market-detail-container .contact-con h4 {
  margin-bottom: 15px;
}
.market-detail-container .contact-con p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: normal;
}
.market-detail-container .contact-con img {
  margin: 30px 0;
}
.market-detail-container .contact-form .divTextarea {
  padding-top: 5px;
}
.market-detail-container .img-text-module {
  padding-top: 60px;
}
.market-detail-container .advantage-module {
  padding: 40px 0;
}
.market-detail-container .advantage-module ul {
  padding: 65px 0 22px;
}
.market-detail-container .advantage-module li {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
}
.market-detail-container .advantage-module li .icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  margin-bottom: 25px;
}
.market-detail-container .advantage-module li h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
  min-height: 56px;
}
.market-detail-container .advantage-module li p {
  padding-left: 16px;
  line-height: 24px;
  position: relative;
  font-size: 18px;
}
.market-detail-container .advantage-module li p:after {
  content: ".";
  position: absolute;
  left: 0;
  top: -6px;
}
.market-detail-container .advantage-module li:nth-child(1) {
  padding-right: 54px;
}
.market-detail-container .advantage-module li:nth-child(2) {
  padding-left: 27px;
  padding-right: 27px;
}
.market-detail-container .advantage-module li:nth-child(3) {
  padding-left: 54px;
}
.market-detail-container .imgr-textl-module {
  padding: 60px 0 30px;
}
.market-detail-container .imgr-textl-module .tit {
  margin-bottom: 60px;
}
.market-detail-container .imgr-textl-module .contact {
  margin-bottom: 30px;
}
.market-detail-container .imgr-textl-module .contact h4 {
  font-family: RobotoSlabRegular;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.market-detail-container .imgr-textl-module .contact-img {
  float: left;
  width: 36%;
}
.market-detail-container .imgr-textl-module .contact-txt p {
  font-family: CenturyGothic;
  font-size: 18px;
  line-height: 28px;
}
.market-detail-container .imgr-textl-module .hasImg .contact-txt {
  width: 64%;
  padding-left: 50px;
  box-sizing: border-box;
  float: right;
}
.market-detail-container .swiper-module {
  padding: 60px 0;
}
.market-detail-container .swiper-module .swiper-container {
  width: 100%;
  margin-top: 60px;
}
.market-detail-container .swiper-module .swiper-pagination {
  position: static;
}
.market-detail-container .swiper-module .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 16px;
}
.market-detail-container .swiper-module .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.market-detail-container .swiper-module .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.market-detail-container .swiper-module .swiper-slide .imgBox {
  width: 100%;
  height: 520px;
  overflow: hidden;
  text-align: center;
  line-height: 520px;
  margin-bottom: 30px;
  padding: 0 95px;
  box-sizing: border-box;
}
.market-detail-container .swiper-module .swiper-slide .imgBox img {
  max-height: 100%;
}
.market-detail-container .swiper-module .swiper-slide .info {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 95px;
}
.market-detail-container .swiper-module .swiper-slide .info h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
.market-detail-container .swiper-module .swiper-slide .info p {
  line-height: 24px;
  font-size: 18px;
}
.market-detail-container .video-module {
  padding: 60px 0;
}
.market-detail-container .video-module .play {
  display: block;
  position: absolute;
  z-index: 1;
  width: 107px;
  height: 76px;
  cursor: pointer;
  background: url(../images/icon-play.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -53px;
}
.market-detail-container .video-module .play:hover,
.market-detail-container .video-module .play:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.market-detail-container .video-module .videoBox video {
  vertical-align: bottom;
}
.market-detail-container .video-module .video-info {
  background-color: #c83b36;
  padding: 50px;
  color: #fff;
}
.market-detail-container .video-module .video-info h3 {
  font-size: 36px;
  padding-bottom: 24px;
  position: relative;
}
.market-detail-container .video-module .video-info h3:after {
  content: "";
  width: 96px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.market-detail-container .video-module .video-info p {
  font-size: 18px;
  line-height: 24px;
  padding-top: 44px;
}
.market-detail-container .logo-module {
  text-align: center;
}
.market-detail-container .logo-module .logo-item {
  width: 234px;
  height: 115px;
  display: inline-block;
  text-align: center;
}
.market-detail-container .link-module {
  background-color: #c83b36;
  padding: 60px 0;
}
.market-detail-container .link-module .linkList {
  color: #fff;
}
.market-detail-container .link-module .linkList li {
  width: 33.3%;
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.market-detail-container .link-module .linkList li .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
}
.market-detail-container .link-module .linkList li h4 {
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
}
.market-detail-container .link-module .linkList li h4 a {
  color: #fff;
}
.market-detail-container .link-module .linkList li h4:hover {
  text-decoration: underline;
}
.market-detail-container .link-module .linkList li p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.market-detail-container .link-module .linkList li:nth-child(2):after {
  content: "";
  width: 3px;
  height: 140px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -70px;
}
.market-detail-container .link-module .linkList li:nth-child(2):before {
  content: "";
  width: 3px;
  height: 140px;
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -70px;
}
.market-detail-container .pop-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
  display: none;
}
.market-detail-container .pop-box .pop-inner {
  max-width: 940px;
  box-sizing: border-box;
  padding: 20px 50px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.market-detail-container .pop-box .contact-form .checkBox p {
  text-align: left;
  padding-left: 42px;
}
.market-detail-container .pop-box .contact-form .checkBox p:before {
  position: absolute;
  left: 0;
  top: 5px;
}
.market-detail-container .pop-box .contact-sub {
  margin-left: 60px;
  margin-top: 0px;
}
.market-detail-container .pop-box .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -50px;
  top: -7px;
  opacity: 1;
}
.market-detail-container .pop-box .close:before,
.market-detail-container .pop-box .close:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 3px;
  background-color: #d23732;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.market-detail-container .pop-box .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1367px) {
  .market-detail-container .swiper-module .swiper-container {
    margin-top: 50px;
  }
  .market-detail-container .swiper-module .swiper-slide .imgBox {
    height: 460px;
    min-height: 460px;
  }
}
/**
 * Premium content zone ---> Market Intelligence
 */
.pcz-market-con > div {
  padding: 0;
}
.pcz-market-con .pcz-market-left {
  padding-right: 60px;
}
.pcz-market-con .market-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pcz-market-con .market-item > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pcz-market-con .market-item .market-item-img {
  width: 100%;
}
.pcz-market-con .market-item .market-item-info {
  width: 100%;
  position: relative;
}
.pcz-market-con .market-item .market-item-info h4 {
  font-size: 26px;
  color: #222425;
  font-family: 'RobotoSlabRegular';
  padding: 9px 0;
}
.pcz-market-con .market-item .market-item-info .date {
  color: #c83c38;
  font-size: 14px;
  font-family: 'CenturyGothicbold';
  font-weight: bold;
}
.pcz-market-con .market-item .market-item-info p {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'CenturyGothic';
  color: #474c4d;
}
.pcz-market-con .market-item .market-item-info .desc {
  overflow: hidden;
  max-height: 6em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pcz-market-con .market-item .market-item-info .read-btn {
  font-size: 16px;
  background-color: #c93c38;
  color: #fff;
  font-family: 'CenturyGothic';
  font-weight: bold;
  padding: 0.8em 0.9em;
  display: inline-block;
}
.pcz-market-con .market-item:first-child {
  padding-top: 0;
}
.pcz-market-con .showmore {
  margin: 35px 0;
  display: inline-block;
  width: 256px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  color: #d23732;
  border: 1px solid #d23732;
  border-radius: 10px;
  font-weight: bold;
}
.pcz-market-con .showmore:hover {
  background-color: #d23732;
  color: #fff;
}
.pcz-market-con .market-right-box .tit {
  font-size: 20px;
  line-height: 1.5em;
  color: #c83c38;
  border-bottom: 1px solid rgba(200, 60, 56, 0.4);
  font-family: 'RobotoSlabBold';
  font-weight: bold;
  margin-bottom: 20px;
}
.pcz-market-con .market-right-box .reports-list li {
  padding-left: 15px;
  font-size: 16px;
  font-family: 'CenturyGothic';
  line-height: 1.5em;
  margin-bottom: 30px;
  position: relative;
}
.pcz-market-con .market-right-box .reports-list li:after {
  content: "";
  width: 4px;
  height: 0.75em;
  background-color: rgba(200, 60, 56, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.pcz-market-con .market-right-box .reports-list li a {
  color: #474c4d;
}
.pcz-market-con .market-right-box .contact-item {
  margin-bottom: 30px;
}
.pcz-market-con .market-right-box .contact-item .th {
  font-family: 'CenturyGothicBold';
  font-weight: bold;
  font-size: 16px;
  color: #474c4d;
  margin-bottom: 20px;
}
.pcz-market-con .market-right-box .contact-item div p {
  font-size: 16px;
  color: #474c4d;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.pcz-market-con .market-right-box .contact-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pcz-market-con .market-item > a {
    flex-direction: row;
  }
  .pcz-market-con .market-item .market-item-img {
    width: 240px;
  }
  .pcz-market-con .market-item .market-item-info {
    flex: 1;
    padding-right: 80px;
  }
  .pcz-market-con .market-item .market-item-info.w_r {
    padding-left: 20px;
  }
  .pcz-market-con .market-item .market-item-info .read-btn {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
/**
 * Premium content zone ---> Ebook
 */
.pcz-ebook-con > div {
  padding: 0;
}
.pcz-ebook-con .ebook-item {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pcz-ebook-con .ebook-item .ebook-item-info {
  position: relative;
}
.pcz-ebook-con .ebook-item .ebook-item-info h4 {
  font-size: 26px;
  line-height: 1.46;
  color: #222425;
  font-family: 'RobotoSlabRegular';
  margin-bottom: 3px;
}
.pcz-ebook-con .ebook-item .ebook-item-info .date {
  color: #c83c38;
  font-size: 14px;
  font-family: 'CenturyGothicbold';
  font-weight: bold;
}
.pcz-ebook-con .ebook-item .ebook-item-info p {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'CenturyGothic';
  color: #474c4d;
}
.pcz-ebook-con .ebook-item .ebook-item-info .desc {
  overflow: hidden;
  max-height: 6em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pcz-ebook-con .ebook-item .ebook-item-info .read-btn {
  font-size: 16px;
  background-color: #c93c38;
  color: #fff;
  font-family: 'CenturyGothic';
  font-weight: bold;
  padding: 0.8em 0.9em;
  display: inline-block;
}
.pcz-ebook-con .ebook-item:first-child {
  padding-top: 0;
}
.pcz-ebook-con .ebook-item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .pcz-ebook-con .ebook-item > a {
    display: flex;
  }
  .pcz-ebook-con .ebook-item .ebook-item-img {
    width: 560px;
    margin-right: 50px;
  }
  .pcz-ebook-con .ebook-item .ebook-item-info {
    flex: 1;
  }
  .pcz-ebook-con .ebook-item .read-btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.podcasts-container .page-banner .page-con {
  width: 80%;
  padding-left: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.podcasts-container .page-banner h2 {
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .podcasts-container .page-banner h2 {
    font-size: 26px;
  }
}
.podcasts-con .podcasts-con-th {
  margin-bottom: 30px;
}
.podcasts-con .podcasts-con-th .row {
  display: flex;
  flex-direction: row;
}
.podcasts-con .podcasts-con-th .th-img {
  float: none;
}
.podcasts-con .podcasts-con-th .th-info {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.podcasts-con .podcasts-con-th .th-info h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'RobotoSlabRegular';
  padding-bottom: 1em;
}
.podcasts-con .podcasts-con-th .th-info .links a {
  color: #474c4d;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.podcasts-con .podcasts-con-th .th-info .links a:last-child {
  margin-bottom: 0;
}
.podcasts-con .podcasts-con-th .th-info .time {
  color: #999696;
}
.podcasts-con .podcasts-con-th .desc {
  font-style: italic;
  color: #999696;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 20px;
}
.podcasts-con .audio-box {
  margin-bottom: 50px;
}
.podcasts-con .podcasts-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.podcasts-con .podcasts-icons a {
  width: 200px;
}
.podcasts-con .podcasts-icons .spotify-icon {
  width: 150px;
}
.podcasts-con .podcasts-con-list li.row {
  margin-bottom: 30px;
}
.podcasts-con .podcasts-con-list li.row p {
  margin-bottom: 20px;
}
.podcasts-con .podcasts-con-list li.row .more {
  font-family: 'CenturyGothicbold';
  font-size: 15px;
  color: #c83b37;
}
@media screen and (max-width: 992px) {
  .podcasts-con .podcasts-con-th .th-img img {
    width: auto !important;
  }
}
.weixin_share_layer {
  display: none;
}
.weixin_share_layer {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.weixin_share_layer .weixin_share_content {
  position: absolute;
}
.weixin_share_layer .weixin_share_content .share_weixin_img {
  width: 100px;
}
.weixin_share_layer .weixin_share_content .share_name {
  color: #fff;
}
