@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;
	min-height:450px;
}
@media (max-width: 768px) {.pavilion-container {
	padding-bottom: 50px;
	background: url(../images/yanxuanguan_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:1400px;
}}

.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;

}
.pavilion-container .pavilion-inner .tabs {
	padding: 20px 10px;
	margin: 0px auto;
    width: fit-content;
}
@media (max-width: 768px) {.pavilion-container .pavilion-inner .tabs {
	padding: 20px 10px;
	margin: 0px auto;
    width: 90%;
}}

.pavilion-container .pavilion-inner .tabs li {
	float: left;
	padding: 0 21px;
	border: 1px solid #fa6b03;
	border-radius:50px;
	line-height: 36px;
	font-size: 16px;
	color: #22236f;
	letter-spacing: .35px
}
.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 30px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.pavilion-container .pavilion-inner .tabs li {
	margin-left: 21.2667px;
	cursor: pointer
}
@media (max-width: 768px) {.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: #fa6b03;
	color: #fff;
	border-radius:50px;box-shadow: 0px 5px 20px #d8eeff;
}
@media (max-width: 768px) {
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	width:46.5%;
	padding: 0 0px;
	border: 1px solid #fa6b03;
	border-radius:50px;
	line-height: 36px;
	font-size: 16px;
	color: #22236f;
	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:1400px) {.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 350px
}}
@media (max-width:1200px) {.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 320px
}}
@media (max-width:1000px) {.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 800px
}}
@media (max-width:768px) {.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 1550px
}}
.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: -80px;
		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:100%;
		padding-top:25%;
		opacity:0;
		transform: translateX(-50%) translateY(-50%) scale(1);
		position: absolute;
		top:40%;
		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 {
	z-index:999;
}
.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;
  display:block;
  position: relative; 
}
.nav a {
transition: 0.3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
  display: block;
  padding: 0px 2.5vw;
  line-height:90px;

  text-align:center;
  color: #fff;
  font-size:14px;
}
@media (max-width: 1200px) {.nav a {
transition: 0.3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
  display: block;
  padding: 0px 2vw;
  line-height:90px;

  text-align:center;
  color: #fff;
  font-size:14px;
}}
@media (max-width: 1000px) {.nav a {
  text-align:center;
  width:100%;
  display: block;
  padding: 0px 1px;
  line-height:45px;



  font-size:16px;
  background:#b50033;
  border-bottom:1px solid #fd6455;
 
}}
@media (max-width: 768px) {.nav a {
  text-align:center;
  width:100%;
  display: block;
    color: #fff;
  padding: 0px 20px;
  line-height:45px;


  font-size:16px;
  background:#b50033;
  border-bottom:1px solid #fd6455;
}
.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-sm-height{ height:90px; padding-left:30px;}
@media (max-width: 768px) {
.logo-sm-height{ height:50px; margin:21px 0px;}}
@media (max-width: 1000px) {
.logo-sm-height{ height:50px; margin:21px 0px;}}
.nav a:hover { 
  text-decoration: none;

  color:#fff;

}
@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:#004097;

  border-bottom:1px solid #fd6455;}}
.nav li ul {
background:rgba(168,168,168,0.7);
margin-top:36px;
 width:100%;
}
.nav li ul li {
 width:100%;
 text-align:center;
}
.nav li ul a {
 font-size:14px;
   height:45px;
    line-height:45px;
	color:#fff;
	  padding: 0px 0vw;
	  border-bottom:1px solid rgba(255,255,255, 0.1);
}
.nav li ul a:hover {
  color:#fff;
  border-radius:0px;
  border:none;
  line-height:45px;
  margin:0px 0;
  height:45px;
  background:#a8a8a8;
  border-bottom:1px solid rgba(255,255,255, 0.1);
}


.nav3 ul > li:hover ul li {
  height:45px;
  border:none;
  width:100%;

}
.nav3 li ul {
  position: absolute;
  left: 0;
  top:63px;
  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;
}

.box5{
		font-family: 'Ubuntu', sans-serif;
		position: relative;
		overflow: hidden;
	}
.box5:before{
		content: '';
		
		height:100%;
		width: 100%;
		opacity: 0;
		border-bottom:2px solid #fff;
		position: absolute;
		left:-100%;
		top:0;
		z-index: 1;
		transition: all 0.4s ease-in-out;
	}
.box5:hover:before{
		width: 100%;
		
		height:100%;
		left:0;
		opacity: 1;
		filter: blur(0);
		top:0;
		transform: scale(1,1);
	}

@media (max-width: 768px) {
.dh{ float:right; height:100px; display:none;}daohang
.nav3 ul > li:hover ul li {
	display:none;
}
}
/* CIRCLE BOXES STYLE */
.myCircle {
	margin-top:60PX;
	margin-left:20PX;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 6rem;
  text-align: center;
  font-size: 16px;

  border: 1px dotted;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px #fff, 0 0 0 15px rgba(200,0,0, 0.07), 0 0 0 25px rgba(200,0,0, 0.07);
  -webkit-transition: box-shadow 0.4s, -webkit-transform 0.4s;
  transition: box-shadow 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;text-decoration:none;
 
}
.myCircle a{ color:#787469;}
.myCircle:hover {
  -webkit-transform: rotate(360deg) scale(1.4);
          transform: rotate(360deg) scale(1.4);
  box-shadow: none;
  
}

.myCircle2 {
	margin-top:30PX;
	margin-left:20PX;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 6rem;
  text-align: center;
  font-size: 16px;

  border: 1px dotted;
  border-radius: 50%;

  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 15px rgba(255, 255, 255, 0.07), 0 0 0 25px rgba(255, 255, 255, 0.07);
  -webkit-transition: box-shadow 0.4s, -webkit-transform 0.4s;
  transition: box-shadow 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;text-decoration:none;
 
}
.myCircle2 a{ color:#fff;}
.myCircle2:hover {
  -webkit-transform: rotate(360deg) scale(1.4);
          transform: rotate(360deg) scale(1.4);
  box-shadow: none;
}
.blue {
  color: #fff;
}

.orange {
  color: #d4af60;text-decoration:none;
}

.red {
  color: #c00;
}

.green {
  color: green;
}



.apple-banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: 0px;
	width: 100%;
	height: 600px;
}
.swiper-button-prev,.swiper-button-next{
	width: 84px;
	height: 100%;
	top:0;
	color: transparent;
	}
.swiper-button-prev{
	left:30px;background:url(../../../img/arrowLeft.png) center center no-repeat;}	
.swiper-button-next{
	right:0;background:url(../../../img/arrowNext.png) center center no-repeat;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 84px;
	height: 84px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../../../../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../../../../img/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover{
	background:url(../../../img/arrowLeftx.png) center center no-repeat;
}
.swiper-button-next:hover{
	background:url(../../../img/arrowNextx.png) center center no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.toggle
{
  position:  fixed;
  width: 60px;
  height: 60px;
  background: url(../../../img/menu.png) #000;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
  border:1px solid #000;
  transition: 0.5s;
  margin-top:90px;
}
.toggle.active
{
  background: url(../../../img/close.png)  #000;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}
.showcase
{
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: 0.5s;
  z-index: 2;
}
.showcase.active
{
  right: 300px;
}

.showcase video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03a9f4;
  mix-blend-mode: overlay;
}

.social
{
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left:0px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {.social
{
  position: fixed;
  z-index: 10000;
  bottom: 50px;
  left:0px;
  justify-content: center;
  align-items: center;
}}
.show{
 width:100%;
 right:0px;

 height:60px;
 z-index:9999;
 }


.social2
{
  z-index:9999;
  left:50%;
  padding:25px;
  text-align:center;
}
.social li
{
  list-style: none;
  width:50px;
  border-radius:50px;
  height:50px;
  line-height:50px;
  background:#000;
  margin:30px;

  transition: 0.5s;
  
}
.social li:hover{ box-shadow: 0 0 0 5px #fff, 0 0 0 8px rgba(0,0,0, 1);}
.social li a
{
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
  
}
.social li a:hover
{ 

  transform: scale(0.5) translateY(0f);
}
.menulogo{ padding-bottom:90px; padding-top:70px;}
.menu
{  
  position: fixed;
  transition: 0.5s;
  top: 0;
  left:-400px;
  z-index:99999;
  width: 400px;
  border-right:1px solid #FFF;
  background:#000;
  height: 100%;
  display: flex;
  justify-content: center;

}
.menu.active
{
 position:  fixed;
  top: 0;
  left: 105px;
  z-index:99999;
  width: 400px;
  background:#000;
  height: 100%;
  display: flex;
  justify-content: center;
 
}
@media (max-width: 991px) {
.menu.active
{position:  fixed;
  top: 0;
  left: 105px;
  z-index:99999;
  width: 250px;
  background:#000;
  height: 100%;
  display: flex;
  justify-content: center;}
}


.menu ul
{
  position: relative;

}
.menu ul li
{
  text-align: left;
  list-style: none;
  line-height:2.3vw;
  
}
.menu ul li a
{
  text-decoration: none;
  font-size: 15px;
  font-weight:bold;
  color: #cacaca;
  transition: 0.5s;

  
}
.menu ul li a:hover
{
  color: #f1f1f1;

  
}




@media (max-width: 991px)
{
  .showcase,
  .showcase header
  {
    padding: 40px;
  }
  .text h2
  {
    font-size: 3em;
  }
  .text h3
  {
    font-size: 2em;
  }
}

.full-height{
  min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.modal-btn:checked + label,
.modal-btn:not(:checked) + label{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;

  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
  border: none;
  cursor: pointer;

  color: #ffeba7;

}
.modal-btn:not(:checked) + label:hover{

}
.modal-btn:checked + label .uil,
.modal-btn:not(:checked) + label .uil{
	margin-left: 10px;
	font-size: 18px;
}
.modal-btn:checked + label:after,
.modal-btn:not(:checked) + label:after{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 110;
  width: 40px;
  height: 40px;
  border:1px solid rgba(255,255,255,0.6);
  text-align: center;
  line-height: 35px;
  font-size: 18px;

  color:rgba(255,255,255,0.6);;
  font-family: 'unicons';
  content: 'x'; 

  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.modal-btn:checked + label:hover:after,
.modal-btn:not(:checked) + label:hover:after{

}
.modal-btn:checked + label:after{
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.modal{
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}
.modal-btn:checked ~ .modal{
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.modal-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;

    -ms-flex-item-align: center;
    align-self: center;

  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}


.form-control2 {
	float:left;
	
    display: block;
    width: 100%;
    height: calc(2.5em + 1.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color:#fff;
	border:1px solid #d2d2d2;
	border-radius:0px;
    background-color:rgba(255,255,255,0.2);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control3 {
	float:left;
	
    display: block;
    width: 100%;
    height: calc(3.5em + 1.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color:#fff;
	border:1px solid #d2d2d2;
	border-radius:0px;
    background-color:rgba(255,255,255,0.2);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.lytitle{ width:100%; height:30px; text-align:center; }
.lytitle2{ width:100%; height:70px; text-align:center; font-size:36px;}
.lytitle3{ width:100%; height:20px; text-align:center; font-size:16px; color:#666;}
.btn-info2 {
    color: #fff;
     background-color:rgba(255,255,255,0.2);
	 border-radius:0px;
	height: calc(2.5em + 1.75rem + 2px);
}
.btn-info2:hover{
    color: #fff;
  
  
}

.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-wrap p {
  padding: 20px 30px 0 30px;

}
.modal-btn:checked ~ .modal .modal-wrap{
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}
.modal-btn:checked ~ .logo img {
  	filter: brightness(100%);
	transition: all 250ms linear;
}


@media screen and (max-width: 500px) {
	.modal-wrap {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}
	.modal-wrap p {
	  padding: 15px 20px 0 20px;
	}
}





.banner{float:none; width:82%; height: auto; margin:0px auto;}

.vwz{ z-index:999; border-radius:70px; position: absolute; bottom:50%; width:83%; margin:0px auto; text-align:center;color:#FFF; }
.vwz1{ text-align:center;}
.vwz1 img{border-radius:70px;transition: 0.5s;}
.vwz1 img:hover{ box-shadow: 0 0 0 5px rgba(225,225,225,0), 0 0 0 10px rgba(255,255,255,0.4);border-radius:70px;}


.vwz2{font-size:30px; color:#FFF;font-size: 32px;text-shadow:#000 3px 4px 5px;}




.modal-btn2:checked + label,
.modal-btn2:not(:checked) + label{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;

  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
  border: none;
  cursor: pointer;

  color: #ffeba7;

}
.modal-btn2:not(:checked) + label:hover{

}
.modal-btn2:checked + label .uil,
.modal-btn2:not(:checked) + label .uil{
	margin-left: 10px;
	font-size: 18px;
}
.modal-btn2:checked + label:after,
.modal-btn2:not(:checked) + label:after{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index:110;
  width: 40px;
  height: 40px;
  border:1px solid rgba(255,255,255,0.6);
  text-align: center;
  line-height: 35px;
  font-size: 18px;

  color:rgba(255,255,255,0.6);;
  font-family: 'unicons';
  content: 'x'; 

  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.modal-btn2:checked + label:hover:after,
.modal-btn2:not(:checked) + label:hover:after{

}
.modal-btn2:checked + label:after{
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.modal2{
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}
.modal-btn2:checked ~ .modal2{
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.modal-wrap2 {
  position: relative;
  display: block;
  width: 100%;

  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;

    -ms-flex-item-align: center;
    align-self: center;

  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}

.form-control10 {
	float:left;
	
    display: block;
    width: 80%;
    height: calc(2.5em + 1.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#fff;
	border:0px;
	border-radius:0px;
    background-color:rgba(255,255,255,0.2);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.modal-wrap2 img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-wrap2 p {
  padding: 20px 30px 0 30px;

}
.modal-btn2:checked ~ .modal2 .modal-wrap2{
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}
.modal-btn2:checked ~ .logo img {
  	filter: brightness(100%);
	transition: all 250ms linear;
}


@media screen and (max-width: 500px) {
	.modal-wrap2 {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}
	.modal-wrap2 p {
	  padding: 15px 20px 0 20px;
	}
}
.sp{ width:100%; height:650px;}
@media screen and (max-width: 1900px) {
	.sp{ width:100%; height:650px;}
}
@media screen and (max-width: 1400px) {
	.sp{ width:100%; height:500px;}
}
@media screen and (max-width: 1000px) {
	.sp{ width:100%; height:400px;}
}
.show2{
 width:60%;
 background:#000;
 margin:0px auto;

 z-index:9999;
 }

.xil:after {
  content: '\f078';
  position: absolute;
  top: 0px;
  right: 20px;
  color:#FFF;
  font-family: fontawesome;
  transform: rotate(90deg);
  transition: .3s transform;
   transform: rotate(0deg);
}

.menu .ul-list {
 
}
.menu .ul-list > li {

  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 2.5vw;
  display: flex;

  align-items: center;
 padding-left:2.5vw;
  font-size: 14px;
  text-decoration: none;


}
.menu .ul-list > li > span {

  font-size: 14px;
  height: 2.5vw;
  display: flex;
  align-items: center;
  

}
@media (max-width: 991px) {
.menu .ul-list > li > a {
  height: 30px;
  display: flex;

  align-items: center;
  padding-left:2.5vw;
  font-size: 14px;
  text-decoration: none;


}

}
.menu .ul-list > li:hover .ol-list {
  display: block;

}
.menu .ol-list {
  display: none;
  top: 2.5vw;
  
  left: 0;
  text-align:left;
  z-index: 999;
  padding-left:4vw;
  width: 100%;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  line-height:2vw;
  display: flex;
  align-items: center;
  
}
@media (max-width: 991px) {
	.menu .ol-list {
  display: none;
  top: 2.5vw;
  
  left: 0;
  text-align:left;
  z-index: 999;
  padding-left:80px;
  width: 100%;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  line-height:30px;
  display: flex;
  align-items: center;
  
}

}
.menu .ol-list > li > a:hover {

}

.box2 {
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;

}
.box2 ul {
	margin:0px auto;
	width:100%;
	padding:0px;
	float:left;
	list-style-type:none;
}
.box2 li {
	width:33.3%;
	text-align:center;
	height: auto;
	float:left;
	cursor:pointer;
	display:inline;
	margin:0 0px 20px 0;
	display:block;
	color:rgba(255,255,255,0.2);
	
	transition: all 0.4s ease-in-out;
	
}
.box2 li:hover {color:rgba(255,255,255,0.6); }

.box2 li img{ width:90%; margin:0px auto;}
@media (max-width: 768px) {.box2 li {
	width:100%;
	text-align:center;
	height: auto;
	float:left;
	cursor:pointer;
	display:inline;
	margin:0 0px 0px 0;
	display:block;
	color:rgba(255,255,255,0.1);
	transition: all 0.4s ease-in-out;
	
}}
#bg {
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
filter:alpha(opacity:50);
	opacity:0.5;
	display:none;
}
#bottom {
	width:215px;
	height:50px;
	position:fixed;
	left:50%;
	bottom:0px;
	margin:0 0 0 -107px;
	border:1px solid #232323;
	background:#444;
	padding:1px;
	z-index:9999;
	display:none;
}
.w-dyn-item{width:33%; float:left; height:auto;}
@media (max-width: 768px) {#bottom {
	width:215px;
	height:50px;
	position:fixed;
	left:50%;
	bottom:80px;
	margin:0 0 0 -107px;
	border:1px solid #232323;
	background:#444;
	padding:1px;
	z-index:9999;
	display:none;
}
.w-dyn-item{ width:100%;float:left; height:auto;}
}

#bottom ul {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:#000;
}
#bottom li {
	background:url(../../../../images/ico.jpg) no-repeat;
	float:left;
	display:inline;
	margin:8px 0 0 18px;
	cursor:pointer;
}
#bottom li.prev {
	width:30px;
	height:33px;
	background-position:0 0;
}
#bottom li.next {
	width:30px;
	height:33px;
	background-position:-35px 0;
}
#bottom li.img {
	width:30px;
	height:33px;
	background-position:-106px 0;
}
#bottom li.close {
	width:31px;
	height:33px;
	background-position:-70px 0;
}
#frame {

	z-index:2;
	display:none;
    filter:alpha(opacity:0);
	opacity:0;
	position:fixed;
	top:0px;
	text-align:center;

}
#frame img{ width:60vw;background:#fff;
	padding:3px;}
	

.togglebox {
  float:none;
  width: 90%;
  position: relative;
  top:0px;
  padding:20px 0px;
  margin: 0 auto;
  background: #fff;
  transform: translateZ(0);
 transition: background-color 300ms ease, box-shadow 300ms ease;
}
.togglebox:hover{
box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact{
  position: relative;
  display: block;
  height: 80px;
  line-height:80px;
  padding: 0 20px;
  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(90deg);
  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);

}

#toggle1:checked ~ #content1,
#toggle2:checked ~ #content2,
#toggle3:checked ~ #content3
{
  height:230px;
  line-height:3em;
   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;}

