﻿.content-left,
.content-right {
  width: 100px;
  position: absolute;
}

.content-left {
  top: 0;
  left: 50%;
  margin-left: -700px;
}

.content-right {
  top: 0;
  right: 50%;
  margin-right: -700px;
}

.content-left a,
.content-right a {
  display: block;
  width: 100%;
  height: 110px;
  margin-bottom: 17px;
}

.content-left a img,
.content-right a img {
  width: 100%;
  height: 100%;
}

.index-content {
  width: 1176px;
  padding: 0 12px;
  margin: 0 auto;
  background: #fff;
}

/* 通用title1 */
.index-common-title1 {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
}

.index-common-title1 p {
  float: left;
  color: #707070;
  padding: 12px 15px 12px 15px;
}

.index-common-title1 p a {
  display: block;
  color: inherit;
}

.index-common-title1 p.hover {
  color: #000000;
  border-bottom: 3px solid #959595;
}

/* 通用title1 END */
/* 通用title2 START */
.index-title2 {
  width: 100%;
  height: 38px;
  background: url("./index-title2.png") no-repeat;
  background-size: cover;
}

.index-title2 li {
  width: 132px;
  line-height: 44px;
  font-size: 16px;
  color: #292929;
  text-align: center;
  float: left;
}
.index-title2 li.active {
  width: 132px;
  line-height: 44px;
  font-size: 16px;
  color: #292929;
  text-align: center;
  float: left;
  background: url(./index-title2-tt.png) no-repeat;
}

.index-title2 li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

/* 通用title2 END */
/* 通用列表内容  START*/
.index-common-list {
  width: 100%;
}
.index-common-list1 {
  display: none;
  width: 100%;
}
.index-common-list1.active {
  display: block;
  width: 100%;
}

.index-common-list li {
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color: #303030;
}

.index-common-list i {
  width: 3px;
  height: 3px;
  background: #303030;
  margin-top: 15px;
}

.index-common-list a {
  color: #303030;
  width: 70%;
  padding-left: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-common-list a:hover {
  color: #000;
  font-weight: bold;
}

/* 通用列表内容 END */
.index-first-content,
.index-second-content,
.index-third-content,
.index-forth-content,
.index-fifth-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

/* 第一层 */
.index-first-left {
  position: relative;
  width: 653px;
  height: 364px;
  margin-right: 19px;
}

.index-first-right {
  width: 474px;
  height: 364px;
  padding: 0 15px;
  background: #f3f4f5;
}

.index-first-right .index-common-list {
  margin-top: 15px;
}

.index-first-right .index-common-list li {
  line-height: 36px;
}

/* 轮播图 */
#slideShowContainer {
  width: 100%;
  height: 360px;
  margin-right: 10px;
  overflow: hidden;
}

#slideShowContainer img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

#slideShowContainer img:hover {
  transform: scale(1.07);
}

#picUl {
  list-style: none;
}

#dotUl {
  list-style: none;
  display: flex;
  flex-direction: row;
  /*使用绝对布局，固定于左下角*/
  position: absolute;
  right: 21px;
  bottom: 16px;
  /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
  z-index: 2;
  float: right;
  height: auto;
}

#titleDiv {
  position: absolute;
  width: 100%;
  height: 41px;
  bottom: 0;
  left: 0px;
  background-color: #000000;
  /*设置透明度，实现标题栏半透明效果*/
  /*opacity:0.6;*/
  z-index: 1;
  margin-right: 10px
}

#titleDiv>span {
  line-height: 42px;
  color: #FFFFFF;
  margin-left: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#titleDiv>span>a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#dotUl .selected {
  width: 10px;
  height: 10px;
  border-radius: 14px;
  background-color: #2da1ff;
  color: transparent;
  margin-left: 9px;
  cursor: pointer;
  float: left;
}

#dotUl .unselected {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #fff;
  color: transparent;
  margin-left: 9px;
  float: left;
}

#titleDiv .hide {
  display: none;
}

#titleDiv .show {
  display: block;
}

/*切换标题样式*/
.switchTitleBox {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}

.switchTitleBox .switchTitle {
  height: 50px;
  color: #7E7E7E;
  font-size: 20px;
  border-bottom: 1px #E6E6E6 solid;
}

.switchTitleBox .switchTitle ul {
  float: left;
}

