* {
  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;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banners {
  width: 100%;
  position: relative;
}
.banners img {
  width: 100%;
}
.banners .btn{
  position: absolute;
  background: url("../images/ctah.png") no-repeat center center;
  background-size: 100% 100%;
  width: 130px;
  height: 52px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 45px;
  top: 20px;
  right: 50px;
  border: 3px solid #ffffff;
  border-radius: 30px;
}
.banners .btn:hover{
  color: #ffffff;
}
.djs {
  position: fixed;
  top: 200px;
  right: -10px;
  background: url("../images/djs.png") no-repeat center center;
  width: 259px;
  height: 160px;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 0 0;
  font-size: 18px;
  z-index: 200;
  overflow: initial;
}
.djs .up {
  position: absolute;
  cursor: pointer;
  background: url("../images/djs_circle.png") no-repeat center center;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  padding-top: 6px;
  left: -20px;
  top: 60px;
}
.djs .up img {
  transition: transform 1s ease;
}
.djs .up img.rotated {
  transform: rotate(180deg);
}
.djs .day {
  margin: 12px auto;
}
.djs .day span {
  display: inline-block;
  background: #ffffff;
  width: 46px;
  height: 60px;
  font-weight: bold;
  margin: 0 8px;
  color: #ff4353;
  font-size: 30px;
  line-height: 60px;
}
.mains {
  width: 100%;
  background: #ffffff;
}
.mains .con {
  width: 1200px;
  margin: 0 auto;
}
.mains .dtzx {
  background: url("../images/main_bg1.jpg") no-repeat center top;
  padding: 10px 0;
  background-size: 100% 100%;
  width: 100%;
}
.mains .dtzx .title {
  background: url("../images/title_dtzx.png") no-repeat center center;
  width: 1200px;
  height: 56px;
  margin: 30px auto;
  position: relative;
}
.mains .title a.more {
  position: absolute;
  right: 0;
  top: 10px;
}
.mains .dtzx .con {
  position: relative;
  margin-bottom: 210px;
  padding-top: 30px;
}
.mains .dtzx .con .dtzxPic {
  width: 578px;
  height: 326px;
  position: relative;
  z-index: 2;
}
.mains .dtzx .con .dtzxPic .swiper-container {
  width: 578px;
  height: 326px;
  overflow: hidden;
}
.mains .dtzx .con .dtzxPic .swiper-container .pic {
  width: 578px;
  height: 326px;
  position: relative;
}
.mains .dtzx .con .dtzxPic .swiper-container .pic img {
  width: 100%;
  height: 100%;
}
.mains .dtzx .con .dtzxPic .swiper-container .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  box-sizing: border-box;
  padding-right: 130px;
  background: rgba(0, 0, 0, 0.6);
}
.mains .dtzx .con .dtzxPic .swiper-pagination {
  position: absolute;
  right: 10px;
  display: inline-block;
  z-index: 10;
  left: auto;
  width: auto;
  text-align: right;
  bottom: 14px;
}
.mains .dtzx .con .dtzxPic .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 8px;
  opacity: 1;
  background: #ffffff;
  margin-right: 6px;
}
.mains .dtzx .con .dtzxPic .swiper-pagination .swiper-pagination-bullet-active {
  background: url("../images/point.png") no-repeat center center;
  background-size: 100% 100%;
}
.mains .dtzx .con .list {
  position: absolute;
  right: 0;
  top: 0;
  width: 654px;
  height: 382px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px 30px 0 60px;
}
.mains .dtzx .con .list li {
  background: url("../images/line.png") no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
}
.mains .dtzx .con .list li a {
  display: inline-block;
  overflow: hidden;
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .dtzx .con .list li a:hover{
  color: #ff4252;
}
.mains .dtzx .con .list li span.time{
  float: right;
  color: #777777;
}
.mains .bg2 {
  background: url("../images/main_bg2.jpg") no-repeat center bottom;
  padding: 10px 0;
  background-size: 100% auto;
  width: 100%;
}
.mains .sscd {
  margin-top: -60px;
}
.mains .sscd .hqss {
  width: 580px;
}
.mains .sscd .hqss .title {
  background: url("../images/title_hqss.png") no-repeat center center;
  width: 579px;
  height: 56px;
  margin: 0 auto;
}
.mains .sscd .hqss .hqssIcon {
  margin: 58px auto 0;
}
.mains .sscd .hqss .hqssIcon .icon {
  background: url("../images/bg_bicycle.png") no-repeat center center;
  background-size: 100% 100%;
  width: 250px;
  display: inline-block;
  margin: 20px 18px;
  height: 250px;
}
.mains .sscd .hqss .hqssIcon .icon a {
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  height: 100%;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 50%;
}
.mains .sscd .hqss .hqssIcon .icon a img {
  display: block;
  margin: 70px auto 30px;
}
.mains .sscd .hqss .hqssIcon .icon:first-child {
  background: url("../images/bg_tennis.png") no-repeat center center;
  background-size: 100% 100%;
}
.mains .sscd .cdjs {
  width: 580px;
}
.mains .sscd .cdjs .title {
  background: url("../images/title_cdjs.png") no-repeat center center;
  width: 579px;
  height: 56px;
  margin: 0 auto;
}
.mains .sscd .cdjs .pic {
  margin: 40px auto;
  width: 580px;
  height: 326px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.mains .sscd .cdjs .pic img {
  width: 100%;
  height: 100%;
}
.mains .sscd .cdjs .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.mains .sp .title {
  background: url("../images/title_sp.png") no-repeat center center;
  width: 1200px;
  height: 56px;
  margin: 40px auto;
  position: relative;
}

.mains .sp .con {
  position: relative;
  width: 1220px;
}
.mains .sp .con .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.mains .sp .con .swiper-container .swiper-slide{
  width: 382px;
  height: 214px;
  margin: 0 12px;
}
.mains .sp .con .swiper-container .pic {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.mains .sp .con .swiper-container .pic img {
  width: 100%;
  height: 100%;
}
.mains .sp .con .swiper-container .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
.mains .sp .con .swiper-button-next {
  right: -45px;
  width: 42px;
  top: 108px;
}
.mains .sp .con .swiper-button-next img {
  width: 100%;
}
.mains .sp .con .swiper-button-prev {
  position: absolute;
  left: -45px;
  top: 108px;
  width: 42px;
}
.mains .sp .con .swiper-button-prev img {
  width: 100%;
}
.mains .xglj {
  margin: 40px auto;
}
.mains .xglj .title {
  background: url("../images/title_xglj.png") no-repeat center center;
  width: 1200px;
  height: 56px;
  margin: 40px auto;
  position: relative;
}
.mains .mlhq {
  margin-bottom: 60px;
}
.mains .mlhq .title {
  background: url("../images/title_mlhq.png") no-repeat center center;
  width: 1200px;
  height: 79px;
  margin: 40px auto;
  position: relative;
}
.mains .mlhq .pic {
  margin-right: 24px;
  width: 384px;
  position: relative;
  margin-bottom: 24px;
}
.mains .mlhq .pic img {
  width: 100%;
  padding: 5px 5px 0 0;
  background: url("../images/mlhq.png") no-repeat center center;
  background-size: 100% 100%;
  height: 222px;
  display: block;
  margin: 0 auto;
}
.mains .mlhq .pic p {
    margin-top:10px;    
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
.mains .mlhq .pic:last-child {
  margin-right: 0;
}
.app-footer .app-footer__divider{display:none;}
@media (max-width: 1200px) {
  .banners {
    background: url("../images/banner_qyh_m.jpg") no-repeat top center;
    background-size: 100% 100%;
    height: 51vw;
  }
  .banners img {
    display: none;
  }
  .app-footer .app-footer__divider{display:block;}
  .mains .con {
    width: 96vw;
  }
  .mains .bg2 {
    background: #ffffff;
    padding: 0;
  }
  .mains .dtzx {
    background: #ffffff;
  }
  .mains .dtzx .title {
    width: 100%;
    margin: 7vw auto 5vw;
  }
  .mains .dtzx .con {
    padding: 0;
    margin-bottom: 0;
  }
  .mains .dtzx .con .dtzxPic {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: 56vw;
  }
  .mains .dtzx .con .dtzxPic .swiper-container {
    width: 100%;
    height: 56vw;
  }
  .mains .dtzx .con .dtzxPic .swiper-container .pic {
    width: 100%;
    height: 56vw;
  }
  .mains .dtzx .con .list {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    padding: 0;
  }
  .mains .sscd{
    margin-top: 0;
  }
  .mains .sscd .hqss {
    width: 100%;
    float: none;
  }
  .mains .sscd .hqss .title {
    width: 100%;
    margin: 7vw auto 4vw;
  }
  .mains .sscd .hqss .hqssIcon {
    width: 100%;
    margin-top: 4vw;
  }
  .mains .sscd .hqss .hqssIcon .icon {
    width: 30vw;
    height: 30vw;
    margin: 10px 8vw;
  }
  .mains .sscd .hqss .hqssIcon .icon a img {
    margin: 8vw auto 3vw;
  }
  .mains .sscd .hqss .hqssIcon .icon a p {
    font-size: 24px;
  }
  .mains .sscd .cdjs {
    width: 100%;
    float: none;
  }
  .mains .sscd .cdjs .title {
    width: 100%;
    margin: 7vw auto 4vw;
  }
  .mains .sscd .cdjs .pic {
    width: 100%;
    height: 56vw;
    margin: 6vw auto 0;
  }
  .mains .sp .title {
    width: 100%;
    margin: 7vw auto 4vw;
  }
  .mains .sp .con {
    width: 96vw;
  }
  .mains .sp .con .swiper-container .swiper-slide{
    width: 100%;
    height: 56vw;
    margin: 0;
  }
  .mains .sp .con .swiper-button-next {
    right: -5px;
    top: 26vw;
  }
  .mains .sp .con .swiper-button-prev {
    left: -5px;
    top: 26vw;
  }
  .mains .xglj {
    background: #ffffff;
    margin: 0 auto 6vw;
  }
  .mains .xglj .title {
    width: 100%;
    margin: 7vw auto 4vw;
  }
  .mains .xglj .bn {
    width: 100%;
    margin: 3vw auto;
    float: none;
  }
  .mains .xglj .bn img {
    width: 100%;
  }
   .mains .mlhq .title {
    width: 100%;
    margin: 7vw auto 4vw;
  }
   .mains .sp .title .more {
    display: none;
  }
  .mains .mlhq {
    margin-bottom: 2rem;
  }
  .mains .mlhq .pic {
    width: 100%;
    margin: 0 0 5vw 0;
  }
    .mains .mlhq .pic img{
      height: 56vw;
    }
}
@media (max-width: 900px) {
  .mains .title a.more {
    width: 15vw;
    top: 20px;
  }
  .mains .title .more img{
    width: 100%;
  }
  .djs {
    top: auto;
    bottom: 30px;
    width: 176px;
    padding-top: 6px;
    height: 114px;
    background-size: 100% 100%;
  }
  .djs .up{
    width: 28px;
    height: 28px;
    top: 46px;
    left: -14px;
    padding-top: 0;
    background-size: 100% 100%;
  }
  .djs .day {
    margin: 7px auto;
  }
  .djs .day span {
    width: 30px;
    height: 40px;
    margin: 0 5px;
    font-size: 24px;
    line-height: 40px;
}
  .banners .btn{
    width: 20vw;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
  }
  .mains .dtzx .con .list li a{
    max-width: 70%;
  }
}
@media (max-width: 750px) {
  .mains .sscd .hqss .hqssIcon {
    width: 100%;
    margin-top: 4vw;
  }
  .banners .btn{
    height: 8vw;
    line-height: 7vw;
    font-size: 17px;
  }
  .mains .sscd .hqss .hqssIcon .icon {
    width: 40vw;
    height: 40vw;
    margin: 10px 3vw;
  }
  .mains .sscd .hqss .hqssIcon .icon a p {
    font-size: 18px;
  }
}