body,html{
	margin:0;
	padding:0;
	font-family: '微软雅黑';
}
p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
a {
    text-decoration: none;
    color: currentColor;
}
ul {
    list-style-type: none;
}
.page{
	width:100%;
	/*height:7348px;*/
	height:382.708vw;
	background-image: url(../img/background.png);
	background-size: contain;
}
header{
	width:100%;
	height:60px;
	background-color: #121E38;
}
.main-content{
	/*width:1366px;*/
	width:71.146vw;
	margin:auto;
}
.main-title{
	display: inline-block;
	color:#FF6507;
	vertical-align: top;
	margin-left:10px;
}
.cn_title{
	margin-top:11px;
	font-weight: bold;
	font-size:18px;
	letter-spacing: 4px;
}
.banner{
	position: relative;
	height:51.042vw;
}
.rotate-container{
	display: flex;
	justify-content: center;
	transform-style: preserve-3d;
}
main{
	overflow: hidden;
}
@keyframes move{
	0%{
		transform:rotateY(0deg);
	}
	100%{
		transform:rotateY(360deg);
	}
}
.banner-lay1,.banner-lay2,.banner-lay3{
	position: absolute;
	transform-style: preserve-3d;
}
.banner-lay1{
	width:92.552vw;
	/*top:265px;*/
	top:13.802vw;
	transform:translateZ(-50px);
}
.banner-lay2{
	/*left:20px;*/
	width:71.146vw;
	/*top:18px;*/
	top:0.9375vw;
	transform: translateZ(50px);
}
.banner-lay3{
	/*left:20px;*/
	width:65.99vw;
	/*top:167px;*/
	top:8.698vw;
	transform:translate3d(-7px,0px,150px);
	/*z-index: 3;*/
}
.product-line{
	text-align: center;
	margin-top:35px;
}
.product-line img{
	width:71.146vw;
}
.product-container{
	/*width:1366px;*/
	width:71.146vw;
	/*height:630px;*/
	height:32.813vw;
	margin:auto;
	display: flex;
	position: relative;
	/*margin-top:105px;*/
	margin-top:5.47vw;
}
.product-item{
	display: flex;
	justify-content: center;
	width:25%;
	cursor: pointer;
}
.product-item-bg{
	/*width:318px;*/
	width:16.56vw;
	/*height:597px;*/
	height:31.094vw;
	border: 1px solid #01349a;
	transform:skewY(-4.5deg);
	position: absolute;
	top:13px;
	overflow: hidden;
}
.product-item-lay2{
	position: absolute;
	transition:0.4s;
	transform:skewY(4.5deg);
	top:-13px;

	width:16.667vw;
}
.product-item-lay3{
	position: absolute;
	z-index: 3;
	transition:0.4s;

	width:16.667vw;
}
.product-item-lay4{
	position: absolute;
	z-index: 4;
	top:-22px;

	width:14.583vw;
}
.product-item-lay5{
	position: absolute;
	z-index: 5;
	top:36px;
	transform:translate(-2px);
	opacity: 0;
	transition:0.3s;

	width:15.73vw;
}
.product-item:hover .product-item-lay2{
	transform:skewY(4.5deg) scale(1.1);
}
.product-item:hover .product-item-lay3{
	opacity: 0.5;
}
.product-item:hover .product-item-lay5{
	opacity: 1;
}
/* .selected-lay2{
	transform:skewY(4.5deg) scale(1.1);
}
.selected-lay3{
	opacity: 0.5;
}
.selected-lay5{
	opacity: 1;
} */