.switchTitleBox .switchTitle ul li {
  display: inline-block;
  list-style: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.switchTitleBox .switchTitle .active {
  border-bottom: 2px #0168B7 solid;
  color: #000000;
}

.switchTitleBox .switchTitle .active a {
  color: #000000;
}

.switchTitleBox .theme-list {
  margin-top: 10px;
  margin-left: 16px;
  height: 334px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
}

.switchTitleBox .theme-list li {
  box-sizing: border-box;
  width: 100%;
  color: #3b3b3b;
  height: 36px;
  list-style: none;
}

.switchTitleBox .theme-list li i {
  color: #cbcbcb;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
  padding-right: 5px;
}

.switchTitleBox .theme-list .themeTitle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .theme-list .themeTime {
  float: right;
  font-size: 12px;
  color: #999999;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .tab-details .theme-title-box {
  position: relative;
  display: none;
}

.switchTitleBox .tab-details .active {
  display: block;
}

.switchTitleBox .theme-title-box .more {
  position: absolute;
  display: none;
}

/* 轮播图 END */
/* 第二层 */
.index-second-content {
  position: relative;
}

.index-second-box {
  position: relative;
  width: 1110px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
}

.index-second-box ul {
  width: 200%;
}

.index-second-box li {
  width: 265px !important;  
  height: 64px;
  margin: 0 6px;
  float: left;
}

.index-second-box li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-second-box li img {
  width: 100%;
  height: 100%;
}

.leftArrow {
  position: absolute;
  left: 5px;
  top: 15px;
  cursor: pointer;
}

.rightArrow {
  position: absolute;
  right: 5px;
  top: 15px;
  cursor: pointer;
}

/* 第三层 */
.index-third-content {
  padding-bottom: 10px;
}

.index-third {
  width: 378px;
  height: auto;
}

.index-third .index-common-list {
  box-sizing: border-box;
  margin-top: 15px;
  width: 100%;
  padding: 0 15px;
}

/* .index-third:nth-of-type(n+2) {
  margin-left: 21px;
} */
.index-third.ml {
  margin-left: 21px;
}

/* 第四层 */
.index-forth-left {
  width: 775px;
  height: 139px;
  background: #f7f9fa;
  border: 1px solid #dbeaf1;
}

.index-forth-title {
  height: 100%;
}

.index-forth-title img {
  height: 100%;
}

.index-forth-img {
  width: 720px;
}

.index-forth-img li {
  float: left;
  width: 210px;
  padding: 20px 15px 6px 15px;
}

.index-forth-right {
  width: 378px;
  height: 141px;
  margin-left: 20px;
}

.index-forth-right img {
  width: 100%;
  height: 100%;
}

/* 第五层 */
.index-fifth {
  padding: 15px 0;
}

.index-fifth i {
  position: absolute;
  width: 5px;
  height: 5px;
  margin-top: 10px;
}

.index-fifth li {
  float: left;
  padding-left: 30px;
  font-size: 14px;
  line-height: 30px;
}

.index-fifth li:nth-of-type(n) {
  margin-left: 20px;
}

.index-fifth li:nth-of-type(5n+1) {
  margin-left: 0;
}

.index-fifth li a {
  margin-left: 15px;
  color: inherit;
}

@media screen and (max-width:1200px) {
  .index-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }

  .content-left,
  .content-right {
    display: none;
  }

  .index-first-content,
  .index-second-content,
  .index-third-content,
  .index-forth-content,
  .index-fifth-content {
    margin-top: 0.3rem;
  }

  /* 通用title1 */
  .index-common-title1 {
    font-size: 0.24rem;
    border-bottom: 0.02rem solid #e4e4e4;
  }

  .index-common-title1 p {
    float: left;
    color: #707070;
    padding: 0.3rem 0.15rem 0.15rem 0.2rem;
  }

  .index-common-title1 p.hover {
    border-bottom: 0.05rem solid #959595;
  }

  /* 通用title2 */
  .index-title2 p {
    width: 36%;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }

  /* 通用列表 */
  .index-common-list i {
    width: 0.05rem;
    height: 0.05rem;
    margin-top: 0.27rem;
  }

  .index-common-list a {
    padding-left: 0.2rem;
  }

  .index-common-list li {
    font-size: 0.22rem;
    line-height: 0.6rem;
  }

  /* 第一层 */
  .index-first-left {
    width: 100%;
    height: 4rem;
    margin-right: 0;
  }

  .index-first-right {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 0.2rem 0.2rem 0.2rem;
    margin-top: 0.2rem;
  }

  #titleDiv>span>a {
    font-size: 0.22rem;
  }

  .index-first-right .index-common-list li {
    line-height: 0.6rem;
  }

  /* 第二层 */
  .index-second-box {
    margin: 0 auto;
    height: auto;
    width: 100%;
  }

  .index-second-box li {
    margin: 0;
    width: 16.66% !important;
    height: 1.2rem;
  }

  .index-second-box li img {
    display: block;
    width: 100%;
  }

  .rightArrow,
  .leftArrow {
    top: 0.45rem;
  }

  /* 第三层 */
  .index-third-content {
    padding-bottom: 0;
  }

  .index-third {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }

  .index-third:nth-of-type(n+2) {
    margin-left: 0;
  }

  .index-third .index-common-list {
    margin-top: 0.15rem;
    width: 100%;
    padding: 0;
  }

  /* 第四层 */
  .index-forth-left {
    width: 100%;
    height: auto;
    background: #f7f9fa;
    border: 0.01rem solid #dbeaf1;
  }

  .index-forth-img {
    width: 80%;
  }

  .index-forth-title {
    width: 15%;
    height: 100%;
  }

  .index-forth-title img {
    width: 100%;
    height: 100%;
  }

  .index-forth-img li {
    float: left;
    width: 40%;
    padding: 5%;
  }

  .index-forth-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.2rem;
  }

  /* 第五层 */
  .index-fifth {
    padding: 0.2rem 0;
  }

  .index-fifth li {
    float: left;
    font-size: 0.22rem;
    line-height: 0.6rem;
  }

  .index-fifth li:nth-of-type(n) {
    margin-left: 0;
  }

  .index-fifth li:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .index-fifth i {
    position: absolute;
    width: 4%;
    height: 4%;
    margin-top: 0.24rem;
  }

  .index-fifth i img {
    width: 50%;
  }

  .index-fifth li a {
    margin-left: 0.25rem;
  }
}