* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

input,
textarea {
  outline: 0;
  resize: none;
}

a {
  text-decoration: none;
  color: #000;
  z-index: 999;
}

a:hover {
  color: #f00;
  z-index: 999;
}

i,
span {
  font-style: normal;
  display: block;
  z-index: 999;
}

.clearfix {
  *zoom: 1;
  z-index: 999;
}

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
}
/* 竖向屏保头部 */
.p-topnav {
  background: #000;
  width: 94%;
  margin: 0 auto;
  height: 120px;
  color: #fff;
  overflow: hidden;
  padding: 0 3%;
  z-index: 9999999;
}
.pt-kpclogo {
  width: 36%;
  height: auto;
  display: block;
  float: left;
  margin-right: 4%;
}
.pt-kpclogo img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: block;
}
.pt-rignt {
  width: 60%;
  float: left;
  overflow: hidden;
}
.pt-navleft,
.pt-navright,
.pt-rignt ul {
  float: left;
}
.pt-navleft,
.pt-navright {
  width: 2.8%;
}
.pt-navleft img,
.pt-navright img {
  width: 100%;
  height: 100%;
}
.pt-rignt ul {
  width: 100%;
  overflow: hidden;
}
.pt-rignt ul li {
  float: left;
}
.tianqi {
  width: 18%;
  padding: 0 1%;
  color: #fff;
}
.tianqi p {
  font-size: 15px;
  text-align: center;
}
.tianqi img {
  display: block;
  width: 58px;
  height: 50px;
  margin: 0 auto;
  z-index: 1;
}
.ti-weather {
  float: left;
  font-size: 20px;
  margin: 0 12px;
}
.ti-tem {
  font-size: 16px;
  text-align: center;
}

.ptnav-time {
  width: 18%;
  padding: 0 1%;
}
.ptnav-time div {
  text-align: center;
}
.ptn-time {
  font-size: 36px;
  line-height: 48px;
}
.ptn-week {
  font-size: 20px;
  line-height: 30px;
}
.ptn-date {
  font-size: 18px;
  line-height: 28px;
}
.ptnav-erweima {
  width: 60%;
  overflow: hidden;
}
.ptnav-erweima div {
    margin-right: 5%;
  width: 33.3%;
  float: left;
}
.ptnav-erweima img {
    width: 110px;
    max-width: 100%;
  margin: 0 auto;
  float: left;
}
/*滚动条*/
/*滚动条样式*/
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, 1);
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
  border-radius: 0;
  background: rgba(0, 0, 0, 1);
}
