.gallery-top {
  width: 706px;
  height: 336px;
}
.gallery-thumbs .swiper-slide img{
  height: 133px;
}

.gallery-top p {
  width: 706px;
  height: 67px;
  background: url('../img/fd-line-bg.png');
  background-size: 100%;
  line-height: 94px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: left;
  padding: 0 10px;
}
*{
  list-style: none;
}

.gallery-top p a {
  font-size: 20px;
  color: white;
}


.block-cy .swiper-container {

  width: 1200px;
  height: 304px;
}

.block-cc .swiper-container {

  width: 1920px;
  position: relative;
  left: -358px;
  height: 776px;
}

.block-cc .swiper-container img {
  height: 776px;
}

.block-cc .swiper-wrapper .swiper-slide .desc {
  background: rgba(233, 17, 56, .85);
  text-align: center;
  width: 1920px;
  height: 103px;
  line-height: 103px;
}


.block-cc .swiper-wrapper .swiper-slide .desc a {
  font-size: 28px;
  color: #fff;
}

.block-cy .system-list-item {
  width: 405px;
  height: 304px;
  margin-right: 4px;


}

.block-cy .system-list-item img {
  height: 304px;
}

.block-cy .swiper-wrapper .swiper-slide .desc {
  background: rgba(233, 17, 56, .85);
  text-align: left;
  padding: 0 57px;
  height: 69px;
  line-height: 69px;

}

.block-cy .swiper-wrapper .swiper-slide .desc a {
  font-size: 23px;

}



.block-fp .system-list-item {

  height: 496px;

}
.block-fp .system-list-item>div img{
  transition: all 0s;
}
.block-fp .system-list-item>div {
  position: relative;
  height: 496px;
  width: 229px;
  margin-right: 7px;
  float: left;
  background: white;
  transition: all 1s;
  cursor: pointer;

}
.block-fp .system-list-item>div.active img{
  width: 485px;
  height: 496px;
  transition: all 0s;
}

.block-fp .system-list-item>div .line-desc {
  position: absolute;
  left: 0;
  top: 0cm;
  width: 229px;
  height: 248px;
  background: url('../img/bg-red.png') no-repeat;
  background-size: 100%;
  color: white;
  margin-bottom: 9px;
}

.block-fp .system-list-item>div .line-desc a {
  color: white;

  font-size: 20px;
  line-height: 30px;
}

.block-fp .system-list-item>div img {
  position: absolute;
  top: 258px;
  left: 0;
}

