
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*slick-theme.css*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../min/widget/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../min/widget/slick/fonts/slick.eot);
    src: url(../min/widget/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../min/widget/slick/fonts/slick.woff) format('woff'), url(../min/widget/slick/fonts/slick.ttf) format('truetype'), url(../min/widget/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*7-stroke.min.css*/
@font-face{font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;src:url(../min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?d7yf1v);src:url(../min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(../min/static/vendor/7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(../min/static/vendor/7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(../min/static/vendor/7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg')}[class*=" pe-"],[class^=pe-]{position:relative;display:inline-block;font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-album:before{content:"\e6aa"}.pe-arc:before{content:"\e6ab"}.pe-back-2:before{content:"\e6ac"}.pe-bandaid:before{content:"\e6ad"}.pe-car:before{content:"\e6ae"}.pe-diamond:before{content:"\e6af"}.pe-door-lock:before{content:"\e6b0"}.pe-eyedropper:before{content:"\e6b1"}.pe-female:before{content:"\e6b2"}.pe-gym:before{content:"\e6b3"}.pe-hammer:before{content:"\e6b4"}.pe-headphones:before{content:"\e6b5"}.pe-helm:before{content:"\e6b6"}.pe-hourglass:before{content:"\e6b7"}.pe-leaf:before{content:"\e6b8"}.pe-magic-wand:before{content:"\e6b9"}.pe-male:before{content:"\e6ba"}.pe-map-2:before{content:"\e6bb"}.pe-next-2:before{content:"\e6bc"}.pe-paint-bucket:before{content:"\e6bd"}.pe-pendrive:before{content:"\e6be"}.pe-photo:before{content:"\e6bf"}.pe-piggy:before{content:"\e6c0"}.pe-plugin:before{content:"\e6c1"}.pe-refresh-2:before{content:"\e6c2"}.pe-rocket:before{content:"\e6c3"}.pe-settings:before{content:"\e6c4"}.pe-shield:before{content:"\e6c5"}.pe-smile:before{content:"\e6c6"}.pe-usb:before{content:"\e6c7"}.pe-vector:before{content:"\e6c8"}.pe-wine:before{content:"\e6c9"}.pe-cloud-upload:before{content:"\e68a"}.pe-cash:before{content:"\e68c"}.pe-close:before{content:"\e680"}.pe-bluetooth:before{content:"\e68d"}.pe-cloud-download:before{content:"\e68b"}.pe-way:before{content:"\e68e"}.pe-close-circle:before{content:"\e681"}.pe-id:before{content:"\e68f"}.pe-angle-up:before{content:"\e682"}.pe-wristwatch:before{content:"\e690"}.pe-angle-up-circle:before{content:"\e683"}.pe-world:before{content:"\e691"}.pe-angle-right:before{content:"\e684"}.pe-volume:before{content:"\e692"}.pe-angle-right-circle:before{content:"\e685"}.pe-users:before{content:"\e693"}.pe-angle-left:before{content:"\e686"}.pe-user-female:before{content:"\e694"}.pe-angle-left-circle:before{content:"\e687"}.pe-up-arrow:before{content:"\e695"}.pe-angle-down:before{content:"\e688"}.pe-switch:before{content:"\e696"}.pe-angle-down-circle:before{content:"\e689"}.pe-scissors:before{content:"\e697"}.pe-wallet:before{content:"\e600"}.pe-safe:before{content:"\e698"}.pe-volume2:before{content:"\e601"}.pe-volume1:before{content:"\e602"}.pe-voicemail:before{content:"\e603"}.pe-video:before{content:"\e604"}.pe-user:before{content:"\e605"}.pe-upload:before{content:"\e606"}.pe-unlock:before{content:"\e607"}.pe-umbrella:before{content:"\e608"}.pe-trash:before{content:"\e609"}.pe-tools:before{content:"\e60a"}.pe-timer:before{content:"\e60b"}.pe-ticket:before{content:"\e60c"}.pe-target:before{content:"\e60d"}.pe-sun:before{content:"\e60e"}.pe-study:before{content:"\e60f"}.pe-stopwatch:before{content:"\e610"}.pe-star:before{content:"\e611"}.pe-speaker:before{content:"\e612"}.pe-signal:before{content:"\e613"}.pe-shuffle:before{content:"\e614"}.pe-shopbag:before{content:"\e615"}.pe-share:before{content:"\e616"}.pe-server:before{content:"\e617"}.pe-search:before{content:"\e618"}.pe-film:before{content:"\e6a5"}.pe-science:before{content:"\e619"}.pe-disk:before{content:"\e6a6"}.pe-ribbon:before{content:"\e61a"}.pe-repeat:before{content:"\e61b"}.pe-refresh:before{content:"\e61c"}.pe-add-user:before{content:"\e6a9"}.pe-refresh-cloud:before{content:"\e61d"}.pe-paperclip:before{content:"\e69c"}.pe-radio:before{content:"\e61e"}.pe-note2:before{content:"\e69d"}.pe-print:before{content:"\e61f"}.pe-network:before{content:"\e69e"}.pe-prev:before{content:"\e620"}.pe-mute:before{content:"\e69f"}.pe-power:before{content:"\e621"}.pe-medal:before{content:"\e6a0"}.pe-portfolio:before{content:"\e622"}.pe-like2:before{content:"\e6a1"}.pe-plus:before{content:"\e623"}.pe-left-arrow:before{content:"\e6a2"}.pe-play:before{content:"\e624"}.pe-key:before{content:"\e6a3"}.pe-plane:before{content:"\e625"}.pe-joy:before{content:"\e6a4"}.pe-photo-gallery:before{content:"\e626"}.pe-pin:before{content:"\e69b"}.pe-phone:before{content:"\e627"}.pe-plug:before{content:"\e69a"}.pe-pen:before{content:"\e628"}.pe-right-arrow:before{content:"\e699"}.pe-paper-plane:before{content:"\e629"}.pe-delete-user:before{content:"\e6a7"}.pe-paint:before{content:"\e62a"}.pe-bottom-arrow:before{content:"\e6a8"}.pe-notebook:before{content:"\e62b"}.pe-note:before{content:"\e62c"}.pe-next:before{content:"\e62d"}.pe-news-paper:before{content:"\e62e"}.pe-musiclist:before{content:"\e62f"}.pe-music:before{content:"\e630"}.pe-mouse:before{content:"\e631"}.pe-more:before{content:"\e632"}.pe-moon:before{content:"\e633"}.pe-monitor:before{content:"\e634"}.pe-micro:before{content:"\e635"}.pe-menu:before{content:"\e636"}.pe-map:before{content:"\e637"}.pe-map-marker:before{content:"\e638"}.pe-mail:before{content:"\e639"}.pe-mail-open:before{content:"\e63a"}.pe-mail-open-file:before{content:"\e63b"}.pe-magnet:before{content:"\e63c"}.pe-loop:before{content:"\e63d"}.pe-look:before{content:"\e63e"}.pe-lock:before{content:"\e63f"}.pe-lintern:before{content:"\e640"}.pe-link:before{content:"\e641"}.pe-like:before{content:"\e642"}.pe-light:before{content:"\e643"}.pe-less:before{content:"\e644"}.pe-keypad:before{content:"\e645"}.pe-junk:before{content:"\e646"}.pe-info:before{content:"\e647"}.pe-home:before{content:"\e648"}.pe-help2:before{content:"\e649"}.pe-help1:before{content:"\e64a"}.pe-graph3:before{content:"\e64b"}.pe-graph2:before{content:"\e64c"}.pe-graph1:before{content:"\e64d"}.pe-graph:before{content:"\e64e"}.pe-global:before{content:"\e64f"}.pe-gleam:before{content:"\e650"}.pe-glasses:before{content:"\e651"}.pe-gift:before{content:"\e652"}.pe-folder:before{content:"\e653"}.pe-flag:before{content:"\e654"}.pe-filter:before{content:"\e655"}.pe-file:before{content:"\e656"}.pe-expand1:before{content:"\e657"}.pe-exapnd2:before{content:"\e658"}.pe-edit:before{content:"\e659"}.pe-drop:before{content:"\e65a"}.pe-drawer:before{content:"\e65b"}.pe-download:before{content:"\e65c"}.pe-display2:before{content:"\e65d"}.pe-display1:before{content:"\e65e"}.pe-diskette:before{content:"\e65f"}.pe-date:before{content:"\e660"}.pe-cup:before{content:"\e661"}.pe-culture:before{content:"\e662"}.pe-crop:before{content:"\e663"}.pe-credit:before{content:"\e664"}.pe-copy-file:before{content:"\e665"}.pe-config:before{content:"\e666"}.pe-compass:before{content:"\e667"}.pe-comment:before{content:"\e668"}.pe-coffee:before{content:"\e669"}.pe-cloud:before{content:"\e66a"}.pe-clock:before{content:"\e66b"}.pe-check:before{content:"\e66c"}.pe-chat:before{content:"\e66d"}.pe-cart:before{content:"\e66e"}.pe-camera:before{content:"\e66f"}.pe-call:before{content:"\e670"}.pe-calculator:before{content:"\e671"}.pe-browser:before{content:"\e672"}.pe-box2:before{content:"\e673"}.pe-box1:before{content:"\e674"}.pe-bookmarks:before{content:"\e675"}.pe-bicycle:before{content:"\e676"}.pe-bell:before{content:"\e677"}.pe-battery:before{content:"\e678"}.pe-ball:before{content:"\e679"}.pe-back:before{content:"\e67a"}.pe-attention:before{content:"\e67b"}.pe-anchor:before{content:"\e67c"}.pe-albums:before{content:"\e67d"}.pe-alarm:before{content:"\e67e"}.pe-airplay:before{content:"\e67f"}
/*metinfo.css*/
/*变量定义*/
/*变量*/
/*文字颜色（深）*/
/*鼠标经过文字颜色*/
/*选中状态*/
/*圆角度*/
/*导航高度*/
/*文字颜色（淡）*/
/*文字颜色（浅）*/
/*导航选中背景*/
/*首页间隔区块背景*/
/*面包屑导航*/
/*内页主体背景*/
/*编辑器内容背景*/
/*编辑器文字颜色*/
/*内页背景色*/
/*边框颜色*/
/*样式方法*/
/*超链接文字颜色*/
.less-link {
  color: #222222;
}
.less-link:hover {
  color: #e7272d;
}
.less-decorationnone {
  text-decoration: none;
}
.less-decorationnone:active,
.less-decorationnone:focus,
.less-decorationnone:hover {
  text-decoration: none;
}
/* 背景渐变色 */
/*css3样式*/
/* . */
/*行高*/
.height-20 {
  height: 20px;
}
/**/
.less-page-content {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .less-page-content {
    padding: 10px;
  }
}
.less-page-body {
  padding: 30px 0px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .less-page-body {
    padding: 0px;
  }
}
.less-uldestyle {
  padding: 0px;
  list-style: none;
}
/*编辑器*/
.met-editor {
  padding: 30px;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #222;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .met-editor {
    padding: 10px;
  }
}
.met-editor p {
  margin-bottom: 16px;
}
.met-editor img {
  max-width: 100%;
}
.met-editor img:not(.imgloading) {
  height: auto !important;
}
.met-editor table {
  color: #222222;
}
.met-editor .table-saw {
  overflow-x: auto;
}
.met-editor .metvideobox,
.met-editor video,
.met-editor .metvideo,
.met-editor iframe,
.met-editor embed {
  max-width: 100% !important;
  margin: auto;
  display: block;
}
.met-editor .lg-item-box {
  display: inline;
}

/*翻篇*/
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
}

/*弹性布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
/*弹性布局垂直居中*/
.less-flex-vm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #6b6b6b;
  border-color: #222222;
}
.btn-primary:hover {
  opacity: 0.9;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  opacity: 0.9;
}

/*图片画廊皮肤*/
.fngallery .lg-item-box img {
  cursor: zoom-in;
}
.met-white-lightGallery .lg-backdrop,
.met-white-lightGallery .lg-actions .lg-next,
.met-white-lightGallery .lg-actions .lg-prev,
.met-white-lightGallery .lg-toolbar {
  background: #fff;
}
.met-white-lightGallery .lg-sub-html {
  background: rgba(255, 255, 255, 0.7);
  color: #555;
}
.met-white-lightGallery .lg-toolbar.opacity0 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.met-white-lightGallery .lg-toolbar .lg-icon:hover,
.met-white-lightGallery .lg-actions .lg-next:hover,
.met-white-lightGallery .lg-actions .lg-prev:hover,
.met-white-lightGallery .lg-outer .lg-toogle-thumb:hover {
  color: #333;
}
.met-white-lightGallery .lg-outer {
  z-index: 1602;
  background: #fff;
}
.met-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 84px;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer,
.met-white-lightGallery .lg-outer .lg-toogle-thumb {
  background-color: #f2f2f2;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer {
  padding: 0 10px;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active,
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover {
  border-color: #e7272d;
}
/* 表单 */
.met-form .form-control,
.input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* swiper水平滚动导航 */
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2);
}
.swiper-navtab .swiper-wrapper {
  width: auto;
}
.swiper-navtab .swiper-wrapper.flex-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.swiper-navtab .swiper-slide {
  width: auto;
}
/* 省略号 */
.slh,
.pager li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* slick */
.slick-loading .slick-list {
  background: none;
}
.slick-arrow {
  width: auto;
  height: auto;
  z-index: 1;
  color: #fff !important;
}
.slick-arrow:before,
.slick-arrow:after {
  font-family: inherit;
  display: none;
}
.slick-arrow:hover {
  color: #e7272d !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow i {
  font-size: 60px;
}
.slick-slide {
  outline: none;
}
/* 延迟加载背景图片 */
img.imgloading:not([src*=base64]),
img.slick-loading:not([src*=base64]) {
  object-fit: scale-down;
}
/* 其他 */
@media (max-width: 767px) {
  .invisible-xs {
    visibility: hidden;
  }
}
/*动画*/
.animation-slide-top10 {
  animation-name: slide-top10;
  -webkit-animation-name: slide-top10;
  -moz-animation-name: slide-top10;
  -ms-animation-name: slide-top10;
  -o-animation-name: slide-top10;
}
.animation-slide-bottom10 {
  animation-name: slide-bottom10;
  -webkit-animation-name: slide-bottom10;
  -moz-animation-name: slide-bottom10;
  -ms-animation-name: slide-bottom10;
  -o-animation-name: slide-bottom10;
}
.animation-slide-left10 {
  animation-name: slide-left10;
  -webkit-animation-name: slide-left10;
  -moz-animation-name: slide-left10;
  -ms-animation-name: slide-left10;
  -o-animation-name: slide-left10;
}
.animation-slide-right10 {
  animation-name: slide-right10;
  -webkit-animation-name: slide-right10;
  -moz-animation-name: slide-right10;
  -ms-animation-name: slide-right10;
  -o-animation-name: slide-right10;
}
.animation-slide-top50 {
  animation-name: slide-top50;
  -webkit-animation-name: slide-top50;
  -moz-animation-name: slide-top50;
  -ms-animation-name: slide-top50;
  -o-animation-name: slide-top50;
}
.animation-slide-bottom50 {
  animation-name: slide-bottom50;
  -webkit-animation-name: slide-bottom50;
  -moz-animation-name: slide-bottom50;
  -ms-animation-name: slide-bottom50;
  -o-animation-name: slide-bottom50;
}
.animation-slide-left50 {
  animation-name: slide-left50;
  -webkit-animation-name: slide-left50;
  -moz-animation-name: slide-left50;
  -ms-animation-name: slide-left50;
  -o-animation-name: slide-left50;
}
.animation-slide-right50 {
  animation-name: slide-right50;
  -webkit-animation-name: slide-right50;
  -moz-animation-name: slide-right50;
  -ms-animation-name: slide-right50;
  -o-animation-name: slide-right50;
}
@-webkit-keyframes slide-top10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-top10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-bottom10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-left10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-right10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-top50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-top50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-bottom50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-left50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-right50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*banner & sidebar*/
/*banner*/
.met-banner {
  width: 100%;
  height: 300px;
  margin: 0 !important;
  display: table;
  background: #ccc;
}
.met-banner.fixedheight {
  display: -moz-deck;
}
.met-banner.fixedheight .slick-slide {
  height: 100%;
}
.met-banner.fixedheight .slick-slide img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.met-banner.banner-ny-h {
  height: 150px;
}
.met-banner.banner-ny-h .slick-slide img {
  min-height: 100px;
}
@media (max-width: 991px) {
  .met-banner.banner-ny-h {
    height: 100px;
  }
}
.met-banner.slick-slider {
  display: block;
}
.met-banner .slick-list,
.met-banner .slick-track {
  height: 100%;
}
.met-banner .slick-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.met-banner .slick-slide:first-child {
  display: block;
}
.met-banner .slick-slide a {
/*background:#6b0178;color:#F00;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.met-banner .slick-slide img {
  min-height: 150px;
}
.met-banner .slick-arrow {
  width: 15%;
  height: 100%;
  display: none !important;
  top: 50%;
  text-align: center;
}
.met-banner .slick-arrow.slick-prev {
  /* 如果浏览器不支持渐变，使用图像作为背景 */
  background: linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  /* Webkit: Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  /* IE 10 */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  /* IE < 10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.met-banner .slick-arrow.slick-next {
  /* 如果浏览器不支持渐变，使用图像作为背景 */
  background: linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  /* Webkit: Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  /* IE 10 */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  /* IE < 10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.met-banner .slick-arrow:hover i {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.met-banner .slick-arrow i {
  font-size: 70px;
  color: #fff !important;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
}
@media (max-width: 767px) {
  .met-banner .slick-arrow i {
    font-size: 50px;
  }
}
.met-banner .slick-dots {
  margin: 0;
  bottom: 20px;
}
.met-banner .slick-dots li {
  margin: 0 2px;
}
@media (max-width: 991px) {
  .met-banner {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .met-banner:hover .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .met-banner .slick-dots {
    bottom: 5px;
  }
  .met-banner .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0;
  }
}
.met-banner .banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.met-banner .banner-text .container {
  height: 100%;
  display: table;
  text-align: center;
}
.met-banner .banner-text .container .banner-text-con {
  display: table-cell;
  vertical-align: middle;
}
.met-banner .banner-text.p-1 .container {
  text-align: left;
}
.met-banner .banner-text.p-1 .container .banner-text-con div {
  width: 60%;
  float: left;
}
.met-banner .banner-text.p-2 .container {
  text-align: right;
}
.met-banner .banner-text.p-2 .container .banner-text-con div {
  width: 60%;
  float: right;
}
.met-banner .banner-text.p-3 {
  top: 10%;
}
.met-banner .banner-text.p-3 .container .banner-text-con {
  vertical-align: top;
}
.met-banner .banner-text.p-4 {
  top: auto;
  bottom: 10%;
}
.met-banner .banner-text.p-4 .container .banner-text-con {
  vertical-align: bottom;
}
.met-banner .banner-text.p-3 .container .banner-text-con,
.met-banner .banner-text.p-4 .container .banner-text-con,
.met-banner .banner-text.p-5 .container .banner-text-con {
  width: 60%;
}
.met-banner .banner-text h4,
.met-banner .banner-text p {
  color: #fff;
}
.met-banner .banner-text h4 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
}
.met-banner .banner-text p {
  font-size: 30px;
  margin: 20px 0 0;
  text-shadow: none;
}
.met-banner .banner-text .btn {
  margin-top: 30px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .met-banner .banner-text h4 {
    font-size: 20px;
  }
  .met-banner .banner-text p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .met-banner .banner-text .container {
    width: 100%;
  }
  .met-banner .banner-text.p-5 .container .banner-text-con {
    width: 100%;
  }
  .met-banner .banner-text h4 {
    font-size: 18px;
  }
  .met-banner .banner-text p {
    margin-top: 15px;
    font-size: 24px;
  }
  .met-banner .banner-text .btn {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .met-banner .banner-text h4 {
    font-size: 16px;
  }
  .met-banner .banner-text p {
    margin-top: 10px;
    font-size: 20px;
  }
}


/* 首页关于我们 begin*/
#fh5co-about-us {
	padding: 130px 0 0px;
	position: relative
}
#fh5co-about-us .bg-about-black {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #000;
	bottom: 42%;
	z-index: -1
}
#fh5co-about-us .bg-about {
	background: #b10000;
	padding: 46px 20px 20px;
	overflow: visible
}
#fh5co-about-us .media-img {
	margin-top: -67px;
}
#fh5co-about-us .media-img img {
	max-width: 100%
}
#fh5co-about-us .content {
	font-size: 15px;
	color: #fff;
	line-height: 2.1
}
#fh5co-about-us .content .intro {
	padding-right: 55px;
}
#fh5co-about-us .content .intro h3 {
	color: rgb(255, 255, 255);
	font-size: 30px;
	margin-bottom: 25px;
}
#fh5co-about-us .content p {
	line-height: 2.1
}
#fh5co-about-us .content p.more a:hover {
	background: #f13a3a;
	color: #fff
}
/* 首页关于我们 end*/

