*{
  margin: 0;
  padding: 0;
}
#ac-localnav{
  margin-top: 20px !important;
}
.container-fluid{
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 64px !important;
}
.banner{
  position: relative;
  overflow: hidden;
}
.banner video{
  width: 100%;
  height: 400px;
}
.banner_img{
  width: 100%;
  height: 400px;
  max-height: 500px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  float: none !important;
  padding: 0 !important;
}
.banner_title{
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  text-align: center;
  font-family: "微软雅黑";
}
.banner_content{
  width: 100%;
  font-size: 44px;
  font-weight: bold;
  position: absolute;
  top: 80px;
  text-align: center;
  font-family: "微软雅黑";
}
.banner_jump{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 150px;
  text-align: center;
  font-family: "微软雅黑";
}
.installment{
  display: flex;
  flex-wrap: wrap;
  background-color: #eeeeee;
  padding-bottom: 30px !important;
}
.installment_left{
  box-sizing: border-box;
  padding:0% 1% 0% 2%!important;
}
.installment_left_box{
  background-color: antiquewhite;
  
}
.installment_left_content{
  margin: 0 auto !important;
}
.installment_title{
  font-size: 40px;
  text-align: center;
}
.installment_content{
  font-size: 17px;
  text-align: center;
}
.installment_left_content img{
  width: 100%;
  height: 51.5%;
}
.installment_jump{
  text-align: center;
}
.installment_right{
  box-sizing: border-box;
  padding:0% 1% 0% 2%!important;
}
.installment_right_box{
  background-color: antiquewhite;
}

/* 轮播 */
/* .shuffling{
  margin-top: 20px;
} */
.ShufflingImg{
  width: 100%;
  max-height: 600px;
}
/* 轮播图标点 */
.carousel-indicators {
  /* margin-left: 0 !important; */
  /* width: auto !important; */
  /* left: 80% !important; */
}
.carousel-indicators li{
  margin-right: 10px !important;
}
.carousel-control{
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  opacity: 1 !important;
  top: 50% !important;
  margin-top: -20px !important;
  /* bottom: 18px !important;
  top: auto !important;
  left: auto !important; */
}
.carousel-control.left {
  /* right: 160px !important; */
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%) !important;
}
.glyphicon-chevron-left{
  margin-left: -15px !important;
  margin-top: -15px !important;
}
.carousel-control.right {
  /* right: 100px !important; */
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%) !important;
}
.glyphicon-chevron-right{
  margin-right: -15px !important;
  margin-top: -15px !important;
}
/* 视频播放 */
/* .VideoPlayback{ */
  /* height: 500px; */
/* } */
.VideoPlayback_img{
  width: 100%;
  margin: 0 auto;
}
.VideoPlayback_img img{
  width: 100%;
}
/* .installment_right_content{
  padding-top: 8% !important;
  margin: 0 auto !important;
} */

