﻿@charset "utf-8";
/*templet.css*/
/*变量定义*/
/*变量*/
/*文字颜色（深）*/
/*鼠标经过文字颜色*/
/*选中状态*/
/*圆角度*/
/*导航高度*/
/*文字颜色（淡）*/
/*文字颜色（浅）*/
/*导航选中背景*/
/*首页间隔区块背景*/
/*面包屑导航*/
/*内页主体背景*/
/*编辑器内容背景*/
/*编辑器文字颜色*/
/*内页背景色*/
/*边框颜色*/
/*样式方法*/
/*超链接文字颜色*/
.less-link { color: #464646; }
.less-link:hover { color: #696969; }
.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; 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(.imgload) {
 height: auto !important;
}
.met-editor table { color: #464646; }
.met-editor .table-saw { overflow-x: auto; }
.met-editor video, .met-editor .metvideo, .met-editor iframe { max-width: 100% !important; margin: auto; display: block; }
/*分页*/
.met_pager { margin-top: 20px; text-align: center; }
.met_pager * { display: inline-block; }
.met_pager a { padding: 9px 15px; border: 1px solid #e4eaec; background: #fff; text-align: center; color: #76838f; margin-right: 20px; }
.met_pager a:hover { background: #f5f5f5; text-decoration: none; }
.met_pager a.NextA { border-right: 1px solid #e4eaec; display: none; }
.met_pager a.PreA { display: none; }
.met_pager .PreSpan, .met_pager .NextSpan { padding: 9px 15px; border: 1px solid #e4eaec; background: #fff; color: #ccd5db; cursor: default; display: none; }
.met_pager .firstPage, .met_pager .lastPage { min-width: 40px; height: 28px; line-height: 28px; }
.met_pager a.Ahover { border-color: #292929; background: #292929; color: #fff; cursor: default; }
.met_pager a.Ahover:hover { border-color: #292929; background: #292929; color: #fff; }
.met_pager a { text-decoration: none; }
.met_pager a:active, .met_pager a:focus, .met_pager a:hover { text-decoration: none; }
.met_pager .PageText { display: none; margin-left: 10px; color: #aaa; }
.met_pager input { display: none; }
/*翻篇*/
.pager li { width: 49%; display: inline-block; }
.pager li a { max-width: 100%; }
/*返回顶部*/
.met-scroll-top { position: fixed; right: 10px; bottom: 10px; z-index: 10; background-color: rgba(0, 0, 0, 0.8); border: none; }
.met-scroll-top:hover, .met-scroll-top:active, .met-scroll-top:focus { background-color: rgba(0, 0, 0, 0.1) !important; border: none; }
/*弹性布局*/
.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
/*弹性布局垂直居中*/
.less-flex-vm { -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
/* 特殊的动画效果类名 */
.animation-zoomInleft { animation-name: zoomInLeft; }
.animation-bounceInLeft { animation-name: bounceInLeft; }
.animation-bounceInRight { animation-name: bounceInRight; }
.animation-bounceIn { animation-name: bounceIn; }
.animation-zoomIn { animation-name: zoomIn; }
.animation-fadeInDown { animation-name: fadeInDown; }
.animation-flipInX { animation-name: flipInX; }
.animation-fadeInUp { animation-name: fadeInUp; }
.animation-fadeInLeft { animation-name: fadeInLeft; }
.animation-fadeInRight { animation-name: fadeInRight; }
/*初始化样式*/
/*全局样式*/
html, body { width: 100%; max-width: 100%; min-width: 320px; }
body { overflow-x: hidden; font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif; color: #464646; }
.overflow-visible { overflow: visible!important; }
.dropdown-menu, .dropdown-menu > li > a { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; font-weight: normal; }
.dropdown-menu > li { padding: 0px; }
.dropdown-menu > li > a { color: #464646 !important; transition: color 0.5s; -moz-transition: color 0.5s; -webkit-transition: color 0.5s; -o-transition: color 0.5s; transition: background 0.5s; -moz-transition: background 0.5s; -webkit-transition: background 0.5s; -o-transition: background 0.5s; }
.dropdown-menu > li > a:hover { color: #696969 !important; }
.dropdown-menu > li > a:hover { background: #f5f5f5; }
.form-control.focus, .form-control:focus { border-color: #444; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
.clearfix { overflow: auto; _height: 1%; }
/*图片画廊皮肤*/
.met-white-lightGallery .lg-backdrop, .met-white-lightGallery .lg-actions .lg-next, .met-white-lightGallery .lg-actions .lg-prev, .met-white-lightGallery .lg-toolbar { background: #fff; }
.met-white-lightGallery .lg-sub-html { background: rgba(255, 255, 255, 0.7); color: #555; }
.met-white-lightGallery .lg-toolbar.opacity0 { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -o-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
.met-white-lightGallery .lg-toolbar .lg-icon:hover, .met-white-lightGallery .lg-actions .lg-next:hover, .met-white-lightGallery .lg-actions .lg-prev:hover, .met-white-lightGallery .lg-outer .lg-toogle-thumb:hover { color: #333; }
.met-white-lightGallery .lg-outer { z-index: 1501; background: #fff; }
.met-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 84px; }
.met-white-lightGallery .lg-outer .lg-thumb-outer, .met-white-lightGallery .lg-outer .lg-toogle-thumb { background-color: #f2f2f2; }
.met-white-lightGallery .lg-outer .lg-thumb-outer { padding: 0 10px; }
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item { margin-bottom: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active, .met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover { border-color: #292929; }
/* 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; }
.swiper-navtab .swiper-container { z-index: 3; }
/* 省略号 */
.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: #a1a1a1 !important; }
.slick-arrow:before, .slick-arrow:after { font-family: inherit; display: none; }
.slick-arrow:hover { color: #696969 !important; }
.slick-arrow.slick-next { right: 0; }
.slick-arrow.slick-prev { left: 0; }
.slick-arrow i { font-size: 30px; }
.slick-slide { outline: none; }
/* 延迟加载背景图片 */
img.imgload:not([src*=base64]), img.slick-loading:not([src*=base64]) {
 object-fit: none;
}
/* 其他 */
.hidden-pc { display: none; }
.btn-outline.btn-primary { color: #292929; border-color: #292929; }
.btn-primary { color: #fff; border-color: #292929; background-color: #292929; }
.btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .btn-outline.btn-primary:active { color: #fff; background-color: #292929; border-color: #292929; }
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active { color: #292929; background-color: #fff; border-color: #292929; }
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { color: #292929; background-color: #fff; border-color: #292929; }
.pager li > a:focus, .pager li > a:hover { border-color: #444; color: #444; }
.modal-primary .modal-header { background-color: #444; }
.radio-primary input[type="radio"]:checked + label::before {
 border-color: #444;
}
[class*=animation-] {
 -webkit-animation-duration: 1s;
 -o-animation-duration: 1s;
 animation-duration: 1s;
}
/*导航*/
/*导航*/
body.met-navfixed { padding-top: 80px; }
.met-nav { min-height: 60px; margin-bottom: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.met-nav [class*=animation-] {
 -webkit-animation-duration: 0.6s;
 -o-animation-duration: 0.6s;
 animation-duration: 0.6s;
}
.met-nav.navbar-shadow { box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2); animation-duration: 0.7s; }
.met-nav.navbar-fixed-top .navbar-right { margin-right: 0; }
.met-nav .navbar-logo { height: 80px; margin: 0px; margin-left: 0px; padding: 0px; display: block; }
.met-nav .navbar-logo img { max-height: 50px; }
@media (max-width: 991px) {
 .met-nav .navbar-logo img {
 max-height: 30px;
}
}
.met-nav .navbar-toggle { height: 60px; float: right; }
.met-nav .nav > li > a { color: #696969; transition: color 0.5s; -moz-transition: color 0.5s; -webkit-transition: color 0.5s; -o-transition: color 0.5s; transition: background 0.5s; -moz-transition: background 0.5s; -webkit-transition: background 0.5s; -o-transition: background 0.5s; }
.met-nav .nav > li > a i { transition: all 0.3s ease-out; }
@media (max-width: 767px) {
 .met-nav .nav > li > a {
 padding: 10px 15px;
 line-height: 25px;
}
}
@media (max-width: 991px) {
 .met-nav .nav > li > a > i {
 float: right;
}
}
.met-nav .dropdown.open > a, .met-nav .nav li a.active { color: #696969 !important; }
.met-nav .nav li .link.active:after { content: ''; width: 100%; background-color: #696969; left: 0px; position: absolute; top: 0px; height: 2px; transition: all 0.3s ease 0s; z-index: -1; }
@media (max-width: 767px) {
 .met-nav .nav li .link.active:after {
 height: 1px;
 bottom: 0px;
 top: auto;
 left: 15px;
}
}
.met-nav .nav > li > .link:after { content: ''; width: 0; background-color: #696969; left: 0px; position: absolute; top: 0px; height: 2px; transition: all 0.3s ease 0s; z-index: -1; }
@media (max-width: 767px) {
 .met-nav .nav > li > .link:after {
 height: 1px;
 bottom: 0px;
 top: auto;
 left: 15px;
}
}
.met-nav .nav > li > .link:hover:after { content: ''; width: 100%; background-color: #696969; left: 0px; position: absolute; top: 0px; height: 2px; transition: all 0.3s ease 0s; z-index: -1; }
@media (max-width: 767px) {
 .met-nav .nav > li > .link:hover:after {
 height: 1px;
 bottom: 0px;
 top: auto;
 left: 15px;
}
}
.met-nav .nav > li > a:hover, .met-nav .dropdown.open > a { color: #000; }
.met-nav .nav > li > a:hover i, .met-nav .dropdown.open > a i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); transition: all 0.3s ease-out; }
.met-nav .met-nav-login { padding-top: 15px; text-align: center; }
.met-nav .dropdown-menu > li > a { overflow: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.met-nav .dropdown-menu > li > a:hover { background: #F2F2F2 none repeat scroll 0% 0%; text-indent: 5px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
@media (min-width: 768px) {
 .met-nav .nav > li > a {
 padding: 0px;
 height: 80px;
 line-height: 80px;
}
 .met-nav .dropdown-menu {
 top: 65px;
}
 .met-nav .dropdown-menu .dropdown-submenu > a:after {
 display: none;
}
 .met-nav .dropdown-menu .dropdown-submenu > a i {
 position: absolute;
 right: 10px;
}
 .met-nav .dropdown-menu.bullet {
 top: 60px;
}
 .met-nav .met-nav-login {
 height: 60px;
 padding-top: 0px;
 margin-left: 10px;
}
}
@media (max-width: 991px) {
 .met-nav .dropdown-menu .dropdown-submenu > a:after {
 display: none;
}
 .met-nav .dropdown-menu .dropdown-submenu > a > i {
 float: right;
}
}
@media (max-width: 767px) {
 .met-nav .nav > li {
 margin-left: 0px !important;
}
 .met-nav .dropdown-menu > li > .dropdown-menu > li > a {
 padding-left: 40px;
}
 .met-nav .dropdown-menu.bullet:before,  .met-nav .dropdown-menu.bullet:after {
 display: none;
}
 .met-nav .navbar-collapse-toolbar.in {
 overflow-y: scroll;
 box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
}
 .met-nav .navbar-logo {
 float: none;
 max-width: 90px;
 margin: 0 auto;
}
}
/*banner & sidebar*/
/*banner*/
.met-banner { width: 100%; margin: 0 !important; display: table; background: #ccc; }
.met-banner.fixedheight .slick-slide { height: 100%; }
.met-banner.fixedheight .slick-slide img { width: 100%; height: 100%; position: absolute; left: 50%; top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
@media (max-width: 991px) {
 .met-banner.fixedheight .slick-slide img {
 width: 991px;
}
}
@media (max-width: 767px) {
 .met-banner.fixedheight .slick-slide img {
 width: 767px;
}
}
@media (max-width: 429px) {
 .met-banner.fixedheight .slick-slide img {
 width: 429px;
}
}
.met-banner.slick-slider { display: block; z-index: 1; }
.met-banner .slick-list, .met-banner .slick-track { height: 100%; }
.met-banner .slick-slide { width: 100%; height: auto; position: relative; overflow: hidden; }
.met-banner .slick-slide:first-child { display: block; }
.met-banner .slick-arrow { width: 40px; height: 40px; display: none !important; top: 50%; text-align: center; }
.met-banner .slick-arrow.slick-prev { background: rgba(0, 0, 0, 0.2); left: 20px; }
.met-banner .slick-arrow.slick-prev i { background: url(/wooker/templet/images/jiantou.png) repeat 0px 0px; }
.met-banner .slick-arrow.slick-next { background: rgba(0, 0, 0, 0.2); right: 20px; }
.met-banner .slick-arrow.slick-next i { background: url(/wooker/templet/images/jiantou.png) repeat -39px 0px; }
.met-banner .slick-arrow:hover { background: rgba(0, 0, 0, 0.9); transition: all ease-out 0.3s; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.met-banner .slick-arrow:hover i { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
.met-banner .slick-arrow i { font-size: 0; color: #fff !important; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); position: absolute; top: 0; left: 0; width: 40px; height: 40px; }
@media (max-width: 767px) {
 .met-banner .slick-arrow i {
 font-size: 50px;
}
}
.met-banner .slick-dots { margin: 0; bottom: 20px; }
.met-banner .slick-dots li { margin: 0 2px; }
@media (max-width: 991px) {
 .met-banner {
 height: 350px;
}
}
@media (min-width: 768px) {
 .met-banner:hover .slick-arrow {
 display: block !important;
}
}
@media (max-width: 767px) {
 .met-banner {
 height: 300px;
}
 .met-banner .slick-dots {
 bottom: 5px;
}
}
@media (max-width: 479px) {
 .met-banner {
 height: 150px;
}
}
.met-banner .banner-text { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.met-banner .banner-text .container { height: 100%; display: table; text-align: center; }
.met-banner .banner-text .container .banner-text-con { display: table-cell; vertical-align: middle; }
.met-banner .banner-text.p-1 .container { text-align: left; }
.met-banner .banner-text.p-1 .container .banner-text-con div { width: 60%; float: left; }
.met-banner .banner-text.p-2 .container { text-align: right; }
.met-banner .banner-text.p-2 .container .banner-text-con div { width: 60%; float: right; }
.met-banner .banner-text.p-3 { top: 10%; }
.met-banner .banner-text.p-3 .container .banner-text-con { vertical-align: top; }
.met-banner .banner-text.p-4 { top: auto; bottom: 10%; }
.met-banner .banner-text.p-4 .container .banner-text-con { vertical-align: bottom; }
.met-banner .banner-text.p-3 .container .banner-text-con, .met-banner .banner-text.p-4 .container .banner-text-con, .met-banner .banner-text.p-5 .container .banner-text-con { width: 60%; }
.met-banner .banner-text h1, .met-banner .banner-text h2, .met-banner .banner-text h3, .met-banner .banner-text p { color: #FFF; padding-top:70px; }
.met-banner .banner-text h1, .met-banner .banner-text h2 { margin: 0; font-size: 40px; }
.met-banner .banner-text h3 { font-size: 48px; font-weight: normal; margin: 0px; }
.met-banner .banner-text p { font-size: 20px; margin: 20px 0 0; text-shadow: none; }
.met-banner .banner-text .btn { margin-top: 30px; font-size: 20px; }
@media (max-width: 991px) {
 .met-banner .banner-text h1,  .met-banner .banner-text h2,  .met-banner .banner-text h3 {
 font-size: 30px;
}
 .met-banner .banner-text p {
 font-size: 20px;
}
}
@media (max-width: 767px) {
 .met-banner .banner-text .container {
 width: 100%;
}
 .met-banner .banner-text.p-5 .container .banner-text-con {
 width: 100%;
}
 .met-banner .banner-text h1,  .met-banner .banner-text h2 {
 font-size: 24px;
}
 .met-banner .banner-text h3 {
 font-size: 16px;
}
 .met-banner .banner-text p {
 margin-top: 15px;
 font-size: 12px;
}
 .met-banner .banner-text .btn {
 margin-top: 20px;
 font-size: 16px;
}
}
/* 内页banner */
.met-banner-ny { background-color: #292929; height: 120px; }
.met-banner-ny h1, .met-banner-ny h2 { margin: 0px; padding: 10px 30px; font-size: 35px; font-weight: 300; text-shadow: none; color: #fff; }
@media (max-width: 767px) {
 .met-banner-ny {
 height: 90px;
}
}
/*面包屑*/
.met-position { background: #ffffff; border-bottom: 1px solid #f0f2f5; padding: 15px; padding-bottom: 5px; }
.met-position.bordernone { border-bottom: none; }
@media (max-width: 767px) {
.met-position { border-bottom: 1px solid #f0f2f5; }
}
.met-position .breadcrumb { margin: 0px; padding: 15px; margin-top:70px; }
.met-position .breadcrumb > li + li:before { color: #444; }
.met-position a { text-decoration: none; color: #444; }
.met-position a:active, .met-position a:focus, .met-position a:hover { text-decoration: none; }
.met-position.pattern-show { background: #f2f2f2; border-bottom: none; }
.met-position.pattern-show .breadcrumb { padding: 10px; }
/* 内页导航 */
.met-column-nav { border-bottom: 1px solid #f0f2f5; text-align: center; }
.met-column-nav.bordernone { border-bottom: none; }
@media (max-width: 767px) {
 .met-column-nav {
 border-bottom: 1px solid #f0f2f5;
}
}
.met-column-nav ul.met-column-nav-ul { margin: 0; padding: 0px; list-style: none; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; }
.met-column-nav ul.met-column-nav-ul > li { white-space: nowrap; }
.met-column-nav ul.met-column-nav-ul > li a.link { text-decoration: none; padding: 14px; display: block; font-size: 16px; color: #90939b; }
.met-column-nav ul.met-column-nav-ul > li a.link:active, .met-column-nav ul.met-column-nav-ul > li a.link:focus, .met-column-nav ul.met-column-nav-ul > li a.link:hover { text-decoration: none; }
.met-column-nav ul.met-column-nav-ul > li a.link:hover, .met-column-nav ul.met-column-nav-ul > li a.link.active { color: #696969; }
.met-column-nav ul.met-column-nav-ul > li > ul > li > a.active { color: #696969 !important; }
.met-column-nav ul.met-column-nav-ul > li .dropdown-menu.bullet { top: 40px; }
.met-column-nav.product-search-body .sidebar_tile { overflow: hidden; }
.met-column-nav.product-search-body .swiper-navtab { margin-bottom: 10px; }
@media (min-width: 992px) {
 .met-column-nav.product-search-body .met-column-nav-ul {
 -webkit-justify-content: flex-start;
 justify-content: flex-start;
}
}
.met-column-nav.product-search-body .product_search .form-group { margin-bottom: 15px; }
@media (min-width: 992px) {
 .met-column-nav.product-search-body .product_search .form-group {
 margin-top: 7px;
 margin-bottom: 0px;
}
}
.met-column-nav.product-search-body .product_search.navno .form-group { margin-top: 15px; }
@media (min-width: 992px) {
 .met-column-nav.product-search-body .product_search.navno .form-group {
 margin-top: 8px;
 margin-bottom: 8px;
}
}
.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:focus, .nav-tabs-line > li.active > a:hover { color: #444; background-color: transparent; border-bottom: 2px solid #444; }

/*多语言*/
.met-langlist .flag-icon { margin-right: 3px; font-size: 15px; }
@media (max-width: 767px) {
 #met-langlist-modal .modal-center {
 height: auto !important;
}
}
#met-langlist-modal .modal-content { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
#met-langlist-modal .modal-content .modal-body { padding: 40px 40px 20px; position: relative; }
#met-langlist-modal .modal-content .modal-body .close { position: absolute; right: 10px; top: 0px; font-size: 40px; }
#met-langlist-modal .modal-content a.btn { padding: 0px 15px; border: none; font-size: 16px; height: 50px; line-height: 50px; }
#met-langlist-modal .modal-content a.btn span.flag-icon { margin-right: 8px; top: 7px; font-size: 30px; }
/*首页*/
/* 首页盒子 */
.met-index-body { padding: 70px 0px; background: #fff; position: relative; z-index: 2; }
.met-index-body:nth-of-type(odd) {
 background: #f5f5f5;
}
.met-index-body h3 { font-size: 24px; margin-top: 0px; text-align: center; margin-bottom: 0px; color: #444; }
.met-index-body p.desc { font-size: 13px; text-align: center; width: 80%; color: #848484; margin: 0px auto; margin-bottom: 10px; font-family: "Microsoft YaHei"; }
@media (max-width: 991px) {
 .met-index-body {
 padding: 60px 0px;
}
}
@media (max-width: 767px) {
 .met-index-body {
 padding: 50px 0px;
 border-top: 1px solid #e7e7e7;
}
 .met-index-body h3 {
 font-size: 22px;
}
 .met-index-body p.desc {
 font-size: 12px;
}
}
/* 更多按钮 */
.more { background: url(/wooker/templet/images/jiantou.png) repeat 26px -97px; width: 148px; height: 30px; display: block; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; border: #dfdfdf 1px solid; margin-top: 50px; }
@media (max-width: 991px) {
 .more {
 margin: 0 auto;
 margin-top: 30px;
}
}
.more:hover { background: url(/wooker/templet/images/jiantou.png) no-repeat 26px -127px; border-color: #b6b6b6; }
/* 服务 */
.met-index-service #serviceSlick { margin-top: 30px; }
.met-index-service .index_service_icon { display: block; width: 100%; text-align: center; }
.met-index-service .service_item { margin-right: 25px; margin-left: 25px; }
.met-index-service .service_item h4 { overflow: hidden; }
@media (min-width: 767px) and (max-width: 1200px) {
 .met-index-service .service_item img {
 max-width: 300px;
 margin: 0 auto;
}
}
@media (min-width: 991px) {
 .met-index-service .service_item {
 margin-right: 25px;
}
}
.met-index-service .slick-arrow { width: 20px; }
.met-index-service .slick-arrow.slick-next { right: -10px; }
.met-index-service [class*=blocks] li {
 margin: 50px 0 0;
 clear: none;
}
.met-index-service [class*=blocks] li i {
 width: 120px;
 height: 120px;
 background: #eee;
 text-align: center;
 font-size: 50px;
 line-height: 120px;
 color: #5e7387;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 -o-border-radius: 100%;
 -ms-border-radius: 100%;
 border-radius: 100%;
 transition: background 0.5s, color 0.5s;
 -moz-transition: background 0.5s, color 0.5s;
 -webkit-transition: background 0.5s, color 0.5s;
 -o-transition: background 0.5s, color 0.5s;
}
.met-index-service [class*=blocks] li:hover i {
 background: #4E97D9;
 color: #fff;
}
.met-index-service [class*=blocks] li h4 {
 margin-top: 20px;
 margin-bottom: 5px;
 font-weight: 300;
 font-size: 20px;
 color: #2a333c;
}
.met-index-service [class*=blocks] li p {
 width: 90%;
 margin: 0px auto;
 font-weight: 300;
 color: #5e7387;
 text-align: left;
}
.met-index-service [class*=blocks] li a {
 text-decoration: none;
}
.met-index-service [class*=blocks] li a:active, .met-index-service [class*=blocks] li a:focus, .met-index-service [class*=blocks] li a:hover {
 text-decoration: none;
}
.met-index-service [class*=blocks] li a img {
 width: 100%;
}
@media (max-width: 767px) {
 .met-index-service [class*=blocks] li {
 margin-top: 30px;
}
 .met-index-service [class*=blocks] li i {
 width: 90px;
 height: 90px;
 font-size: 40px;
 line-height: 90px;
}
}
@media (max-width: 479px) {
 .met-index-service [class*=blocks] li p {
 width: 100%;
}
}
/* 产品列表 */
.met-index-product { text-align: center; padding: 60px 0; }
.met-index-product .container { width: 90%; position: relative; }
.met-index-product .index_more { height: 40px; line-height: 40px; width: 60px; background: url(/wooker/templet/images/icon_more.png) no-repeat 0px -9px; display: block; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; border: #dfdfdf 1px solid; position: relative; top: -70px; box-sizing: content-box; position: absolute; top: 94%; left: 50%; margin-left: -30px; }
@media (max-width: 991px) {
 .met-index-product .index_more {
 display: none;
}
}
@media (min-width: 1400px) {
 .met-index-product .index_more {
 top: 94.8%;
}
}
.met-index-product .index_more:hover { border: 1px solid #666; background: url(/wooker/templet/images/icon_more.png) no-repeat 0px -53px; }
.met-index-product .more { background: none; display: none; }
@media (max-width: 991px) {
 .met-index-product .more {
 display: block;
 color: #9f9f9f;
 line-height: 30px;
}
}
@media (max-width: 767px) {
 .met-index-product .more {
 display: block;
 color: #9f9f9f;
 line-height: 30px;
 margin-top: -40px;
}
}
.met-index-product .nav-tabs { border-bottom: none; margin: 30px auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; text-align: center; }
.met-index-product .nav-tabs li { white-space: nowrap; display: inline-block; float: none; }
.met-index-product .nav-tabs li.active a { background: #000; color: #fff; padding: 8px 30px; }
.met-index-product .nav-tabs li a { background: #fff; padding: 8px 30px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; white-space: nowrap; border: #d2d2d2 1px solid; font-size: 12px; margin-right: 5px; transition: all 0.5s ease-out; }
.met-index-product .nav-tabs li a:hover { padding: 8px 30px; border-color: #000; color: #000; transition: all 0.5s ease-out; }
@media (max-width: 767px) {
 .met-index-product .nav-tabs {
 margin: 20px auto;
}
}
.met-index-product .swiper-navtab .swiper-scrollbar { bottom: 15px; }
.met-index-product #product_list { margin-right: -10px; overflow: hidden; padding-bottom: 40px; }
.met-index-product #product_list .slick-arrow { bottom: 0; top: 100%; width: 40px; height: 40px; }
@media (max-width: 991px) {
 .met-index-product #product_list .slick-arrow {
 display: none !important;
}
}
.met-index-product #product_list .slick-arrow i { font-size: 0; width: 40px; height: 20px; }
.met-index-product #product_list .slick-next { right: 50%; margin-right: -80px; }
.met-index-product #product_list .slick-next i { background: url(/wooker/templet/images/jiantou.png) repeat -37px -50px; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-index-product #product_list .slick-prev { left: 50%; margin-left: -90px; }
.met-index-product #product_list .slick-prev i { background: url(/wooker/templet/images/jiantou.png) repeat 0px -50px; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-index-product #product_list .slick-next:hover i { background: url(/wooker/templet/images/jiantou.png) repeat -37px -70px; }
.met-index-product #product_list .slick-prev:hover i { background: url(/wooker/templet/images/jiantou.png) repeat 0px -70px; }
.met-index-product #product_list li { clear: none; }
.met-index-product #product_list h4 { font-size: 14px; text-align: left; }
@media (max-width: 767px) {
 .met-index-product #product_list h4 {
 font-size: 14px;
}
}
.met-index-product #product_list h4 a { color: #666; font-size: 16px; }
.met-index-product #product_list h4 p { padding-top: 5px; margin: 0; font-size: 13px; color: #848484; }
.met-index-product #product_list .widget { margin-right: 10px; background: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-index-product #product_list .widget .widget-title { padding: 20px 20px 20px 0px; border-bottom: 1px solid #E0E0E0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-index-product #product_list .widget .widget-title:hover { border-color: #666; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-index-product #product_list .widget .widget-header { border-radius: 0; }
.met-index-product #product_list .widget .widget-header a { display: block; position: relative; }
.met-index-product #product_list .widget .widget-header a:after { content: '+'; width: 50px; height: 50px; line-height: 50px; margin: 0 auto; margin-left: -26px; margin-top: 0px; display: inline-block; position: absolute; top: 0%; left: 50%; z-index: 10; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.5); transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; opacity: 0; color: #fff; font-size: 40px; text-align: center; font-family: "Times New Roman", "微软雅黑"; }
.met-index-product #product_list .widget .widget-header .mask { position: absolute; width: 100%; height: 100%; transition: all 0.5s ease-out; z-index: 2; }
.met-index-product #product_list .widget .widget-header:hover .mask { background: rgba(0, 0, 0, 0.5); transition: all 0.5s ease-out; }
.met-index-product #product_list .widget .widget-header:hover a:after { top: 35%; opacity: 1; }
.met-index-product #product_list .widget .widget-header:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; }
.met-index-product #product_list .widget .widget-header img { transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; width: 100%; }
/* 文章列表 */
.met-index-news { padding-bottom: 0; }
.met-index-news .more { margin: 70px auto; }
.met-index-news .news_time { display: block; font-weight: 300; height: 30px; color: #999; font-size: 16px; }
.met-index-news .media-heading:hover:before { width: 100%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-index-news .media-heading { position: relative; }
.met-index-news .media-heading a { border-bottom: 1px solid #EFEFEF; font-size: 16px; color: #595959; display: block; padding-bottom: 20px; }
.met-index-news .media-heading a:hover { text-decoration: none; }
.met-index-news .media-heading:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #3C3C3C; bottom: 0px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-index-news p.des { font-size: 13px; color: #848484; }
.met-index-news ul.blocks-2 { margin-top: 20px; }
.met-index-news ul.blocks-2 li { margin: 30px 0 0; }
.met-index-news ul.blocks-2 li p { margin-bottom: 0px; }
.met-index-news ul.blocks-2 li p.des { margin-bottom: 5px; }
@media (max-width: 767px) {
 .met-index-news ul.blocks-2 li {
 width: 100% !important;
 margin-top: 20px;
}
 .met-index-news ul.blocks-2 li .media .media-left {
 padding-right: 10px;
}
 .met-index-news ul.blocks-2 li .media h4 {
 font-size: 16px;
}
 .met-index-news ul.blocks-2 li .media p.des {
 height: 1.5em;
 overflow: hidden;
}
 .met-index-news ul.blocks-2 li .media.media-lg .media-object {
 width: 100px;
}
}
/* 关于我们 */
.met-index-about .about_img img { width: 100%; padding-bottom: 20px; }
.met-index-about .about_cont h3, .met-index-about .about_cont p { text-align: left; width: 100%; }
@media (max-width: 991px) {
 .met-index-about .about_cont h3,  .met-index-about .about_cont p {
 text-align: center;
 padding-bottom: 0px;
}
}
.met-index-about .met-editor { padding: 0; color: #848484; font-size: 13px; margin-top: 30px; background: none; }
@media (max-width: 991px) {
 .met-index-about .met-editor {
 margin-top: 40px;
 font-size: 14px;
}
}
@media (max-width: 767px) {
 .met-index-about .met-editor {
 margin-top: 30px;
}
}
@media (max-width: 479px) {
 .met-index-about .met-editor {
 margin-top: 20px;
}
}
/* 精英团队 */
.met-index-team { padding: 0; background: #fff; }
.met-index-team .slick-dots { bottom: -50px; }
.met-index-team .team_bg { padding: 80px; position: relative; }
.met-index-team .team_bg .bg_img { width: 100%; position: absolute; left: 0px; top: 0px; z-index: -1; height: 100%; }
@media (max-width: 991px) {
 .met-index-team .team_bg {
 padding: 20px 0;
}
}
.met-index-team .slick-dots .slick-active button:before { background-color: #BCBCBC; border: 1px solid #BCBCBC; transition: all ease-out 0.3s; }
.met-index-team .slick-dots li button:before { width: 10px; height: 10px; border: rgba(123, 123, 123, 0.8) 1px solid; border-radius: 10px; color: transparent; transition: all ease-out 0.3s; opacity: 1; }
.met-index-team .container { height: 484px; }
.met-index-team .team_item { height: 484px; margin-right: 30px; background: #fff; }
@media (max-width: 991px) {
 .met-index-team .team_item {
 margin-right: 15px;
 margin-left: 15px;
}
}
.met-index-team .team_item a { display: block; max-height: 220px; overflow: hidden; }
.met-index-team .team_item a img { width: 100%; }
.met-index-team .team_item .team_cont { margin: 30px 30px 10px; }
.met-index-team .team_item .team_cont .team_title { font-size: 20px; color: #474747; }
.met-index-team .team_item .team_cont .team_keywords { color: #a5a5a5; font-size: 14px; }
.met-index-team .team_item .team_cont .team_desc { font-size: 13px; max-height: 90px; overflow: hidden; color: #848484; }
.met-index-team .team_item .team_cont .team_more { display: block; width: 100%; height: 34px; border-radius: 0px; background-color: #fff; line-height: 34px; border: #E4E4E4 1px solid; color: #787878; font-size: 12px; text-transform: uppercase; margin: 30px 0; text-align: center; }
.met-index-team .team_item .team_cont .team_more:hover { background: #505050; border-color: #505050; color: #fff; text-decoration: none; transition: all ease-out 0.3s; }
.service_item h4 { font-size: 16px; height: 46px; line-height: 46px; color: #595959; transition: all ease-out 0.2s; border-bottom: 1px solid #E1E1E1; text-align: left; width: 100%; }
@media (max-width: 991px) {
 .service_item h4 {
 text-align: center;
}
}
.service_item h4:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #3C3C3C; margin-top: 46px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
@media (max-width: 991px) {
 .service_item h4:before {
 display: none;
}
}
.service_item p { color: #848484; font-size: 13px; line-height: 24px; height: 50px; overflow: hidden; width: 100%; margin-top: 10px; }
.service_item a { display: block; width: 100%; position: relative; }
.service_item a img { margin: 0 auto; }
@media (max-width: 767px) {
 .service_item a {
 text-align: center;
 margin-top: 20px;
}
}
.service_item a:hover { text-decoration: none; }
.service_item a:hover h4 { color: #272727; }
.service_item a:hover h4:before { width: 100%; }
/*简介模块*/
/*简介模块*/
.met-show { padding: 30px 0px; background: #ffffff; word-break: break-all; }
@media (max-width: 767px) {
 .met-show {
 padding: 0px;
}
}
@media (max-width: 991px) {
 .met-show {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .met-show .met-editor div {
 width: 100%!important;
 float: none!important;
 margin: 0!important;
 text-align: left;
}
 .met-show .met-editor img {
 cursor: zoom-in;
}
}
/* 精英团队 */
.team_item .wrap { height: 40px; background: #292929; bottom: -40px; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width: 100%; position: absolute; color: #fff; transform: translate(0, 0px); }
.team_item .wrap div { margin: 12px auto; width: 14px; height: 14px; position: relative; }
.team_item .wrap div .h { width: 14px; height: 2px; top: 6px; }
.team_item .wrap div .v { width: 2px; height: 14px; left: 6px; }
.team_item .wrap div span { display: block; background: #fff; position: absolute; }
.team_item a { height: 220px; max-height: 220px; display: block; overflow: hidden; position: relative; }
.team_item a .team_img img { width: 100%; }
.team_item a:hover .wrap { transform: translate(0, -40px); -webkit-transform: translate(0, -40px); -moz-transform: translate(0, -40px); }
.team_item .team_info { background-color: #f8f8f8; text-align: left; padding: 30px; }
.team_item .team_info .title { color: #5a5a5a; font-size: 20px; }
.team_item .team_info .subtitle { font-size: 12px; color: #9a9a9a; margin-top: 5px; }
.team_item .desc { margin-top: 30px; height: 70px; line-height: 24px; font-size: 12px; color: #949494; overflow: hidden; }
/*文章模块*/
/*文章模块列表页*/
.met-news { padding: 30px 0px; border-top: 1px solid #f0f2f5; background: #f2f2f2;/* 列表 */
  /* 模式3 */
}
.met-news .service_item { padding: 50px; }
.met-news .service_item a { width: 100%; display: block; }
.met-news .service_item a img { width: 100%; }
.met-news .service_item a:focus { color: none; text-decoration: none; }
@media (max-width: 767px) {
 .met-news .service_item {
 margin-bottom: 0!important;
 padding: 50px;
 border-bottom: 1px solid #95a5a6;
}
}
@media (max-width: 767px) {
 .met-news {
 padding: 0px;
}
}
.met-news .met-news-body { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.met-news .met-news-list { padding: 30px; background: #ffffff; padding-bottom: 30px; border-bottom: 1px solid #f0f2f5; margin-bottom: 30px; overflow: hidden; }
.met-news .met-news-list .news-headlines { margin-bottom: 50px; }
@media (max-width: 767px) {
 .met-news .met-news-list {
 padding: 10px;
}
}
@media (max-width: 767px) {
 .met-news .met-news-list {
 padding-top: 20px;
}
}
.met-news .met-news-list .slick-slide { width: 100%; position: relative; }
.met-news .met-news-list .slick-slide:first-child { display: block; }
.met-news .met-news-list .headlines-text { width: 100%; position: absolute; left: 0; bottom: 30px; text-align: center; }
.met-news .met-news-list .headlines-text h3 { margin: 0px; font-size: 20px; line-height: 1.5; color: #fff; }
.met-news .met-news-list .slick-dots { bottom: 35px; }
@media (max-width: 767px) {
 .met-news .met-news-list {
 padding-bottom: 20px;
 margin-bottom: 20px;
}
 .met-news .met-news-list .headlines-text {
 bottom: 20px;
}
 .met-news .met-news-list .headlines-text h3 {
 font-size: 16px;
}
 .met-news .met-news-list .slick-dots {
 bottom: 20px;
}
}
.met-news ul.met-page-ajax { padding: 0px; list-style: none; }
.met-news ul.met-page-ajax li { border-bottom: 1px solid #f0f2f5; padding-bottom: 30px; margin-bottom: 30px; }
.met-news ul.met-page-ajax li h4 { margin: 0 0 20px; font-size: 22px; }
.met-news ul.met-page-ajax li h4 a { color: #464646; }
.met-news ul.met-page-ajax li h4 a:hover { color: #696969; }
.met-news ul.met-page-ajax li p { font-size: 16px; }
.met-news ul.met-page-ajax li p.des { color: #6a6a6a; margin-bottom: 10px; font-size: 13px; }
.met-news ul.met-page-ajax li p.info { margin-bottom: 0px; font-size: 16px; font-weight: 300; color: #a3afb7; }
.met-news ul.met-page-ajax li p.info span { margin-left: 10px; }
.met-news ul.met-page-ajax li p.info span:first-child { margin: 0; }
.met-news ul.met-page-ajax li p.info i { color: #a3afb7; font-weight: 300; }
@media (max-width: 991px) {
 .met-news ul.met-page-ajax li h4 {
 font-size: 18px;
 margin-bottom: 10px;
}
}
@media (max-width: 767px) {
 .met-news ul.met-page-ajax li {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
 .met-news ul.met-page-ajax li h4 {
 font-size: 16px;
 margin-bottom: 5px;
}
 .met-news ul.met-page-ajax li p {
 font-size: 14px;
}
 .met-news ul.met-page-ajax li p.des {
 height: 3em;
 overflow: hidden;
 margin-bottom: 5px;
}
 .met-news ul.met-page-ajax li .media .media-left {
 padding-right: 10px;
}
 .met-news ul.met-page-ajax li .media.media-lg .media-object {
 width: 100px;
}
}
.met-news.type-3 .met-news-body { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
@media (max-width: 767px) {
 .met-news.type-3 .met-news-body {
 margin-bottom: 20px;
}
}
.met-news.type-3 .widget { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-news.type-3 .widget .widget-body, .met-news.type-3 .widget .widget-header { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-news.type-3 .widget .widget-title { font-size: 24px; }
.met-news.type-3 .widget .widget-title a { color: #464646; }
.met-news.type-3 .widget .widget-title a:hover { color: #696969; }
.met-news.type-3 .widget .widget-metas span { margin-left: 10px; }
.met-news.type-3 .widget .widget-metas span:first-child { margin: 0; }
@media (max-width: 767px) {
 .met-news.type-3 .widget {
 margin: 15px 10px;
}
 .met-news.type-3 .widget .widget-title {
 font-size: 18px;
}
}
/* 文章模块侧栏 */
.met-news-bar { margin-left: 30px; padding: 20px; background: #ffffff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
@media (max-width: 991px) {
 .met-news-bar {
 margin-left: 0px;
 margin-top: 30px;
 padding: 30px;
}
}
@media (max-width: 767px) {
 .met-news-bar {
 margin-left: 0px;
 margin-top: 0px;
 padding: 20px 15px;
}
}
.met-news-bar ul.column { padding: 0px; list-style: none; }
.met-news-bar ul.column li { margin-bottom: 10px; }
.met-news-bar ul.column li a { font-size: 16px; color: #464646; }
.met-news-bar ul.column li a:hover { color: #696969; }
.met-news-bar ul.column li a.active { color: #4e97d9; border-bottom: 1px solid; }
.met-news-bar .recommend { margin: 20px 0px; padding: 20px 0px; border-top: 1px solid #f0f2f5; border-bottom: 1px solid #f0f2f5; }
.met-news-bar .recommend h3 { font-size: 18px; font-weight: 300; margin: 0px; }
.met-news-bar .recommend .list-group { margin-top: 10px; margin-bottom: 0px; }
.met-news-bar .recommend .list-group a { color: #464646; font-size: 15px; }
.met-news-bar .recommend .list-group a:hover { color: #696969; }
/* 文章模块详情页 */
.met-shownews { padding: 30px 0px; border-top: 1px solid #f0f2f5; background: #f2f2f2; margin-top:50px; }
@media (max-width: 767px) {
 .met-shownews {
 padding: 0px;
}
 .met-shownews .met-shownews-header {
 padding-top: 20px;
}
}
.met-shownews .met-shownews-body { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.met-shownews .met-news-body { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.met-shownews .met-editor .postbody { width: 100%!important; }
.met-shownews .met-shownews-header, .met-shownews .met-shownews-footer { padding: 30px; background: #ffffff; }
@media (max-width: 767px) {
 .met-shownews .met-shownews-header,  .met-shownews .met-shownews-footer {
 padding: 10px;
}
}
.met-shownews .met-shownews-header { padding-bottom: 0px; }
.met-shownews h1 { margin: 0px; margin-bottom: 5px; font-size: 32px; }
@media (max-width: 767px) {
 .met-shownews h1 {
 font-size: 20px;
}
}
.met-shownews .info { padding-bottom: 20px; border-bottom: 1px solid #f0f2f5; font-size: 16px; font-weight: 300; color: #a3afb7; }
.met-shownews .info span { padding-right: 10px; }
@media (max-width: 767px) {
 .met-shownews .info {
 padding-bottom: 20px;
}
}
.met-shownews .met-shownews-footer { padding-top: 0px; }
.met-shownews .met-shownews-footer ul.pager { margin: 0px; border-top: 1px solid #f0f2f5; padding-top: 20px; }
/*社会化分享按钮*/
.met_tools_code { margin-top: 30px; text-align: center; font-size: 0px; }
@media (max-width: 767px) {
 .met_tools_code {
 margin-top: 10px;
}
}
.met_tools_code .bdsharebuttonbox { display: inline; }
.met_tools_code .bdsharebuttonbox a { float: none; display: inline-block; }
/* 服务范围 */
.met-news-bar ul.column li a.active { color: #444; }
/*产品模块*/
/*产品模块*/
/* 产品列表页 */
.met-product { background: #f2f2f2; }
.met-product .container { padding: 30px 15px; }
.met-product .container-fluid { padding: 30px; }
.met-product ul.met-grid li { clear: none; }
.met-product .widget > .widget-title { padding: 20px; border-bottom: 1px solid #E0E0E0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.met-product .widget, .met-product .widget .widget-header, .met-product .widget-body { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0 !important; -ms-border-radius: 0 !important; border-radius: 0 !important; }
.met-product .widget .widget-header:hover a:after { top: 35%; opacity: 1; }
.met-product .widget .widget-header:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; }
.met-product .widget .widget-header:hover .mask { background: rgba(0, 0, 0, 0.5); transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; }
.met-product .widget .widget-header img { transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; }
.met-product .widget .widget-header a { display: block; position: relative; }
.met-product .widget .widget-header a:after { content: '+'; width: 50px; height: 50px; line-height: 50px; margin: 0 auto; margin-left: -26px; margin-top: 0px; display: inline-block; position: absolute; top: 0%; left: 50%; z-index: 10; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.5); transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; opacity: 0; color: #fff; font-size: 40px; text-align: center; font-family: "Times New Roman", "微软雅黑"; }
.met-product .widget .widget-header .mask { position: absolute; width: 100%; height: 100%; transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; z-index: 2; }
.met-product .met-toolbar-body { margin-bottom: 15px; margin-top: -15px; }
.met-product .met-toolbar-body .btn-toolbar { float: right; }
.met-product .met-toolbar-body .btn-toolbar .btn-group { background: #fff; }
.met-product .met-figure .widget-body { display: none; }
.met-product.type-1 h4 { margin: 0; font-size: 16px; text-align: left; }
.met-product.type-1 h4 a { color: #666; }
.met-product.type-1 h4 p { padding-top: 5px; margin: 0; font-size: 13px; color: #848484; }
@media (max-width: 767px) {
 .met-product.type-1 h4 {
 font-size: 14px;
}
}
.met-product.type-1 h4 a { color: #464646; }
.met-product.type-1 h4 a:hover { color: #696969; }
.met-product.type-2 .container-fluid { padding: 15px; }
.met-product.type-2 .keywords { font-size: 13px; }
.met-product.type-2 ul { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.met-product.type-2 h4 { margin: 0; font-weight: 300; }
@media (max-width: 767px) {
 .met-product.type-2 ul.met-grid li {
 background: #f2f2f2;
}
}
.met-product.type-3 .keywords { padding-top: 5px; margin: 0; font-size: 13px; color: #848484; }
@media (max-width: 991px) {
 .met-product.type-3 h4 {
 font-size: 14px;
}
}
.met-product.type-3 p { font-size: 12px; }
.met-product.type-3 .widget-actions { display: none; }
@media (max-width: 767px) {
 .met-product .container,  .met-product .container-fluid {
 padding: 10px !important;
}
 .met-product .row {
 margin: 0;
}
 .met-product ul.met-grid {
 margin: 0 -10px 0 0;
}
 .met-product ul.met-grid li {
 margin-bottom: 10px;
 padding: 0 10px 0 0;
}
}
/* 瀑布流 */
.no-js .grid li, .no-cssanimations .met-grid li { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
.met-grid li { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }
.met-grid li.shown { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
.met-grid li.animate { -webkit-transform: translateY(200px); -moz-transform: translateY(200px); -o-transform: translateY(200px); -ms-transform: translateY(200px); transform: translateY(200px); -webkit-animation: moveUp 0.65s ease forwards; -moz-animation: moveUp 0.65s ease forwards; -o-animation: moveUp 0.65s ease forwards; -ms-animation: moveUp 0.65s ease forwards; animation: moveUp 0.65s ease forwards; }
@-webkit-keyframes moveUp {  100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
@-moz-keyframes moveUp {  100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
@-o-keyframes moveUp {  100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
@keyframes moveUp {  100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
/* 产品详情页 */
.met-showproduct { /* 产品图片轮播图 */
  /* 标准模式 */
  /* 时尚模式 */
}
.met-showproduct .met-showproduct-list { min-height: 300px; overflow: hidden; margin: 0; }
.met-showproduct .met-showproduct-list.slick-dotted { padding-bottom: 74px; }
.met-showproduct .met-showproduct-list .slick-track { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.met-showproduct .met-showproduct-list .slick-slide { width: 100%; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }
.met-showproduct .met-showproduct-list .slick-slide:first-child { display: block; }
.met-showproduct .met-showproduct-list .slick-slide span { display: inline-block; }
.met-showproduct .met-showproduct-list .slick-slide img { display: inline; }
.met-showproduct .met-showproduct-list .slick-dots { bottom: 0; overflow: hidden; z-index: 2; }
.met-showproduct .met-showproduct-list .slick-dots div { margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; position: relative; }
.met-showproduct .met-showproduct-list .slick-dots li { width: 64px; height: 64px; margin: 0 0 0 10px; opacity: .7; -moz-opacity: .7; filter: alpha(opacity=70); border: 2px solid #ddd; }
.met-showproduct .met-showproduct-list .slick-dots li:first-child { margin: 0; }
.met-showproduct .met-showproduct-list .slick-dots li.slick-active { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); border-color: #696969; }
.met-showproduct .met-showproduct-list .slick-dots li img { width: 60px; height: 60px; object-fit: fill; }
.met-showproduct .met-showproduct-list .slick-arrow { width: 15%; height: 100%; top: 50%; }
.met-showproduct .met-showproduct-list .slick-arrow:hover i { color: #999; }
.met-showproduct .met-showproduct-list .slick-arrow.slick-prev { text-align: left; }
.met-showproduct .met-showproduct-list .slick-arrow.slick-next { text-align: right; }
.met-showproduct .met-showproduct-list .slick-arrow i { font-size: 70px; color: #ccc; }
@media (max-width: 767px) {
 .met-showproduct .met-showproduct-list .slick-arrow i {
 font-size: 50px;
}
}
.met-showproduct.pagetype1 { background: #f2f2f2; }
.met-showproduct.pagetype1 .less-page-content { background: #f2f2f2; }
.met-showproduct.pagetype1 .met-showproduct-head { background: #fff; padding: 30px 0px; }
.met-showproduct.pagetype1 .met-showproduct-head #showpro-gallery .slick-slide { cursor: zoom-in; }
.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 { margin-top: 0px; font-size: 28px; }
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description { margin-bottom: 15px; color: #5e7387; }
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para { border-top: 1px solid #f0f2f5; border-bottom: 1px solid #f0f2f5; padding: 15px; padding-bottom: 0px; }
.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools { margin: 15px 15px 0px; }
.met-showproduct.pagetype1 .met-showproduct-body { padding: 30px 0px 0px; }
.met-showproduct.pagetype1 .met-showproduct-body .panel { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor { padding: 0px; }
@media (min-width: 992px) {
 .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
 margin-right: 15px;
}
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs { margin-bottom: 30px; }
.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title { margin-bottom: 15px; font-size: 16px; font-weight: 300; }
@media (min-width: 992px) {
 .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
 margin-left: 45px;
}
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li { text-align: center; clear: none; }
@media (min-width: 992px) {
 .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
 width: 100%;
}
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img { margin: 0px auto; margin-bottom: 5px; display: block; }
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img img { margin: 0px auto; }
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt { color: #5e7387; text-decoration: none; }
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:active, .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:focus, .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover { text-decoration: none; }
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover { color: #696969; }
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p { color: #f96868; margin-bottom: 0px; }
@media (max-width: 767px) {
 .met-showproduct.pagetype1 .met-showproduct-body {
 padding: 15px 0px 0px;
}
 .met-showproduct.pagetype1 .met-showproduct-body .panel {
 margin-bottom: 15px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -ms-box-shadow: none;
 box-shadow: none;
}
 .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
 padding: 15px;
}
 .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
 margin-right: 0px;
}
 .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
 margin-bottom: 15px;
 margin-top: -10px;
}
}
.met-showproduct.pagetype2 { background: #fff; }
.met-showproduct.pagetype2 .less-page-content { background: #f2f2f2; }
.met-showproduct.pagetype2 nav.navbar { min-height: 50px; margin-bottom: 0px; background: #f5f5f5; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.95); }
.met-showproduct.pagetype2 nav.navbar h1 { margin: 0px; height: 50px; line-height: 50px; padding-top: 0px; padding-bottom: 0px; overflow: hidden; }
.met-showproduct.pagetype2 nav.navbar .nav { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
.met-showproduct.pagetype2 nav.navbar .nav > li > a { padding-top: 0px; padding-bottom: 0px; height: 50px; line-height: 50px; white-space: nowrap; }
.met-showproduct.pagetype2 nav.navbar .navbar-toggle { height: 50px; padding-top: 0px; padding-bottom: 0px; }
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a { color: #696969; }
@media (max-width: 767px) {
 .met-showproduct.pagetype2 nav.navbar .nav {
 float: none;
}
}
.met-showproduct.pagetype2 .content { padding: 30px 0px; }
.met-showproduct.pagetype2 .content-2, .met-showproduct.pagetype2 .content-4, .met-showproduct.pagetype2 .content-6 { background: #f2f2f2; }
.met-showproduct.pagetype2 .content-2 .met-editor, .met-showproduct.pagetype2 .content-4 .met-editor, .met-showproduct.pagetype2 .content-6 .met-editor { background: #f2f2f2; }
@media (max-width: 767px) {
 .met-showproduct.pagetype2 ul.blocks {
 padding-left: 10px;
}
 .met-showproduct.pagetype2 ul.blocks li {
 width: 50%;
}
 .met-showproduct.pagetype2 ul.blocks li .widget {
 margin-right: 10px;
}
}
/*下载模块*/
/* 下载模块 */
.met-download { padding: 30px 0px; background: #f2f2f2; border-top: 1px solid #f0f2f5;/* 列表页 */
  /* 详情页 */
}
@media (max-width: 767px) {
 .met-download {
 padding: 0px;
}
 .met-download .met-download-header {
 padding-top: 20px;
}
}
.met-download .list-group { margin-bottom: 30px; }
.met-download .met-download-body { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.met-download .met-download-list { padding: 30px; background: #ffffff; }
@media (max-width: 767px) {
 .met-download .met-download-list {
 padding: 10px;
}
}
.met-download .met-download-list .list-group-item { padding: 30px 0px; }
.met-download .met-download-list .media-left { padding-right: 5px; padding-left: 10px; }
.met-download .met-download-list .media-left i { font-size: 38px; color: #a3afb7; }
.met-download .met-download-list h4.media-heading a { color: #464646; font-size: 16px; }
.met-download .met-download-list h4.media-heading a:hover { color: #696969; }
.met-download .met-download-list small { color: #76838f; font-size: 14px; }
.met-download .met-download-list a.btn { margin-right: 10px; }
.met-download .met-download-header, .met-download .met-download-footer { padding: 30px; background: #ffffff; }
@media (max-width: 767px) {
 .met-download .met-download-header,  .met-download .met-download-footer {
 padding: 10px;
}
}
.met-download .met-download-header { padding-bottom: 0px; }
.met-download h1 { margin: 0px; font-size: 32px; margin-bottom: 5px; }
.met-download .info { padding-bottom: 20px; border-bottom: 1px solid #f0f2f5; font-size: 16px; color: #a3afb7; }
.met-download .info span { padding-right: 10px; }
@media (max-width: 767px) {
 .met-download .info {
 padding-bottom: 20px;
}
}
.met-download .paralist { padding: 30px; background: #ffffff; padding-bottom: 0px; }
@media (max-width: 767px) {
 .met-download .paralist {
 padding: 10px;
}
}
.met-download .paralist dl { margin-bottom: 0px; padding-bottom: 5px; border-bottom: 1px solid #f0f2f5; font-size: 16px; }
.met-download .paralist dl dd { margin-bottom: 5px; color: #76838f; }
@media (min-width: 768px) {
 .met-download .paralist dl {
 padding-bottom: 25px;
}
 .met-download .paralist dl dt {
 width: 100px;
 margin-bottom: 5px;
}
 .met-download .paralist dl dd {
 margin-left: 120px;
 margin-bottom: 5px;
}
}
.met-download .paralist .met-download-btn { margin-top: 20px; }
/*图片模块*/
/*图片模块*/
.met-img .widget, .met-img .cover, .met-img .cover-image { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
@media (min-width: 480px) and (max-width: 767px) {
 .met-img ul.met-page-ajax li {
 width: 50%;
}
}
/*招聘模块*/
/* 招聘模块 */
.met-job { padding: 30px 0px; background: #f2f2f2; }
@media (max-width: 767px) {
 .met-job {
 padding: 0px;
}
}
.met-job .widget { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-job .widget .widget-body:last-child { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-job .widget .widget-title a { color: #464646; }
.met-job .widget .widget-title a:hover { color: #696969; }
.met-job .widget .widget-metas span { margin-right: 10px; }
.met-job .widget .met-editor { padding: 0px 20px; }
@media (max-width: 767px) {
 .met-job .widget {
 margin: 15px 10px;
}
 .met-job .widget .widget-body {
 padding: 15px 10px;
}
 .met-job .widget .met-editor {
 padding: 0px;
}
 .met-job .widget hr {
 margin-top: 15px;
 margin-bottom: 15px;
}
}
#met-job-cv .modal-header { border-radius: 0px; }
.met-form .form-group .control-label { font-weight: normal; }
/*留言模块*/
/* 留言模块 */
.met-message { padding: 30px 0px; background: #f2f2f2; }
@media (max-width: 767px) {
 .met-message {
 padding: 0px;
}
}
.met-message .col-md-6 { float: none; margin: auto; }
.met-message .met-message-body, .met-message .met-message-submit { padding: 30px; background: #ffffff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
 .met-message .met-message-body,  .met-message .met-message-submit {
 padding: 10px;
}
}
.met-message .met-message-body .media-left { padding-right: 0px; display: block; float: left; }
.met-message .met-message-body .media-left i { font-size: 36px; color: #a3afb7; }
.met-message .met-message-body .media-body { width: calc(54%); word-wrap: break-word; display: block; float: left; }
.met-message .met-message-body .media-body .content { word-wrap: break-word; }
.met-message .met-message-body .media-body p { font-size: 14px; color: #76838f; }
@media (min-width: 992px) {
 .met-message .met-message-submit {
 margin-left: 30px;
}
}
@media (max-width: 767px) {
 .met-message .met-message-submit {
 padding-bottom: 20px;
}
}
/*反馈模块*/
/* 反馈模块 */
.met-feedback { padding: 30px 0px; background: #f2f2f2; }
.met-feedback .container { max-width: 800px; }
.met-feedback .met-feedback-body { padding: 30px; background: #ffffff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
 .met-feedback .met-feedback-body {
 padding: 10px;
}
}
@media (max-width: 767px) {
 .met-feedback {
 padding: 10px;
}
}
/*全站搜索*/
/* 搜索模块 */
.met-search { padding: 30px 0px; border-top: 1px solid #f0f2f5; background: #f2f2f2; }
@media (max-width: 767px) {
 .met-search {
 padding: 0px;
}
 .met-search .met-search-body {
 padding: 20px 10px;
}
}
.met-search .met-search-body { min-height: 500px; padding: 30px; background: #ffffff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
 .met-search .met-search-body {
 padding: 10px;
}
}
.met-search .met-search-body .page-search-form { margin-bottom: 10px; }
.met-search .met-search-body .met_pager { margin-top: 30px; text-align: left; }
.met-search .met-search-body .page-search-title { font-size: 26px; }
.met-search .met-search-body .list-group-item { padding-top: 10px; padding-bottom: 10px; }
.met-search .met-search-body .list-group-item p { color: #76838f; }
.met-search .met-search-body .list-group-item > h4 { margin-bottom: 5px; }
.met-search .met-search-body .list-group-item > h4 a { text-decoration: none; color: #526069; }
.met-search .met-search-body .list-group-item > h4 a :hover { text-decoration: none; color: #37474f; }
.met-search .met-search-body .list-group-item > p:last-child { margin-bottom: 0; }
/*全站搜索*/
/* 网站地图 */
.met-sitemap { padding: 30px 0px; background: #f2f2f2; }
@media (max-width: 767px) {
 .met-sitemap {
 padding: 0px;
}
}
.met-sitemap .met-sitemap-body { padding: 30px; background: #ffffff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
 .met-sitemap .met-sitemap-body {
 padding: 10px;
}
}
.sitemap-list { padding: 0; margin: 0px; list-style-type: none; }
.sitemap-list a { color: #76838f; }
.sitemap-list > li { margin-bottom: 25px; }
.sitemap-list > li:last-child { margin-bottom: 0px; }
.sitemap-list > li.is-single { margin-bottom: 10px; }
.sitemap-list > li > a { display: block; padding: 14px 15px; line-height: 1; text-decoration: none; border: 1px solid #e4eaec; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
.sitemap-list > li > ul { position: relative; padding: 10px 10px 20px 40px; margin: 0; list-style-type: none; }
.sitemap-list > li > ul a:hover { color: #62a8ea; }
.sitemap-list > li > ul::before {
 position: absolute;
 top: 0;
 left: 20px;
 width: 1px;
 height: 100%;
 content: " ";
 background: #e4eaec;
}
.sitemap-list > li > ul > li > a { position: relative; display: block; min-width: 220px; padding: 10px; margin-bottom: 5px; line-height: 1; text-decoration: none; border: 1px solid #e4eaec; }
.sitemap-list > li > ul > li > a::after, .sitemap-list > li > ul > li > a::before {
 position: absolute;
 top: 50%;
 content: " ";
 background: #e4eaec;
}
.sitemap-list > li > ul > li > a::before {
 left: -20px;
 width: 20px;
 height: 1px;
 margin-top: -1px;
}
.sitemap-list > li > ul > li > a::after {
 left: -23px;
 width: 5px;
 height: 5px;
 margin-top: -3px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 border-radius: 50%;
}
.sitemap-list-sub { position: relative; padding: 5px 0 9px 40px; margin-top: -5px; list-style-type: none; }
.sitemap-list-sub::before {
 position: absolute;
 top: 0;
 left: 20px;
 width: 1px;
 height: 100%;
 content: " ";
 background: #e4eaec;
}
.sitemap-list-sub > li { position: relative; line-height: 30px; }
.sitemap-list-sub > li::after, .sitemap-list-sub > li::before {
 position: absolute;
 top: 50%;
 left: -22px;
 content: " ";
 background: #e4eaec;
}
.sitemap-list-sub > li::before {
 width: 15px;
 height: 1px;
 margin-top: -1px;
}
.sitemap-list-sub > li::after {
 width: 5px;
 height: 5px;
 margin-top: -3px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 border-radius: 50%;
}
@media (max-width: 479px) {
 .sitemap-list {
 padding-left: 40px;
 list-style-type: disc;
}
 .sitemap-list .icon {
 display: none;
}
 .sitemap-list > li:first-child {
 margin-bottom: 20px;
 margin-left: -16px;
 list-style-type: none;
}
 .sitemap-list > li > a {
 display: inline;
 padding: 10px;
 border: none;
}
 .sitemap-list > li > a i {
 display: none;
}
 .sitemap-list > li > ul {
 padding: 5px 0 5px 26px;
 list-style-type: circle;
}
 .sitemap-list > li > ul::before {
 display: none;
}
 .sitemap-list > li > ul > li > a {
 display: inline;
 padding: 10px 0;
 border: none;
}
 .sitemap-list > li > ul > li > a::after,  .sitemap-list > li > ul > li > a::before {
 display: none;
}
 .sitemap-list-sub {
 padding: 5px 0 5px 20px;
 list-style-type: square;
}
 .sitemap-list-sub::before {
 display: none;
}
 .sitemap-list-sub > li {
 line-height: normal;
}
 .sitemap-list-sub > li::after,  .sitemap-list-sub > li::before {
 display: none;
}
}
/*商城模块样式*/
/* 商城模块 */
/*顶部*/
.met-nav-right-shop { margin: 10px 0px 10px; }
.met-nav-right-shop .badge.up { left: -10px; margin: 0; }
.met-nav-right-shop li > a > i { line-height: 40px; }
.met-nav-right-shop.nav > li { background: #f5f5f5; margin-bottom: 10px; }
.met-nav-right-shop.nav > li:last-child { margin-bottom: 0px; }
.met-nav-right-shop.nav > li > a { padding-top: 0px; padding-bottom: 0px; height: 40px; line-height: 40px; }
.met-nav-right-shop .dropdown-menu li i { color: #9E9E9E; }
.met-nav-right-shop .dropdown > a > i { margin-right: 5px; color: #76838f; }
.met-nav-right-shop #topcart-body .avatar { width: 50px; }
.met-nav-right-shop #topcart-body .avatar img { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
.met-nav-right-shop .dropdown-menu-header { padding: 20px 20px; }
.met-nav-right-shop .dropdown-menu-footer { height: 55px; line-height: 55px; padding: 0px 15px!important; }
@media (min-width: 768px) {
 .met-nav-right-shop {
 margin-left: 10px;
}
 .met-nav-right-shop.nav > li {
 margin-right: 5px;
 margin-bottom: 0px;
}
 .met-nav-right-shop .dropdown-menu {
 top: 55px;
}
}
/*产品详情页右侧*/
.shop-product-intro #price { font-size: 32px; }
.shop-product-intro .form-group { margin-bottom: 0px; }
.shop-product-intro del { padding-left: 20px; font-size: 22px; font-weight: 300; }
.shop-product-intro label { margin-bottom: 0px; }
.shop-product-intro .selectpara-body a.btn { margin-top: 8px; }
.shop-product-intro .selectpara-body .selectpara { min-width: 70px; text-align: center; }
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus, .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover { background-color: transparent; color: #f96868; }
.shop-product-intro .height-10 { height: 10px; }
.shop-product-intro .text-default { padding: 20px; background: #F3F7F9; }
.shop-product-intro .purchase-btn a.btn { width: 100%; display: block; }
.shop-product-intro .purchase-btn a.btn i { margin-right: 8px; }
@media (min-width: 768px) {
 .shop-product-intro .purchase-btn a.btn {
 width: auto;
 display: inline;
 padding: 10px 35px;
}
}
/*产品详情页时尚模式*/
@media (min-width: 768px) {
 .met-showproduct.pagetype2 .shop-btn-body {
 margin-left: 20px;
}
}
@media (max-width: 767px) {
 .met-showproduct.pagetype2 .navbar-toggle {
 padding: 0px;
 float: none;
}
 .met-showproduct.pagetype2 .shop-btn {
 padding: 6px 13px;
 font-size: 12px;
 line-height: 1.5;
}
}
.met-showproduct.pagetype2 #shop-fashion-option .modal-content, .met-showproduct.pagetype2 #shop-fashion-option .modal-header { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
@media (min-width: 768px) {
 .met-showproduct.pagetype2 #shop-fashion-option .purchase-btn {
 margin-bottom: 20px;
}
}

/*底部*/
/*友情链接*/
.met-links { border-top: 1px solid #f0f2f5; padding: 15px 0px; color: #5e7387; }
.met-links a { color: #5e7387; }
.met-links ol { margin-bottom: 0px; }
.met-links .breadcrumb > li + li:before { color: #aaaaaa; }
.met-links li { white-space: nowrap; }
.met-links li img { height: 40px; }
/*footer*/
footer { height: auto; border-top: 1px solid #f0f2f5; padding: 20px 0px; color: #aaaaaa; line-height: 1.8; background-color:#2f2f2f; }
footer p { margin-bottom: 0px; }