
@font-face{
　　font-family:'方正兰亭黑简体';
　　src:url('../fonts/方正兰亭黑简体.ttf');
 
}
@font-face{
　　font-family:'EFFRA';
　　src:url('../fonts/EFFRA.ttf');
 
}
body{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/* background-color: red; */
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 方正兰亭黑简体;
}
.indeximg{
	width: 100%;
	height: 100%;
	background: no-repeat;
	background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.indeximg img{
	width: 100%;
	height: 100%;
}
.leftmuem{
	position: absolute;
	top: 10vh;
	left: 5%;
	width: 30%;
	height: 80vh;
	/* background-color: rgba(0,0,0,0.5); */
}
.leftmuem_segin{
	width: 30%;
	height: 5vh;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	cursor: pointer;
}
.backgroundimg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
}
.leftmuem{
	position: absolute;
	top: 18vh;
	left: 8%;
	width: 30%;
	height: 80vh;
	/* background-color: rgba(0,0,0,0.5); */
}
.leftmuem_segin{
    width: 42%;
    height: 13vh;
    background-color: rgba(255,255,255,0.3);
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.4rem;
    float: left;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 3px 4px 4px #000000;
	overflow: hidden;
	letter-spacing: 3px;
	margin-bottom: 3vh;
}
.leftmuem_segin:nth-child(2n){
    float: right;
}
.leftmuem .on{
	background-color: rgba(2,2,2,0.6);
}
.leftmuem_segin:hover{
	background-color: rgba(2,2,2,0.6);
}
.logo{
	position: absolute;
	top: 4vh;
	width: 35%;
	left: 4%;
}
.logo img{
	width: 100%;
}
.right_title{
	/*width: 20%;*/
	    min-width: 20%;
	position: absolute;
	right: 4%;
	top: 4vh;
	z-index: 2;
	background-image: linear-gradient(270deg,#000 0,rgba(0,0,0,.2) 50%,transparent 100%);
	padding: 10px;
	text-align: right;
	color: #FFFFFF;
}
.right_title_title{
	font-size: 52px;
    letter-spacing: 4px;
}
.right_title_jianjie{
	margin-top: 10px;
	font-size: 36px;
	letter-spacing: 4px;
	font-family: EFFRA;
}
.vr_font{
    width: 50%;
    height: 10vh;
    position: absolute;
	right: 4%;
	top: 45vh;
	z-index: 2;
	font-size: 60px;
	text-align: center;
	color: #ffffff;
	text-shadow: 3px 4px 4px #000000;
	
}
.vr_content{
    width: 50%;
    height: 73vh;
    position: absolute;
	right: 4%;
	top: 18vh;
	z-index: 8;
	/*background: blue;*/
}
.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    background-color: rgba(125,125,125,0);
    flex-wrap: wrap;
    align-content: center;
}
.swiper-slide .linexian_yibai{
    width: 100%;
}
.swiper-slide .linexian{
    border-radius: 5px; 
    width: 15%;
    height: 6px;
    background-color: #ffffff;
    margin: 20px 0;
}
.swiper-slide a img{
    width: 90%;
    margin-top: 5px;
}
.swiper-slide-title{
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 4px;
}
.swiper-pagination-bullet{
    width: 25px !important;
    height: 25px!important;
    background-color: #ffffff !important;
}
.swiper-pagination-bullet-active{
    background-color: #FCB800 !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
    right: 17%;
}
@media screen and (min-width:776px) and (max-width: 1000px){
    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
        right: 10px;
    }
}
/*表示浏览设备屏幕大于510小于800*/
@media screen and (min-width:310px) and (max-width: 776px){
    .right_title_title{
        font-size: 1.2rem;
    }
    .right_title_jianjie{
      font-size: 1rem;  
    }
    .swiper-slide-title{
       font-size: 1rem;   
    }
    .leftmuem{
        width: 84%;
        height: auto;
    }
    .leftmuem_segin{
        font-size: 0.8rem;
        width: 24%;
        margin-right: 1.3333%;
        height: auto;
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .leftmuem_segin:nth-child(2n){
        float: left;
    }
    .leftmuem_segin:nth-child(4n){
         margin-right: 0%;
    }
    .vr_content{
        width: 92%;
        right: 4%;
        top: 32vh;
        bottom: 10vh;
    }
    .swiper-slide a img{
        width: 100%;
    }
    .vr_font{
         width: 92%;
         top: 70vh;
    }
}
.vr{
	display: none;
	position: fixed;
	top: 0px;
    left: 0px;
	z-index: 99999;
}
.goresule{
	display: none;
	position: fixed;
	top: 33px;
    left: 101px;
	z-index: 99999999;
	color: #ffffff;
	font-size: 32px;
	cursor: pointer;
}
.goresule img{
    width: 58px;
    opacity: 0.6;
}


