@charset "utf-8";

:after, :before {
	box-sizing: inherit
}

ul {
	list-style: none
}
.overflow-hide {
	overflow: hidden
}
.col-sm-3 {
	width: 25%;
	float: left;
	position: relative
}
.pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
overflow: -webkit-paged-y;
	
}
@media (max-width: 1400px) {.pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}}
@media (max-width: 1000px) {.pavilion-container {
	padding-bottom: 0px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
		min-height:100px;
}}
@media (max-width: 768px) {.pavilion-container {
	padding-bottom: 0px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:100px;
}}

.layer-title {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 1.09px
}
/*tab分类*/
.pavilion-container .pavilion-inner {
	max-width: inherit;
    position: relative;
}
.card{
	
	transition: 0.3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}
.card:hover{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

    background-clip: border-box;


}
.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
	margin:15px 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
 transition: 0.3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
overflow:hidden;
}
.card2:hover{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
 border: 1px solid rgba(237,0,12,1);
}
.card2 img{  transition: 0.3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;}
.card2:hover img{ transform: scale(1.1);}
.pavilion-container .pavilion-inner .tabs {
	padding: 10px 0px ;
	margin: 0px auto;

    width: fit-content;
}
@media (max-width: 768px) {.pavilion-container .pavilion-inner .tabs {
	padding: 20px 10px;
	margin: 0px auto;
    width: 90%;
}}
@media (max-width: 1000px) {.pavilion-container .pavilion-inner .tabs {
	padding: 20px 10px;
	margin: 0px auto;
    width: 90%;
}}
.productdh .tabs{ width:fit-content; margin:0px auto; }
.productdh .tabs li{
		float: left;
	padding:0 25px;
	margin:0px 0vw;
	border-right:1px solid #acacac;
	line-height: 40px;
	font-size: 16px;
background: #fff;
	color: #555;
	letter-spacing: .35px
	}
@media (max-width: 768px) {.productdh .tabs li {
	margin-left:0px;
	text-align:center;
	cursor: pointer;
	width: 50%;
	border-radius:50px;
	margin-bottom:2px;
}}
@media (max-width: 1000px) {.productdh .tabs li{
	margin-left:0px;
	text-align:center;
	cursor: pointer;
	width: 50%;
	border-radius:50px;
	margin-bottom:2px;
}}
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	padding:0 25px;
	margin:0px 0vw;
	border-right:1px solid #acacac;
	line-height: 40px;
	font-size: 16px;
background: #fff;
	color: #555;
	letter-spacing: .35px
}
.pavilion-container .pavilion-inner .tabs li {
	margin-left: 0px;
	cursor: pointer
}
@media (max-width: 768px) {.pavilion-container .pavilion-inner .tabs li {
	margin-left:0px;
	text-align:center;
	cursor: pointer
}}
@media (max-width: 1000px) {.pavilion-container .pavilion-inner .tabs li {
	margin-left:0px;
	text-align:center;
	cursor: pointer
}}
.pavilion-container .pavilion-inner .tabs li:first-child {
	margin-left: 0;
	
}
.pavilion-container .pavilion-inner .tabs li.on {
	background: #00469c;
	color: #fff;
	
}
.pavilion-container .pavilion-inner .tabs li.on a{ color:#FFF;}
@media (max-width: 768px) {
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	width:45.5%;
	padding: 0 0px;

	border-radius:50px;
	line-height: 36px;
	font-size: 16px;
	background:#f8f8f8;
	color: #555;
	letter-spacing: .35px;
	margin-bottom:10px;
	margin-right:10px;
}
}
}
.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: 420px
}
@media (max-width: 768px) {.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 500px
}}
.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 .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: #c9a467
}
.pavilion-container .view-go a:hover span.arrow-f {
	transform: translate(4px, 0);
	background: url(../images/marketplace-selected-arrow2.svg)
}


	.demo{
		padding: 2em 0;
	}

	.box{
		font-family: 'Ubuntu', sans-serif;
		position: relative;
		overflow: hidden;
	}
	.box:before{
		content: '';
		background:rgba(0,0,0,0.3);
		height:100%;
		width: 100%;
		opacity: 0;
		filter: blur(10px);
		transform: scale(1) ;
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: 1;
		transition: all 0.4s ease-in-out;
	}
	.box:hover:before{
		opacity: 1;
		bottom: 0;
		filter: blur(0);
		transform: scale(1,1) rotate(0);
	}
	.box img{
		width: 100%;
		height: auto;
		transition: all 0.5s ease-in-out;
	
	}
	.box:hover img{ transform: scale(1.1); }
	.box .box-content{
		color: #fff;
		text-align: center;
		width: 90%;
		height: auto;
		padding-top:0;
		opacity:0;
		transform: translateX(-50%) translateY(-50%) scale(1);
		position: absolute;
		top:0;
		opacity: 0;
		left: 50%;
		z-index: 1;
		transition: all 0.5s ease;
	}
	.box:hover .box-content{
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) scale(1);
		top:50%;
	}
	
	.box .title{
		width:100%;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0px auto;
		padding:10px 10px;
	
	}
	.box .post{
		font-size: 14px;
		text-transform: capitalize;
		height:30px; 
		line-height:30px;
	
	}
	.box .icon{
		padding: 0;
		margin: 0;
		list-style: none;
		filter: blur(10px);
		transform: scale(0);
		position: absolute;
		right: 20px;
		bottom: 20px;
		z-index: 2;
		transition: all 0.5s ease 0.2s;
	}
	.box:hover .icon{
		transform: scale(1);
		filter: blur(0);
	}
	.box .icon li{ display: inline-block; }
	.box .icon li a{
		color: #fff;
		background: rgba(255,255,255,0.2);
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		height: 40px;
		width: 40px;
		margin: 0 3px;
		display: block;
		position: relative;
		transition: all 0.3s;
	}
	.box .icon li a:hover{
		text-shadow: 0 0 6px #555;
		box-shadow: 0 0 5px #555;
	}
	@media only screen and (max-width:990px){
		.box{ margin-bottom: 10px; }
	}
	@media only screen and (max-width:479px){
		.box .title{ font-size: 20px; }
	}
	
	
