@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
	font-size: 13px;
	background: #efefef;	
	/*max-width: 768px;*/
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
body,h2,ul,p,dl,h4,h5,h3,dl,dt,dd {
	padding: 0;
	margin:0;
	font-weight: normal;
}
*{	
	box-sizing: border-box;
	-webkit-box-sizing:border-box; 
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);  
	-moz-tap-highlight-color:rgba(0, 0, 0, 0);  
	-ms-tap-highlight-color:rgba(0, 0, 0, 0);  
	-o-tap-highlight-color:rgba(0, 0, 0, 0);  
	tap-highlight-color:rgba(0, 0, 0, 0); 
}
body  {
	margin: 0 auto !important;
}
ul {
	list-style: none;
}
a,a:hover,a:link,a:active {
	text-decoration: none !important;
	border:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none;
}
i,em,b {
	font-style: normal;
	font-weight: normal;
}
img{ 
	border: none;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
input,
button,
textarea,
select {
	outline: none;
	background: transparent;
	border: none;
	padding: 0;
}
input[type="text"] {
	-webkit-appearance: none;
}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
  clear: both; 
}

.code {
	position: absolute;
	z-index: 9999;
	right: 75px;
	top: 82px;
	text-align: center;
	border-radius: 6px;
	background: rgba(255,255,255,1);
	display: none;
}
.code:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(255,255,255,1);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	left: 100%;
	top: 12px;
}
.code dl {
	padding-bottom: 12px;
}
.code dt {
	padding: 13px 13px 0;
}
.code dt img {
	width: 110px;
}
.code dd {
	line-height: 2;
	font-size: 14px;
	color: rgb(102, 102, 102);
}
.line {
	position: absolute;
	right: 75px;
	top: 142px;
	text-align: center;
	border-radius: 6px;
	z-index: 9999;
	background: rgba(255,255,255,1);
	display: none;
}
.line:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid rgba(255,255,255,1);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 100%;
	top: 15px;
}
.line dl {
	padding: 14px 11px 16px;
	text-align: left;
}
.line dt {
	color: #333;
	font-size: 14px;
	padding-bottom: 14px;
}
.triangle-right {
	display: block;
	float: left;
	width: 0;
	height: 0;
	border-left: 12px solid #dfdfdf;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	padding: 2px 5px 0 0;
}
.line dd {
	width: 300px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
.line h3 {
	padding-top: 8px;
	color: #333;
	font-size: 14px;
}
.line .email {
	text-indent: 42px;
}

.suspend {
    position: absolute;
    z-index: -1;
    left: 8%;
    width: 350px;
    height: 80%;
    top: 10%;
    background: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.suspend.show {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.suspend .modal {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
}
.suspend .modal .img {
    width: 100%;
    width: 100%;
    border-radius: 10px;
    overflow-y: hidden;
}
.suspend .modal img {
    width: 100%;
}
.suspend .modal .img img {
    border-radius: 10px;
}
.suspend .modal .close {
	width: 15px;
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}

/*场景列表*/
.out-nav{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	top: 100%;
	height: 0;
}
.out-nav .in-nav {
	position: absolute;
	width: 100%;
	bottom: -7rem;
	transition: .3s;
	-webkit-transition: .3s;
}
.out-nav .in-nav.show {
	bottom: 1.8rem;
	transition: .3s;
	-webkit-transition: .3s;
}
.tag{
	width: 100%;
	text-align: center;
	transition: all 0.6s ease;
}
.tag li {
	width: 1.7rem;
	background: rgba(76, 94, 135,.9);
	height: .75rem;
	line-height: .75rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.502);
	margin-right: 0;
	display: inline-block;
	font-size: .373rem;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tag li.active{
	background: rgba(255,255,255,0.9);
	color: rgb(76, 94, 135);
}
.menu-box{
	width: 100%;
	overflow: hidden;
	transition: all 0.6s ease;
	background: rgba(255, 255, 255,.9);
	margin-top: 1px;
}
.nav-container{
	width: 200%;
	overflow: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.menu{
	width: 100%;
	float: left;
	menu-box-sizing: border-menu-box;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.menu ul{
	overflow: hidden;
	min-width: 100% !important;
}
.nav-list{
	position: relative;
	width: 1.375rem;
	height: 1.375rem;
	border: 1px solid #897b7a;
	border-radius: 0.125rem;
	margin: 0.25rem 0.125rem;
	float: left;
}
.menu .menu-list{
	width: 50%;
	float: left;
	transition: all 0.6s ease;
	/*overflow-x: scroll;*/
}
.menu .menu-list li {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.125rem;
    margin: 0.15rem 0.125rem;
    float: left;
    overflow: hidden;
    border: 2px solid transparent;
}
.menu .menu-list li.active {
	border: 2px solid rgb(43, 155, 224);
}
.menu .menu-list img{
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}
.menu .menu-list div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: .293rem;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    background: rgba(76, 94, 135,0.6);
    padding: .05rem 0;
}
.menu .menu-list li.active div{
    background: rgba(43, 155, 224,0.50);
}
/************************场景列表结束******************************/
/*vr提示*/
.info {
	z-index: 999999;
	display: none;
	background: url(../images/info.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}



/*右侧按钮*/
.right-ico {
	position: absolute;
	z-index: 999;
	right: 10px;
	top: 10px;
}
.right-ico li {
	margin-bottom: 15px;
	width: 1.01rem;
	height: 1.01rem;
	line-height: 1.03rem;
	font-size: 0;
	background: url(../images/bg.png) no-repeat left center;
	background-size: 100%;
	text-align: center;
}
.right-ico li img {
	width: .48rem;
}
.right-ico li:nth-child(2) img {
	width: .586rem;
} 
.right-ico li:nth-child(3) img {
	width: .533rem;
}
#footer {
	color: rgb(153, 153, 153);
	text-align: center;
	background: rgba(255, 255, 255,.9);
	position: absolute;
	z-index: 11111;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer li {
	width: 50%;
	height: 1.33rem;
	line-height: 1.33rem;
	float: left;
	font-size: .426rem;
}
#footer li.active {
	color: rgb(91, 108, 145);
}
#footer img {
	width: 1.17rem;
	position: absolute;
	left: 50%;
	margin-left: -.585rem;
	top: -.2rem;
}

/*弹窗*/
.remodal-overlay {
	background: rgba(0,0,0,.6);
}
.remodal {
	background: transparent;
	padding: 0;
	text-align: left;
	font-size: .32rem;
}
.remodal-close {
	left: 100%;
	top: -20px;
	width:20px;
	height:20px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 100%;
}
.remodal-close:before {
	display: none;
}
.amao {
	display: none;
}
.remodal-wrapper {
	padding: 15px 30px 0;
}
.remodal .lx {
	background: #fff;
	border-radius: 10px;
}
.remodal .lx h3 {
	background: url(../images/dian.png) no-repeat .24rem center;
	background-size: .24rem;
	padding: .24rem;
	line-height: 1;
	text-indent: .3rem;
	color: rgb(51, 51, 51);
	font-size: .373rem;
}
.remodal .lx dl {
	padding: .24rem;
}
.remodal .lx dl dt {
	color: rgb(51, 51, 51);
	font-size: .4rem;
}
.remodal .lx dl dd {
	color: rgb(102, 102, 102);
	font-size: .373rem;
	line-height: 1.8;
}
.remodal .lx dl dd span {
	float: left;
	display: block;
}
.remodal .lx dl dd i {
	float: left;
	display: block;
	width: 85%;
	color: rgb(77, 95, 134);
}
.remodal .lx ul {
	border-top: 1px solid rgb(237, 237, 237);
}
.remodal .lx ul li {
	float: left;
	width: 50%;
}
.remodal .lx ul li a {
	display: block;
	text-align: center;
	color: rgb(2, 183, 74);
	font-size: .4rem;
	height: 1.06rem;
	line-height: 1.06rem;
}
.remodal .lx ul li a img {
	width: .453rem;
	margin-right: .13rem;
}
.remodal .lx ul li:nth-child(1) a {
	border-right: 1px solid rgb(237, 237, 237);
}
.remodal .lx ul li:nth-child(2) a {
	color: rgb(43, 155, 224);
}
.remodal .lx ul li:nth-child(2) a img {
	width: .4rem;
}
.remodal .close {
	display: block;
	width: 1.01rem;
	height: 1.01rem;
	line-height: 1.01rem;
	text-align: center;
	font-size: 0;
	margin: .5rem auto 0;
	background: url(../images/yuan.png) no-repeat left center;
	background-size: 100%;
}
.remodal .close img {
	width: .36rem;
}
.remodal .sb-cont {
	background: rgb(77, 95, 134);
	border-radius: 10px;
	padding: .5rem .24rem 1.14rem;
	position: relative;
}
.remodal .sb-cont h3 {
	text-align: center;
	font-size: 0;
	line-height: 1;
	margin-bottom: .3rem;
}
.remodal .sb-cont h3 span {
	color: #fff;
	font-size: .373rem;
	display: inline-block;
	position: relative;
}
.remodal .sb-cont h3 span:after,
.remodal .sb-cont h3 span:before {
	content: '';
	position: absolute;
	height: 1px;
	width: .133rem;
	background: #fff;
	position: absolute;
	z-index: 999;
	right: -.23rem;
	top: 50%;
	margin-top: -.5px;
}
.remodal .sb-cont h3 span:before {
	right: auto;
	left: -.23rem;
}
.remodal .sb-cont p {
	color: rgb(217, 230, 255);
	font-size: .346rem;
	margin-top: .2rem;
	line-height: 1.6;
}
.remodal .sb-cont img.db {
	position: absolute;
	z-index: 999;
	right: .24rem;
	bottom: .24rem;
	width: .8rem;
}
/*手机旋转*/
#fullscreen_tips {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c0c0c;
    z-index: 99999999999;
}
.mod-orient-layer {
    position: absolute;
    width: 100%;
    top: 45%;
    margin-top: -75px;
    text-align: center;
}
.mod-orient-layer_icon {
    display: inline-block;
    width: 12%;
    max-width: 76px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    background-size: 67px;
}
.mod-orient-layer_icon img {
	width: 100%;
}
.mod-orient-layer_desc {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
}


@-webkit-keyframes rotation{
	0%,10%,90%,100%{-webkit-transform:rotate(0);}
	40%,50%{-webkit-transform:rotate(90deg)}
}
@keyframes rotation{
	0%,10%,90%,100%{transform:rotate(0)}
	40%,50%{transform:rotate(90deg)}
}
/******************************地址*******************************/
@media (min-width: 768px) {
	.info .inmenu-box::-webkit-scrollbar {
		width: 10px;
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	.info .inmenu-box::-webkit-scrollbar-track
	{
		/*border: 1px solid black;*/
		background-color: #F5F5F5;
		border-radius: 10px;
	}
	.info .inmenu-box::-webkit-scrollbar-thumb {
		height: 200px;
		border-radius: 10px;
		background-image: -webkit-gradient(linear,
										   left bottom,
										   left top,
										   color-stop(0, #444),
										   color-stop(1, #444));
	}
}