.line-desc>div {
  width: 229px;
  height: 248px;
  padding: 0 43px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.block-fp .system-list-item img{
  width: 229px;
  height: 248px;
}
.block-fp .system-list-item>div:nth-child(2) .line-desc,
.block-fp .system-list-item>div:nth-child(4) .line-desc {
  top: 258px;

}

.block-fp .system-list-item>div:nth-child(2) img,
.block-fp .system-list-item>div:nth-child(4) img {
  top: 0;
}

.block-fp .system-list-item>div.active {
  width: 485px;
  height: 496px;

}

.block-fp .system-list-item>div.active .line-desc {

  bottom: 0;
  top: auto;
  background: url('../img/bg-red-big.png') no-repeat;
  width: 100%;
  height: 211px;
  z-index: 10;
  margin: 0;
}

.block-fp .system-list-item>div.active .line-desc div {
  width: 100%;
  margin: 130px 20px 0;
  height: auto;
  display: block;
}

.block-fp .system-list-item>div.active img {
  top: 0;
  max-width: none;
  max-height: none;
}

.block-fp .swiper-container {
  width: 1200px;
}

.fp-bottom>div {
  margin: 26px 0 21px;
  width: 50%;
  float: left;
}

.fp-bottom>div h2 {
  width: 554px;
  height: 53px;
  background: url('../img/h2-bg.png') no-repeat;
  background-size: 100%;
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 53px;
  padding-left: 35px;
  margin-bottom: 10px;

}

.fp-bottom>div p {
  width: 521px;
  padding-left: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 40px;
  font-size: 20px;
}

.fp-bottom>div p::before {
  position: absolute;
  left: 32px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(233, 18, 56, 1);
  content: '';
  display: block;

}

.fp-bottom>div p a {
  color: #000000;
}
.cy-list .list-item{
   width: 50%;
   float: left;
}
.cy-list .list-item h1{
  margin: 40px 0 15px;
  color: #E91238;
  padding-left: 22px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
.cy-list .list-item h1 a{
  color: #E91238;
}
.cy-list .list-item h1::before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 6px;
  height: 23px;
  background-color: #E91238;
  display: block;
}
.cy-list .list-item>div{
  padding: 0 18px;
  line-height: 30px;
  color: #7D7D7D;
  height: 60px;
}
.cy-list .list-item>div a{
  line-height: 30px;
  color: #7D7D7D;
}
.limit-line2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-ty .swiper-button-prev{
  left: 20px;
  width: 24px;
  height: 66px;
  background: url('../img/white-left.png') no-repeat;
  background-size:100% ;
}
.block-ty .swiper-button-next{
  right: 20px;
  width: 24px;
  height: 66px;
  background: url('../img/white-right.png') no-repeat;
  background-size:100% ;
}
.swiper-button-prev{
  left: -68px;
  width: 30px;
  height: 87px;
  background: url('../img/tf-left.png') no-repeat;
  background-size:100% ;
}
.swiper-button-prev:after{
  content: '';
}
.swiper-button-next:after{
  content: '';
}
.swiper-button-next{
  background: url('../img/tf-right.png') no-repeat;
  background-size:100% ;
  width: 30px;
  height: 87px;
  right:  -68px;
}
.bg-max-container.block-ty {
  background: url('../img/bg-ty.jpg') no-repeat bottom,transparent;
  background-size: 100%;
  padding-bottom:100px ;
  position: relative;
  top: -150px;
}
.bg-max-container.block-cy{
  background: url('../img/bg-tf.jpg') no-repeat top;
  background-size: 100%;
  padding-bottom:200px ;

}
.block-bottom{
  position: relative;
  top: -70px;
  width: 724px;
  margin: 0 auto;
  color: #7D7D7D;
  line-height: 34px;
  font-size: 19px;
  text-align: center;
}
.block-bottom span{
  color:#E91238;
}
.desc{
  letter-spacing: 2px;
}
.block-ty .swiper-slide .desc{
  height: 60px;
  line-height: 60px;
 
}
@media (max-width: 768px) {
  .desc{
    letter-spacing: 0px;
  }
 
 .title-fp.title{
  margin-top: 0px;
 }
 .block-ty .swiper-slide .desc{
  height: .65rem;
  line-height: .65rem;
 }
}


/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #eee;
  line-height: 1.8em;
  font-size: 20px;
}

.bg-max-container.block-ty .gallery-top-1 {
  float: left;
  width: 868px;
  height: 568px;
}

.bg-max-container.block-ty .gallery-thumbs-1 {
  width: 320px;
  height: 568px;
  margin-left: 884px;

}

.swiper-container.gallery-thumbs-1 .swiper-wrapper {
  display: block;
}

.gallery-thumbs-1 .swiper-slide {
  width: 320px;
  height: 180px;
  margin-bottom: 15px;
}

.gallery-thumbs-1 img {
  width: 320px;
  height: 180px;
}

.title {
  width: 686px;
  height: 197px;

  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:link {
  cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;


  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";

}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  width: auto;
}

/*字号定义部分*/
.font-lg {
  font-size: 28px;

}

.font-lg a {
  font-size: 28px;
}

.font-md {
  font-size: 20px;

}

.font-md a {
  font-size: 20px;

}

.font-sm {
  font-size: 16px;
  line-height: 1.8em;
}

.font-sm a {
  font-size: 16px;
  line-height: 1.8em;
}

