* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1340px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  margin: 0 auto;
  background: url("../images/main_bg.jpg") no-repeat top center #FFFFFF;
  background-size: 100% auto;
  padding: 1px 0 50px;
}
.main .con {
  margin: 0 auto;
  width: 1200px;
}
.main .mainBox{
  padding: 1px 0;
}
.main .headline {
  background: url("../images/headline_bg.png") no-repeat center center;
  width: 1168px;
  height: 292px;
  box-sizing: border-box;
  padding: 20px 40px;
  margin: 50px auto;
}
.main .headline h5 {
  text-align: center;
  background: url("../images/headline.png") no-repeat center center;
  width: 358px;
  height: 50px;
  font-size: 30px;
  margin: 0 auto 14px;
  line-height: 50px;
  font-weight: bold;
  color: #FFFFFF;
}
.main .headline .art {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-align: justify;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 36px;
}
.main .videoPic {
  position: relative;
  margin-bottom: 40px;
}
.main .videoPic .pic {
  height: 578px;
}
.main .videoPic .pic img {
  width: 1200px;
  height: 578px;
}
.main .videoPic .pic img.play{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: auto;
}
.main .videoPic .pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.main .videoPic .pagination .swiper-pagination-switch {
  background: #e0c0c1;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 5px;
}
.main .videoPic .pagination .swiper-active-switch {
  width: 36px;
  background: #9d2023;
}
.main .zlnr {
  margin: 30px auto;
}
.main .zlnr .pic {
  margin: 18px 56px 28px 0;
  position: relative;
  opacity: 0.75;
  cursor: pointer;
}
.main .zlnr .pic .active {
  position: absolute;
  background: url("../images/zlnr_active.png") no-repeat center center;
  width: 229px;
  height: 45px;
  top: 100px;
  left: -17px;
}
.main .zlnr .pic:hover {
  opacity: 1;
}
.main .zlnr .pic:hover .active {
  display: block;
}
.main .zlnr .pic:nth-child(5n) {
  margin-right: 0;
}
.main .dsfc {
  position: relative;
  width: 1220px;
}
.main .dsfc .swiper-container {
  height: 200px;
}
.main .dsfc .swiper-container .pic {
  width: 288px;
  height: 188px;
  margin: 0 auto;
  position: relative;
}
.main .dsfc .swiper-container .pic img {
  width: 100%;
  height: 100%;
}
.main .dsfc .swiper-container .pic p{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow:hidden;
  white-space:nowrap;
  color: #ffffff;
  bottom: 0;
  font-size: 17px;
  text-align: center;
  text-overflow:ellipsis;
  background: rgba(0,0,0,0.5);
}
.main .dsfc .arrow-left {
  position: absolute;
  background: url("../images/left.png") no-repeat;
  background-size: 100% 100%;
  left: -65px;
  width: 60px;
  height: 60px;
  top: 60px;
  cursor: pointer;
}
.main .dsfc .arrow-right {
  position: absolute;
  cursor: pointer;
  background: url("../images/right.png") no-repeat;
  background-size: 100% 100%;
  top: 60px;
  right: -65px;
  width: 60px;
  height: 60px;
}
.navs {
  position: absolute;
  top: 600px;
  left: 30px;
  background: url("../images/nav_bg.png") no-repeat;
  width: 164px;
  height: 259px;
  box-sizing: border-box;
  padding: 10px;
  z-index: 100;
}
.navs li {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  margin: 14px auto;
}
.navs li.active {
  background: url("../images/nav_li.png") no-repeat;
}
.navs.fixed {
  position: fixed;
  top: 200px !important;
}