body {
  background: #fff;
  font-size: 20px;
  min-width: 1200px;
}
a {
  cursor: pointer;
  color: #333;
}
a:hover {
  color: #e10c0e;
}
a img:hover {
  opacity: .9;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background: url(../images/banner.jpg) no-repeat center top;
  height: 600px;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.w-580 {
  width: 580px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.t-center {
  text-align: center;
}
.hot-tit {
  text-align: center;
}
.hot-tit a{
  font-size: 40px;
  font-weight: 600;
  color: #c91a1a;
}
.hot-tit a.fs-30 {
  font-size: 30px;
  color: #000;
}
.hot-tit a:hover {
  text-decoration: underline;
}
.hot-desc {
  padding: 30px 100px;
  font-size: 16px;
  color:#666;
  line-height: 1.8;
}
/*Slide*/
.slider {
    width: 580px;
    height: 430px;
    float: left;
    overflow: hidden;
    position: relative;
}
.slider .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 14px;
    z-index: 1;
}
.slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider .hd ul li {
    float: left;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slider .hd ul li.on {
    background: #c91a1a;
    color: #fff;
}
.slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 580px;
    height: 430px;
    position: relative;
}
.slider .bd img {
    width: 580px;
    height: 430px;
    display: block;
}
.slider .u-tit {
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 96%;
    bottom: 0;
    left: 0;
    padding: 5px 2%;
}
.slider .u-tit p {
    padding: 8px;
    width: 80%;
}

.t-list .itm {
  background: url(../images/dot.jpg) no-repeat 5px center;
  padding-left: 30px;
  padding-right: 30px;
  height: 45px;
  line-height: 45px;
  width: 540px;
  float: left;
}

.t-list .itm a {
  color: #000;
  font-size: 18px;
}
.t-list .itm a:hover {
  color: #c91a1a;
}
.t-cate {
  background: url(../images/line.jpg) no-repeat 20px center #b61c15;
  color: #eecc6b;
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  margin-bottom: 10px;
}
.t-cate .more {
  float: right;
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}
.t-cate .more:hover {
  color: #eecc6b;
}
.video {
  height: 640px;
  position: relative;
}
.video .v-pic img{
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.video .mask {
  width: 100%;
  height: 640px;
  background: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0px;
  top: 0px;
}
.video .play-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 640px;
  line-height: 640px;
  text-align: center;
}
.p-list {
  margin-left: -2%;
  margin-right: -2%;
}
.p-list li {
  float:left;
  width: 46%;
  margin: 0 2% 40px 2%;
}
.p-list li .p-img {
  width: 46%;
  float: left;
}
.p-list li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.p-list li .p-tit {
  font-size: 16px;
  float: right;
  width: 50%;
}
.observer li {
  float: left;
}
.observer .o-tit{
  display: block;
  line-height: 1.8;
  padding-bottom: 20px;
  text-align: center;
  font-size: 26px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.observer .o-desc {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px;
  height: 84px;
  display: block;
}
.observer li.itm {
  height: 40px;
  line-height: 40px;
  background: url(../images/dot.jpg) no-repeat 5px center;
  padding: 0 30px;
  width: 540px;
}
.observer li.itm  a {
  font-size: 18px;
}
.w-half {
  width: 600px;
}
.footer {
  margin-top: 100px;
}