/* 首页新闻动态 begin*/
.fh5co-news-list .bg-news {
	background-color: #fff;
	padding: 130px 0 115px;
}
.fh5co-news-list .show-list .item {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px;
	text-align: center
}
.fh5co-news-list .show-list .item .item-top img, #fh5co-news-list .show-list .item .item-bottom img {
	max-width: 100%
}
.fh5co-news-list .show-list .item .item-top, #fh5co-news-list .show-list .item .item-bottom {
	text-align: center
}
.fh5co-news-list .show-list .item .item-middle {
	padding: 80px 0 65px;
}
.fh5co-news-list .show-list .item1 .item-middle, #fh5co-news-list .show-list .item3 .item-middle {
	background: #3B3B3B
}
.fh5co-news-list .show-list .item2 .item-middle {
	background: #b10000
}
.fh5co-news-list .show-list .item h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
#fh5co-news-list .show-list .item1 h3 a, #fh5co-news-list .show-list .item3 h3 a {
	color: #FFF
}
.fh5co-news-list .show-list .item2 h3 a {
	color: #fff
}
.fh5co-news-list .show-list .item ul li {
	overflow: hidden;
	display: block
}
.fh5co-news-list .show-list .item ul li a {
	font-size: 16px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden
}
#fh5co-news-list .show-list .item1 ul li a, #fh5co-news-list .show-list .item3 ul li a {
	color: #999;
}
.fh5co-news-list .show-list .item1 ul li a:hover, #fh5co-news-list .show-list .item3 ul li a:hover {
	color: #999;
	text-decoration: underline
}
.fh5co-news-list .show-list .item2 ul li a {
	color: #fff;
}
.fh5co-news-list .show-list .item2 ul li a:hover {
	color: #fff;
	text-decoration: underline
}
.fh5co-news-list .show-list .item p.more {
	margin-top: 50px;
}
.fh5co-news-list .show-list .item p.more a {
	display: inline-block;
	padding: 10px 40px;
	font-size: 16px;
	color: #999;
	border: 1px solid #999
}
.fh5co-news-list .show-list .item p.more a:hover {
	color: #fff;
	border: 1px solid #b10000;
	background: #b10000
}
.fh5co-news-list .show-list .item2 p.more a {
	color: #fff;
	border: 1px solid #fff
}
#fh5co-news-list .show-list .item2 p.more a:hover {
	color: #333;
	border: 1px solid #fff;
	background: #fff
}
/* 首页联系我们 begin*/
.fh5co-contact-us .bg-contact {
	background: url(../images/contact-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 220px 0 170px;
}
#fh5co-contact-us .content {
	font-size: 18px;
	color: #fff;
	line-height: 2.1
}
#fh5co-contact-us .content .intro {
	padding-right: 30px;
}
#fh5co-contact-us .content .intro .inner-content {
}
#fh5co-contact-us .content .intro h3 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	margin-bottom: 37px;
}
#fh5co-contact-us .content p {
	line-height: 2.1
}
#fh5co-contact-us .content p a {
	color: #fff
}
#fh5co-contact-us .content p a:hover {
	color: #fff;
	text-decoration: underline
}
#fh5co-contact-us .content p.more {
	margin-top: 15px;
}
#fh5co-contact-us .content p.more a {
	display: inline-block;
	color: #b10000;
	font-size: 16px;
	background: #fff;
	padding: 10px 50px;
	text-align: center;
	margin-top: 28px;
}
#fh5co-contact-us .content p.more a:hover {
	background: #fff;
	color: #333
}
/* 首页联系我们 end*/

