/*右上角2D 3D**/
.three-dimen{
	position: fixed;
	right: 100px;
	top: 5%;
	z-index: 999;
	text-align: right;
	z-index: 10;
}
.three-dimen img{
	width: 70px !important;
	margin-left: 25px;
}
.three-dimen .title{
	text-align: right;
	font-family: 'GOTHICB';
	margin-bottom: 0px;

}
.three-dimen .title h3{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.three-dimen .title p{
	color: #ffffff;
	font-size: 18px;
}



/*蓝色的文字*/
.three-dimen .blue-text{
	/*margin-top: -15px;*/
}
.three-dimen .blue-text h3{
	color: #73b9ee;
}

.three-dimen .blue-text p{
	color: #73b9ee;
}

.three-dimen .blue-text a{
	color: #fff;
	font-size:14px;
}



/*白色返回*/
.white-goback{
	position: fixed;
	right:160px;
	bottom: 106px;
	z-index: 99;
}
.white-goback img{
	width: 53px;
}
.white-goback p{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}




/*绿色返回*/
.goback{
	position: fixed;
	right:4%;
	bottom: 6%;
}
.goback img{
	width: 53px;
}
.goback p{
	color: #647d87;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}









/*标题*/
.area-title{
	width: 100%;
	color: #585858;
	font-size: 30px;
	font-weight: bold;
	font-family: 'GOTHICB';
	position: absolute;
	bottom: 80px;
	text-transform: uppercase;
}












/*2d  切换楼层*/
.floor{
	width: 206px;
	background: #fff;
	position: fixed;
	top:50%;
	right:0;
	transform: translate(0, -50%);
	box-shadow: 0 0 27px rgba(0,0,0,0.19);
	font-family: 'GOTHICB';
	z-index: 1;
}
.floor .floor-title{
	height: 60px;
	line-height: 60px;
	color: #99ffff;
	font-size: 15px;
	background: #2f515f;
	text-transform: uppercase;
}
.floor .floor-list{
	line-height: 60px;
	color: #5a5a5a;
	font-size: 18px;
	background: #efefef;
	text-transform: uppercase;
}
.floor .floor-list li{
	font-weight: bold;
	background: url('../images/addow-l.png') no-repeat 30px center;
	background-size: 8px;
}
.floor .floor-list li:nth-child(2n){
	/*background: #fff;*/
	background:#fff url('../images/addow-l.png') no-repeat 30px center;
}
.floor .floor-list li a{
	display: inline-block;
	width: 100%;
	color: #5a5a5a;
	padding-left: 64px;
}

.floor .floor-list li:hover{
	color: #0287b7;
	background:#fff url('../images/addow-led.png') no-repeat 30px center;
}
.floor .floor-list li:hover a{
	color: #0287b7;
}

.floor .floor-list li.active{
	color: #0287b7;
	background:#fff url('../images/addow-led.png') no-repeat 30px center;
}
.floor .floor-list li.active a{
	color: #0287b7;
}









/*2d-2*/
.two-dimen{
	width: 1200px;
	margin: 0 auto;
}
.two-head{
	padding: 60px 0 68px;
	display: flex;
}
.letter-c{
	color: #34a9d3;
	font-size: 98px;
	font-weight: bold;
	line-height: 80px;
}
.two-head .text{
	width: 240px;
	margin: 0 20px;
	font-family: 'GOTHICB';
}
.two-head .text h3{
	color: #393939;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.two-head .text p{
	color: #656565;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.two-head .select{
	width: 222px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 12px;
	background: #ffffff;
	color: #747474;
	font-size: 14px;
	border:1px solid #dadada;
	margin-top: 45px;
}
.two-head .select select{
	width: 100%;
	height: 35px;
	color: #747474;
	font-size: 14px;
	outline-style: none;
	background: url('../images/arr.png') no-repeat right center;
}




.two-list li{
	width: 24%;
	padding: 24px;
	background: #fffff7;
	margin-left: 1.33%;
	margin-bottom: 20px;
	float: left;
}
.two-list li:nth-child(4n+1){
	margin-left: 0;
}
.two-list li .logo{
	width: 82px;
	height: 82px;
	overflow: hidden;
}
.two-list li .logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.two-list li .text{
	margin-left: 110px;
}
.two-list li .text h3{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	word-break: break-all;

	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.two-list li .text h4{
	color: #333333;
	font-size: 15px;
	word-break: break-all;


	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.two-list li .text p{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	word-break: break-all;

	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.two-list li:hover{
	background: #b4e9fd;
}























.exhibi-bgimg{
	width: 100%;
	height: 100vh;
	background: #ffffff;
}










/*3d-2*/
.right-tab{
	width: 190px;
	position: fixed;
	top:50%;
	right: 6%;
	transform: translate(0, -50%);
}


.right-tab li{
	margin-bottom: 20px;
	cursor: pointer;
}
.right-tab li img{
	width: 100%;
}
.right-tab li .cur{
	display: none;
}
.right-tab li .initial{
	display: block;
}

.right-tab li.active .cur{
	display: block;
}
.right-tab li.active .initial{
	display: none;
}




.floor-mx{
	width: 60%;
	height: 100vh;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.floor-mx .flex{
	display: flex;
	align-items: center;
}

.white-dot{
	position: absolute;
	cursor: pointer;
}
.white-dot .dot{
	/*width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	background: url('../images/dot-light.png') no-repeat;
	background-size: 50px 1250px;
	background-position: 0px -1250px;*/
	
    opacity: 1;
    background-image: url('../picture/lightspot.png');
    cursor: pointer;
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background-position: 0px 0px;
    background-size: 50px 1250px;
    transform-origin: 50% 50%;
	margin:auto;

    /*200 300 350 550 650 750 900 1050 1200*/
}
.opacity-bg{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	display: none;
}


.black-bg{
	background: #000000;
	color: #fff;
	border-radius: 5px;
	position: relative;
    bottom: 40px;
}
.black-bg .text{
	white-space: nowrap;
	color: #fff;
	font-size: 20px;
	padding: 0 30px;
	line-height: 55px;
}
.black-bg .text a{
	color: #fff;
	font-size: 20px;
}


.black-bg .triangle {
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: rotate(180deg);
}
.black-bg .triangle .bubbleTop {
    border-width: 29px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 3px;
    left: -10px;
}
.black-bg .triangle .bubbleBottom {
    border-width: 10px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 5px;
    left: -10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.16);*/
}



.white-bg{
	background: #fff;
	color: #333;
	border-radius: 5px;
	position: relative;
    bottom: 40px;
}
.white-bg .text{
	white-space: nowrap;
	color: #333;
	font-size: 20px;
	padding: 0 30px;
	line-height: 55px;
}
.white-bg .text a{
	color: #333;
	font-size: 20px;
}


.white-bg .triangle {
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: rotate(180deg);
}
.white-bg .triangle .bubbleTop {
    border-width: 29px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 3px;
    left: -10px;
}
.white-bg .triangle .bubbleBottom {
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.16);*/
}

.white-dot .black2d-bg{
	background:rgba(25,155,202,0.3); color:#fff;border-radius: 5px; padding:3px 10px; font-size:14px;
	}



/*一分为五*/
.onetofive{
	width:60%;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.onetofive .floor-five{
	position: relative;
	z-index: 5;
	-webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
}
.onetofive .floor-four{
	margin-top: -400px;
	position: relative;
	z-index: 4;
	opacity: 1;

	-webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
}
.onetofive .floor-three{
	margin-top: -400px;
	position: relative;
	z-index: 3;
	
	-webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
}
.onetofive .floor-two{
	margin-top: -400px;
	position: relative;
	z-index: 2;
	opacity: 1;

	-webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
}
.onetofive .floor-one{
	margin-top: -400px;
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
}



.onetofive.separate .floor-four{
	margin-top: 500px;
	opacity: 0;
}
.onetofive.separate .floor-three{
	margin-top: 500px;
	/*opacity: 0;*/
}
.onetofive.separate .floor-two{
	margin-top: 500px;
	opacity: 0;
}
.onetofive.separate .floor-one{
	margin-top: 500px;
	opacity: 0;
}



/*@-webkit-keyframes "uphide"{
  0%{
  	margin-top: -1000px;
  }
  50%{
  	margin-top: -200px;
  }
  100%{
  	margin-top: -50px;
  }
} */










/*2d-1*/
.white-dot .floor-popup{
	width: 380px;
	/*width: 419px;*/
	/*height: 187px;*/
	position: absolute;
	/*top: -58px;*/
	bottom: 70px;
    left: 50%;
    margin-left: -207px;
	z-index: 99;
	font-family: 'GOTHICB';
	display: none;
	/*background: url('../images/popup-bg.png') no-repeat top center;*/
	/*background-size: 100%;*/
}
.floor-popup .merchant-bg{
	padding: 30px 20px;
	background: rgba(2255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.floor-popup .pic{
	/*width: 90px;*/
	height:90px;
	line-height:90px;
	float: left;
	color: #34a9d4;
	font-size: 90px;
	font-weight: bold;
	margin-right: 20px;
	font-family: 'GOTHICB';
}
/*.floor-popup .pic img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}*/
.floor-popup .sort{
	height: 90px;
	margin-left:90px;
	font-weight: bold;

	text-align: left;
}
.floor-popup .sort h3{
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	/*overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;*/
}
.floor-popup .sort h4{
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.floor-popup .sort p{
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.floor-popup .triangle {
    position: absolute;
    left: 225px;
    bottom: -62px;
    transform: rotate(180deg);
}
.floor-popup .triangle .bubbleBottom {
    border-width: 29px;
    border-color: transparent transparent rgba(2255,255,255,0.8) transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}

/*鼠标悬浮弹窗*/
.relative{
	position: relative;
}

.download-links .merchant{
	width: 200px;
	position: absolute;
	top: -10px;
    left: -64px;
	z-index: 99;
	font-family: 'GOTHICB';
	display: none;
	color:#666;
	/*transform: translateX(-50%);*/
}
.download-links .merchant-bg{
	/*transform: skewY(-15deg);*/
	padding: 12px;
	background: rgba(2255,255,255,0.86);
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
}


.download-links .merchant h3{
	font-size: 14px;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align:center;
}

.download-links .merchant .triangle {
    position: absolute;
    left: 100px;
    /*right: 0;*/
    /*margin:0 auto;*/
    bottom: -17px;
    transform: rotate(180deg);
}

.download-links .merchant .triangle .bubbleBottom {
    border-width: 7px;
    border-color: transparent transparent rgba(2255,255,255,0.86) transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}