.test{
	margin-left:100px;
	width:840px;
	height: 162px;
	background:linear-gradient(to bottom,#3a465d,#366882);
	transform:skewY(-4deg);
	box-shadow: 3px 0 50px black;
}
.intro{
	position: relative;
	/*height:900px;*/
	height:46.875vw;
	/*margin-top:96px;*/
	margin-top:5vw;
}
.intro-lay1{
	position: absolute;
	width:100%;
}
.intro-lay2{
	position: absolute;
	width:53.96vw;
	right:0;
}
.intro-lay3{
	position: absolute;
	/*width:45.31vw;*/
	width:44.9vw;
	/*top:170px;*/
	top:8.854vw;
}
.intro-lay4{
	position: absolute;
	/*top:280px;*/
	top:14.583vw;
	/*left:275px;*/
	left:14.323vw;
}
.intro-title{
	/*font-size:36px;*/
	font-size:1.875vw;
	color:#FF6507;
	transform:skewY(-4deg);
}
.intro-lay5{
	/*width:55.21vw;*/
	width:54.42vw;
	position: absolute;
	/*top:198px;*/
	top:10.313vw;
	right:0px;
}
.intro-lay6{
	position: absolute;
	/*top:400px;*/
	top:20.833vw;
}
.intro-text{
	width:71%;
	margin:auto;
	text-indent: 2em;
	/*font-size:24px;*/
	font-size:1.25vw;
	color:#6d98e1;
	transform:skewY(-4deg);
	letter-spacing: 0.09em;
	line-height: 2em;
}
.intro-lay7{
	position: absolute;
	/*top:495px;*/
	top:25.781vw;
	right:0;
	width:52.81vw;
}
.labels{
	/*margin-top:-140px;*/
	margin-top:-7.292vw;
}
.label-item{
	display: flex;
	/*height:840px;*/
	height:43.75vw;
	justify-content: center;
	position: relative;
	transform-style: preserve-3d;
}
.label-lay1{
	position: absolute;
	width:74.27vw;
	transform:translate(20px) translateZ(-100px);
}
.label-lay2{
	position: absolute;
	z-index: 2;
	width:71.25vw;
	transform:translateZ(-50px);
}
.label-lay3{
	position: absolute;
	width:74.06vw;
	z-index: 3;
	/*top:100px;*/
	top:5.3vw;
	/*left:228px;*/
	transform:translate(-0.7%) translateZ(50px);
}
.label-lay4{
	position: absolute;
	width:52.5vw;
	z-index: 4;
	/*top:413px;*/
	top:21.51vw;
	/*right:234px;*/
	right:12.188vw;
	transform:translateZ(100px);
	border: 1px solid transparent;/*不设这个有可能这层被覆盖*/
	transition:0.6s;
}
.label-lay4-selected{
	transform:translateX(-8.333vw) translateY(-21.875vw) translateZ(100px) scale(0.5);
}
.label-lay4-2{
	position: absolute;
	width:51.302vw;
	z-index: 4;
	top:180px;
	/*top:21.51vw;*/
	right:256px;
	/*right:11.823vw;*/
	transform:translateZ(100px);
	border: 1px solid transparent;/*不设这个有可能这层被覆盖*/
	transition:0.5s;
}
.label-lay4-2-selected{
	transform:translateX(-8.333vw) translateY(-260px) translateZ(100px) scale(0.5);
}
.label-lay5{
	position: absolute;
	width:5.052vw;
	z-index: 10;
	/*top:228px;*/
	top:11.875vw;
	right:20.677vw;
	transform:translateZ(100px);
	/*top:5.3vw;*/
	/*left:228px;*/
	opacity: 0.5;
	transition:0.3s;
	cursor:pointer;
}
.label-lay5:hover{
	opacity: 1;
}
.label-lay5-selected{
	transform:translateZ(100px) rotate(45deg);
}
.popup-lay6{
	position: absolute;
	top:10.417vw;
	/*left:0;*/
	z-index: 6;
	/*width:1410px;*/
	width:73.438vw;
	/*height:450px;*/
	height:23.438vw;
	transform:translateZ(100px);
}
.popup-lay6-row{
	display: flex;
	justify-content: space-between;
	height:50%;
}
.popup-lay6-row img{
	width:100%;
	position: absolute;
}
.popup-itempic-press{
	opacity: 0;
	transition:0.7s;
}
 .popup-itempic-press:hover{
	opacity: 1;
}
.map-container{
	/*margin-top:84px;*/
	/*margin-top:150px;*/
	margin-top:7.813vw;
	position: relative;
	/*height:1099px;*/
	height:57.24vw;
}
.map-board{
	position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0;
	background: linear-gradient(to right,rgba(28,40,80,1),rgba(28,40,80,0.76) 15%,rgba(28,40,80,0.76) 85%,rgba(28,40,80,1));
	pointer-events: none;
}
.map-board img{
	width:100vw;
	margin-top:-3px;
}
.map{
	position: absolute;
	top:3px;
	left:0;
	width: 100%;
	/*height:790px;*/
	height:41.146vw;
}
.footer-2dmark{
	width:700px;
	height:270px;
	position: absolute;
	left:0;
	bottom: 0;
	background-color: rgba(255,255,255,0.2);
}
.footer{
	/*border: 1px solid #fff;*/
	/*background-color: black;*/
	height: 270px;
	width: 100%;
	position: absolute;
	left:0;
	bottom: -5px;
}
.footer-left{
	float:left;
	margin-left:280px;
	margin-top:35px;
	/*width:700px;*/
	/*height:300px;*/
	
}
.footer-left img{
	margin-right:40px;
}
.mark-description{
	margin-top:20px;
	color:#666f76;
}
.beian{
	position: absolute;
	bottom: 0;
	height:30px;
	width:100%;
	background-color: #000;
	text-align: center;
	line-height: 30px;
	color:#666f76;
}
.footer-right{
	width:700px;
	float: right;
	/*height:270px;*/
	/*position: absolute;*/
	/*right:0;*/
	/*bottom: 0;*/
}
.company-name{
	color:white;
	letter-spacing: 1px;
}
.description-item{

}
.description-label{
	color:#666f76;
	display: inline-block;
	width:80px;
	text-align-last: justify;
}
.description-content{
	color:#b8480a;
}
/********************************************************************************/
.board{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 200;
	background-color:black;
	top:0;
	left:0;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading-gif{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% -50%);
}
.loading{
	/*background-color: #fff;*/
	width:600px;
	height:100px;
	position: relative;
}
.loading-text{
	color:grey;
	text-align:center;
}
.loading-bar{
	/*width:100%;*/
	margin-top:15px;
	width:0;
	height:3px;
	background-color: #FF6507;
	transition:8s linear;
}
.loading-bar-bg{
	width:100%;
	height:1px;
	/*margin-top:20px;*/
	background-color: grey;
	/*transform:translateY(1px);*/
	position: absolute;
	top:37px;
	z-index: -1;
}
.width100{
	width:100%;
	transition:8s linear;
}
/**************************************************************************/
.tab{
	color:#FF6507;
	float:right;
	height: 60px;
	line-height: 60px;
	font-size:14px;
	letter-spacing: 2px;
	width:13%;
	text-align:center;
	transition:0.25s;
	position: relative;
}
.tab-hide{
	display: none;
}
.menu-header{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background-color: #121e38;
	transition:0.2s;
}
.menu-header:hover{
	background-color: #292531;
}
.tab:hover .drop-down{
	visibility: visible;
	transform: translateY(0%);
}
.drop-down{
	width:100%;
	background-color: rgba(255, 102, 0, 0.8);
	position: absolute;
	top:100%;
	text-align:center;
	font-size:14px;
	color: #1140af;
	visibility: hidden;
	z-index: 1;
	transform:translateY(-100%);
	transition:0.4s;
}
.drop-down p{
	height:40px;
	line-height: 40px;
	transition:0.3s;
}
.drop-down p:hover{
	color:#ffffff;
}
.location-btn{
	position: absolute;
	width: 4vw;
	top: 36vw;
	right: 15vw;
	cursor: pointer;
}
/************************************************************************************************/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated2 {
	animation-duration: 0.6s;
	animation-fill-mode: both;
	position: relative;
	width:100%;
}
.oneSec{
	animation-delay: 0.7s;
}
.twoSec{
	animation-delay: 1.4s;
}
.threeSec{
	animation-delay: 2.1s;
}
.fadeInLeft {
	animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	animation-name: fadeInRight;
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

.fadeOutDown {
  animation-name: fadeOutDown;
}
.fadeInLeft2 {
	animation-name: fadeInLeft2;
}
@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-25%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft3 {
	animation-name: fadeInLeft3;
}
@keyframes fadeInLeft3 {
	from {
		opacity: 0;
		transform: translate3d(-125%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft4 {
	animation-name: fadeInLeft4;
}
@keyframes fadeInLeft4 {
	from {
		opacity: 0;
		transform: translate3d(-225%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeOutLeft2{
  animation-name: fadeOutLeft2;
}
@keyframes fadeOutLeft2 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }
}

.fadeOutLeft3{
  animation-name: fadeOutLeft3;
}
@keyframes fadeOutLeft3 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-125%, 0, 0);
  }
}


.fadeOutLeft4{
  animation-name: fadeOutLeft4;
}
@keyframes fadeOutLeft4 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-225%, 0, 0);
  }
}

/*****************************************************************/
@media screen and (max-width: 1600px){
	.map-container{
		height:calc(57.24vw + 400px);
	}
	.footer{
		margin-top:100px;
		height: 580px;
		background-color: black;
	}
	.footer-left,.footer-right{
		float:none;
		margin:auto;
		width:600px;
		margin-top:50px;
	}
}
@media screen and (max-width: 1100px){
	.tab{
		width:15%;
	}
	.tab-hide{
		display: block;
	}
	.tab-show{
		display: none;
	}
	.intro-text{
		width:71%;
		margin:auto;
		text-indent: 2em;
		font-size:18px;
		color:#6d98e1;
		transform:skewY(-4deg);
		letter-spacing: 1px;
		line-height: 1.5em;
		margin-top:-15px;
	}
	.location-btn{
		top: 32vw;
	}
}

@media screen and (max-width: 800px){
	.location-btn{
		top: 27vw;
	}
}

@media screen and (max-width: 600px){
	.location-btn{
		top: 22vw;
	}
}
