﻿/* 节目展示2
-------------------------------------------------------------------------- */

@media screen and (max-width: 999px) { .met-index-product{display:none; }
}


.met-index-product {
	text-align: center;
	padding: 0px 0
}
.met-index-product .container {
	width: 90%;
	position: relative
}
.met-index-product .index_more {
	height: 40px;
	line-height: 40px;
	width: 60px;
	background: url(../img/icon_more.png) no-repeat 0 -9px;
	display: block;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	border: #dfdfdf 1px solid;
	position: relative;
	top: -70px;
	-webkit-box-sizing: content-box;
	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(../img/icon_more.png) no-repeat 0 -53px
}
.met-index-product .more {
	background: none;
	display: none;
	position: relative
}
@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: 10px auto;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: 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 10px;
	border-radius: 0;
	white-space: nowrap;
	border: #d2d2d2 1px solid;
	font-size: 12px;
	margin-right: 5px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.met-index-product .nav-tabs li a:hover {
	padding: 8px 30px;
	border-color: #000;
	color: #000;
	-webkit-transition: all .5s ease-out;
	transition: all .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(../img/jiantou.png) repeat -37px -50px;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .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(../img/jiantou.png) repeat 0 -50px;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s
}
.met-index-product #product_list .slick-next:hover i {
	background: url(../img/jiantou.png) repeat -37px -70px
}
.met-index-product #product_list .slick-prev:hover i {
	background: url(../img/jiantou.png) repeat 0 -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;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}
.met-index-product #product_list .widget .widget-title {
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.met-index-product #product_list .widget .widget-title:hover {
	border-color: #666;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .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: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
	transition: all .6s cubic-bezier(.17, .84, .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%;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	z-index: 2
}
.met-index-product #product_list .widget .widget-header:hover .mask {
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .5s ease-out;
	transition: all .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);
	transform: scale(1.1);
	-webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
	transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s
}
.met-index-product #product_list .widget .widget-header img {
	-webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
	transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
	width: 100%
}



.met-index-body {
	padding: 70px 0;
	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: 0;
	text-align: center;
	margin-bottom: 0;
	color: #444
}
.met-index-body p.desc {
	font-size: 13px;
	text-align: center;
	width: 80%;
	color: #848484;
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei"
}
@media (max-width:991px) {
.met-index-body {
	padding: 60px 0
}
}
@media (max-width:767px) {
.met-index-body {
	padding: 50px 0;
	border-top: 1px solid #e7e7e7
}
.met-index-body h3 {
	font-size: 22px
}
.met-index-body p.desc {
	font-size: 12px
}
}
.more {
	background: url(../img/jiantou.png) repeat 26px -97px;
	width: 148px;
	height: 30px;
	display: block;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .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(../img/jiantou.png) no-repeat 26px -127px;
	border-color: #b6b6b6
}