#index {
  background-color: rgb(27, 27, 27);
  width: 1903px;
  list-style-type: none;
}
/* .scroll-box {
  width: 400px;
  height: 40px;
  margin: 50px auto 0;
  overflow: hidden;
}
.scroll-box ul {
  list-style: none;
  width: 100%;
  height: 100%;
}
.scroll-box ul li {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
} */
.index-denglu:hover {
  cursor: pointer;
}
.index-theme {
  margin-left: 60px;
  color: #fff;
  font-size: 26px;
  line-height: 70px;
}
.index-box {
  width: 1903px;
  height: 930px;
}
.index-btm {
  width: 1903px;
  height: 60px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
}
.index-btml {
  margin-left: 60px;
}
.index-boxl {
  width: 917px;
  height: 930px;
  margin-right: 10px;
  float: left;
}
.index-introduce,
.index-rotation {
  width: 917px;
  height: 465px;
  margin-bottom: 10px;
}
.index-boxr {
  width: 976px;
  height: 940px;
  background-color: rgb(62, 43, 29);
  float: left;
}
.index-introduce {
  box-sizing: border-box;
  padding: 30px 50px 0 60px;
  background-color: #4e1514;
  color: #fff;
  position: relative;
}
.index-introduce h4 {
  font-size: 22px;
}
.index-rot-box {
  width: 850px;
  height: 330px;
}
.index-rot-box ul {
  list-style: disc;
  font-size: 16px;
}
.index-rot-box .index-ul {
  margin: 0px 0px 0 20px;
    height: 327px;
    width: 199px;
    overflow-y: auto;
}
.index-rot-box .index-ul li {
  margin: 10px 0;
  list-style-type: disc;
}
.lihover {
  color: #e8d09a;
  list-style-image: url("../images/li.jpg");
}
.index-rot-lbox img {
  width: 581px;
  height: 327px;
}
.index-rot-box div {
  float: left;
  /* width: 406px;
  height: 271px; */
}
.index-rot-box .index-rot-bg {
  background: url("./images/index-bg.jpg");
  background-size: 100% 100%;
  position: relative;
}
.index-rot-bg img {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 175px;
  top: 112px;
}
.index-introduce div {
  font-size: 16px;
  line-height: 30px;
  height: 210px;
  overflow-y:auto;
}
.index-introduce div::-webkit-scrollbar {
  display: none;
}
.index-introduce .index-intrbtn {
  position: absolute;
  left: 60px;
  bottom: 40px;
  width: 178px;
  height: 49px;
  background-color: #f3dda3;
  border-radius: 8px;
  opacity: 0.95;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 49px;
}
.index-introduce .index-intrbtn:hover {
  cursor: pointer;
}
.index-intrbtn img {
  vertical-align: middle;
}
.index-rotation {
  background-color: rgb(20, 35, 64);
  box-sizing: border-box;
  padding: 30px 0px 0 60px;
  color: #fff;
}
.index-rotation h4 {
  font-size: 22px;
}
.index-rot-tit {
  font-family: STKaiti;
  font-weight: 400;
  text-align: justifyLeft;
  color: #000;
  font-size: 34px;
  box-sizing: border-box;
  padding: 51px 0px 0 24px;
  line-height: 50px;
  background-color: #fff;
}
ul {
  list-style-type: none;
}
img {
  border: 0;
}
.index-rotation .index-branch_bar {
  width: 740px;
  height: 54px;
  overflow: hidden;
  margin-left: 36px;
}
.index-branch_bar .index-branch {
  width: 3000px;
}
.index-branch_bar .index-branch li {
  float: left;
  width: 236px;
  height: 54px;
  background-color: #1d396b;
  margin-right: 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
}
.index-branch_bar .index-branch li:hover {
  background: #4778cb;
  cursor: pointer;
}
#index .index-lunbo {
  position: relative;
  width: 812px;
  height: 54px;
}
#index .index-lunbo i {
  line-height: 54px;
}
.index-prev {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  cursor: pointer;
  width: 20px;
  height: 54px;
  background-color: #1d396b;
  border-radius: 2px;
}
.index-next {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  cursor: pointer;
  width: 20px;
  height: 54px;
  background-color: #1d396b;
  border-radius: 2px;
}
.index-boxr-tit {
  width: 873px;
  height: 81px;
  background: url("../images/image_1.png");
  margin: 26px auto;
  line-height: 81px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.index-boxr-tit b {
  font-size: 22px;
}
.index-boxr-ul {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  flex-wrap: wrap;
}
.index-boxr-ul li:hover {
  color: #e8d39c;
  cursor: pointer;
}
.index-boxr-ul li:hover img {
  transform: scale(1.1);
}
.index-boxr-ul img {
  width: 270px;
  height: 187px;
  transition: all 0.6s;
}

.index-boxr-ul p {
  margin: 10px 0 40px;
}

.wrap {
}
.container {
  width: 100%;
  overflow: hidden;
  /* height: 400px; */
  position: relative;
}
.box {
  width: 145%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
}
.box li {
  width: 30%;
  float: left;
  list-style: none;
  -webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
}
.box video {
  width: 100%;
  height: 100%;
}
.box li div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 0;
}
.box li div img {
  width: 100%;
  height: 100%;
  /* margin-right: 50px; */
}
/* .box li:nth-child(2){
       height: 360px;
       margin: 0 1%;
   } */
.goLeft,
.goRight {
  position: absolute;
  width: 28px;
  height: 52px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  line-height: 52px;
  z-index: 999;
}
.goLeft {
  left: 20%;
}
.goRight {
  right: 20%;
}
.box li > p {
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.box li > p > span {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(play.png);
}

#show-area {
  width: 581px;
  height: 327px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

#show-area ul {
  position: relative;
  width: 14310px;
  height: 327px;
  right: 0;
}
#show-area ul li {
  float: left;
  position: relative;
}
#show-area ul li img {
  width: 581px;
  height: 327px;
}
/*指示器*/
#indicator {
  width: 180px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  margin: auto;
  z-index: 10;
  /*ackground-color: #00ccff;*/
}
.details-tit {
  line-height: 20px;
  color: #fff;
  margin-right: 40px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 5;
  max-width: 1000px;
  overflow: hidden;
}
.details-indicator {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
}
#indicator div {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ccc;
  float: left;
  margin-left: 5px;
  opacity: 0.6;
  filter: Alpha(opacity=90); /*为了适应旧的浏览器*/
}
#button-left,
#button-right {
  /*display:none;*/
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.9);
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  opacity: 0;
  filter: Alpha(opacity=50); /*为了适应旧的浏览器*/
  cursor: default;
  border-radius: 50%;
}
#button-left {
  top: 50%;
  left: 30px;
}
#button-right {
  top: 50%;
  right: 30px;
}
.details-video {
  width: 72px;
  height: 72px;
  opacity: 0.6;
  background: #000000;
  color: #fff;
  text-align: center;
  line-height: 72px;
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 160px;
}
.details-vr {
  width: 72px;
  height: 72px;
  opacity: 0.6;
  background: #000000;
  color: #fff;
  text-align: center;
  line-height: 72px;
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 80px;
}
.details-select {
  position: absolute;
  width: 178px;
  height: 49px;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.details-select select {
  width: 178px;
  height: 49px;
  background: #4778cb;
  border-radius: 0px 0px 8px 0px;
  text-align: center;
  color: #fff;
  border: 0;
  outline: none;
}
.onclick {
  width: 14px !important;
  height: 14px !important;
  background-color: #fff !important;
  opacity: 1 !important;
  margin-top: -1px !important;
}