/*手机底部导航*/
#toolbar {
	display: none;
}
@media (min-width:1441px) {
#fh5co-product-list .bg-product {
	background-size: cover
}
}
 @media (min-width:1000px) and (max-width:1199px) {
#fh5co-about-us .bg-about {
	padding: 20px 20px 20px;
}
#fh5co-about-us .media-img {
	margin-top: -47px;
}
#fh5co-about-us .content .intro {
	padding-right: 0px;
}
#fh5co-about-us .content .intro h3 {
	margin-bottom: 0px;
}
#article-box-id #fh5co-content_show .show_content {
	margin-left: 30px;
}
#fh5co-content_show .service-boxs .desc {
	padding-left: 20px;
}
}
 @media screen and (max-width:1000px) {
#quirydialog .qdialog-head {
	width: 600px
}
#fh5co-header .navbar-head img {
	width: 200px;
	margin-top: 3px;
}
#fh5co-header .navbar-body .nav li a {
	padding: 0px 18px;
}
#fh5co-header .navbar-body .nav li ul {
	left: -37px;
}
.flexslider {
	height: 500px;
}
.flexslider .slides li {
	height: 500px;
}
#fh5co-content_show .product-detail .content-img {
	margin-bottom: 30px;
}
#article-box-id #fh5co-content_show .show_content {
	margin-left: 20px;
}
.line-big {
	margin-left: -10px;
	margin-right: -10px
}
.line-big .x1, .line-big .x2, .line-big .x3, .line-big .x4, .line-big .x5, .line-big .x6, .line-big .x7, .line-big .x8, .line-big .x9, .line-big .x10, .line-big .x11, .line-big .x12, .line-big .xl1, .line-big .xl2, .line-big .xl3, .line-big .xl4, .line-big .xl5, .line-big .xl6, .line-big .xl7, .line-big .xl8, .line-big .xl9, .line-big .xl10, .line-big .xl11, .line-big .xl12, .line-big .xs1, .line-big .xs2, .line-big .xs3, .line-big .xs4, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xs8, .line-big .xs9, .line-big .xs10, .line-big .xs11, .line-big .xs12, .line-big .xm1, .line-big .xm2, .line-big .xm3, .line-big .xm4, .line-big .xm5, .line-big .xm6, .line-big .xm7, .line-big .xm8, .line-big .xm9, .line-big .xm10, .line-big .xm11, .line-big .xm12, .line-big .xb1, .line-big .xb2, .line-big .xb3, .line-big .xb4, .line-big .xb5, .line-big .xb6, .line-big .xb7, .line-big .xb8, .line-big .xb9, .line-big .xb10, .line-big .xb11, .line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
#fh5co-about-us {
	padding: 60px 0 0;
}
#fh5co-about-us .bg-about {
	padding: 20px 20px 20px;
}
#fh5co-about-us .media-img {
	margin-top: -40px;
}
#fh5co-about-us .content .intro {
	padding-right: 0px;
	height: 190px;
	overflow: hidden
}
#fh5co-about-us .content .intro h3 {
	margin-bottom: 0px;
}
#fh5co-choose-us .content .intro {
	padding-left: 50px;
}
#fh5co-news-list .show-list .item ul li a {
	font-size: 14px;
}
#fh5co-content_show .service-boxs .desc {
	padding-left: 20px;
}
}
 @media screen and (max-width:760px) {
#quirydialog .qdialog-head {
	width: 360px
}
#fh5co-offcanvas .nav {
	display: block;
	borer: none
}
.fh5co-nav-toggle {
	display: block;
}
#fh5co-header {
	top: 5px
}
#fh5co-header .navbar {
	height: auto;
}
#fh5co-header .navbar-head {
	padding: 0 0 0px 0;
	position: relative
}
#fh5co-header .navbar-body {
	border: none
}
#fh5co-header .icon-navicon {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
	background: none;
	color: #fff;
	font-size: 22px;
	border: none;
	transition: none;
	padding: 0;
}
#fh5co-header .navbar-head img {
	width: 160px;
}
.flexslider {
	height: 300px;
}
.flexslider .slides li {
	height: 300px;
}
#article-box-id #fh5co-content_show .show_content {
	margin-left: 0px;
}
.slideshow {
	height: 280px;
}
#fh5co-service-list .bg-service {
	padding: 50px 0 20px;
}
#fh5co-about-us .content .intro {
	margin-top: 20px;
	height: auto
}
#fh5co-product-list .show-list {
	padding: 50px 0 0;
}
#fh5co-product-list .bg-product {
	background: none
}
#fh5co-choose-us .bg-choose {
	background-image: url(../images/choose-mbg.jpg);
	background-position: left top;
	padding: 0px 0 60px;
}
#fh5co-choose-us .content .intro .inner-content {
	max-width: auto;
}
#fh5co-choose-us .content .intro h3 {
	padding-top: 130px;
}
#fh5co-contact-us .bg-contact {
	background: #b10000;
	padding: 40px 0 30px;
}
#fh5co-contact-us .intro {
	padding-left: 20px;
}
#fh5co-news-list .bg-news {
	padding: 50px 0 45px;
}
#fh5co-news-list .show-list .item .item-middle {
	padding: 40px 0 15px;
}
.show-product a .overlay div h3 {
	font-size: 14px;
}
#fh5co-our-team .bg-team {
	margin-top: 40px;
	padding: 40px 0
}
#fh5co-content_show .service-boxs .desc {
	padding-left: 0px;
}
.flex-direction-nav {
	display: none
}
/*手机底部导航*/
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #000;
	display: block;
}
#toolbar a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}
#toolbar a span {
	font-size: 22px;
	display: block;
}
}
 @media screen and (max-width:480px) {
.fh5co-heading h2, #fh5co-service-list h3 {
	font-size: 28px;
}
.fh5co-heading span {
	font-size: 14px;
}
#quirydialog .qdialog-head {
	width: auto !important
}
#fh5co-header .navbar-head img {
	width: 120px;
}
.fh5co-nav-toggle {
	top: 11px;
}
.flexslider {
	height: 180px;
}
.flexslider .slides li {
	height: 180px;
}
.article-media .media .caldata .content {
	padding: 6px;
}
.article-media .media .caldata .content p.day {
	font-size: 20px;
}
.article-media .media .media_img {
	width: 82px;
	margin-right: 10px;
}
.article-media .media .media_img img {
	width: 80px;
	padding: 1px;
}
.article-media .media .time, .article-media .media .desc {
	display: none
}
.article-media img {
	width: 80px;
}
.article-media .media-body h3 {
	line-height: 100%;
	font-size: 12px;
}
.article-media .media-body h3 a {
	font-size: 14px;
	line-height: 150%
}
#fh5co-content_show .inner-nav h2 {
	font-size: 26px;
}
#fh5co-content_show .inner-nav .nav li a {
	padding: 0 9px;
	margin: 0 2px;
	font-size: 14px;
}
#fh5co-content_show .contact-box {
	padding: 25px 10px 35px;
}
#fh5co-content_show .qhd-title, #fh5co-content_show .detail h1 {
	line-height: 1.3
}
#fh5co-content_show .qhd-title span {
	font-size: 12px;
}
.slideshow {
	height: 160px;
}
#fh5co-service-list .item a {
	padding: 20px 0 16px;
}
.show-product a .overlay div h3 {
	display: none
}
#fh5co-choose-us .content {
	font-size: 14px;
}
#fh5co-choose-us .content .intro {
	padding: 0 10px;
}
#fh5co-choose-us .content .intro .inner-content {
	max-width: 600px;
}
#fh5co-choose-us .content .intro h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#fh5co-choose-us .content p.more a, #fh5co-contact-us .content p.more a {
	padding: 5px 20px;
	margin-top: 6px;
	font-size: 14px;
}
#fh5co-news-list .show-list .xl6, #fh5co-our-team .bg-team .xl6 {
	width: 100% !important
}
#fh5co-news-list .show-list .item {
	max-width: 396px;
	width: 100%;
	margin: 0 auto
}
#fh5co-contact-us .content .intro h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#fh5co-contact-us .content {
	font-size: 14px;
	line-height: 1.8
}
}