/* All */
.nav {
  
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;

}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
  padding:0 30px;
}
.nav a {
  display: block;
  line-height:60px;
  color: #222;
border-bottom:1px solid rgba(0, 0, 0, 0);
 font-size:18px;
 transition: 0.3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}
@media (max-width: 1700px) {.nav ul > li {
  float: left;
  position: relative;
  padding:0 30px;
}
}
@media (max-width: 1600px) {.nav ul > li {
  float: left;
  position: relative;
  padding:0 20px;
}

}
@media (max-width: 1400px) {.nav ul > li {
  float: left;
  position: relative;
  padding:0 8px;
}

}
@media (max-width: 1200px) {.nav ul > li {
  float: left;
  position: relative;
  padding:0 3px;
}}
@media (max-width: 1000px) {.nav a {
  text-align:center;
  width:100%;
  display: block;
    color: #222;
  padding: 0px 3px;
  line-height:45px;


  font-size:16px;
  background:#fff;

 
}
.toptel_1_1_3{ display:none;}
}
@media (max-width: 768px) {.nav a {
  text-align:center;
  width:100%;
  display: block;
    color: #222;
  padding: 0px 20px;
  line-height:45px;


  font-size:16px;
  background:#fff;
  border-bottom:1px solid #eee;
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  width:100%;
  margin-bottom:20px;
}

}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
}

.logo-height{ height:80px; display:block  !important; margin:0px 0; margin-right:40px; padding-left:20px;}
.logo-height2{ display:none;}
.logo-height4{ display:none;}
.logo-height3{ height:80px;margin:10px 0; margin-right:40px;padding-left:20px;}
@media (max-width:1200px) {.logo-height3{ height:80px;margin:10px 0; margin-right:40px;padding-left:20px;}}
@media (max-width: 768px) {
.navbar-toggler{ margin-right:20px;}
.logo-height{ height:50px; margin:21px 0px;}
.logo-height3{ display:none;}
.logo-height2{ height:50px; margin:21px 0px; display:block;padding-left:20px;}
}

@media (max-width: 1000px) {
.logo-height{ height:50px; margin:21px 0px;}
.logo-height3{ height:50px;margin:21px 0; }
}