/* 图片旋转 */
.rotation_v{
  background-color: deepskyblue;
  padding: 20% 0 !important;
}
.rotation{
  width: 30%;
  height: 30%;
  margin: 0 auto;
  margin-top: 100px;
  background-color: greenyellow;
  border-top: 1px solid green;
  border-bottom: 1px solid pink;
  border-left: 1px solid darkturquoise;
  border-right: 1px solid yellow;
}
.rotation img{
  width: 100%;
  height: 100%;
}
/* 缩略图 */
.thumbnail_including{
  width: 30%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.thumbnail_including img{
  height: 100%;
}
/* 上滑显示 */
.According{
  width: 100%;
  padding: 5% 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.AccordingLeft,.AccordingRight,.AccordingSecond,.AccordingThree{
  text-align: center;
}
.AccordingLeft img{
  width: 80%;
}
.AccordingRight img{
  width: 80%;
}
.AccordingSecond{
  opacity: 0;
}
.AccordingSecond img{
  width: 80%;
}
.AccordingThree{
  opacity: 0;
}
.AccordingThree img{
  width: 80%;
}
/* 缩略图 */
.thumbnailDiv{
  width: 30%;
  margin: 0 auto;
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
}
.thumbnailDiv img{
  width: 100%;
  height: 500px;
}
/* 手机 */
/* @media (max-width:768px) {
  .banner_title{
    font-size: 18px;
  }
  .banner_content{
    font-size: 20px;
  }
  .installment_right{
    margin-top: 20px;
  }
  .installment_right{
    box-sizing: border-box;
    padding:0% !important;
  }
  .installment_left{
    box-sizing: border-box;
    padding:0% !important;
  }
  .installment_title{
    font-size: 20px;
    padding-top: 8px;
  }
  .glyphicon-chevron-right{
    margin-right:-10px !important;
    margin-top:-10px !important;
  }
  .glyphicon-chevron-left{
    margin-left:-10px !important;
    margin-top:-10px !important;
  }
}

/* 平板 */
@media (min-width:768px) and (max-width:992px) {

}
/*  */
@media (min-width:992px) and (max-width: 1200px) {
  
}
@media (min-width:1200px) {

} */
body {
  border-top: 1px solid transparent;
  margin-top: -1px;
  position: relative;
}
html.oldie body {
    overflow-x: visible;
  }
.adv-wrapper {
  position: absolute;
  top: -40px;
  z-index: 9999;
  background: #444;
  line-height: 1;
  top: -40px;
  width: 100%;
  right:0;
  height: 40px;
  z-index: 9999;
}
.ac-gn-segmentbar-visible .adv-wrapper {
  position: absolute;
  top: -40px;
}
.ac-gn-segmentbar-visible .macpro-gg .adv-wrapper {
  top: 0px;
}
.adv-wrapper .adv-wrapper-text {
  color: #a8a8aa;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: right;
  max-width: 976px;
  margin: 0 auto;
}

.ac-gn-segmentbar-visible .adv-wrapper{
  background: transparent;
  width: 20%
}
.ac-gn-segmentbar-visible .adv-wrapper .adv-wrapper-text {
  width: 100%;
  margin-left: 488px;
  position: absolute;
  left: -250%;
  min-width: auto;
}


.adv-wrapper .adv-wrapper-text {
  color: #a8a8aa;
  font-size: 12px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
#ac-globalnav{
  z-index: 0 !important;
  height: 0 !important;
}
#ac-globalnav{
  background-color: rgb(255,255,255,0) !important;
}
#ac-localnav{
  visibility: hidden;
  z-index: 0 !important;
}
.ac-ln-background{
  height: 0 !important;
}
.ac-ln-background:after{
  height: 0 !important;
}
.ac-ln-content{
  opacity: 0;
}
.ac-ln-content{
  height: 0 !important;
}
html.ie8,html.oldie,html.oldIE {
  margin-top: 0px !important;
}
html.ie8 .adv-wrapper,html.oldie .adv-wrapper,html.oldIE .adv-wrapper {
  position: relative;
  top: 0px;
  min-width: 1024px;
}
html.ie8 .adv-wrapper .adv-wrapper-text,html.oldie .adv-wrapper .adv-wrapper-text,html.oldIE .adv-wrapper .adv-wrapper-text {
  line-height: 40px;
}
html.ie8 #ac-globalnav,html.oldie #ac-globalnav,html.oldIE #ac-globalnav {
  top: 40px;
}
html.ie8 .ac-familybrowser,html.oldie .ac-familybrowser,html.oldIE .ac-familybrowser {
  top: 84px;
}
html.ie8 .ac-nav-overlap .chapternav,html.oldie .ac-nav-overlap .chapternav,html.oldIE .ac-nav-overlap .chapternav {
  margin-top: 84px;
}
/* hack for IE8 with shop button*/
html.ie8.ac-gn-segmentbar-visible #ac-gn-segmentbar,html.oldie.ac-gn-segmentbar-visible #ac-gn-segmentbar,html.oldIE.ac-gn-segmentbar-visible #ac-gn-segmentbar {
  position: relative;
  top: 0;
}
html.ie8.ac-gn-segmentbar-visible .adv-wrapper,html.oldie.ac-gn-segmentbar-visible .adv-wrapper,html.oldIE.ac-gn-segmentbar-visible .adv-wrapper {
  position: absolute;
  min-width: auto;
}