@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

input,
select,
textarea {
  font-size: 12px;
  color: #000000;
  line-height: 120%;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #FFC4D3 url(../images/top.jpg) no-repeat center top;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

/* body {
  font-family: "微软雅黑";
  background: #B1283C url(../images/top.jpg) no-repeat center top;
  font-size: 14px;
  color: #000000;
  width: 100%;
  display: table;
  line-height: 26px;
  text-align: left;
} */

body,
html,
div,
form,
p,
img,
ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

/* 去掉链接的虚线框 */

/* a { outline:none; star:expression(this.onFocus=this.blur());} */

.w1000 {
  width: 1000px;
  margin: 20px auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1263 {
  width: 1263px;
  margin: 0 auto;
}

.w950 {
  width: 950px;
  margin: 40px auto;
}

.mt1 {
  margin-top: 0.2rem;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

h2,
h3 {
  font-weight: normal;
}

.none {
  display: none;
}

.fm {
  font-family: "微软雅黑";
}

.fw {
  font-weight: bold;
}

.indent {
  text-indent: 2em;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.radius10 {
  border-radius: 10px;
}

.p20 {
  padding: 20px;
}

/* 自适应框架（设计图宽度） */

/* body {
  max-width: 19.2rem;
  margin: 0 auto;
}
body * {
  max-width: 19.2rem;
} */

.bg1 {
  background-color: #fff;
  border-radius: 15px;
}

/* 焦点图通用 */

.top {
  height: 568px;
}
.mt100 {
  margin-top: 100px;
}
.bg {
  background: url(../images/bg.jpg) repeat;
  height: 750px;
  width: 100%;
}
.bg2 {
  background: url(../images/bg.jpg) repeat;
  height: 660px;
  width: 100%;
}

.finger {
  position: absolute;
  right: 70px;
  bottom: 1px;
}

.w603 {
  width: 603px;
}

.w510 {
  width: 510px;
}

.box1con {
  padding: 20px 30px 28px 30px;
}

.tt {
  text-align: center;
}

.tt a {
  color: #d90000;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
}

.sdxw li {
  border-bottom: 1px #ccc dashed;
  padding-bottom: 10px;
  margin-top: 10px;
}

.sdxw li:first-child {
  margin-top: 0px;
}

.sdxw li:last-child {
  padding-bottom: 0px;
}

.sdxw h2 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.sdxw p {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  margin-top: 3px;
}

.list li {
  /* float: left;
    _display: inline; */
  width: 520px;
  margin-top: 10px;
  margin-right: 20px;
  line-height: 32px;
  color: #333;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px #ccc dashed;
  padding-bottom: 5px;
}

.list2 li {
  /* float: left;
  _display: inline; */
  width: 560px;
  margin-top: 10px;
  margin-right: 20px;
  line-height: 32px;
  color: #333;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px #ccc dashed;
  padding-bottom: 5px;
}

.more {
  line-height: 36px;
  text-align: right;
}

.more a {
  color: #666;
  font-size: 16px;
}

.box5,
.box2,
.box3 {
  position: relative;
}
.a1btn {
  position: absolute;
  left: 50%;
  top: -80px;
  margin-left: -225px;
  width: 449px;
  height: 145px;
}
.a2btn {
  position: absolute;
  left: 50%;
  top: -80px;
  margin-left: -168px;
  width: 336px;
  height: 140px;
}
.a3btn {
  position: absolute;
  left: 50%;
  top: -80px;
  margin-left: -146px;
  width: 293px;
  height: 112px;
}

.box2con {
  padding: 60px 20px 20px 20px;
}
.box3con {
  padding-top: 90px;
}

.box2con li {
  margin-top: 20px;
}

.box2c {
  width: 860px;
  height: 190px;
  border-bottom: 1px solid #799fc6;
}

.box2c h2 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.box2c p {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
}

/* 焦点图通用 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide i {
  font-size: 0.14rem;
  font-style: normal;
  line-height: 1.8;
  text-align: justify;
}
.swiper-slide span h1 {
  position: relative;
  padding: 0.05rem 0;
  font-weight: bold;
  background: none;
}
.swiper-slide span h1 a {
  display: inline;
  color: #000;
  text-align: left;
}
.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 0.33rem;
  --swiper-navigation-color: #333;
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  --swiper-navigation-color: #c00;
}
.swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgba(255, 0, 0, 1);
  opacity: 1;
}

/* 三图展示 */
.swiper5 {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.swiper5 .swiper-slide {
  width: 890px;
}
.swiper5 .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);
  opacity: 0.5;
  pointer-events: none;
}
.swiper5 .swiper-slide:not(.swiper-slide-active) a h1 {
  display: none;
}
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next {
  --swiper-navigation-size: 0.55rem;
}
.swiper5 .swiper-button-prev {
  left: 10%;
}
.swiper5 .swiper-button-next {
  right: 10%;
}
.swiper5 .vbg {
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  margin-left: -52px;
  margin-top: -52px;
  z-index: 10;
  position: absolute;
  box-sizing: border-box;
  background: url(../images/vbg.png) no-repeat;
  background-size: 100% 100%;
}

/* 三图缓动展示 */
.swiper12 {
  width: 100%;
  height: 639px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  padding-top: 80px;
}

.swiper12 .swiper-container {
  padding-bottom: 50px;
}
.swiper12 .swiper-slide {
  width: 295px;
  transition-timing-function: linear;
}
.swiper12 .swiper-slide img {
  width: 100%;
  border-radius: 0.1rem;
}

.swiper12 .swiper-slide a h1 {
  /* bottom: 50px;
  left: 50px; */
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  /* border-radius: 5px; */
}
.swiper12 .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  margin: 0 0.06rem !important;
  vertical-align: middle;
  background: none;
  opacity: 1;
  outline: none;
}
.swiper12 .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background: #ccc;
  display: block;
}
.swiper12 .swiper-pagination-bullet i {
  z-index: 3;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition-timing-function: linear;
  height: 1px;
  width: 20px;
  background: #000;
}
.swiper12 .swiper-pagination-bullet-active span,
.swiper12 .swiper-pagination-bullet:hover span {
  z-index: 1;
  position: relative;
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
}
.swiper12 .swiper-pagination-bullet-active i {
  animation: middle 6s;
}
.swiper12
  .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active
  i {
  animation: first 6s;
}
.swiper12
  .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active
  i {
  animation: last 6s;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
.swiper12 .swiper-button-prev,
.swiper12 .swiper-button-next {
  --swiper-navigation-size: 0.66rem;
  --swiper-navigation-color: #fff;
}
.swiper12 .swiper-button-prev {
  left: 5%;
}
.swiper12 .swiper-button-next {
  right: 5%;
}

/* 翻页 */

#pagenum {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-size: 18px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

#pagenum a {
  border: #ddd 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  color: #aaa;
  text-decoration: none;
}

#pagenum a:hover {
  border: #a0a0a0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
}