.nav a:hover { 
  text-decoration: none;
  color:#004fa3;
}
@media (max-width: 768px) {
.nav a:hover {
  text-align:center;
  width:100%;
  display: block;
  margin:0px;
  height:46px;
  color: #fff;
  line-height:45px;
  border-radius:0px; 
  font-weight:bold;
  font-size:16px;
  background:#eee;
  border-bottom:1px solid #fff;}}
.nav li ul {
	background:#FFF;
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.13);
  padding-left:0px;
  margin-top:40px;

width: 150%;
}
.nav li ul li {
  width: 100%;
  text-align:center;
  
}
.nav li ul a {
 font-size:14px;
   height:45px;
    line-height:45px;
	color:#fff;

}
.nav li ul a:hover {
  color:#004fa3;
  border-radius:0px;

    margin:0px 0;

}


.nav3 ul > li:hover ul li {
  height:45px;
  border:none;

}
.nav3 li ul {
  position: absolute;
  left:-25%;
  top:34px;
  z-index:999999;
}


.nav3 li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}

.dh{ float:right; height:100px;}
@media (max-width: 768px) {
.dh{ float:right; height:100px; display:none;}
.nav3 ul > li:hover ul li {
	display:none;
}
}

.scrollpic {
	width: 1100px;
	margin:40px auto 0 auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 240px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:280px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 260px;
	padding: 0;
	position: relative;
	height: 240px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 260px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	height: 40px;
	width: 260px;
	line-height: 30px;
	border-bottom: 1px solid #347fdc;
	font-weight:100;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 70px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}
#mybtns {
	margin: 10px 0;
	width: 1100px;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../../../../images/jt_l.png);
}
#mybtns #right {
	background-image: url(../../../images/jt_r.png);
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