/* 首页新闻动态 begin*/
#fh5co-news-list .bg-news {
	background-color: #fff;
	padding: 130px 0 115px;
}
#fh5co-news-list .show-list .item {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px;
	text-align: center
}
#fh5co-news-list .show-list .item .item-top img, #fh5co-news-list .show-list .item .item-bottom img {
	max-width: 100%
}
#fh5co-news-list .show-list .item .item-top, #fh5co-news-list .show-list .item .item-bottom {
	text-align: center
}
#fh5co-news-list .show-list .item .item-middle {
	padding: 80px 0 65px;
}
#fh5co-news-list .show-list .item1 .item-middle, #fh5co-news-list .show-list .item3 .item-middle {
	background: #3B3B3B
}
#fh5co-news-list .show-list .item2 .item-middle {
	background: #b10000
}
#fh5co-news-list .show-list .item h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
#fh5co-news-list .show-list .item1 h3 a, #fh5co-news-list .show-list .item3 h3 a {
	color: #FFF
}
#fh5co-news-list .show-list .item2 h3 a {
	color: #fff
}
#fh5co-news-list .show-list .item ul li {
	overflow: hidden;
	display: block
}
#fh5co-news-list .show-list .item ul li a {
	font-size: 16px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden
}
#fh5co-news-list .show-list .item1 ul li a, #fh5co-news-list .show-list .item3 ul li a {
	color: #999;
}
#fh5co-news-list .show-list .item1 ul li a:hover, #fh5co-news-list .show-list .item3 ul li a:hover {
	color: #999;
	text-decoration: underline
}
#fh5co-news-list .show-list .item2 ul li a {
	color: #fff;
}
#fh5co-news-list .show-list .item2 ul li a:hover {
	color: #fff;
	text-decoration: underline
}
#fh5co-news-list .show-list .item p.more {
	margin-top: 50px;
}
#fh5co-news-list .show-list .item p.more a {
	display: inline-block;
	padding: 10px 40px;
	font-size: 16px;
	color: #999;
	border: 1px solid #999
}
#fh5co-news-list .show-list .item p.more a:hover {
	color: #fff;
	border: 1px solid #b10000;
	background: #b10000
}
#fh5co-news-list .show-list .item2 p.more a {
	color: #fff;
	border: 1px solid #fff
}
#fh5co-news-list .show-list .item2 p.more a:hover {
	color: #333;
	border: 1px solid #fff;
	background: #fff
}
/* 首页联系我们 begin*/
#fh5co-contact-us .bg-contact {
	background: url(../images/contact-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 220px 0 170px;
}
#fh5co-contact-us .content {
	font-size: 18px;
	color: #fff;
	line-height: 2.1
}
#fh5co-contact-us .content .intro {
	padding-right: 30px;
}
#fh5co-contact-us .content .intro .inner-content {
}
#fh5co-contact-us .content .intro h3 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	margin-bottom: 37px;
}
#fh5co-contact-us .content p {
	line-height: 2.1
}
#fh5co-contact-us .content p a {
	color: #fff
}
#fh5co-contact-us .content p a:hover {
	color: #fff;
	text-decoration: underline
}
#fh5co-contact-us .content p.more {
	margin-top: 15px;
}
#fh5co-contact-us .content p.more a {
	display: inline-block;
	color: #b10000;
	font-size: 16px;
	background: #fff;
	padding: 10px 50px;
	text-align: center;
	margin-top: 28px;
}
#fh5co-contact-us .content p.more a:hover {
	background: #fff;
	color: #333
}