/*
    * @time Fri Dec 10 2021 10:58:09 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: Georgia;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #0083de !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
img {
  border: 0;
}
img {
  vertical-align: top;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}
i {
  font-style: normal;
}
.part {
  width: 1500px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.title {
  font-size: 50px;
  color: #26bcef;
  font-weight: 700;
  line-height: 50px;
}
.list-more {
  margin: 50px auto;
  font-size: 24px;
  line-height: 2;
  height: 48px;
  width: 300px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #0083de;
  color: #fff;
  cursor: pointer;
}
.domMob {
  display: none;
}
.domPc {
  display: block;
}

.list-wz {
  margin-bottom: 30px;
}
.list-wz .title {
  margin: 20px auto;
}
.list-wz .list-cont {
  border-top: 1px solid #ccc;
}
.list-wz .item {
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-wz .item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.list-wz .item .tit {
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-wz .item .tit a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
}
.list-wz .item .tit span {
  color: #b1b1b1;
  font-size: 14px;
}
.list-wz .item.item-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.list-wz .item.item-pic .img {
  width: 260px;
  margin-right: 20px;
}
.list-wz .item.item-pic .img img {
  width: 100%;
}
.list-wz .item.item-pic .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@-moz-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-moz-keyframes breath {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes breath {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes breath {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
.part {
  width: 1500px;
  position: relative;
}
.main {
  margin-bottom: 40px;
}
.main .main_nav {
  border-top: 1px dashed #ccc;
  padding-top: 40px;
  width: 100%;
  margin: 0 auto;
}
.main .main_nav dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .main_nav dt {
  font-size: 42px;
  color: #26bcef;
  font-weight: bolder;
  margin-right: 90px;
}
.poto-tit {
  width: 100%;
  height: 44px;
  margin-top: 50px;
}
.co1 {
  border-top: 1px solid #b02955;
}
.pco1 a {
  color: #b02955;
}
.poto-tit p {
  font-size: 36px;
  line-height: 36px;
  padding-top: 5px;
}
.poto-list02 {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.poto-list02 li {
  width: 24%;
  overflow: hidden;
  margin-bottom: 20px;
}
.picTitle {
  position: relative;
  width: 100%;
}
.picTitle .img {
  position: relative;
  z-index: 1;
}
.picTitle .img img {
  width: 100%;
  height: 202px;
  display: block;
}
.picTitle .name {
  width: 100%;
  min-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}
.picTitle .name a {
  color: #fff;
  text-decoration: none;
}
.co2 {
  border-top: 1px solid #1348f4;
}
.pco2 a {
  color: #1348f4;
}
.co3 {
  border-top: 1px solid #cc4fb6;
}
.pco3 a {
  color: #cc4fb6;
}
.co4 {
  border-top: 1px solid #f6942a;
}
.pco4 a {
  color: #f6942a;
}
.co5 {
  border-top: 1px solid #06d68a;
}
.pco5 a {
  color: #06d68a;
}
.co6 {
  border-top: 1px solid #6c1de2;
}
.pco6 a {
  color: #6c1de2;
}
.co7 {
  border-top: 1px solid #2a909f;
}
.pco7 a {
  color: #2a909f;
}
@media screen and (max-width: 1499px) {
  .part {
    width: 1300px;
    margin: 0 auto;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
  }
  .picTitle .img img{
    height: 175px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    width: 100%;
    min-width: 1300px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .domMob {
    display: block;
  }
  .domPc {
    display: none;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
  }
  .part {
    width: 100%;
  }
  body {
    background: #f5f5f5;
    height: auto;
  }
  .part {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
  }
  a:visited {
    color: #999;
  }
  body.stopScroll {
    height: 100%;
    overflow: hidden;
  }
  .top-nav-pro-cont::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
  }
  
  .main {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main .main_nav {
    padding-top: 0;
    border-top: 0;
  }
  .main .main_nav dt {
    font-size: 20px;
    line-height: 30px;
    color: #26bcef;
    font-weight: 700;
  }
  .poto-tit {
    margin-top: 10px;
  }
  .poto-tit p {
    font-size: 20px;
  }
  .poto-list02 {
    margin-bottom: 25px;
    margin-top: 0;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .poto-list02 li {
    width: 49%;
    margin-bottom: 10px;
  }
  .picTitle .name {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    min-height: 74px;
  }
  .picTitle .img img{
    height: 103px;
  }
}
