.nav {
    position: relative;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.demo {
    width: 1920px;
    height: 1020px;
    position: absolute;
    left: 50%;
    margin: 0px auto -272px -960px;
    z-index: 1;
}
.demo1 {
    height: 1010px;
}

.demo2 {
    height: 1461px;
    position: relative;
    display: block;
    margin: 0 auto;
    background: url(../img/2.png) no-repeat top;
}
.demo3 {
    height: 880px;
    position: relative;
    display: block;
    margin: 0 auto;
    background: url(../img/4.jpg) no-repeat top;
}

#quickLink{float:left;width:1400px;height:300px; position:absolute; overflow:hidden;z-index:999999;top:530px;left:16%;}
/* .linkbox.link5{display: block;width: 226px;height: 79px; position: absolute; left: 442px;top: -831px; background: url(../img/logoc.png) no-repeat center; border-radius: 92px 1px 110px 6px;} */
.linkbox a{height:300px;position:relative;text-indent:-99em;overflow:hidden;display:block;}
.linkbox.link1{float:left;width:250px;height:300px;margin-left:55px;}
.linkbox.link1 a{background:url(../img/btn-1.png) no-repeat center ;}
.linkbox.link1 a:hover{ background:url(../img/btn1.png) no-repeat center;}
.linkbox.link2{float:left;width:250px;height:300px;margin-left:55px;}
.linkbox.link2 a{background:url(../img/btn-2.png) no-repeat center ;}
.linkbox.link2 a:hover{ background:url(../img/btn2.png) no-repeat center;}
.linkbox.link3{float:left;width:250px;height:300px;margin-left:55px;}
.linkbox.link3 a{background:url(../img/btn-3.png) no-repeat center ;}
.linkbox.link3 a:hover{ background:url(../img/btn3.png) no-repeat center ;  }
.linkbox.link4{float:left;width:250px;height:300px;margin-left:55px;}
.linkbox.link4 a{background:url(../img/btn-4.png) no-repeat center;}
.linkbox.link4 a:hover{ background:url(../img/btn4.png) no-repeat center ;  }
.linkbox.link4 a:hover .linkbox.link3 a:hover .linkbox.link2 a:hover .linkbox.link1 a:hover{
    cursor: pointer; 
}
.demo1 .logo{
    width:350px; 
    height: 250px;
    float:left;
    height:300px;
    margin-right:0px;
    z-index:999999;
    position:absolute;
    left: 9%;
    background:url(../img/logo.png) no-repeat center ;
}
.demo1 .logoc a{
    width:250px; 
    height: 250px;
    float:left;
    height:300px;
    margin-right:0px;
    z-index:999999;
    position:absolute;
    left: 41%;
    top: 125px;
}
.demo1 .logoc a{
    background:url(../img/btn-1.png) no-repeat center ;
}
.demo1 .logoc a:hover{
    background:url(../img/btn1.png) no-repeat center ;
}
.bt{
    position: absolute ;
    width: 1400px;
    height: 200px;
    left: 14%;
    margin-top:50px; 
}
.demo2 .show1 {
    width: 880px;
    height: 680px;
    /* border: 1px  solid red; */
    /* margin:0 auto; */
    margin-top: 165px;
    left: 17%;
    position: absolute;
    /* border: #1d0101 5px ;  */
}
.demo2 .show2 {
    width: 1400px;
    /* height: 680px; */
    /* border: 1px  solid red; */
    /* margin:0 auto; */
    /* margin-top: 55px; */
    bottom: 60px;
    left: 12%;
    position: absolute;
    /* border: #1d0101 5px ;  */
}
.demo2 .show2 img {
    margin-left: 220px;
}
 .right {
     width: 1305px;
     height: 652px;
     border: 8px  solid #1d0101;
     box-shadow: 0 0px 30px rgb(219, 152, 8) inset;
      margin:0 auto;
      /* margin-top:80px; */
      /* left: 12.75%; */
      position: absolute;
      padding: 25px;
      
 }
 .right img {
    margin: 0 auto;
    margin-left: -4px;
    vertical-align: top;
    transition: all 0.5s;
 }
 .right img:hover {
    transform: scale(1.1);
 }

.demo2 .ceil {
    position: absolute;
    display: block;
    background: url(../img/logo.png) no-repeat top center;
    width:350px; 
    height: 250px;
    left: 42%;
}
.demo2 .ceill {
    position: absolute;
    display: block;
    background: url(../img/logo.png) no-repeat top center;
    width:350px; 
    height: 250px;
    left: 42%;
    margin-top: 865px;
}
.demo3 .ceil {
    position: absolute;
    display: block;
    background: url(../img/logo.png) no-repeat top center;
    width:350px; 
    height: 250px;
    left: 42%;
}
.left1 {
   width: 550px;
   height: 815px;
   border: 8px  solid #1d0101;
    box-shadow: 0 0px 30px rgb(219, 152, 8) inset;
    margin:0 auto;
    position: absolute;
    padding: 10px;
    
}

.swiper-container {
    width: 620px;
    height: 525px;
    padding-top: 155px;
    margin-left: 24px;
  }
  .swiper-slide {
    text-align: center;
    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;
    transition: 300ms;
    transform: scale(0.8);
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  display: none;
 }
 #prev {
  background: url(../img/prev.png) no-repeat left;
  width: 50px;
  height: 90px;
  left: -45px !important;
  top: 260px !important;
  right: auto;
  }
