* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
 font-family:"隶书";
}
input {
  outline: none;
}
ul {
  list-style: none;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contact_s{
	position: absolute;
	top: 60%;
	right: 10%;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color:#6c81ab;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_s img{
	width: 1.5rem;
	height: 1.5rem;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	15% {
		transform: rotate(45deg);
		}
	30% {
		transform: rotate(0deg);
		}
	45%{
		transform: rotate(45deg);
		}
	60%{
		transform: rotate(0deg);
		}
	75%{
		transform: rotate(45deg);
		}
	90%{
		transform: rotate(0deg);
		}
	100% {
	transform: rotate(0deg);
	}
	}
  /* panorama的css */
  #pano_box{
  width: 100%;
  height: 100%;
  overflow: auto;
  }

.subheading{
	
	width: 100%;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #10456f;
  position: absolute;
  z-index: 1000;
  background-color:#dadada;
	
}
.sub_ul{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;

}
.sub_li{
	width: 5rem;
	height: 1.3rem;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	border-radius:0.4rem;
}
.sub_active{
	width: 5rem;
	height: 1.3rem;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	border-radius:0.4rem;
	background:aqua;
	border:0.1rem;
	font-weight:bold;
}
.sidebar-asia{
 width: 100%;
 height: 100%;
 overflow: auto;
 margin-top: 1.8rem;
}
.sidebar-asia_li{
	background-color:#efefef ;
	margin-top: 0.5rem;
	height: 9rem;
	display: flex;
}
.sidebar-asia .left{
	width: 45%;
	height: 9rem;
	align-items: center;
	display: flex;
	justify-content: center;
}
.sidebar-asia .right{

    width: 55%;
    height: 9rem;
} 

.sidebar-asia .left img{
	height: 8.5rem;
}
.itemname{
	white-space: nowrap;
	display: inline-block;
	font-size: 0.5rem;
}
.iteminfo{
	white-space: nowrap;
	display: inline-block;
	font-size: 0.45rem;
	text-indent: 0.2rem;
}
.iteminfo2{
	white-space: nowrap;
	display: inline-block;
	font-size: 0.45rem;
	text-indent: 2.3rem;
}

.sidebar-asia .right .li{
	margin-top: 0.3rem;
}
.sidebar-asia .right .button{
	    width: 4.4rem;
	    height: 1.2rem;
	    background-color: #9fa0a0;
	    margin-left: 2.31884rem;
	    margin-top: 3.47826rem;
	    font-size: 0.6rem;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		border-radius: 0.386473rem;
}
.cont_box{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color:rgba(160, 160, 160, 0.8);
  z-index: 1001;
  
}

.contact{
	width: 80%;
    height: 60%;
    margin-top: 6rem;
    margin-left: 1.6rem;
    background-color: azure;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.close{
	position: absolute;
    top: 6.8rem;
    right: 2.5rem;
}
.close img{
	width: 1rem;
	height: 1rem;
}
.title{
  background-image:url("../img/bj.jpg");
  width: 100%;
  height: 3.0918rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
  line-height: 3.0918rem;
}
.start_box{
  height:90%;
  width: 100%;
  border-top: 1px solid #ffff;
  overflow: auto;
}
.st_li{
 
 border: 2px solid #ffff;
 overflow: auto;
 margin-top: .7729rem;
}

.tit_box{
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background-color:#efefef;

}
.tit_box{
  font-size: 0.65rem;
  font-weight: bold;

}

.tit_box ul li{
 
  float: left;

}
.li_st{
  width: 3%;
  height: 2rem;
  background-color: aqua;
  
}
.li_st span{
  width: 2%;
  
}
.li_left{
width: 46%;
text-align: left;
text-indent: 0.5rem;
}
.li_right{
  width: 46%;
  text-align: right;
  text-indent: 0;
  }
.con_box{
  width: 100%;
}

.con_box ul li{
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.con_img{
  float: none;
  text-align: center;
}
.con_img img{
  width: 7.5rem;
}
.con_img p{
  margin-top:1.2rem;
  font-size: .5024rem;
}

/* plane页面的css */

.sub_box{
	
	width: 100%;
	height: 2rem;
	display: flex;
	align-items: center;
  justify-content: flex-start;
	color: #10456f;

}
.sub_box ul li{
  float: left;
  height: 1.2rem;
  line-height: 1.2rem;
}
.sub_box img{
  height: 1.2rem;
}

#plane_box{
  width: 100%;
  height: 93%;
}
#rec_top{
position: relative;
right: -14rem;
top: -1.5rem;
}
#rec_top img{
  width: 1.3rem;
  height: 1.3rem;
}
.rec_box{
  position: fixed;
  right:0rem;
  top: 2.5rem;
  width: 4rem;
  height: 12.5rem;
  background-color: #bfbdbd;
  border-top:0.1rem solid #bfbdbd;
  transform:translate(0rem);
  transition: 0.5s;
}

.rec_box_open{
  position: relative;
  right: -4rem;
  top: 2.5rem;
  width: 4rem;
  height: 40%;
  background-color: #bfbdbd;
  border-top:0.1rem solid #bfbdbd;
  transition: 0.5s;
}

#rec_box ul{
margin-top: 1.3rem;
}
.rec_li{
  height: 1rem;
  text-align: center;
  margin: 0.4rem;
  border: 1px solid;
  line-height: 1rem;
  border-radius: .3865rem;
}
.rec_active{
  height: 1rem;
  text-align: center;
  margin: 0.4rem;
  border: 1px solid;
  line-height: 1rem;
  border-radius: .3865rem;
  background-color: aqua;
}
.plane_con{
  width: 100%;
  height: 93%;
  overflow: auto;
}
.plane_box_class{
  width: 100%;
}

.plane_li{
  float: left;
  width: 8rem;
  margin-top: 0.5rem;
  text-align: -webkit-center;
}
.plane_img{
  width:6rem;
}
.closs{
  display: none;
}
.open{display: block;}

#plane_con_box{
  -webkit-column-width: 7.5rem;
	-moz-column-width: 7.5rem;
	column-width: 7.5rem;
}
#plane_con_box .box{
  padding:0.2rem 0 0 0.2rem;
	float: left;
}
#plane_con_box .box .pic{
  border: .0386rem solid #DDDDDD;
	border-radius: .1932rem;
	box-shadow: 0 0 .0386rem #ddd;
	padding: .38rem;
}
#plane_con_box .box .pic img{
  width: 6.3768rem;
}


/* h5专题页 */
#h5_top{
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: aliceblue;
}
.h5s_con{
  width: 100%;
  height: 93%;
  overflow: auto;
}
.h5s_li{
  float: left;
  width: 8rem;
  margin-top: 0.5rem;
  text-align: -webkit-center;
}
.h5s_box{
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  overflow: auto;
}
.h5s_span{
  height: 1.2rem;
  display: block;
  border: 1px solid;
  margin-top: 0.8rem;
  line-height: 1.2rem;
  border-radius: 0.5rem;
  width: 5rem;
  background-color:#9fa0a0 ;
}

.d3s_box{
  width: 100%;
  height: 23.5rem;
  margin-top: 1rem;
  overflow: auto;
}

