


.info-cut {
}
.info-box {
	overflow: hidden;
	margin: 40px 0 60px 0;
}
.info-wraper {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: .5%;
	padding: 0 25px;
}
.info-slide span {
	display: block;
}
.info-slide span:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide span h3 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 25px;
	margin: 0;
	position: relative;
	background: #429cd8;
	color: #fff;
}
.info-slide span a {
	float: right;
	margin: 10px 0 0 0;
}
.info-slide span a hr {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 12px 0 12px 4px;
	padding: 0;
	background: #888;
	border: none;
	float: left;
}
.info-slide span a:hover hr {
	background: #429cd8;
}
.info-slide ol {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.info-slide li {
	list-style: none;
	margin: 0;
	padding: 25px 30px 20px 30px;
	border-top: 1px solid #e9e9e9;
}
.info-slide li:first-child {
	border-top: none;
}
.info-slide li h4 {
	display: block;
	white-space: nowrap;
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info-slide li a:hover {
	color: #429cd8;
}
.info-slide li p {
	color: #bbb;
	margin: 10px 0 15px 0;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.info-slide li b {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.info-slide li b:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide li b em {
	float: left;
	color: #999;
}
.info-slide li b strong {
	font-weight: normal;
	float: left;
	margin: 0 10px;
	color: #888;
}
.info-slide li b a {
	float: left;
	margin-right: 10px;
	color: #888;
}
.info-slide li b i {
	float: right;
	font-style: normal;
	margin: 0 5px 0 0;
	color: #999;
}
 @media(max-width:1199px) and (min-width:992px) {
.info-slide {
	width: .5%;
	padding: 0 15px;
}
.info-slide li p {
	margin: 10px 0;
}
.info-slide li b i {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
}
 @media(max-width:992px) {
.info-slide {
	width: 1%;
}
}
 @media(max-width:767px) {
.info-box {
	margin: 10px 0 20px 0;
}
.info-slide {
	width: 1%;
	padding: 0 15px;
}
.info-slide span {
	padding-top: 15px;
}
}
 @media(max-width:480px) {
.info-slide li p {
	margin: 10px 0;
}
.info-slide li b i {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
}
 @media(min-width:1200px) {
.move-left {
	position: absolute;
	left: -30px;
	top: 150px;
	line-height: 50px;
	color: #bebebe;
	font-size: 28px;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.move-left:hover {
	color: #333;
}
.move-right {
	position: absolute;
	right: -30px;
	top: 150px;
	line-height: 50px;
	color: #bebebe;
	font-size: 28px;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.move-right:hover {
	color: #333;
}
}
.service-background {
}
.service-box {
	overflow: hidden;
	padding: 40px 0 60px 0;
}
.service-box ul {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-box ul:after {
	display: block;
	content: '';
	clear: both;
}
.service-box ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 25px;
	width: .25%;
	text-align: center;
}
.service-box ul li a {
	display: block;
	background: #fff;
	padding: 40px 25px;
}
.service-box ul li a b {
	display: block;
	position: relative;
	background: #429cd8 center no-repeat;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	border-radius: 99px;
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.service-box ul li a:hover b {
	background: #be6fe8;
	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
.service-box ul li a b img {
	width: 100%;
}
.service-box ul li a b img.icon {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.service-box ul li a b i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.service-box ul li a h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 25px 0 15px 0;
	color: #333;
}
.service-box ul li a p {
	display: block;
	margin: 0;
	height: 84px;
	overflow: hidden;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
 @media(max-width:1199px) {
.service-box ul li {
	width: .333%;
	padding: 0 15px;
}
}
 @media(max-width:992px) {
}
 @media(max-width:767px) {
.service-box {
	padding: 10px 7.5px 20px 7.5px;
}
.service-box ul li {
	width: .5%;
	padding: 0 7.5px;
}
.service-box ul li a {
	padding: 22px 15px;
}
.service-box ul li a b i {
	font-size: 35px;
}
.service-box ul li a h3 {
	margin: 22px 0 10px 0;
}
}
.parent-background {
	background: #000 no-repeat center;
	background-size: cover;
}
.parent-background .row {
	position: relative;
}
.parent-box {
	overflow: hidden;
	padding: 40px 0;
}
.parent-wraper {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.parent-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.parent-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: .3333%;
	padding: 0 25px;
}
.parent-slide a {
	display: block;
	background: #fff;
	text-align: left;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
.parent-slide a span {
	display: block;
	padding: 0;
	overflow: hidden;
}
.parent-slide a img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.parent-slide a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.parent-slide a h4 {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 25px 30px 0 30px;
}
.parent-slide a h4.on {
	padding: 15px 30px;
	margin: 0;
	text-align: center;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.parent-slide a:hover h4.on {
	background: #429cd8;
	color: #fff;
}
.parent-slide a b {
	display: block;
	font-weight: normal;
	margin: 15px 30px 0 30px;
	font-size: 14px;
	color: #aaa;
}
.parent-slide a p {
	color: #777;
	height: 140px;
	overflow: hidden;
	margin: 15px 30px 25px 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.parent-slide.shown a p {
	height: auto;
	max-height: 140px;
}
 @media(max-width:1199px) {
.parent-left, .parent-right {
	display: none;
}
.parent-slide {
	padding: 0 15px;
}
}
 @media(max-width:992px) {
.parent-slide {
	width: .5%;
}
}
 @media(max-width:767px) {
.parent-box {
	padding: 10px 7.5px;
}
.parent-slide {
	padding: 0 7.5px;
}
}
 @media(max-width:480px) {
.parent-slide {
	width: 1%;
}
}
.friend-background {
	background: center;
	background-size: cover;
}
.friend-box {
	padding: 30px 15px 10px 30px;
	background: #fff;
	margin: 40px 10px;
}
.friend-title {
	border-left: 5px solid #429cd8;
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 20px;
	float: left;
}
.friend-title h3 {
	display: block;
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.friend-title p {
	margin: 0;
}
.friend-link {
	padding: 0 0 0 118px;
}
.friend-link ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.friend-link ul:after {
	display: block;
	content: '';
	clear: both;
}
.friend-link li {
	float: left;
	padding: 0 15px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	list-style: none;
}
 @media(min-width:1200px) {
.friend-box {
	margin: 40px;
}
}
 @media(max-width:767px) {
.friend-box {
	padding: 20px 15px 0 15px;
	background: #fff;
	margin: 20px 15px;
}
}
 @media(max-width:480px) {
.friend-title {
	float: none;
}
.friend-link {
	padding: 0!important;
}
}
.met-show {
	padding: 50px 0px;
	word-break: break-all;
}
 @media (max-width:767px) {
.met-show {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.met-news {
	padding: 50px 0px;
}
 @media (max-width:1199px) {
.met-news {
	padding: 30px 0px;
}
}
 @media (max-width:767px) {
.met-news {
	padding: 15px 0px;
}
}
.met-news .met-news-body {
}
.met-news-list {
	padding: 30px;
	background: #ffffff;
}
 @media (max-width:767px) {
.met-news-list {
	padding: 15px;
}
}
.met-news .news-headlines {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 30px;
	overflow: hidden;
}
.met-news .news-headlines .slick-slide {
	width: 100%;
	position: relative;
}
.met-news .news-headlines .slick-slide:first-child {
	display: block;
}
.met-news .news-headlines .headlines-text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
}
.met-news .news-headlines .headlines-text h3 {
	margin: 0px;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}
.met-news .news-headlines .slick-dots {
	bottom: 35px;
}
 @media (max-width:767px) {
.met-news .news-headlines {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.met-news .news-headlines .headlines-text {
	bottom: 20px;
}
.met-news .news-headlines .headlines-text h3 {
	font-size: 16px;
}
.met-news .news-headlines .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: 15px 0;
}
.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: #2a333c;
}
.met-news ul.met-page-ajax li h4 a:hover {
	color: #429cd8;
}
.met-news ul.met-page-ajax li p {
	font-size: 16px;
	font-weight: 300;
}
.met-news ul.met-page-ajax li p.des {
	color: #76838f;
	margin-bottom: 10px;
}
.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: 20px 0;
}
.met-news ul.met-page-ajax li .media-left {
	padding-right: 10px;
}
.met-news ul.met-page-ajax li .media-left .media-object {
	width: 100px;
}
.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 {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
}
 @media (max-width:349px) {
.met-news ul.met-page-ajax li .media-left, .met-news ul.met-page-ajax li .media-body {
	width: 100%;
	display: block;
}
.met-news ul.met-page-ajax li .media-left {
	padding: 0;
}
.met-news ul.met-page-ajax li .media-left .media-object {
	width: auto;
	max-width: 100%;
}
.met-news ul.met-page-ajax li .media-body {
	margin-top: 15px;
}
}
.met-news.type-3 .met-news-body {
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.met-news.type-3 .widget {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-news.type-3 .widget .widget-body, .met-news.type-3 .widget .widget-header {
	-o-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: #2a333c;
}
.met-news.type-3 .widget .widget-title a:hover {
	color: #429cd8;
}
.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 0 0;
}
.met-news.type-3 .widget:first-child {
	margin: 0;
}
.met-news.type-3 .widget .widget-title {
	font-size: 18px;
}
.met-news.type-3 .widget .widget-body {
	padding: 15px 10px;
}
}
.met-news-bar {
	padding: 20px;
	background: #ffffff;
}
 @media (max-width:991px) {
.met-news-bar {
	margin-left: 0px;
	margin-top: 30px;
	padding: 30px;
}
}
 @media (max-width:767px) {
.met-news-bar {
	margin: 15px 0 00;
	padding: 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: #2a333c;
}
.met-news-bar ul.column li a:hover {
	color: #429cd8;
}
.met-news-bar ul.column li a.active {
	color: #429cd8;
}
.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: #2a333c;
	font-size: 15px;
}
.met-news-bar .recommend .list-group a:hover {
	color: #429cd8;
}
.met-shownews {
	padding: 50px 0px;
	border-top: 1px solid #f0f2f5;
}
 @media (max-width:1199px) {
.met-shownews {
	padding: 30px 0px;
}
}
 @media (max-width:767px) {
.met-shownews {
	padding: 15px 0px;
}
}
.met-shownews .met-shownews-body {
}
.met-shownews-footer {
	padding: 30px;
	background: #ffffff;
}
.met-shownews-footer .pager {
	margin: 0;
}
 @media (max-width:767px) {
.met-shownews-footer {
	padding: 10px;
}
}
.met-shownews .met-shownews-header {
	padding: 30px;
	padding-bottom: 0px;
}
.met-shownews h1 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 300;
}
.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;
}
 @media (max-width:767px) {
.met-shownews h1 {
	font-size: 24px;
}
.met-shownews .met-shownews-header {
	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-product {
}
.met-product .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.met-product .container-fluid {
	padding: 50px;
}
.met-product .met-grid li {
	clear: none;
}
.met-product .widget {
	background: none;
	box-shadow: none;
}
.met-product .widget .widget-body {
	background: #fff;
}
.met-product .widget, .met-product .widget .widget-header, .met-product .widget-body {
	-o-border-radius: 0!important;
	border-radius: 0!important;
}
.met-product .widget-metas {
	word-wrap: break-word;
	font-size: 14px;
	color: #888;
	margin: 0 0 5px 0;
}
.met-product .widget-metas:first-child {
	margin-top: 30px;
}
.met-product .widget-metas+p:not(.widget-metas) {
	margin: 15px 0;
}
.met-product .widget-body-footer {
	margin-top: 15px;
}
.met-product.type-1 h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
}
.met-product.type-1 h4 a {
	color: #2a333c;
}
.met-product.type-1 h4 a:hover {
	color: #429cd8;
}
.met-product.type-2 .container-fluid {
	padding: 15px;
}
.met-product.type-2 h4 {
	margin: 0;
	font-weight: 300;
}
 @media (max-width:1199px) {
.met-product .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.met-product .container-fluid {
	padding: 30px;
}
}
 @media (max-width:767px) {
.met-product.type-2 .met-grid {
	padding-bottom: 10px;
}
.met-product.type-2 .met-grid li {
}
}
 @media (max-width:767px) {
.met-product .container, .met-product .container-fluid {
	padding: 10px!important;
}
.met-product.type-1 .met-grid, .met-product.type-3 .met-grid {
	margin: 0 -10px 0 0;
}
.met-product.type-1 .met-grid li, .met-product.type-3 .met-grid li {
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}
.met-product .widget-body {
	padding: 15px;
}
.met-product .widget-body .widget-body-footer {
	margin-top: 10px;
}
}
.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(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-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);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
 @keyframes moveUp {
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
#met-imgs-carousel {
	min-height: 200px;
	overflow: hidden;
}
#met-imgs-carousel.slick-dotted {
	padding-bottom: 74px;
	background: #fff;
}
#met-imgs-carousel .slick-track {
	display: -webkit-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-imgs-carousel.slick-slider .slick-slide {
	width: 100%;
	cursor: -webkit-grab;
	cursor: grab;
}
#met-imgs-carousel .slick-slide {
	width: 100%;
}
#met-imgs-carousel .slick-slide:first-child {
	display: block;
}
#met-imgs-carousel .slick-slide span {
	display: inline-block;
}
#met-imgs-carousel .slick-slide img {
	display: inline;
}
#met-imgs-carousel .slick-dots {
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
#met-imgs-carousel .slick-dots div {
	margin: auto;
	display: -webkit-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-imgs-carousel .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-imgs-carousel .slick-dots li:first-child {
	margin: 0;
}
#met-imgs-carousel .slick-dots li.slick-active {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border-color: #429cd8;
}
#met-imgs-carousel .slick-dots li img {
	width: 60px;
	height: 60px;
	object-fit: fill;
}
#met-imgs-carousel .slick-arrow {
	width: 15%;
	height: 100%;
	top: 50%;
}
#met-imgs-carousel .slick-arrow:hover i {
	color: #999;
}
#met-imgs-carousel .slick-arrow.slick-prev {
	text-align: left;
}
#met-imgs-carousel .slick-arrow.slick-next {
	text-align: right;
}
#met-imgs-carousel .slick-arrow i {
	font-size: 70px;
	color: #ccc;
}
 @media (max-width:767px) {
#met-imgs-carousel .slick-arrow i {
	font-size: 50px;
}
}
.met-showproduct {
}
.met-cons .met-showproduct-head {
	background: #fff;
	overflow: hidden;
	padding: 0 30px;
}
.met-cons .met-showproduct-head p.description {
	margin: 15px 0;
}
.met-cons .para li {
	margin-bottom: 15px;
	color: #666;
}
.met-cons .product-para {
	padding: 15px 0 0 0;
}
.met-cons .panel {
	margin: 15px 0 0 0;
	border: none;
	box-shadow: none;
	padding: 15px 0 0 0;
}
.met-cons .panel .nav-tabs {
	margin: 0 30px;
}
.met-cons .shop-product-intro {
	margin: 0 0 30px 0;
}
.met-cons .shop-product-intro .price {
	padding: 10px 0 10px 15px;
}
.met-cons .tab-content .product-para {
	border: none;
	border-bottom: 1px solid #e9e9e9;
	padding: 0;
	margin-bottom: 15px;
}
 @media (max-width:767px) {
.met-cons .met-showproduct-head {
	padding: 0 15px;
}
}
.product-button {
	margin: 0 0 30px 0;
	border-top: 1px solid #e9e9e9;
	padding-top: 30px;
}
.product-button.not {
	border: none;
}
.product-button a {
	line-height: 40px;
	font-size: 18px;
	background: #429cd8;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 0 50px;
}
.product-button a:hover {
	opacity: .9;
}
.met-showproduct .para li {
	margin: 0;
	padding: 3px 15px;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	color: #5e7387;
}
 @media (min-width:992px) {
.met-showproduct .para.blocks-md-4 li:nth-child(4n+3) {
	clear: none;
}
}
.met-showproduct .met-showproduct-list {
	margin: 0;
}
.met-showproduct.pagetype1 {
}
.met-showproduct.pagetype1 .less-page-content {
}
.met-showproduct.pagetype1 .met-showproduct-head {
	background: #fff;
	padding: 30px 0px;
}
.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;
}
 @media (max-width:992px) {
.met-showproduct.pagetype1 .met-showproduct-head .product-intro {
	margin-top: 20px;
}
}
 @media (max-width:767px) {
.met-showproduct.pagetype1 .met-showproduct-head {
	padding: 15px 0;
}
}
.met-showproduct.pagetype1 .para {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
}
.met-showproduct.pagetype1 .met-showproduct-body {
	padding: 40px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
	padding: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor .para {
	margin-bottom: 15px;
	border-top: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
	margin-bottom: 20px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
	text-align: center;
	clear: none;
	margin-bottom: 15px;
}
 @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: #429cd8;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p {
	color: #f96868;
	margin-bottom: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel-body {
	padding: 15px;
}
 @media (max-width:767px) {
.met-showproduct.pagetype1 .met-showproduct-body {
	padding: 15px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
	margin-bottom: 15px;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
	margin-right: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
	margin-bottom: 15px;
	margin-top: -10px;
}
}
.met-showproduct.pagetype2 {
}
.met-showproduct.pagetype2 .less-page-content {
}
.met-showproduct.pagetype2 nav.navbar {
	min-height: 50px;
	margin-bottom: 0px;
	background: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-o-border-radius: 0;
	border-radius: 0;
}
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
	-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;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.met-showproduct.pagetype2 nav.navbar .nav {
	display: -webkit-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: #429cd8;
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 nav.navbar .nav {
	float: none;
}
}
.met-showproduct.pagetype2 .content {
	padding: 40px 0 0 0;
}
.met-showproduct.pagetype2 .content-2, .met-showproduct.pagetype2 .content-4, .met-showproduct.pagetype2 .content-6 {
}
.met-showproduct.pagetype2 .content-2 .met-editor, .met-showproduct.pagetype2 .content-4 .met-editor, .met-showproduct.pagetype2 .content-6 .met-editor {
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 .content {
	padding: 10px 0px;
}
.met-showproduct.pagetype2 .blocks {
	padding-left: 10px;
}
.met-showproduct.pagetype2 .blocks li {
	width: 50%;
	word-wrap: break-word;
}
.met-showproduct.pagetype2 .blocks li:nth-child(2n+1) {
	clear: both;
}
.met-showproduct.pagetype2 .blocks li .widget {
	margin-right: 10px;
}
}
.met-download {
	padding: 30px 0px;
	border-top: 1px solid #f0f2f5
}
.met-download .list-group {
	margin-bottom: 30px;
}
.met-download .met-download-body {
}
.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: #2a333c;
	font-size: 16px;
}
.met-download .met-download-list h4.media-heading a:hover {
	color: #429cd8;
}
.met-download .met-download-list small {
	color: #76838f;
	font-size: 14px;
}
.met-download .met-download-list a.btn {
	margin-right: 10px;
}
 @media (max-width:767px) {
.met-download .list-group {
	margin: 0;
}
.met-download .met-download-list {
	padding: 15px;
}
.met-download .met-download-list .list-group-item {
	padding: 20px 0;
}
}
.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;
	font-weight: 300;
}
.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;
}
 @media (max-width:767px) {
.met-download {
	padding: 15px 0px;
}
.met-download h1 {
	font-size: 24px;
}
.met-download .met-download-header {
	padding-top: 20px;
}
}
.met-img {
}
.met-img .container-fluid {
	padding: 0;
}
.met-img .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.met-img .container .widget {
	background: none;
}
 @media (max-width:1199px) {
.met-img .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
 @media (max-width:767px) {
.met-img .container {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.met-img .widget, .met-img .cover, .met-img .cover-image {
	-o-border-radius: 0;
	border-radius: 0;
}
 @media (min-width:480px) and (max-width:767px) {
.met-img ul.met-page-ajax li {
	width: 50%;
}
}
.met-showimg-con, .imgpara {
	padding: 30px 30px 0;
}
 @media (max-width:767px) {
.met-showimg-con, .imgpara {
	padding: 10px 10px 0;
}
}
.imgparalist>li {
	margin: 0;
	padding: 3px 15px;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	color: #5e7387;
}
 @media (min-width:992px) {
.imgparalist>li:nth-child(4n+3) {
	clear: none;
}
}
.met-job {
	padding: 50px 0px;
}
 @media (max-width:1199px) {
.met-job {
	padding: 30px 0px;
}
}
 @media (max-width:767px) {
.met-job {
	padding: 15px 0px;
}
}
.met-job li.ajax {
	list-style: none;
	margin: 0;
	display: block;
}
.met-job .widget {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-job .widget .widget-body:last-child {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-job .widget .widget-metas span {
	margin-right: 10px;
	font-size: 14px;
	color: #888;
}
.met-job .widget .met-editor {
	padding: 0;
	color: #555;
}
.met-job .btn-outline.btn-primary {
	font-size: 18px;
	padding: 5px 25px;
}
.met-job .widget hr {
	margin: 15px 0 30px 0;
}
 @media (max-width:767px) {
.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;
}
 @media (max-width:767px) {
.met-job .widget {
	margin-bottom: 15px;
}
#met-job-cv .modal-body {
	padding: 15px;
}
}
.met-message {
	padding: 50px 0px;
}
 @media (max-width:1199px) {
.met-message {
	padding: 30px 0px;
}
.met-message .met-message-body {
	margin-bottom: 30px;
}
}
 @media (max-width:767px) {
.met-message {
	padding: 15px 0px;
}
}
.met-message .col-md-6 {
	float: none;
	margin: auto;
}
.met-message .met-message-body, .met-message .met-message-submit {
	padding: 30px;
	background: #ffffff;
	-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 {
	margin-bottom: 15px;
}
.met-message .met-message-body, .met-message .met-message-submit {
	padding: 15px;
}
}
.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: 86%;
	word-wrap: break-word;
	display: block;
	float: left;
}
.met-message .list-group .media .media-heading {
	color: #333;
}
.met-message .met-message-body .media-body p {
	color: #888;
}
 @media (min-width:992px) {
.met-message .met-message-submit {
}
}
 @media (max-width:767px) {
.met-message .met-message-submit {
}
}
.met-cons .met-page-ajax-body.appear-no-repeat {
	margin: 0 -7.5px;
}
.met-feedback {
	padding: 30px 0px;
}
.met-feedback .container {
	max-width: 800px;
}
.met-feedback .met-feedback-body {
	padding: 30px;
	background: #ffffff;
	-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;
}
 @media (max-width:767px) {
.met-search {
	padding: 15px 0px;
}
.met-search .met-search-body {
	padding: 20px 10px;
}
}
.met-search .met-search-body {
	min-height: 500px;
	padding: 30px;
	background: #ffffff;
	-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;
}
 @media (max-width:767px) {
.met-sitemap {
	padding: 0px;
}
}
.met-sitemap .met-sitemap-body {
	padding: 30px;
	background: #ffffff;
	-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;
	-o-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: #429cd8;
}
.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;
	-o-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;
	-o-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.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 {
	-o-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-top: 30px;
	margin-left: 15px;
}
.met-nav-right-shop.nav>li {
	margin-left: 20px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.met-nav-right-shop.nav>li:first-child {
	margin-left: 0;
}
.met-nav-right-shop .dropdown-menu {
	top: 70px;
}
}
 @media (max-width:1199px) {
.met-nav-right-shop {
	margin-top: 20px;
}
}
 @media (max-width:991px) {
.met-nav-right-shop {
	margin-left: 10px;
}
}
 @media (max-width:767px) {
.met-nav-right-shop {
	margin-left: 0;
	margin-right: 0;
}
}
.shop-product-intro+.para {
	margin-top: 20px;
}
.shop-product-intro #price {
	font-size: 32px;
}
.shop-product-intro .form-group {
	margin-bottom: 0px;
}
.shop-product-intro del {
	position: relative;
	top: -2px;
	font-weight: 300;
}
.shop-product-intro del:not(:first-child) {
	margin-left: 20px;
}
.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-block;
	padding: 10px 35px;
}
}
 @media (max-width:767px) {
.shop-product-intro .price {
	padding: 10px 20px!important;
}
.shop-product-intro .product-tocart {
	margin-top: 10px;
}
}
 @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 {
	-o-border-radius: 0;
	border-radius: 0;
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 #shop-fashion-option .modal-body {
	padding: 15px;
}
}
.btn-outline.btn-primary, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .btn-primary, .btn-primary:focus, .btn-primary:hover {
	background: #429cd8;
	color: #fff;
	border-color: #429cd8;
}
.btn-success, .btn-success:focus, .btn-success:hover {
	background-color: #be6fe8;
	border-color: #be6fe8;
}
.btn-success:hover, .btn-primary:hover {
	opacity: 0.8!important;
}
 html:not(.isMobile) *::-webkit-scrollbar {
 width: 7px;
 background: #fff;
}
 html:not(.isMobile) *::-webkit-scrollbar-thumb {
 background: #429cd8;
}
 html:not(.isMobile) *::-webkit-scrollbar-track {
}
 html:not(.isMobile) *::-webkit-scrollbar-button {
}
 html:not(.isMobile) *::-webkit-scrollbar-track-piece {
 width: 0;
}
 html:not(.isMobile) *::-webkit-scrollbar-corner {
}
 html:not(.isMobile) *::-webkit-resizer {
}
/*模版网新增翻页样式 */
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#dituContent img{    max-width: initial;}


