* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}

html{border:0; height: inherit;
        overflow-x: hidden; overflow-y: auto;
}
body{margin:0 auto; padding:0;font-size:14px;background: #fff;
}
div,dl,dt,dd,ol,ul,b,li,p,h1,h2,h3,h4,input,h6,h5,form,i,pre,fieldset,textarea,p,blockquote,th,td
{margin:0; padding:0;list-style:none; font-weight:normal; font-style: normal;}
dl,ul,li,p{text-align:left;}
img{border:0px;display: block;width: 100%;}
.clear{clear:both; overflow:hidden; }
a{ color:#000; text-decoration:none;display: block;}
em,i,b{font-style: normal;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border:0;
}
.font-song {
    font-family: "qdxin serif SC";
}



.main{
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.main:after{
content: "";
width: 100%;
height: 20px;
background: #fff;
display: block;
margin-top: -5px;
}

#go-top {
    background: url(../../img/go-top.jpg) no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 1px;
    opacity: 0.95;
    text-indent: 9999em;
}

.qrcode{
  position: fixed;
  top: 50px;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  right: 50%;
  z-index: 1000;
  margin-right: -670px;
  border: 1px solid #ccc;
}
.qrcode p{
  text-align: center;
}
.qrcode img{
  width: 120px;
}


.bot1000{margin-top: 0px; padding-top: 20px; padding-bottom: 20px; background-color: #E6E6E6;margin-top: 10px;}
.bot1000 ul{width: 1000px; margin: 0 auto;}
.bot1000 ul li{text-align: center;  line-height: 30px; color: #555;}
.bot1000 ul li span{margin-left: 8px;}
.bot1000 ul li span i{margin: 0 8px;}
.bot1000 ul li a{padding: 0 10px;display: inline;}
.bot1000 ul li cite{display: none;}
.bot1000 ul li a:hover{color: #FFBF00;}
.wabout a{font-size: 12px;color: #555;padding: 0 20px;}
.border_lra{border-left: 1px solid #999999;border-right: 1px solid #999999;}
.borderb0{border-bottom: 0;}


.editor {
    padding: 20px 0 20px;
    border-top: 1px dashed #ccc;
    margin: 10px auto;
    width: 1000px;
  }
  .editor-title {
    display: block;
    width: 40%;
    margin: 0 auto;
    border-bottom: 1px solid #949494;
    height: 10px;
    margin-bottom: 20px;
  }
  .editor-title em {
    background-color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    width: 40%;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
  }
  .editor-title em:before,
  .editor-title em:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #949494;
  }
  .editor-title em:before {
    left: 0;
  }
  .editor-title em:after {
    right: 0;
  }
  .editor-name {
    display: block;
    text-align: center;
  }
  .editor-name em {
    font-style: normal;
    color: #000;
  }
  .editor-name em  + em:before {
    content: "";
    font-size: 0;
    padding: 13px 4px 1px;
    margin-left: 8px;
    border-left: 1px solid;
  }
  .bottom {
    margin-top: 15px;
    background-color: #e6e6e6;
    padding: 15px;
    text-align: center;
  }
  
  .publish-time{
    font-size: 12px;
    color: #666;
    text-align: center;
    width: 1000px;
    margin: -20px auto 15px;
  }

  /* 导读 */
.guide{
    position: relative;
    overflow: hidden;
    /* padding-bottom: 30px; */
}
.guide-bg-x{
    width: 100%;
    position: relative;
    min-width: 1200px;
    min-height: 560px;
}
.guide-cloud{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.guide-p-x{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #dc4242;
    width: 700px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
.guide-p-x:before,
.guide-p-x:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 70%;
    bottom: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.guide-p-x:before{
    background-image: url("../../img/v2/guide-bg-left.png");
    left: -20px;
}
.guide-p-x:after{
    background-image: url("../../img/v2/guide-bg-right.png");
    right: -20px;
}
.guide-p-inner{
    padding: 20px;
}
.icon-guide{
    position: absolute;
    width: auto;
    height: 50px;
    background: #fff;
}
.icon-guide img{
    width: auto;
    height: 100%;
}
.guide-p{
    padding-top: 30px;
    font-size: 16px;
    text-indent: 6em;
    line-height: 28px;
}
.guide-p span{
  display: block;
    max-height: 230px;
    overflow: auto;
}
.guide-p-tips{
    color: #bbb;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
}
/* 导读 end */


/* 轮播 */
.slider{
    margin-bottom: 40px;
    position: relative;
    width: 1000px;
    margin: 10px auto 0;
  }
  .slider .swiper-container{
    height: 380px;
    overflow: hidden;
    position: relative;
  }
  .slider .swiper-container:after,
  .slider .swiper-container:before
  {
    content: "";
    position: absolute;
    width: 140px;
    height: 100%;
    top: 0;
    z-index: 10;
  }
  .slider .swiper-container:after{
    background: url('../../img//v2/white-cover-v-right.png');
    right: 0;
  }
  .slider .swiper-container:before{
    background: url('../../img//v2/white-cover-v-left.png');
    left: 0;
  }
  .slider .swiper-slide {
     position: relative;
     height: 380px;
     overflow: hidden;
     display: block;
  }
  .slider .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
  }
  .slider .slider-inner{
    height: 100%;
  }
  .slider .swiper-slide{
    opacity: 0.4;
    transition: all 0.4s;
    background: #fff;
  }
  .slider .swiper-slide-visible{
     transform: scale(0.9);
     opacity: 0.6;
     filter: alpha(opacity=30);
  }
  .slider .swiper-slide-visible .title{
    filter: alpha(opacity=30);
  }
  .slider .swiper-slide-active {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 10;
    background: #fff;
    margin: 0 10px\9;
  }
  .slider .swiper-slide-active .title{
     filter: alpha(opacity=100);
  }
  
  .slider .arrow-left,
  .slider .arrow-right{
      display: block;
      position: absolute;
      margin-top: -15px;
      top: 50%;
      width: 30px;
      height: 30px;
      border: 10px solid #CB4E48;
      background-image: url(../../img/arrows_swp.png);
      background-repeat: no-repeat;
      z-index: 100;
      background-color: #CB4E48;
      border-radius: 50%;
  }
  .slider .arrow-left:hover,
  .slider .arrow-right:hover{
    background-color: #953a35;
     border: 10px solid #953a35;
  }
  .slider .arrow-left {
    background-position: 5px 0;
    left: 10px;
  }
  .slider .arrow-right {
      background-position: 5px -30px;
      right: 10px;
  }
  .slider .swiper-slide img{
    display: block;
    min-height: 100%;
    object-fit: cover;
  }
  .slider .pagination{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    bottom: -30px;
    z-index: 10;
  }
  .slider .swiper-pagination-switch{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #b0abab;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.4s;
  }
  .slider .swiper-active-switch{
    background-color: #dc4242;
    width: 30px;
    border-radius: 10px;
  }
  .slider.one-item .arrow-left,
  .slider.one-item .arrow-right,
  .slider.one-item .pagination
  {
    display: none;
  }
  .slider.one-item .swiper-slide,
  .slider.one-item .swiper-container
  {
    height: auto;
  }
  .slider.one-item{
    display: none;
  }

  .one-img-box{
    width: 1000px;
    margin: 10px auto -20px;
    min-height: 100px;
    position: relative;
  }
  .one-img-box .swiper-slide{
    float: none;
  }
  .one-img-box .title{
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 10px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
  }
  /* 轮播 end */


  .headline{
    text-align: center;
    padding: 20px 0;
  }
  .headline-text{
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: #dc4242;
    display: inline-block;
    padding: 10px 40px;
  }
  .headline-text p{
    font-size: 32px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
    max-width: 800px;
  }
  .headline-text:before,
  .headline-text:after
  {
    content: "";
    display: inline-block;
    width: 40px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
  }
  .headline-text:before{
    background-image: url("../../img/v2/icon-part-left@2x.png");
  }
  .headline-text:after{
    background-image: url("../../img/v2/icon-part-right@2x.png");
  }


  /* 新闻列表 part  */
  .news-list{
    padding: 30px 0% 10px;
    width: 1000px;
    margin: 30px auto 0;
  }
.part-list{
    width: 100%;
    overflow: hidden;
  }
  .part-ul-li .h2,
  .part-video .video-title,
  .part-video .video-title a,
  .part-video .video-title p,
  .headline-text p,
  .card-content-x a,
  .picture-title a,
  .picture-title p
  {
    font-family: "qdxin serif SC";
  }
  
  .part-ul{
    font-size: 0;
    width: 1040px;
  }
  .part-ul-li{
    display: inline-block;
    width: 480px;
    margin-right: 40px;
    overflow: hidden;
    padding: 20px 0;
  }
  
  .last-item{
    display: block;
    width: 100%;
  }
  
  
  .part-video .desc,
  .part-ul-li .desc{
    color: #666;
    font-size: 14px;
    line-height: 27px;
  }
  
  
  .part-ul-li .info,
  .part-video .info
  {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    background: #fff;
  }
  
  .part-ul-li .info:before
  {
    content: "";
    position: absolute;
    background: url(../../img/white-alpha.png) bottom left;
    height: 60px;
    right: 0;
    left: 0;
    top: -60px;
  }
  .part-ul-li .info:after,
  .part-video .info:after {
    content: "";
    clear: both;
    display: block;
  }
  
  .part-video .info{
    position: static;
    margin-top: 15px;
  }
  
  .part-ul-li .info .origin,
  .part-video .info .origin
  {
    float: left;
    color: #ab7e08;
  }
  .part-ul-li .info .date,
  .part-video .info .date
  {
    float: right;
    color: #4d9c9e;
  }
  
  /* 最顶上没有边框 */
  .part.no-top-border,
  .part-video.no-top-border
  {
    padding-top: 0px;
    border-top: 0;
  }
  
  .part,
  .part-video,
  .part-picture
  {
    padding-top: 20px;
  }
  
  
  
  .part-ul-li .h2{
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .part-ul-li .h2:hover,
  .video-title a:hover
  {
    color: #DC4242;
  }
  .part-ul-li .image-x{
    overflow: hidden;
    border-radius: 5px;
  }
  .part-ul-li img{
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.4s;
  }
  .part-ul-li img:hover{
    transform: scale(1.2);
  }
  
  .part-ul-li .content-x
  {
    position: relative;
    height: 280px;
    overflow: hidden;
  }
  
  .has-img .content-x{
    float: left;
    width: 260px;
  }
  
  .has-img .image-x{
    float: right;
    width: 200px;
    overflow: hidden;
    height: 280px;
  }
  .has-img .image-x a{
    display: block;
    height: 280px;
    background-color: #f2f2f2;
  }
  
  .has-img.last-item{
    width: 1000px;
    position: relative;
  }
  .has-img.last-item .content-x{
    width: 600px;
    height: auto;
    min-height: 200px;
  }
  .has-img.last-item .image-x{
    width: 360px;
    height: 80%;
    position: absolute;
    right: 0;
  
  }
  .has-img.last-item .image-x a{
    height: 100%;
  }
  

  /* no-img */
  /* 
    no-img使用默认图片废弃
    .no-img .content-x{
    float: left;
    width: 260px;
  }
  
  .no-img .image-x{
    float: right;
    width: 200px;
    overflow: hidden;
    height: 280px;
  }
  .no-img .image-x a{
    display: block;
    height: 280px;
    background-color: #f2f2f2;
  }
  
  .no-img.last-item{
    width: 1000px;
    position: relative;
  }
  .no-img.last-item .content-x{
    width: 600px;
    height: auto;
    min-height: 200px;
  }
  .no-img.last-item .image-x{
    width: 360px;
    height: 80%;
    position: absolute;
    right: 0;
  
  }
  .no-img.last-item .image-x a{
    height: 100%;
  }
  */
  
  .no-img .h2{
    overflow: hidden;
  }
  .no-img .desc{
    height: 180px;
    overflow: hidden;
    padding-top: 15px;
  }
  .no-img .desc span{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
  }
  .no-img .image-x{
    display: none;
  }
  .no-img.last-item{
    width: 1000px;
  }
  .no-img.last-item .desc{
    height: auto;
  }
  .no-img.last-item .h2{
    height: auto;
  }
  .no-img.last-item .content-x{
    height: auto;
  }
  .no-img.last-item .info:before{
    display: none;
  }
  .no-img.last-item .info{
    position: static;
  }

  
  .part-video{
    padding: 15px 0;
  }
  .part-video .video-title a:before,
  .part-video .video-title p:before
  {
    content: "\89c6\9891";
    display: inline-block;
    background: #DC4242;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 22px;
    margin-right: 5px;
  }
  .part-video .video-title a,
  .part-video .video-title p
  {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
  }
  .part-video .video-content{
    position: relative;
    margin-top: 10px;
  }
  .part-video .video-x{
    background: #000;
    margin-top: 15px;
  }
  .part-video video{
    display: block;
    width: 100%;
    height: 468px;
  }
  
  .video-info-empty{
    height: 10px;
  }
  /* part end */


  /* part-card */
  .part-card-list{
    margin-top: 20px;
  }
  .part-card-ul{
    overflow: hidden;
    width: 1040px;
  }
  .part-card-ul:after{
    content: "";
    display: block;
    clear: both;
  }
  .part-card-li{
    float: left;
    width: 480px;
    background-color: #fff;
    margin-right: 40px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .card-image-x{
    width: 200px;
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f2f2f2;
    float: left;
    position: relative;
  }
  .card-image-x a{
    display: block;
    height: 100%;
  }
  .card-image-x img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .card-image-x a:hover img{
    transform: scale(1.2);
  }
  .card-content-x{
    float: right;
    width: 260px;
    height: 280px;
    position: relative;
  }
  .card-content-inner{
    overflow: hidden;
    position: relative;
    height: 240px;
  }
  .card-content-inner:after{
    content: "";
    position: absolute;
    background-image: url("../../img/white-alpha.png");
    height: 60px;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .card-content-x .h2{
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
  }
  .card-content-x .h2:hover{
    color: #DC4242;
  }
  .card-content-x .desc{
    padding-top: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
  }
  .card-content-x .info{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #ccc;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .card-content-x .info .origin{
    float: left;
    color: #ab7e08;
  }
  .card-content-x .info .date{
    float: right;
  }

  .part-card-li.no-img-card .card-image-x{
    display: none;
  }
  .part-card-li.no-img-card .card-content-x{
    width: 100%;
  }
  .part-card-li.no-img-card .card-content-x .desc{
    padding-top: 20px;
  }
  /* part-card end */


  /* picture */
  .part-picture{
    padding: 15px 0;
  }
  .part-picture .picture-title{
    margin-bottom: 10px;
  }
  .part-picture .picture-title a:before,
  .part-picture .picture-title p:before
  {
    content: "\5f71\50cf";
    display: inline-block;
    background: #DC4242;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 22px;
    margin-right: 5px;
  }
  .part-picture .picture-title a,
  .part-picture .picture-title p
  {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
  }
  .part-picture .picture-content{
    position: relative;
    margin-top: 10px;
    background-color: #000;
  }
  .part-picture .picture-show{
    padding: 20px;
    margin-bottom: 5px;
    position: relative;
  }
  .part-picture .pic-show-inner{
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
  }
  .part-picture .picture-show:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url("../../img/v2/icon-picture.png");
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
  }
  .part-picture .picture-table{
    width: 1020px;
    overflow: hidden;
  }
  .part-picture .picture-table li{
    float: left;
    width: 235px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
  }
  .part-picture .picture-table li a{
    display: block;
    height: 100%;
  }
  .part-picture .picture-table li img{
    height: 100%;
    width: auto;
    object-fit: cover;
    min-width: 100%;
  }
  .part-picture .picture-show img,
  .part-picture .picture-table li img{
    transition: all 0.3s;
  }
  .part-picture .picture-show img:hover,
  .part-picture .picture-table li img:hover{
    transform: scale(1.2);
  }
  .part-picture .picture-desc{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0 20px;
  }
  .part-picture .picture-info{
    overflow: hidden;
    color: #ccc;
    padding: 0 20px 15px;
  }
  .part-picture .picture-info .from{
    margin-top: 10px;
    float: left;
  }
  .part-picture .picture-info .date{
    margin-top: 10px;
    float: right;
  }

  .picture-slider{
    background-color: #000;
    padding: 20px;
    margin-bottom: 5px;
  }
  .picture-swiper{
    height: 450px;
  }
  .picture-swiper img.is-vertical{
    height: 100%;
    width: auto;
    display: inline-block;
  }
  .picture-swiper .swiper-slide a{
    display: block;
    height: 100%;
  }
  .picture-swiper .swiper-slide a.image-center{
    text-align: center;
  }

  .picture-swiper .arrow-left,
  .picture-swiper .arrow-right{
      display: block;
      position: absolute;
      margin-top: -15px;
      top: 50%;
      width: 30px;
      height: 30px;
      border: 10px solid #CB4E48;
      background-image: url(../../img/arrows_swp.png);
      background-repeat: no-repeat;
      z-index: 100;
      background-color: #CB4E48;
      border-radius: 50%;
  }
  .picture-swiper .arrow-left:hover,
  .picture-swiper .arrow-right:hover{
    background-color: #953a35;
     border: 10px solid #953a35;
  }
  .picture-swiper .arrow-left {
    background-position: 5px 0;
    left: 10px;
  }
  .picture-swiper .arrow-right {
      background-position: 5px -30px;
      right: 10px;
  }

  .picture-swiper .pic-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .picture-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s;
  }
  .picture-swiper .swiper-active-switch {
    background: #fff;
    width: 20px;
  }
  /* picture end */

  .lin-banner{
    width: 1000px;
    margin: 0 auto;
  }