#pagenum a:active {
  border: #a0a0a0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
}

#pagenum a.current {
  border: #e0e0e0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  font-weight: bold;
  color: #aaa;
  background-color: #f0f0f0;
}

#pagenum span.disabled {
  border: #f3f3f3 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  color: #ccc;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.ohid {
  overflow: hidden;
}

/*二三级页面*/

.footer {
  width: 600px;
  margin-left: 150px;
}

.note {
  color: #000;
}

.note-u {
  color: #000;
  text-decoration: underline;
}

.time {
  text-align: center;
}

.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}

.text-b {
  font-weight: bold;
}

.text-d {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.text-s {
  font-size: 12px;
  line-height: 28px;
}

.text-l {
  line-height: 25px;
}

.collist {
  text-align: left;
}

.page {
  text-align: center;
  font-size: 14px;
}

#scol_txt{font-size: 16px;line-height: 200%;}
#scol_txt video{width: 100%;}
#scol_txt img{width: 100%;}
#scol_txt li {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

#scol_txt li a {
  color: #000;
}

.a1 {
  color: #000;
}

.a1 a {
  color: #000;
}

#webreal_scol_title h1 {
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 20px;
}

.ts_btn {
  -webkit-animation: warn 1s ease-out;
  -moz-animation: warn 1s ease-out;
  animation: warn 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes warn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

#scol_time{font-size: 14px;}