/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  user-select: text;
  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 {
  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;
}
/*html {
  background-image: url('../resource/clould.png');
  background-size: 1600px auto;
  background-repeat: no-repeat;
  background-position: center 884px;
  background-repeat-y: repeat;
}*/

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

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

#copyright {
  padding: 80px 0;
  user-select: none;
  pointer-events: none;
}

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

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

.phone .home .share-box {
  margin-top: 0;
}

.phone .share-box {
  width: 100%;
  height: 36px;
  margin: 5px 0;
}

.phone .home .panel {
  width: 98%;
  padding: 1%;
  overflow: hidden;
}

.phone .panel .fl {
  overflow: hidden;
  width: 100%;
}

.phone .panel .swiper-container-p2 {
  width: 98vw;
  height: 56vw;
}

.phone .swiper-container-p2 .num1 {
  display: none;
}

.phone .panel .fl  {
  margin-left: 0;
}

.phone .panel .fl h2 {
  text-align: center;
  margin-top: 20px;
}

.phone .home .top {
  margin-bottom: 0;
}

.phone .w1000 {
  width: 100%;
}

.phone .card-list li {
  width: 100%;
  margin-right: 0;
  display: flex;
  justify-content: center;
  height: 220px;
}

.phone .home .text-box p {
  padding: 0 2%;
  height: auto;
  margin-bottom: 20px;
}

.phone .ops_shareLayer .ops_tit {
  font-size: 14px;
  line-height: 36px;
}

.phone .ops_shareLayer .ops_icons a {
  width: 24px;
  height: 24px;
  padding: 5px;
}

.phone .ops_shareLayer .ops_icons li {
  height: 36px;
  width: 36px;
  list-style: outside none none;
  margin-right: 5px;
}

.phone .pac-share-bar {
  width: 230px;
  top: 0;
}

.phone .pagination-bar a {
  padding: 2px 4px;
  margin: 0 5px;
}

.phone .home .panel {
  box-shadow: none;
}