body {
  background: #910000;
  font-size: 20px;
  min-width: 1200px;
}
a {
  cursor: pointer;
  color: #fff;
}
a:hover {
  color: #f4a81b;
}
a img:hover {
  opacity: .9;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background: url(../images/top.png) no-repeat center top;
  height: 980px;
}

.slide-item-left {
  width: 58%;
}
.slide-item-left img {
  width: 100%;
}
.slide-item-right {
  width: 38%;
}

.slide-box {
    width: 100%;
    height: 400px;
    float: left;
    overflow: hidden;
    position: relative;
}

.slide-box .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}

.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide-box .hd ul li {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 10px;
    background: #fff;
    cursor: pointer;
}

.slide-box .hd ul li.on {
    background: #f4a81b;
}

.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 400px;
}
.slide-box .bd li img {
  border: 2px solid #f4a81b;
}

.slide-tit {
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.slide-desc {
  color: #f4a81b;
  font-size: 22px;
  line-height: 1.8;
}

/*视频*/
.vlog {
  margin: 0 -1.5%;
}
.vlog li {
  float: left;
  margin: 10px 1.5%;
  width: 22%;
  height: 253px;
  overflow: hidden;
  position: relative;
}
.v-pic {
  border: 2px solid #f4a81b;
  display: block;
  overflow: hidden;
}
.v-tag {
  position: absolute;
  left: 2px;
  bottom: 60px;
  background: #000;
  background: rgba(0, 0, 0, .6);
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}
.v-play {
  position: absolute;
  right: 15px;
  top: 15px;
}
.v-tit {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.annual {
  margin: 0 -2%;
}
.annual li {
  width: 46%;
  margin: 0 2%;
  float: left;
  margin-bottom: 40px;
}
.an-tit {
}
.an-desc {
  color: #f4a81b;
  font-size: 16px;
}

/*年度盘点切换*/
.slide-box-annual li {
  width: 22%;
  float:left;
}

.slide-box-annual {
    width: 100%;
    height: 400px;
    float: left;
    overflow: hidden;
    position: relative;
}

.slide-box-annual .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}

.slide-box-annual .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide-box-annual.hd ul li {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 10px;
    background: #fff;
    cursor: pointer;
}

.slide-box-annual .hd ul li.on {
    background: #f4a81b;
}

.slide-box-annual .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slide-box-annual .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 400px;
    float: left;
}
.slide-box-annual .bd li img {
  border: 2px solid #f4a81b;
}

.slide-box-annual .s-an-tit {
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}

.slider-pic {
    overflow: hidden;
    position: relative;
    clear: both;
    margin-top:40px;

}
.slider-pic .hd {
    height: 0;
    width: 100%;
    position: relative;
}
.slider-pic .tempWrap{
    margin-left:10px;
}
.slider-pic .hd .prev,
.slider-pic .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.jpg) no-repeat center center;
    position: absolute;
    top: 65px;
    left: 0;
    height: 60px;
    width: 30px;
}
.slider-pic .hd .next {
    background: url(../images/right.jpg) no-repeat center center;
    left: auto;
    right: 0;
}
.slider-pic .hd .prevStop {
    background-position: -60px 0;
}
.slider-pic .hd .nextStop {
    background-position: -60px -50px;
}
.slider-pic .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
}
.slider-pic .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slider-pic .bd {
    width: 1140px;
    margin-left: 26px;
}
.slider-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slider-pic .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #f4a81b;
    box-sizing: border-boxing;
}
.slider-pic .bd ul li img {
    text-align: center;
    display: block;
    width: 260px;
    height: 190px;
    overflow: hidden;
    object-fit: cover;
}
.slider-pic .bd .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.footer {
  margin-top: 100px;
}