/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  user-select: text;
  min-width: 1200px;
  font-size: 14px;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun',sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
html {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body, html, .page {
  padding: 0;
  margin: 0;
  position: relative;
}
h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style-type: none;
}

a {
  color: unset;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: initial;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td{
  margin:0;
  padding:0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc .no-pc, .phone .no-phone {
  display: none;
}

.high3 .title {
  position: absolute;
  width: 100%;
}
.high1 {
  width: 1200px;
  height: 675px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.high1 .button {
  cursor: pointer;
}

.high1 .arrow-left {
  background: url(http://www.people.com.cn/img/2016people/images/focus_left_b.png) no-repeat center;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  z-index: 999;
}

.high1 .arrow-right {
  background: url(http://www.people.com.cn/img/2016people/images/focus_right_b.png) no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  z-index: 999;
}

.high1 .swiper-container {
  height: 675px;
  width: 1200px;
}

.high1 .pagination {
  display: none;
}

.high1 .swiper-slide {
  position: relative;
}

.high1 .swiper-slide span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 999;
  font-size: 16px;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}