﻿.map .map-swiper{overflow: hidden; }
@media (min-width:1025px){.ind-item ul {margin-top: 0;}
.ind-item {padding-top: 20px;}
.ind-item ul li {line-height: 28px;}
.ind-item img {opacity: .4;}}
.home-vr{margin-top:50px;}
@media (max-width:768px){.home-vr{margin-top:20px;}
.home-vr iframe{height:350px;}}

.exhibbox{position: fixed;bottom:10%;left: 5px;max-width: 50vw;z-index: 999;}
.exhibbox .close{position: absolute;top:-15px;right: -15px;width: 30px;height: 30px;border: 1px solid #a7a7a7;border-radius: 50%;background: #fff;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.exhibbox .close span{width: 2px;height: 20px;background: #000;position: absolute;}
.exhibbox .close span:nth-child(1){transform: rotate(45deg);}
.exhibbox .close span:nth-child(2){transform: rotate(-45deg);}
.exhibbox{ left: 50%;top: 50%;transform: translate(-50%,-50%);}