@media (max-width: 768px) {
  body {
    font-size: 0.28rem;
  }

  .font-lg {
    font-size: 0.34rem;
  }

  .font-md {
    font-size: 0.28rem;
  }

  .font-sm {
    font-size: 0.24rem;
  }
}

/*字体颜色定义部分*/
.text-color-1 {
  color:
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.limit-line5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-xs {
  display: none;
}

.show-lg {
  display: block;
}

.bg-xinhua-bar {
  background-color: #ed134a;
  min-width: 1188px;
}

.top-bar {
  height: 57px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 14px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.top-bar a {
  color: #FFFFFF;
}

.top-bar .container {
  width: 1188px;
}

.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

  min-width: 46px;
  text-align: center;
}

.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}



.footer {
  color: #FFFFFF;
  background: #ed134a;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}


.banner {
  background: url('../img/banner.jpg') no-repeat center;

  height: 679px;
  max-width: 1920px;
  ;
  margin: 0 auto;
  overflow: hidden;
}


/*主要页面容器相关*/
.page-container {
  min-width: 1200px;
}

.container {
  margin: 0 auto;
  padding: 0px 0;
  position: relative;
  width: 1200px;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 每个模块title样式 */


.title-sub {
  width: undefinedpx;
  height: undefinedpx;
  margin-top: 60px;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget {
  margin: 30px auto 0;
}

.swiper-slide .desc {
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-in-focus .swiper-pagination {
  width: 100%;
}

.swiper-pagination-bullet {
  margin-right: 8px;
}

.show-more {
  margin: 20px auto;
}

.news-list {
  margin-bottom: 50px;
}

.block-cc .swiper-pagination {
  bottom: 32px;
  right: 10px;
}

.block-cc .swiper-pagination-bullet-active {
  background: #E91138;
}



@media (max-width: 768px) {
  .news-list {
    margin-bottom: .5rem;
  }



  .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    border-radius: 50%;
    margin-right: .11rem;
  }

  .swiper-slide .desc {
    padding: 0 .2rem;
  }

  .show-lg {
    display: none;
  }

  .show-xs {
    display: block;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }

  .block {
    padding-top: 10px;
  }

  .page-container {
    min-width: auto;
    background: #fff;
  }

  .container {
    margin: 0 0.25rem;
    padding: 0;
    width: auto;
    overflow: hidden;
  }

  .bg-max-container {
    padding:  0;
  }

  .banner {
    background: url('../img/banner-m.jpg') no-repeat center;

    height: 12.31rem;
    width: 100%;
    background-size: cover;
  }

  .title {
    width: 6.86rem;
    height: 1.97rem;
  }

  .title-sub {
    width: 6.86rem;
    height: 1.97rem;
    margin-top: .6rem;
    margin-bottom: .6rem;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .widget {
    margin: .2rem auto 0;
  }
}

.block-fd {
  background-image: url('../img/bg-fd.jpg');

}


.title-fd {
  background-image: url('../img/title-fd.png');

}

.title-fp {
  background-image: url('../img/title-fp.png');
  margin-top: 30px;
}
.subpage-1 .news-item{
  line-height: 4em;
  border-bottom: 1px solid #eee;
}

.title-ty {
  background-image: url('../img/title-ty.png');

}

.title-cy {
  background-image: url('../img/title-cy.png');

}

.title-cc {
  background-image: url('../img/title-cc.png');

}

.title-wt {
  background-image: url('../img/title-wt.png');

}
.cy-list{
  overflow: hidden;
}
.seemore,.seemore a{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #c30d23;
}
.block-cy .seemore{
  margin-top: 20px;
}

@media (max-width: 768px) {
  .subpage-1 .news-item{
    line-height: .8rem;
  }
  .seemore,.seemore a{
    font-size: .28rem;
    text-align: center;
    font-weight: bold;
    color: #c30d23;
  }
}

/*WIDGET_LIST_CARDS_START*/
.card {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin: 0px;
  width: 100%;
}

.card:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.card .card-pic {
  float: left;
  margin-right: 30px;
}

.card .card-pic.card-pic-16-9 {
  width: 224px;
  height: 126px;
}

.card .card-content {
  margin-left: 250px;
}

.card .card-text-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  line-height: 20px;
}

.card .card-text-title a {
  color: #1a457a;
  letter-spacing: .05em;
}

.limit-line2.show-lg {
  display: -webkit-box;
}

.card-text.font-sm a {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
}

.card .card-date {
  float: right;
}

@media (max-width: 768px) {
  .card-text-title.limit-line {
    height: 1.08rem;
    line-height: .54rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
  }

  .limit-line2.show-lg {
    display: none
  }

  .card {
    padding: 0 0 .3rem;
    margin: 0 0 .28rem;
  }

  .card .card-pic {
    float: left;
    margin-right: .2rem;
  }

  .card .card-pic.card-pic-16-9 {
    width: 2.76rem;
    height: 1.5525rem;
  }

  .card .card-content {
    margin-left: 2.8rem;
  }

  .card .card-text-title {
    width: auto;
  }

}

/*WIDGET_LIST_CARDS_END*/
/*WIDGET_SWIPER_START*/
.swiper-container {
  width: 994px;
}

.widget-swiper {
  position: relative;

}

.swiper-slide {
  text-align: center;
}

.swiper-slide a {

  text-align: center;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center
}
.gallery-thumbs-1 .swiper-button-prev{
  width: 66px;
  height: 24px;
  background: url(../img/white-top.png) no-repeat;
  background-size: 100%;
  left: 130px;
  right: 0;
  top: 30px;
  bottom: auto;
}
.gallery-thumbs-1 .swiper-button-next{
  width: 66px;
  height: 24px;
  background: url(../img/white-bottom.png) no-repeat;
  background-size: 100%;
  left: 130px;
  right: 0;
  top: auto;
  bottom: 10px;
}
.swiper-slide .desc a {
  color: #fff;
}

@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}

/*WIDGET_SWIPER_END*/
/*WIDGET_COMBINE_FOCUS_START*/
.widget-combine-focus li {
  list-style: none;
}

.widget-combine-focus li .limit-line::before {
  position: absolute;
  top: 14px;
  left: 0px;
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #E91138;
  border-radius: 15px;
  display: inline-block;
  margin-right: 10px;
}

.widget-combine-focus .image-container {
  float: left;
  width: 706px;
  position: relative;
}

.widget-combine-focus .gallery-top img {
  width: 100%;
  height: 336px;
}

.gallery-thumbs {
  margin-top: 5px;
}

.block-lt-swiper .swiper-pagination-fraction,
.block-lt-swiper .swiper-pagination-custom,
.block-lt-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 27px;
  left: auto;
  right: 100px;
  width: auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;

  opacity: 0.85;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: white;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(233, 18, 56, 1);
}

.gallery-thumbs .swiper-slide {
  width: 232px;
  height: 133px;

}

.gallery-thumbs p {
  width: 100%;
  height: 39px;
  background: url('../img/fd-line-bg.png') no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  line-height: 47px;
  color: white;
  font-size: 20px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.widget-combine-focus .image-container .desc {

  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 0 20px;

}

.text-list.font-md {
  font-weight: normal;
}

.desc a {
  color: #fff;
}

.widget-combine-focus .text-container {

  margin-left: 741px;
}

.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #E91238;
}

.widget-combine-focus .top-title a {

  color: #E91238;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}

.widget-combine-focus .top-desc {
  color: #7D7D7D;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.widget-combine-focus .top-desc.font-sm a {
  color: #7D7D7D;
}

.widget-combine-focus .text-container .hr {
  border-bottom: 1px dashed #7D7D7D;
  height: 0;
}

.show-more {
  text-align: right;
}

.show-more a {

  font-weight: bold;
  color: #c30d23;

}

.text-list {
  color: #c30d23;
  line-height: 38px;
  margin-top: 18px;
}

.widget-combine-focus .swiper-container {
  width: auto;
}

.swiper-slide .desc {
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-combine-focus .image-container {
  float: left;
  width: 706px;
  position: relative;

}

.text-list.font-md .limit-line {
  color: black;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .swiper-pagination{
    width: 100%;
  }

  .swiper-pagination-bullet{
    background: gray;
    width: .1rem;
    height: .1rem;
  }
  .swiper-pagination-bullet-active{
    
    background: rgba(233, 18, 56, 1);
  }
  .widget-combine-focus li .limit-line::before {
    content: " ";
    width: .2rem;
    height: .2rem;
    background-color: #0970bb;
    border-radius: 15px;
    display: inline-block;
    margin-right: .2rem;
  }

  .font-sm,
  .font-sm a {
    font-size: 0.28rem;
  }

  .font-md,
  .font-md a {
    font-size: 0.28rem;
    color: #626262;
  }

  .swiper-slide .desc {
    padding: 0 .2rem;
  }

  .widget-combine-focus .top-title a {
    font-size: .34rem;
  }

  .text-list {
    margin-top: .1rem;
  }

  .widget-combine-focus .image-container {
    width: 6.88rem;
    height: 4.61rem;
    box-sizing: content-box;
    float: none;
  }

  .widget {
    margin: .2rem auto 0;
  }

  .widget-combine-focus .text-container {
    width: 100%;
    margin-left: 0;
  }

  .widget-combine-focus .top-title {
    font-size: .34rem;
    margin-bottom: 0;
  }

  .show-more {
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
    margin: .4rem auto .6rem;
  }

 
  .gallery-top{
    height: 4rem;
  }
  .widget-combine-focus .gallery-top img{
    height: 4rem;
  }
  .gallery-top p{
    width: 100%;
    height: .65rem;
    line-height: .65rem;
    font-size: .28rem;
  }
  .gallery-top p a{
    font-size: .28rem;
  }
  .widget-combine-focus .image-container{
    height: auto;
  }
  .gallery-thumbs .swiper-slide{
    height: 1.4rem;
  }
  .gallery-thumbs p{
    font-size: .24rem;
    line-height: .4rem;
    height: .4rem;
  }
  .widget-combine-focus .swiper-container{
      box-sizing: content-box;
      padding-bottom: .5rem;
  }
  
  .block-lt-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
  }

  .widget-combine-focus li .limit-line::before{
    width: .15rem;
    height: .15rem;
    margin-right: .15rem;
    background: #E6193D;
  }
  .block-fp .swiper-container{
    width: 100%;
  }
  .block-fp .system-list-item{
    height: auto;
  }
  .page-container  .block-fp .system-list-item>div.active{
    width: 100%;
    height: 6.86rem;
  }
  .page-container  .block-fp .system-list-item>div.active img{
    width: 100%;
    height: 6.86rem;
  }
  .page-container  .block-fp .system-list-item>div.active .line-desc{
    height: 2.52rem;
    width: 100%;  
    bottom: 0;
    left: 0;
    top: auto;
  }
  .page-container  .block-fp .system-list-item>div .line-desc a{
    
    font-size: .32rem;
  }
  .page-container  .block-fp .system-list-item>div.active .line-desc div{
    margin: 1.88rem .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-container  .block-fp .system-list-item>div{
    width: 100%;
    margin-right: 0;
    float: none;
    height: 3.35rem;
    margin-bottom: .2rem;
  }
  .page-container  .block-fp .system-list-item>div img{
    height: 3.34rem;
    width: 3.35rem; 
    left: 0;
  }
 
  .page-container .block-fp .system-list-item>div .line-desc{
    left: 3.54rem;
    top: 0;
    height: 3.34rem;
    width: 3.35rem; 

  }
  .page-container .block-fp .system-list-item>div:nth-child(3) .line-desc{
    left: 0;
    top: 0;
    height: 3.34rem;
    width: 3.35rem; 
  }
  .page-container .block-fp .system-list-item>div:nth-child(3) img{
    left: 3.54rem;
    top: 0;
    height: 3.34rem;
    width: 3.35rem; 
  }
  .line-desc>div{
    height: 3.34rem;
    width: 3.35rem; 
    padding: 0 .7rem;
  }
  .fp-bottom>div{
    width: 100%;
    float: none;
  }
  .fp-bottom>div h2{
    width: 6.2rem;
    height: .68rem;
    font-size: .34rem;
    line-height: .68rem;
    padding-left: .31rem;
    background: url(../img/h2-bg-m.png) no-repeat;
    background-size: 100%;
  }
  .fp-bottom>div p{
    width: 6.4rem;
    padding-left: .46rem;

  }
  .fp-bottom>div p a{
    font-size: .32rem;
  }
  .fp-bottom>div p::before{
    left: .16rem;
    width: .15rem;
    height: .15rem;
    top: .3rem;
  }
  .block-cy .system-list-item img{
    height: 4rem;
  }
  .block-cy .system-list-item{
    height: 4rem;
    width: 100%;
  }
  .block-cy .swiper-wrapper .swiper-slide .desc{
    line-height: .7rem;
    height:  .7rem;
    padding: 0 .2rem;
    text-align: center;
    font-size: .28rem;
  }
  .block-cy .swiper-container{
    width: 100%;
    height: 4rem;
  }
  .block-cy .swiper-wrapper .swiper-slide .desc a{
    font-size: .28rem;
  }
  .cy-list .list-item{
    width: 100%;
    float: none;
  }
  .cy-list .list-item h1{
    margin: .6rem 0 .4rem;
    padding-left: .22rem;
    font-size: .34rem;
    line-height:.34rem;
  }
  .cy-list .list-item h1::before{
    width: .06rem;
    height: .23rem;
    top: .03rem;
  }
  .cy-list .list-item>div a{
    
    line-height: .53rem;
  }
  .bg-max-container.block-cy{
    padding-bottom: 0
  }
  .bg-max-container.block-ty{
    top: 0px;
  }
  .widget-combine-focus  .swiper-container.gallery-top{
    padding-bottom: 5px;
  }
  .bg-max-container.block-ty .gallery-top-1{
    width: 100%;
    height: 4rem;
    float: none;
    margin-bottom: .1rem;
  }
  .bg-max-container.block-ty .gallery-top-1 img{
    width: 100%;
    height: 4rem;
  }
  .bg-max-container.block-ty .gallery-thumbs-1{
    width: 100%;
    height: 1.4rem;
    margin-left: 0;
    padding-bottom: .5rem;
    height: 2.1rem;
  }
  .bg-max-container.block-ty .gallery-thumbs-1 img{
    width: 100%;
    height: 1.4rem;
    margin-left: 0;
  }
  .swiper-container.gallery-thumbs-1 .swiper-wrapper{
    display: flex;
  }
 .block-ty .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
      background: gray;
  }
  .block-ty .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(233, 18, 56, 1);
  }
  .bg-max-container.block-ty{
    background: none;
  }
  .swiper-button-left{
    width: .31rem;
    height: .88rem;
    left: .2rem;
  }
  .swiper-button-next{
    width: .31rem;
    height: .88rem;
    right: .2rem;
  }
  .block-ty .swiper-button-prev{
    width: .3rem;
    height: .87rem;
    left: .16rem;
  }
  .block-ty .swiper-button-next{
    width: .3rem;
    height: .87rem;
    right:  .16rem;
  }
  .block-bottom{
    width: 100%;
    padding: 1.3rem .32rem .9rem;
    font-size: .26rem;
    top: 0;
    line-height: .38rem;
  }
  .bg-max-container.block-ty{
    padding-bottom: .0;
  
  }
  .gallery-thumbs .swiper-slide img{
      height: 1.4rem;
  }
}


