@charset "utf-8";


body, html {
  font-family: "微软雅黑";
  color: #666;
  font-size: 14px;
  margin: 0 auto;
}

/*-----------------------公共类-------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

select, input {
  vertical-align: middle;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'microsoft yahei','pingfang sc','helvetica neue',helvetica,'hiragino sans gb',stheitisc-light,arial,sans-serif;
}

input[type=submit] {
  -webkit-appearance: none;
  outline: none;
}

img {
  border: 0;
}

/**ie兼容*/
a {
  color: #666;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:active {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}




.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  padding: 0;
}

/******************通用样式结束*****************/

/*响应式 start*/
@media screen and (min-width: 1700px) {
  .run_main .run_profile {
    height: 530px;
  }
  .run_main .run_profile_bg {
    height: 530px;
  }
  .run_main .run_profile_bg .video_img1 {
    top: 13%;
    height: 400px;
  }
}

/*响应式 end*/

/*分页器*/
@media screen and (max-width: 1400px) {
  .tc .swiper-container {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  #btn4 img {
    height: 36px;
  }
  #btn3 img {
    height: 36px;
  }
  .tc .swiper-container .swiper-slide .img_tc_title {
    font-size: 14px;
  }
  .close_one img {
    height: 30px;
  }
}

@media screen and (max-width: 413px) {
  .tc .swiper-container {
    padding-top: 260px;
  }
}

@media screen and (max-width: 374px) {
  .tc .swiper-container {
    padding-top: 225px;
  }
}

#btn3 img {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 111111111;
  cursor: pointer;
}

#btn4 img {
  position: absolute;
  top: 45%;
  right: 10%;
  z-index: 111111111;
  cursor: pointer;
}

.close_one {
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 1111111111;
}