#next {
    background: url(../img/next.png)no-repeat  right;
    width: 50px;
    height: 90px;
    right: -45px !important;
    top: 260px !important;
    left: auto;
}

.demo3 .show {
    margin:0 auto;
    margin-top: 250px;
    left: 33.5%;
    position: absolute;
}
/* .left2 {
    width: 200px;
    height: 400px;
    border: 1px  solid #1d0101;
     margin:0 auto;
     margin-top: 125px; 
     position: absolute;
     background: url(../img/wrap03.png)no-repeat center;
 } */
 /* .right2 {
     width: 1500px;
     height: 440px;
     border: 8px  solid #1d0101;
     box-shadow: 0 0px 30px rgb(219, 152, 8) inset;
      margin:0 auto;
      margin-top:80px;
      padding: 20px;
      left: 16.9%; 
      position: absolute;
 } */
 .right2 img {
    margin: 0 auto;
    margin-left: -4px;
    vertical-align: top;
    transition: all 0.5s;
 }
 .right2 img:hover {
    transform: scale(1.1);
 }
/*  */
.foot {  margin:0 0 0 0; background:url() top repeat-x rgb(0, 0, 0);}
.footer { margin:0 auto; width:1200px; overflow:hidden; font-size:12px; line-height:24px;}
.footer img { border-radius:1em;}
.footer a { font-size:14px;}
.footer span { font-size:14px;}
.footer p { font-size:14px;color: #FFF;}
.foot .ceil {
    position: absolute;
    display: block;
    background: url(../img/footbg.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 1920px;
    height: 5px;
    left: 50%;
    margin-left: -960px;
    margin-top: -10px; 
}
/*  */
.top{border: #cfab3d 1px solid;background: #fff;height: 84px;width: 50px;position: fixed;cursor: pointer;right: 10px;bottom: 220px;display: none;color: #cfab3d;text-align: center;font-size: 19px;font-weight: bold;z-index: 5200;padding: 5px;}
.topcz {position: fixed;border: #cfab3d 1px solid;background: #fff;width: 50px;right: 10px;bottom: 150px;color: #cfab3d;text-align: center;font-size: 19px;font-weight: bold;z-index: 5200;padding: 5px;display: none;}
.topxz {position: fixed;border: #cfab3d 1px solid;background: #fff;width: 50px;right: 10px;bottom: 80px;color: #cfab3d;text-align: center;font-size: 19px;font-weight: bold;z-index: 5200;padding: 5px;display: none;}
.topcz a{color: #cfab3d;}
.topxz a{color: #cfab3d;}   
.topcz  a:hover {color: #b70602;} 
.topxz  a:hover {color: #b70602;} 

.music_btn {
    background: url(../img/bgmon.gif);
    width: 169px;
    height: 14px;
    top: 17px;
    right: 60px;
    z-index: 1;
    position: fixed;
}