html{
    font-size: 14px;
}
*{
    margin:0px;
    padding:0px;
}
a{
    color: white;
}
p{
    font-size: 13px;
}
body{
    color: black;
    font-style: normal;
    font-family: "黑体";
}
/*取消滚动条模块*/
::-webkit-scrollbar {
    display: none;
}
.qjing{
    position:absolute;
    z-index:0;
    width:100%;
    height:100%;
}
@keyframes zhuan {
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}
.ycon{
    box-sizing: border-box;
    position: fixed;
    top: 5.2rem;
    left: 2.4rem;
    z-index: 15;
    width: 104px;
    height: 104px;
    background: rgba(255,255,255,0.45);
    border-radius: 50%;
    cursor: pointer;
}
.ymap{
    box-sizing: border-box;
    margin-top: 7px;
    margin-left: 7px;
    width: 90px;
    height: 90px;
    background: rgb(216,194,179);
    background-size: 100% 100%;
    border-radius: 50%;
    border: 1px solid white;
}
.ymap img{
    width: 100%;
    height: 100%;
    animation: zhuan 5s infinite;
    animation-delay: 5s;
    -webkit-animation: zhuan 5s infinite linear;
}
.return{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 9999;
    width: 4.5rem;
    height: 2rem;
    display: none;
}
.return img{
    width: 100%;
    height: 100%;
}
.return img:hover{
    filter: brightness(1.3);
}
/*内容区域大盒子*/
.main{
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 72%;
    z-index:1;
    overflow: hidden;
    transition: 1s;
}
/*顶部内容区域*/
.top{
    vertical-align: center;
    width:100%;
    height:160px;
}
/*左上角logo样式*/
.logo{
    position: fixed;
    top: 1.7rem;
    left: 2.7rem;
    z-index: 99;
    width: auto;
    height: 2.1rem;
}
.logo img{
    width: auto;
    height: 100%;
}
/*关闭按钮样式*/
.close_show{
    position: absolute;
    margin-top: 35px;
    right: 3%;
    filter: brightness(0.7);
    cursor: pointer;
}
.close_show:hover{
    filter: brightness(1);
}
/*左滑动按钮设置*/
.left_btn{
    position: relative;
    width:4%;
    height:100%;
    float:left;
    /*background: #b6e8bb;*/
}
.img_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 45px;
    height:45px;
    filter: brightness(0.7);
    cursor: pointer;
}
.img_btn:hover{
    filter: brightness(1);
}
/*详情介绍模块*/
.info{
    position: relative;
    width:300px;
    height:100%;
    border-radius: 5px;
    background: url("../img/info_bgm.png") no-repeat 0px 0px;
    background-size: 100% 100%;
}
.video_btn{
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.video_btn img{
    width: 100%;
    height: 100%;
    filter:brightness(0.85);
}
.video_btn img:hover{
    width: 100%;
    height: 100%;
    filter:brightness(1.1);
}
.main-cover{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(4,20,32,.6);
    z-index: 100001;
    display: none;
}
.main-cover .video-box{
    width: 980px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -490px;
    margin-top: -250px;
}
.main-cover .close-btn{
    width: 40px;
    height: 40px;
    background: url("../img/close_btn.png") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 80px;
    top: 50px;
    cursor: pointer;
    z-index: 100001;
}
.main-cover .video-box video{
    width: 980px;
    height: 500px;
    background: #000;
}
/*文字介绍样式*/
.info_content{
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 270px;
    height: 16.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
.info_content p{
    text-indent: 1.8rem;
    line-height: 1.5rem;
    text-align: justify;
}
/*文化展示模块样式*/
.con{
    position: relative;
    width:300px;
    height:100%;
    border-radius: 5px;
    background: url("../img/con_img.png") no-repeat 0px 0px;
    background-size: 100% 100%;
}
.con_content{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 280px;
    height: 34rem;
    background: rgba(255,255,255,0.78);
    border-radius: 7px;
}
.title{
    position: absolute;
    top: -15px;
    left: -2px;
    background: url("../img/title_bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    width: 160px;
    height: 38px;
}
.title h4{
    color: yellow;
    position: absolute;
    top: 17px;
    left: 32px;
}
.conn{
    position: absolute;
    top: 28px;
    left: 10px;
    width: 260px;
    height: 439px;
}
.connn{
    position: relative;
    width: 260px;
    height: 271px;
    overflow: auto;
}
.connn img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.connn p{
    text-indent: 26px;
    line-height: 1.4rem;
    text-align: justify;
}
.peitu{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: auto;
}
.content{
    width: 100%;
    height: 41rem;
}
.swiper-container {
    width: 96%;
    height: 100%;
    float: left;
}
.swiper-wrapper{
    transform: translate3d(0,0,0);
}
.swiper-slide {
    height: 100%;
    border-radius: 5px;

    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;
}
.swiper-slide:nth-child(1n) {
    width: 300px;
}
.swiper-slide:nth-child(2n) {
    width: 300px;
}
.swiper-slide:nth-child(3n) {
    width: 300px;
}
.swiper-slide:nth-child(4n) {
    width: 300px;
}
.swiper-slide:nth-child(5n) {
    width: 300px;
}
.swiper-slide:nth-child(6n) {
    width: 300px;
}
.swiper-slide:nth-child(7n) {
    width: 300px;
}