@charset "utf-8";
.overflow-hide {
	overflow: hidden
}
.col-sm-3 {
	width: 25%;
	float: left;
	position: relative
}
.pavilion-container {
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 500px
}
/*视频弹窗*/
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.layer-title {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 1.09px
}
/*产品体验*/
.experience {
	display: none;
}
.experienceOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 9998;
}
.experienceFrom {
	position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:380px;z-index: 9999;text-align: left;background-color: #FFFFFF;
}
.experienceFrom .experienceTable .tableborder {
	margin-top: 20px;
}
.experienceFrom .experienceTable .tableborder tr {
	padding: 20px 0;
	height: 40px;
	width: 200px;
}
.experienceFrom .experienceTable .tableborder input {
	min-width: 360px;
}
.experience-btn {
	text-align: center;
}
.experienceFrom .experience-btn-l {
	width: 100px;
	height: 36px;
	margin: 10px;
	border: none;
	background-color: #0076ce;
	color: white;
}
.experienceFrom .experience-btn-r {
	width: 100px;
	height: 36px;
	margin: 10px;
}
.experienceTitle {
	background-image: linear-gradient(#0091fa, #0076ce);
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	color: white;
	padding-left: 20px;
}
.experienceTitle .icon-guanbi {
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
/*tab分类*/
.pavilion-container .pavilion-inner {
	max-width: 1300px;
	margin: 0 auto
}
.pavilion-container .pavilion-inner .tabs {
	padding: 0 10px;
    display: inline-block;
}
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	padding: 0 21px;
	border: 1px solid #e1f3ff;
	border-radius: 2px;
	line-height: 36px;
	font-size: 16px;
	color: #000000;
	letter-spacing: .35px;
    background-color: #e1f3ff;
}
.pavilion-container .pavilion-inner .tabs li {
	margin: 0 10px;
	cursor: pointer
}
.pavilion-container .pavilion-inner .tabs li:first-child {
	margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
	background: #0289e7;
	color: #FFFFFF;
}
.pavilion-container .pavilion-inner .tabs li.on i {
	display: none;
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	display: block;
	margin-left: 60px;
	border-top-color: #0289e7;
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
	width: 18px;
	height: 24px;
	background: url(../images/marketplace-selected-fire-leave.svg);
	margin-right: 10px;
	background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
	background: url(../images/marketplace-selected-fire.svg)
}
.pavilion-container .pavilion-inner .tabs li>span {
	display: inline-block;
	vertical-align: middle
}
/*tab内容*/
.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 120px
}
.pavilion-container .tab-content {
	position: absolute;
	transition: all .7s linear;
	opacity: 0;
	z-index: -1;
	height: 0;
	width: 100%
}
.pavilion-container .tab-content.show {
	height: auto;
	opacity: 1;
	top: 0;
	z-index: 1
}
.pavilion-container .tab-content .pic img {
    float: left;
}
.pavilion-container .tab-content .description {
    position: absolute;
    width: 600px;
    height: 280px;
    border-top: 3px solid #0289e7;
    background: #ffffff;
    top: 50%;
    right: 0;
    margin-top: -140px;
    color: #666666;
    text-align: left;
    padding: 40px;
	opacity: 0.9;
}
.pavilion-container .tab-content .description .product-title {
    height: 48px;
    font-size: 16px;
    color: #181818;
    line-height: 48px;
}
.pavilion-container .tab-content .description .product-title .left {
    font-size: 24px;
    float: left;
}
.pavilion-container .tab-content .description .product-title .right {
    color: #0289e7;
    float: right;
	cursor:pointer;
}
.pavilion-container .tab-content .description .product-title .right a {
    color: #0289e7;
    float: right;
	cursor:pointer;
}
.pavilion-container .tab-content .description .product-btn {
    display: flex;
    margin-left: 50%;
}
.pavilion-container .tab-content .description .product-btn .product-btn-demonstration {
    height: 42px;
    width: 128px;
    margin: 20px 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-style: solid;
    background-color: #0289e7;
    border-color: transparent;
	cursor:pointer;
}
.pavilion-container .tab-content .description .product-btn .product-btn-experience {
    height: 42px;
    width: 128px;
    margin: 20px 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-style: solid;
    background-color: #0289e7;
    border-color: transparent;
	cursor:pointer;
}
.pavilion-container .tab-content .col-sm-3 {
	padding: 0 10px
}
.pavilion-container .tab-content .col-sm-3 .tab-card {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: .2s linear
}
/*大卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg {
	position: relative;
	height: 420px
}
.pavilion-container .tab-content .col-sm-3 .tab-card:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 1px 1px 0 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg img {
	height: 90px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg h3 {
	margin-top: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card p {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a2a8;
	letter-spacing: .51px;
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels {
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 5px;
	background: rgba(160,162,168,.1);
	border: 1px solid rgba(102,106,117,.1);
	border-radius: 2px;
	line-height: 20px;
	color: #a0a2a8;
	font-size: 12px
}
.pavilion-container .tab-content .col-sm-3 .tab-card-lg .time {
	border-top: 1px solid #e7e7e7
}
/*中卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md+.tab-card-md {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
	height: 200px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
	height: 65px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
	margin-top: 15px
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 40px);
	padding-top: 17px;
	font-size: 12px;
	color: #666a75;
	letter-spacing: .44px;
	line-height: 23px;
	text-align: left
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time span {
	font-size: 20px;
	color: #f66f6a;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px
}
/*小卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm {
	height: 90px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm+.tab-card-sm {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm .time {
	border-top-width: 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
	background: #efedd4
}
/*查看全部*/
.pavilion-container .view-go {
	margin-top: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center
}
.pavilion-container .view-go a span.arrow-more {
	display: inline-block;
	vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
	width: 13px;
	height: 13px;
	background: url(../images/marketplace-selected-arrow1.svg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	transition: .3s ease-out
}
.pavilion-container .view-go a:hover {
	color: #0289e7
}
.pavilion-container .view-go a:hover span.arrow-f {
	transform: translate(4px, 0);
	background: url(../images/marketplace-selected-arrow2.svg)
}