.feedback_list_met_m1156_7{background:#fafafa; background:#f5f5f5; position:relative; background-position:top center; background-size:cover; 
text-align:center; padding:40px 0; font-size:16px;} 
@media(max-width:1199px){
.feedback_list_met_m1156_7{padding:30px 0;} }
@media(max-width:767px){
.feedback_list_met_m1156_7{padding:20px 0; text-align:left;} }

.feedback_list_met_m1156_7 .title-box{ text-align:center;}
.feedback_list_met_m1156_7 .title-box h2{font-size:28px; margin-top:0; font-weight:normal; color:#333333; color:#333333;} 
.feedback_list_met_m1156_7 .title-box p{font-size:16px; color:#383838; color:#91969b;} 




.feedback_list_met_m1156_7 .feedback-box{text-align:center;}
.feedback_list_met_m1156_7 .feedback-cut{background:#ffffff; background-clip:content-box; margin:40px 0 0 0; overflow:hidden; position:relative; padding:1px 0 0 1px;}
.feedback_list_met_m1156_7 .feedback-tag{position:absolute; left:0; top:0; }
.feedback_list_met_m1156_7 .feedback-tag font,
.feedback_list_met_m1156_7 .feedback-tag span{color:#ffffff; font-size:18px; line-height:40px; display:block; position:relative;}
.feedback_list_met_m1156_7 .feedback-tag span:before{width:300px; height:40px; content:''; position:absolute; left:50%; margin-left:-150px; top:0;
background:#be6fe8; z-index:1;}
.feedback_list_met_m1156_7 .feedback-tag font{margin-top:-40px; visibility:hidden; opacity:0;}
.feedback_list_met_m1156_7 .feedback-tag span{position:absolute; top:50%; left:0; margin-top:-20px; transform:rotate(-45deg); -moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.feedback_list_met_m1156_7 .feedback-tag span i{font-style:normal; position:relative; z-index:2;}
.feedback_list_met_m1156_7 .feedback-tag img{width:100%; display:block;}
.feedback_list_met_m1156_7 .feedback-title{text-align:left; padding:40px 0 0 80px;}
.feedback_list_met_m1156_7 .feedback-title>b{display:inline-block; font-size:24px; font-weight:normal; margin:0 20px 0 0; color:#333333;}
.feedback_list_met_m1156_7 .feedback-title p{display:inline-block; color:#91969b;} 
.feedback_list_met_m1156_7 .feedback-title p b{font-weight:normal;}
.feedback_list_met_m1156_7 .feedback-form{display:inline-block; padding:40px 15px 40px 15px;}
.feedback_list_met_m1156_7 .feedback-form .form-control{border:1px solid transparent; border-color:#cccccc; background:#ffffff; 
padding:13px 15px; color:#333333;}
.feedback_list_met_m1156_7 .feedback-form input.form-control,
.feedback_list_met_m1156_7 .feedback-form select.form-control{width:360px; height:48px;}
.feedback_list_met_m1156_7 .feedback-form select{cursor:pointer;}
.feedback_list_met_m1156_7 .feedback-form textarea.form-control{width:580px;}
.feedback_list_met_m1156_7 .feedback-form .form-group{position:relative; margin-bottom:30px;}
.feedback_list_met_m1156_7 .feedback-form .form-group:after{display:block; content:''; clear:both;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label{float:left; color:#91969b; margin:0; text-align:right; width:200px; padding-right:15px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label:not(.ftype_checkbox):not(.ftype_radio){line-height:48px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label.control-label:before{content:'：'; float:right;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div{ padding-left:200px; }
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div+small{font-size:0; color:#fff; position:absolute; top:0; margin:0;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_upload+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_select+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_input+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_code+div+small{left:560px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_textarea+div+small{left:780px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div+small:before{content:'*'; color:#f00; line-height:48px; float:left; 
margin-left:15px; font-size:16px;}
.feedback_list_met_m1156_7 .feedback-form .radio-custom label::before,
.feedback_list_met_m1156_7 .feedback-form .checkbox-custom label:before{border:1px solid transparent; border-color:#cccccc; background:#ffffff; 
color:#333333; margin-top:4px;}
.feedback_list_met_m1156_7 .feedback-form .checkbox-primary input[type="checkbox"]:checked + label::after, 
.feedback_list_met_m1156_7 .feedback-form .checkbox-primary input[type="radio"]:checked + label::after,
.feedback_list_met_m1156_7 .feedback-form .radio-primary input[type="radio"]:checked + label::after{ margin-top:4px;}
.feedback_list_met_m1156_7 .feedback-form .radio-custom,
.feedback_list_met_m1156_7 .feedback-form .checkbox-custom{margin:0 30px 0 0; float:left;}
.feedback_list_met_m1156_7 .feedback-form .radio-custom label,
.feedback_list_met_m1156_7 .feedback-form .checkbox-custom label{color:#333333; color:#91969b;}
.feedback_list_met_m1156_7 .feedback-form .checkbox-custom input[type="checkbox"],
.feedback_list_met_m1156_7 .feedback-form .checkbox-custom input[type="radio"]{ }
.feedback_list_met_m1156_7 .feedback-form b{color:#f00;}
.feedback_list_met_m1156_7 .feedback-form .btn-primary,
.feedback_list_met_m1156_7 .feedback-form .radio-primary input[type=radio]:checked+label::before,
.feedback_list_met_m1156_7 .feedback-form .checkbox-primary input[type=checkbox]:checked+label::before{
border-color:#429cd8; border-color:#429cd8 !important;
background:#429cd8; background:#429cd8 !important;
color:#ffffff;}
.feedback_list_met_m1156_7 .feedback-form .btn-primary:hover,
.feedback_list_met_m1156_7 .feedback-form .radio-primary input[type=radio]:checked+label:hover::before,
.feedback_list_met_m1156_7 .feedback-form .checkbox-primary input[type=checkbox]:checked+label:hover::before{
border-color:#429cd8; border-color:#be6fe8 !important;
background:#429cd8; background:#be6fe8 !important;}
.feedback_list_met_m1156_7 .feedback-form .btn-primary:hover{
border-color:#ffffff; background:#ffffff;}
.feedback_list_met_m1156_7 input[type='number']::-webkit-outer-spin-button,
.feedback_list_met_m1156_7 input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none !important; margin:0;}
.feedback_list_met_m1156_7 input[type="number"]{-moz-appearance:textfield;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div.input-group{display:block;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div.input-group-icon{position:relative;}
.feedback_list_met_m1156_7 .feedback-form .input-group-addon:last-child{position:absolute; left:360px; top:0; bottom:0; z-index:99; cursor:pointer;
padding:0 10px 0 15px !important; line-height:46px; height:48px; vertical-align:middle; width:auto; 
border-color:transparent; border-color:#cccccc; background:#ffffff; color:#333333;
transform:translateX(-100%); -moz-transform:translateX(-100%); -ms-transform:translateX(-100%); 
-o-transform:translateX(-100%); -webkit-transform:translateX(-100%);}
.feedback_list_met_m1156_7 .feedback-form .ftype_button{margin:0;}
.feedback_list_met_m1156_7 .feedback-form .ftype_button button{width:360px; border-radius:3px; padding-top:11px; padding-bottom:11px;}
.feedback_list_met_m1156_7 .feedback-form .ftype_upload{position:relative;}
.feedback_list_met_m1156_7 .feedback-form .input-group-btn{position:absolute; width:50px; z-index:11; cursor:pointer !important;
left:-1px; border-radius:0; top:0;}
.feedback_list_met_m1156_7 .feedback-form .input-group-file{display:block;}
.feedback_list_met_m1156_7 .feedback-form .input-group-file > input[type=text]{padding-left:60px;}
.feedback_list_met_m1156_7 .feedback-form .input-group-file .btn-file>.icon{margin:0 5px;}
.feedback_list_met_m1156_7 .feedback-form .input-group-btn .btn-file{line-height:34px; width:100%;}
@media(max-width:992px){
.feedback_list_met_m1156_7 .feedback-form .form-group>label{width:160px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div{ padding-left:160px; }
.feedback_list_met_m1156_7 .feedback-form textarea.form-control{width:460px;}
.feedback_list_met_m1156_7 .feedback-form .input-group-addon:last-child{left:520px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_upload+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_select+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_input+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_code+div+small{left:520px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_textarea+div+small{left:620px;}
}
@media(max-width:640px){
.feedback_list_met_m1156_7 .feedback-box{text-align:left;}
.feedback_list_met_m1156_7 .feedback-cut{margin:15px 0;}
.feedback_list_met_m1156_7 .feedback-title{padding-bottom:0;}
.feedback_list_met_m1156_7 .feedback-form{width:100%;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label{line-height:48px;}
.feedback_list_met_m1156_7 .feedback-form .form-group{margin:0;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label{float:none; width:auto;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div{ padding-left:0; }
.feedback_list_met_m1156_7 .feedback-form textarea.form-control,
.feedback_list_met_m1156_7 .feedback-form input.form-control,
.feedback_list_met_m1156_7 .feedback-form select.form-control{width:100%;}
.feedback_list_met_m1156_7 .feedback-form .input-group-addon:last-child{left:100%;}
.feedback_list_met_m1156_7 .feedback-form .form-group.ftype_button>label{display:none;}
.feedback_list_met_m1156_7 .feedback-form .ftype_button button{width:auto; margin-top:15px;}
.feedback_list_met_m1156_7 .feedback-form .has-error label{padding-left:15px;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_upload+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_select+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_input+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_code+div+small,
.feedback_list_met_m1156_7 .feedback-form .form-group>label.ftype_textarea+div+small{left:0;}
.feedback_list_met_m1156_7 .feedback-form .form-group>label+div+small:before{margin:0;}
}


.banner_met_m1156_2{background:#fafafa; background:#eeeeee; position:relative; background-position:top center; background-size:cover;
color:#383838; color:#ffffff;}
.banner_met_m1156_2.bgimg{background-image:url();}
.banner_met_m1156_2 .banner-box{width:100%; min-height:1px; overflow:hidden; position:relative; line-height:1.45; z-index:820; background:#eeeeee;}
.banner_met_m1156_2 .banner-wrapper{width:10000%; overflow:hidden;}
.banner_met_m1156_2 .banner-wrapper:after{display:block; clear:both; content:'';}
.banner_met_m1156_2 .banner-slide{width:1%; float:left; position:relative;}
.banner_met_m1156_2 .banner-slide>a{display:block;}
.banner_met_m1156_2 .banner-slide dl{position:absolute; z-index:2; left:0; right:0; top:50%; text-align:center;
transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%);
-o-transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.banner_met_m1156_2 .banner-slide dl.H0{text-align:left;}
.banner_met_m1156_2 .banner-slide dl.H1{text-align:right;}
.banner_met_m1156_2 .banner-slide dl.H2{top:0; transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; -webkit-transform:none;}
.banner_met_m1156_2 .banner-slide dl.H3{top:auto; bottom:0; transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; -webkit-transform:none;}
.banner_met_m1156_2 .banner-slide dl.H4{}
.banner_met_m1156_2 .banner-slide dl>dd{position:relative; padding-top:30px; padding-bottom:30px; margin:0 auto;}
.banner_met_m1156_2 .banner-slide dl>dd>h3{display:block; margin:0; text-shadow:0 0 3px rgba(0,0,0,.1); 
font-size:48px; font-size:30px; color:#333333; color:#eeeeee;
transform:translateY(-40px); -moz-transform:translateY(-40px); -ms-transform:translateY(-40px);
-o-transform:translateY(-40px); -webkit-transform:translateY(-40px);
transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
.banner_met_m1156_2 .banner-slide dl>dd>p{display:block; margin:0; font-size:18px; font-size:36px; text-shadow:0 0 3px rgba(0,0,0,.1);
transform:translateY(40px); -moz-transform:translateY(40px); -ms-transform:translateY(40px);
-o-transform:translateY(40px); -webkit-transform:translateY(40px); color:#383838; color:#ffffff;
transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
.banner_met_m1156_2 .banner-slide dl>dd>h3,
.banner_met_m1156_2 .banner-slide dl>dd>p{transition:transform .5s .4s,opacity .5s .4s; -moz-transition:transform .5s .4s,opacity .5s .4s;
-ms-transition:transform .5s .4s,opacity .5s .4s; -o-transition:transform .5s .4s,opacity .5s .4s;
-webkit-transition:transform .5s .4s,opacity .5s .4s; opacity:0;}
.banner_met_m1156_2 .banner-slide a:hover dl>dd>h3:hover,
.banner_met_m1156_2 .banner-slide a:hover dl>dd>p:hover{color:#429cd8; color:;}
.banner_met_m1156_2 .banner-slide dl>dd>h3+p{margin-top:15px;}
.banner_met_m1156_2 .banner-slide.swiper-slide-active dl>dd>h3,
.banner_met_m1156_2 .banner-slide.swiper-slide-active dl>dd>p{transform:translateY(0); -moz-transform:translateY(0);
-ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); opacity:1;}
.banner_met_m1156_2 .banner-slide ul{overflow:hidden; width:100%; position:relative; list-style:none; margin:0; padding:0; z-index:1;}
.banner_met_m1156_2 .banner-slide ul>li{width:100%; position:relative; list-style:none; margin:0; padding:0; 
display:block; background:center no-repeat; background-size:cover;}
.banner_met_m1156_2 .banner-slide ul>li.height{width:4000px; left:-2000px; margin-left:50%;}
.banner_met_m1156_2 .banner-slide ul>li.pc{display:block;}
.banner_met_m1156_2 .banner-slide ul>li.pad{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.phone{display:none;}
.banner_met_m1156_2 .banner-slide ul>li>img{display:block; margin:0 auto; max-width:100%; min-height:1px;}
.banner_met_m1156_2 .banner-slide ul>li.fullheight{overflow:hidden;}
.banner_met_m1156_2 .banner-slide ul>li.fullheight>img{width:100%; opacity:0;}
.banner_met_m1156_2.full .banner-box,
.banner_met_m1156_2.full .banner-wrapper,
.banner_met_m1156_2.full .banner-slide,
.banner_met_m1156_2.full .banner-slide a,
.banner_met_m1156_2.full .banner-slide ul,
.banner_met_m1156_2.full .banner-slide li{height:100%;}
@media(max-width:1200px){
.banner_met_m1156_2 .banner-slide ul>li.pc{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.pad{display:block;}
.banner_met_m1156_2 .banner-slide ul>li.phone{display:none;} 
.banner_met_m1156_2 .banner-slide dl>dd>h3+p{margin-top:10px;} }
@media(max-width:767px){
.banner_met_m1156_2 .banner-slide ul>li.pc{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.pad{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.phone{display:block;} 
.banner_met_m1156_2 .banner-slide dl>dd>h3+p{margin-top:5px;} }
.banner_met_m1156_2 .banner-pagination{position:absolute; z-index:2; height:8px; line-height:8px; font-size:0; opacity:.6;
transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;
bottom:5%; left:0; right:0; text-align:center;}
.banner_met_m1156_2 .banner-box:hover .banner-pagination{opacity:1;}
.banner_met_m1156_2 .banner-pagination i{background:#fafafa; background:#eeeeee; opacity:1; top:0;
transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
.banner_met_m1156_2 .banner-pagination i.swiper-pagination-bullet-active{background:#429cd8; background:;}
.banner_met_m1156_2 .banner-pagination i:hover{background:#333333; background:#eeeeee;}
.banner_met_m1156_2 .banner-controls{position:absolute; top:50%; margin-top:-20px; text-align:center; z-index:3;
width:40px; height:40px; line-height:40px; opacity:0;
transition:opacity .3s; -moz-transition:opacity .3s; -ms-transition:opacity .3s; -o-transition:opacity .3s; -webkit-transition:opacity .3s;}
.banner_met_m1156_2 .banner-box:hover .banner-controls{opacity:.9;}
.banner_met_m1156_2 .banner-controls i{display:block; position:relative; z-index:2; width:100%; height:100%; 
cursor:pointer; font-size:30px; line-height:inherit; color:#eeeeee;
transition:color .3s; -moz-transition:color .3s; -ms-transition:color .3s; -o-transition:color .3s; -webkit-transition:color .3s;}
.banner_met_m1156_2 .banner-controls i:hover{color:#429cd8; color:;}
.banner_met_m1156_2 .banner-controls.left{left:5%;}
.banner_met_m1156_2 .banner-controls.right{right:5%;}
.banner_met_m1156_2.full-height .banner-box{height:100%;}
.banner_met_m1156_2.full-height .banner-wrapper{height:100%;}
.banner_met_m1156_2.full-height .banner-slide{height:100%;}
.banner_met_m1156_2.full-height .banner-slide ul{height:100%;}
.banner_met_m1156_2.full-height .banner-slide ul>li{height:100%;}
@media(max-width:1600px){
.banner_met_m1156_2 .banner-slide dl>dd>h3{font-size:46px; font-size:30px;} }
@media(max-width:1440px){
.banner_met_m1156_2 .banner-slide dl>dd>h3{font-size:44px; font-size:30px;}
.banner_met_m1156_2 .banner-slide dl>dd>p{font-size:17px; font-size:36px;} }
@media(max-width:1200px){
.banner_met_m1156_2 .banner-slide ul>li.pc{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.pad{display:block;}
.banner_met_m1156_2 .banner-slide ul>li.phone{display:none;}
.banner_met_m1156_2 .banner-controls{display:none;}
.banner_met_m1156_2 .banner-slide dl>dd>h3{font-size:34px; font-size:28px;}
.banner_met_m1156_2 .banner-slide dl>dd>p{font-size:16px; font-size:32px;}
.banner_met_m1156_2 .banner-slide dl>dd>h3+p{margin-top:10px;} }
@media(max-width:992px){
.banner_met_m1156_2 .banner-slide dl>dd>h3{font-size:32px; font-size:28px;} }
@media(max-width:767px){
.banner_met_m1156_2 .banner-slide ul>li.pc{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.pad{display:none;}
.banner_met_m1156_2 .banner-slide ul>li.phone{display:block;}
.banner_met_m1156_2 .banner-slide dl>dd>h3{font-size:28px; font-size:16px;}
.banner_met_m1156_2 .banner-slide dl>dd>p{font-size:14px; font-size:20px;}
.banner_met_m1156_2 .banner-slide dl>dd>h3+p{margin-top:5px;}
.banner_met_m1156_2 .banner-pagination{bottom:10px;} }
@media(max-width:480px){
.banner_met_m1156_2 .banner-slide dl>dd>h3{font-size:24px; font-size:16px;} }