@media (max-width: 768px) {}
.pc-bg-container{background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; padding-top: 20px;}
.home-market-section{text-align: center;}
@media (max-width: 768px) {.pc-bg-container{ display:none;}}
/*标题*/
.home-market-section .section-title{margin-bottom: 30px;font-size: 30px; min-width: 150px; text-align: left; color: #c9a467; display: inline-block; position: relative; border: none; height: 42px; line-height: 42px;padding-left: 10px;}
.home-market-section .section-title a{width: 100%; display: block; position: relative;}
.home-market-section .section-title a:before{position: absolute; content: ''; right: -12px; width: 15px; height: 15px; background: url(../../../../images/marketplace-home-arrow_small.svg); background-repeat: no-repeat; top: 50%; transform: translate(0,-50%); transition: .2s;}
.home-market-section .section-title a:hover:before{right: -16px;}
/*内容盒子*/
.home-market-section .section-inner{position: relative; max-width: 100%; margin: 0 auto;}
.home-market-section .section-inner .swiper-container{height: 400px; max-width: 96%;}
.home-market-section .section-inner .swiper-container .swiper-wrapper{align-items: center; height: 279px!important;}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide{height: auto!important; background: 0 0; padding: 0 50px; box-sizing: border-box; text-align: center;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a{display: block; float: left; position: relative; background-color: #fff; border: 1px solid rgba(201,164,103,.2); width: calc((100% - 60px)/ 4); padding: 0px 0px 0; height: 100%; margin-right: 20px;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:hover{ background:#e9bc71;color:#FFF;box-shadow: 0 10px 40px rgba(201,164,103,.2); border: 1px solid rgba(163,145,114,.2)}

.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img{height: auto; width:100%;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3{font-weight: normal; margin-top: 25px; font-size: 18px; padding-bottom:15px;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide p{margin-top: 10px; font-size: 14px; color: #a0a2a8; text-align: center; line-height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time{position: absolute; bottom: 12px; width: calc(100% - 60px); text-align: center; border-top: 1px solid #e7e7e7; color: #666a75; padding-top: 10px; letter-spacing: .44px; line-height: 23px;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a .time span{font-size: 20px; color: #f66f6a; letter-spacing: 0; line-height: 23px; margin-right: 3px;}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a:last-of-type{margin-right: 0;}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets{bottom: 20px;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet{position: relative; margin: 0 5px; width: 24px; height: 4px; border-radius: 100px; opacity: 1; background: 0 0;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before{content: ''; display: inline-block; position: absolute; width: 24px!important; height: 4px; opacity: 1; left: 0; border-radius: 100px; background: #dfe1f1; vertical-align: middle; transition: opacity .8s,background-color .8s;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active{opacity: 1;}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before{width: 24px!important; opacity: 1; border-radius: 100px; transform: scale(1.2); background: #fa6f66; color:#FFF;}
/*左右箭头*/
.home-market-section .section-inner .swiper-button-prev{left: 0; top: 118px;width:27px; margin-top: 0; background: url(../../../../images/marketplace-home-arrow_big.svg) center center no-repeat;}
.home-market-section .section-inner .swiper-button-next{right: 0; top: 118px; width:27px; margin-top: 0; background: url(../../../../images/marketplace-home-arrow_big.svg) center center no-repeat; transform: rotate(180deg);}
.home-market-section .section-inner .swiper-button-next:hover{background: url(../../../../images/marketplace-home-arrow_big_hover.svg) center center no-repeat;}
.home-market-section .section-inner .swiper-button-prev:hover{background: url(../../../../images/marketplace-home-arrow_big_hover.svg) center center no-repeat;}
.togglebox {
  float:none;
  width: 90%;
  position: relative;
  top:0px;
  padding:20px 0px;
  margin: 0 auto;
 
  text-align:right;
  background: #fff;
  transform: translateZ(0);
 transition: background-color 300ms ease, box-shadow 300ms ease;
}
.togglebox:hover{

}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact{
  position: relative;
  display: block;
  height: 80px;
  line-height:80px;
  padding: 0 20px;
  font-size: 14px;

  border-top: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  
}
.contact3{
  position: relative;
  display: block;
  height: 80px;
  line-height:80px;
  padding: 0 20px;
  font-size: 14px;

  border-top: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  
}
@media (max-width: 1000px) {.contact{
  position: relative;
  display: block;
  height: 80px;
  line-height:80px;
  padding: 0 0px 0 0px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  
}}

.contact[for*='1'] {
  border: 0;
}

.contact:after {
  content: '\f078';
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: .3s transform;
}

.contact3:after {
  content: '\f078';
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: fontawesome;
  transform: rotate(0deg);
  transition: .3s transform;
}


section {
  height: 0;
  transition: .3s all;
  overflow: hidden;
}

#toggle1:checked ~ label[for*='1']:after,
#toggle2:checked ~ label[for*='2']:after,
#toggle3:checked ~ label[for*='3']:after
 {
  transform: rotate(0deg);
}
#content1{
  height:650px;
  line-height:2em;
   padding-top:10px;
   text-align:left;

}
#toggle1:checked ~ #content1
{
  height:0px;
  line-height:3em;
   padding-top:10px;

}
#toggle1:checked ~ #content1,
#toggle2:checked ~ #content2,
#toggle3:checked ~ #content3
{
  height:650px;
  line-height:2em;
   padding-top:10px;

}
@media (max-width: 768px) {#toggle1:checked ~ #content1,
#toggle2:checked ~ #content2,
#toggle3:checked ~ #content3
{
  height:230px;
  line-height:2em;
   padding-top:10px;

}}
.contact2{
  position: relative;
  display: block;
  height: 80px;
  line-height:80px;
  padding: 0 20px;
  margin:0 20px;
  font-size: 1.6vw;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  color:#222;
}

.contact2[for*='1'] {
  border: 0;
}

.contact2:after {
  content: '\f078';
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: fontawesome;
  transform: rotate(90deg);
  transition: .3s transform;
}
#toggle4:checked ~ label[for*='4']:after,
#toggle5:checked ~ label[for*='5']:after,
#toggle6:checked ~ label[for*='6']:after,
#toggle7:checked ~ label[for*='7']:after,
#toggle8:checked ~ label[for*='8']:after {
  transform: rotate(0deg);
}

#toggle4:checked ~ #content4{
  height:500px;
  line-height:3em;
}
#toggle5:checked ~ #content5{
 height:100px;
  line-height:3em;

}
#toggle6:checked ~ #content6{
height:250px;
  line-height:3em;
  background:url(../../../img/ewm.png) right center no-repeat;
}
#toggle7:checked ~ #content7{
  height:auto;
  line-height:3em;

}
#toggle8:checked ~ #content8 {
  height:auto;
  line-height:3em;

}
@media (max-width: 768px) {#toggle4:checked ~ #content4{
  height:900px;
  line-height:3em;
}
#toggle5:checked ~ #content5{
 height:150px;
  line-height:3em;

}
#toggle6:checked ~ #content6{
height:350px;
  line-height:3em;
  background:url(../../../img/ewm.png) right top no-repeat;
}}
.toggleny{ float:none;  height:auto; width:90%; margin:0px auto; padding-bottom:10px;}
