@media screen and (min-width: 1024px){
  /*css reset*/
  @charset "UTF-8";
  html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
  h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
  article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
  ul, ol { list-style: none; }
  img { border: 0 none; vertical-align: top; }
  blockquote, q { quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after { content: none; }
  table { border-collapse: collapse; border-spacing: 0; }
  strong, em, i { font-style: normal; font-weight: normal; }
  ins { text-decoration: underline; }
  del { text-decoration: line-through; }
  mark { background: none; }
  input::-ms-clear { display: none !important; }
  body { font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; }
  a { text-decoration: none; color: #333; }
  a:hover { text-decoration: underline; }
  /*page css*/
  .content{
    width:1190px;
    margin:0 auto;
  }
  .hide{
    display: none;
  }
    /* 清除浮动  */

    /* 标题 */
    .con-title{
      font-size:26px;
      text-align: center;
      position: relative;
    }
    .con-title span{
      width:40px;
      height:40px;
      display: inline-block;
      margin:0 10px;
    }
   .con-title span img{
      width: 100%;
      height: 100%;
    }
    .con1-title p{
      text-align: center;
      border-bottom:3px solid #1b64b7;
      padding:5px 0;
      display:inline-block;

    }
    .con-title:before,.con-title:after {
        content: '';
        position: absolute;
        top: 52%;
        background: #176fe7;
        width: 20%;
        height: 2px;
    }
    .con-title:before{
        left: 21%;
    }
    .con-title:after {
        right: 21%;
    }
    /* 轮播 */
    .swiper-container {
      width: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
    }

  /* 头部 */
  .header{
    background:url('../images/pc-banner.jpg') no-repeat;
    width:100%;
    height: 770px;
    background-position: center center;
    border-bottom: 10px solid #e9e9e9;
  }
  .head-logo{
    padding-top:20px;
    height:60px;
  }
  .head-title{
    padding-top:160px;
    text-align: center;
  }
  .head-tips{
    width:60%;
    color:#fff;
    text-align: center;
    background: rgba(255,255,255,0.3);
    margin:0 auto;
    margin-top:60px;
    padding:5px 20px;
    font-size:24px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  /* 第一部分 */
  .content-1{
    background: url('../images/pc-con2-bg.jpg');
    height:925px;
    border-bottom: 10px solid #e9e9e9;
  }
  .content-1  .con-title{
    margin-top:40px;
  }
  .con1-con{
    margin-top:30px;
    /* background:url('../images/pc-con2-bg1.jpg') no-repeat; */
    height:670px;
  }
  /* 第二部分 */
  .content-2 {
    width:100%;
    background:#f0f4f6;
    padding-top:40px;
  }
  .content-2 .swiper-container{
    width:100%;
    margin:0 auto;
    margin-top:40px;
    /* padding:10px; */
  }
  .content-2 .swiper-container .swiper-slide{
    width:256px!important;
    height:444px!important;
    position: relative;
  }
  .content-2 .swiper-container .swiper-slide img{
    width:100%;
    height:100%;
  }
  .content-2 .swiper-container .slider1{
    /* background: url('../images/pc-con3-bg.jpg') no-repeat; */
    /* background-size: 100%; */
    position: relative;
    top:10px;
  }

  .content-2 .swiper-container .slider1 .show_more{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    display: none;
    cursor: pointer;
}
.content-2 .swiper-container .slider1 .show_more p{
    color:#fff;
    margin-left:5%;
    width:90%;
    /* margin-top:50%; */
    text-align:left;
    position: absolute;
    bottom:30%;
}
  /* .content-2 .swiper-container .swiper-slide .title{
    position:absolute;
    top:20px;
    left:20px;
  }
  .content-2 .swiper-container .swiper-slide .peo{
    position:absolute;
    top:140px;
    right:15px;
  }
  .content-2 .swiper-container .swiper-slide .detail{
    position:absolute;
    bottom:100px;
    left:20px;
    right:20px;
    font-style: italic;
    font-size:16px;
    color:#fff;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .content-2 .swiper-container .swiper-slide .erweima{
    position:absolute;
    bottom:24px;
    left:20px;
  }
  .content-2 .swiper-container .swiper-slide .logo{
    position:absolute;
    bottom:30px;
    right:20px;
  } */

  .content-2 .seemore{
    text-align: center;
    padding:60px 0;
  }
  .content-2 .seemore p{
    display: inline;
    background: #fff;
    text-align: center;
    font-size: 24px;
    padding:15px 50px;
    border-radius: 10px;
  }
    /*2020*/
    .content-2 .items {
        max-width: 960px;
        margin: 0 auto;
        padding-top: 40px;
    }
    .content-2 .item {
        display: flex;
        padding-bottom: 40px;
        max-width: 623px;
        align-items: center;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-2 .item .intro {
        padding-left: 80px;
    }
    .content-2 .item img {
        width: 200px;
        /*border-radius: 100%;*/
    }
    .content-2 .item p {
        font-size: 18px;
        color: #333;
    }
    .content-2 .item p.title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 55px;
    }
    .content-2 .changjing {
        margin-bottom: 60px;
    }
    .content-2 .changjing img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .content-2 .changjing p {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
    }
  /*第三部分  */
  .content-3  .con-title{
    margin-top:60px;
  }
  .content-3 .con3-title{
    width:100%;
    margin:0 auto;
    margin-top:40px;
  }

  .content-3 .con3-title .tabs-01{
    float:left;
    display:block;
    width:100%;
    text-align: center;
    background: #e5e5e5;
    font-weight: bold;
    padding:15px 0;
    font-size:18px;
  }
  .content-3 .con3-title .tag-01{
    background: #176fe7;
    color:#fff;
      width: 80%;
      margin-left: 10%;
  }

  .content-3 .con3-title .box .content{
    width:100%;
    position:relative;
    font-size: 18px;
  }
  .content-3 .con3-title .box{
    margin:30px 50px 120px 50px;
    /* border-left:2px solid #176fe7; */
  }
  /* 时间轴 */
  .content-3 .con3-title .box .rili{
      /* margin-bottom:10px; */
      position: relative;
      width: 820px;
      padding-left: 200px;
      /* padding-top: 4px; */
      overflow:hidden;
  }
  .content-3 .con3-title .box .rili:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      /*left: 0;*/
      width: 1px;
      height: 100%;
      border-right: 2px solid #176fe7;
      left: 161px;
      z-index: 1;
  }
  .content-3 .con3-title .box .rili-first:before {
      height: 50%;
      top: 50%;
  }
  .content-3 .con3-title .box .rili-last:before {
      height: 50%;
  }
  .content-3 .con3-title .box .rili:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 25px;
      height: 25px;
      background: url('../images/yuandian.png') no-repeat;
      background-size:100%;
      border-radius: 4px;
      left: 150px;
      top: 15px;
      margin-top: -10px;
      z-index: 1;
  }
  .content-3 .con3-title .box .zhankai{
    font-size:16px;
    text-align: left;
    margin:10px 0;
  }
  .content-3 .con3-title .box .zhankai .time1{
    font-weight: normal;
  }
  .content-3 .con3-title .box .yuandian{
    position:absolute;
    left:-14px;
  }
  .content-3 .con3-title .box .time{
    width:20%;
    float:left;
    text-align: left;
  }
  .content-3 .con3-title .box .title{
    width:80%;
    float:left;
    flex-wrap:wrap;
    font-weight: 600;
  }

  /* 第四部分 */
  .content-4{
    background: #f0f4f6;
    padding-top:40px;
    overflow: hidden;
  }
  .content-4 .swiper-button-next{
    right:20px;
  }
  .content-4 .swiper-button-prev{
    left:20px;
  }
  .content-4 .swiper-button-prev:hover{
    background:#176fe7;
    background-image: url(../images/cursor-prev.png)
  }
  .content-4 .swiper-button-next:hover{
    background:#176fe7;
    background-image: url(../images/cursor-next.png)
  }
  /* .content-4 .swiper-slide{
    margin-right:0!important;
  } */
  .content-4 .swiper-slide-prev img,.content-4 .swiper-slide-next img{
    width:80%!important;
    margin-top: 5%;
    margin-bottom: 5%;
  }
 .content-4 .swiper-slide-prev,.content-4 .swiper-slide-next{
   background:transparent!important;
 }
  .footer{
    background: #333333;
    /* height:150px; */
    color:#fff;
    padding:30px 0;
    font-size:16px;
  }
  .footer .commess{
    text-align: center;
  }
  .footer .about p a{
    color:#b0b0b1;
  }
  .footer p{
    margin-top:13px;
  }
  .footer .commess span{
    margin-right:5px;
  }
  .float{
    position:fixed;
    top:300px;
    right:0px;
    z-index:10000;
  }
  .float div{
    width:60px;
    height:60px;
    margin-top:10px;
    cursor: pointer;
  }
  .float div img{
    width:100%;
    height:100%;
  }
}

.content-4 .swiper-slide-prev img,.content-4 .swiper-slide-next img{
  opacity: 0.5
}
.content-4  .swiper-container1 {
  padding-bottom:40px;
  margin-top:40px;
  position: relative;
}
 .content-4 .swiper-wrapper{
}
.content-4 .swiper-slide {
  width:978px;
  transition-timing-function:linear;
}
@media only screen and (max-width:1200px){
    .content-4 .swiper-slide {
      width:770px;
    }
}
@media only screen and (max-width:980px){
    .content-4 .swiper-slide {
      width:471px;
    }
}
@media only screen and (max-height:480px){
  .content-4   .swiper-slide {
      width:471px;
    }
}
.content-4 .swiper-slide img{
width:100%;
border-radius: 4px;}
.content-4 .swiper-slide .title{
position:absolute;
transform:rotate(90deg);
transform-origin:left top;
left:-3px;
font-size:11px;
color: rgb(102, 102, 102);}
.content-4 .swiper-button-next, .content-4 .swiper-button-prev{
width:70px!important;
height:70px!important;
background-size:70px 70px;
margin-top:-56px;
outline:none;
background-color:rgba(0,0,0,0.6)
}
.content-4 .swiper-button-next{
background-image:url('../images/cursor-next.png');
}
.content-4 .swiper-button-prev{
background-image:url('../images/cursor-prev.png');
}
.content-4 .swiper-pagination-bullet{
background:none;
opacity:1;
margin:0 6px !important;
width:9px;
height:9px;
position:relative;
outline:none;
vertical-align:middle;}
.content-4 .swiper-pagination-bullet span{
width:3px;
height:3px;
background:#CCC;
display:block;
border-radius:50%;
margin-top:3px;
margin-left:3px;
}
.content-4 .swiper-pagination-bullet i{
background:#000;
height:1px;
width:20px;
position:absolute;
top:4px;
transform:scaleX(0);
transform-origin:left;
z-index:3;
transition-timing-function:linear;
}
.content-4 .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
width:9px;
height:9px;
margin-top:0;
margin-left:0;
background:#000;
position:relative;
z-index:1;
}
.content-4 .swiper-pagination-bullet-active i{
animation:middle 6s;
}
.content-4 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
animation:first 6s;
}
.content-4 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
animation:last 6s;
}
@keyframes first{
0% {transform:scaleX(0.5);left:0px;}/*091*/
100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
0% {transform:scaleX(0.7);left:-10px;}/*1090*/
20% {transform:scaleX(0.3);left:2px;} /*090*/
100% {transform:scaleX(0.3);left:0px;} /*090*/
}
@keyframes middle{
0% {transform:scaleX(0.7);left:-10px;}/*1091*/
20% {transform:scaleX(0.45);left:2px;}/*092*/
100% {transform:scaleX(1);left:2px;} /*0913*/
}



@media screen and (max-width: 1024px){
  /*css reset*/
  @charset "UTF-8";
  * { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; }
  body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
  img { border: 0 none; vertical-align: top; }
  i, em { font-style: normal; }
  ol, ul { list-style: none; }
  input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
  table { border-collapse: collapse; border-spacing: 0; }
  a { text-decoration: none; color: #666; }
  body { margin: 0 auto; min-width: 320px; max-width: 750px;height: 100%; font-size: 14px; font-family: -apple-system,Helvetica,sans-serif; line-height: 1.5; color: #666; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
  input[type="text"],input[type="button"],input[type="submit"],input[type="file"], textarea, button, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
  /*page css*/

  .content{
    padding:0 10px  ;
  }
  /* 标题 */
  .con-title{
    font-size:16px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .con-title span{
    width:25px;
    height:25px;
    display: inline-block;
    margin-right:5px;
  }
 .con-title span img{
    width: 100%;
    height: 100%;
  }
  .con1-title p{
    text-align: center;
    border-bottom:3px solid #1b64b7;
    padding:5px 0;
    display:inline-block;
  }
  .con-title:before{
    background:linear-gradient(to right, #fff, #176fe7);
  }
  .con-title:after{
    background:linear-gradient(to right, #176fe7,#fff);
  }
  .con-title:before,.con-title:after {
      content: '';
      position: absolute;
      top: 52%;
      width: 15%;
      height: 2px;
  }
  .con-title:before{
      left: 19%;
  }
  .con-title:after {
      right: 19%;
  }
  /* 头部 */
  .header{
    background:url('../images/m-banner.jpg');
    background-size: 100%;
    width:100%;
    height: 450px;
    border-bottom: 8px solid #e9e9e9;
  }
  .head-logo{
    padding-top:20px;
    width:60%;
  }
  .header img{
    width:100%;
    height:100%;
  }
  .head-title{
    width:70%;
    margin:0 auto;
    padding-top:15%;
    text-align: center;
  }
  .head-tips{
    width:fit-content;
    color:#fff;
    text-align: center;
    background: rgba(255,255,255,0.3);
    margin:0 auto;
    margin-top:12%;
    padding:5px 15px;
    font-size:13px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  /* 第一部分 */
  .content-1{
    background: url('../images/m-con2-bg.jpg') no-repeat;
    background-size: 100%;
    border-bottom: 6px solid #e9e9e9;
    padding-bottom: 38px;
    padding-top:43px;
  }
  .content-1  .con-title{

  }
  .con1-con{
    width:94%;
    margin:0 auto;
    margin-top:15px;
  }
  .con1-con img{
    width: 100%;
    height: 100%;
  }
  /* 第二部分 */
  .content-2 {
    width:100%;
    background:#f0f4f6;
    padding-top:40px;
  }
  .content-2 .swiper-container{
    width:100%;
    margin-top:20px;
    overflow:hidden;
  }
  .content-2 .swiper-container .swiper-slide{
    width:45%!important;
    position: relative;
  }
  .content-2 .swiper-container .slider1{
    /* background: url('../images/haibao.jpg') no-repeat;
    background-size: 100% auto; */
  }
  .content-2 .swiper-container .swiper-slide img{
    width:100%;
    height:100%;
  }
  .content-2 .seemore{
    text-align: center;
    padding:30px 0;
  }
  .content-2 .seemore p{
    display: inline;
    background: #fff;
    text-align: center;
    font-size: 16px;
    padding:10px 20px;
    border-radius: 6px;
  }
    /*2020*/
    .content-2 .items {
        max-width: 960px;
        margin: 0 auto;
        padding-top: 40px;
    }
    .content-2 .item {
        display: flex;
        padding-bottom: 40px;
        max-width: 500px;
        align-items: center;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-2 .item .intro {
        padding-left: 15px;
    }
    .content-2 .item img {
        width: 100px;
    }
    .content-2 .item p {
        font-size: 16px;
        color: #333;
    }
    .content-2 .item p.title {
        font-size: 18px;
        font-weight: bold;
    }
    .content-2 .changjing {
        margin-bottom: 20px;
    }
    .content-2 .changjing img {
        max-width: 345px;
        display: block;
        margin: 0 auto;
    }
    .content-2 .changjing p {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }

  /*第三部分*/
  /*第三部分  */
  .content-3  .con-title{
    margin-top:30px;
  }
  .content-3 .con3-title{
    margin:0 auto;
    margin-top:20px;
  }

  .content-3 .con3-title .tabs-01{
    display:block;
    width:60%;
    text-align: center;
    background: #176fe7;
    color:#fff;
    font-weight: bold;
    padding:2px 0;
    font-size:16px;
    margin:0 auto;

  }
  .content-3 .con3-title .shijian{
    margin-top:30px;
    overflow: hidden;
  }
  .content-3 .con3-title .con3-czq{
    margin-bottom:60px;
  }
  .content-3 .con3-title .content{
    width:100%;
    font-size: 15px;
    display: flex;
    /* height:25px; */
    /* line-height: 40px; */
    /* padding:10px; */
  }
  .content-3 .con3-title .content .active{
    width:80%;
    padding:15px 0;
  }
  .content-3 .con3-title .rili{
      width:20%;
      /* border-right:2px solid #176fe7; */
      position:relative;
      padding:15px 0;
  }
  /* 时间轴 */
  .content-3 .con3-title .rili:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: -8px;
      right: 0;
      width: 1px;
      height: 100%;
      border-right: 2px solid #176fe7;
      z-index: 1;
  }
  .content-3 .con3-title .rili-first:before {
      height: 50%;
      top: 50%;
  }
  .content-3 .con3-title .rili-last:before {
      height: 50%;
  }
  .content-3 .con3-title .rili:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      background:url('../images/yuandian.png') no-repeat;
      background-size: 100%;
      border-radius: 4px;
      right: -8px;
      top: 0%;
      margin-top: -2px;
      z-index: 1;
      margin-top:15px;
  }


  .content-3 .con3-title .yuandian{
    position:absolute;
    right:-11px;
    width:20px;
    height:20px;
  }
  .content-3 .con3-title .time{
    width:100%;
    float:left;
    text-align: left;
  }
  .content-3 .con3-title .title{
    flex-wrap:wrap;
    font-weight: 600;
    padding:0 20px;
  }

  .content-3 .con3-title .zhankai{
    text-align: left;
    margin-top:15px;
    padding-left:20px;
  }
  .content-3 .con3-title .zhankai .time1{
    font-weight: normal;
  }
  /* 第四部分 */
  .content-4{
    overflow: hidden;
    border-bottom:5px solid #eee;
    background:#f0f4f6;
  }
.content-4 .swiper-container1{
  margin-top:30px;
}
  .content-4 .swiper-button-next,.content-4 .swiper-button-prev{
    width:40px!important;
    height:40px!important;
    background-size:70px 70px;
    margin-top:-20px;
    outline:none;
    background-color:rgba(0,0,0,0.6)
  }
  /*底部 */
  .footer{
    background: #333;
    padding:15px;
  }
  .footer p{
    text-align: center;
    color:#fff;
    font-size:15px;
  }
}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

/* 二级页面 */
.erji{
  max-width: 765px;
  margin:0 auto;
  font-family: "Microsoft YaHei";
}

.erji .head-title{
  padding-top:15%;
}
.erji .head-tips{
  margin-top:7%;
}
.erji .header {
    background: url(../images/m-banner.jpg) no-repeat;
    background-size: 100%;
  }
.erji .content{
  max-width: 700px;
  margin:0 auto;
  padding:0;
}
.erji .header{
  position: relative;
  height:928px;
  border-bottom: 15px solid #e9e9e9;
}
.erji .head-logo {
    padding-top: 30px;
    padding-left: 20px;
    width: 60%;
}
.erji .head-tips {
    padding: 10px 15px;
    font-size: 24px;
}
.erji .newsbox{
  width: 700px;
  margin: 50px auto 0 auto;
}
.erji .erweima{
  width:100px;
  height:100px;
  margin:0 auto;
  margin-top:7%;
}
.hyzq{
  color: #fff;
  background: rgba(255,255,255,0.3);
  width: 130px;
  text-align: center;
  border-radius: 25px;
  padding: 5px;
  padding-left: 10px;
  font-size: 18px;
  margin: 0 auto;
  margin-top:3%;
}
.hyzq img{
   width:30px;
   height:30px;
   float:left;
   margin-left:10px;
   /* position: absolute;
   left:7px;
   top:3px; */
}
.hyzq p{
  float:left;
  margin-left:5px;
  line-height: 28px;
}
.content .shaw{
    box-shadow: #999 10px 10px 20px ;
}
.erji-1 .content p{
  background:#eee;
  margin:20px 0;
  padding:5px 10px;
  line-height:25px;
}
.erji-2{
  margin-top:20px;
  padding:30px 0 10px 0;
  box-shadow: 0px 6px 16px 6px rgba(205, 205, 205, 0.24);
}
.erji-2 .content .head-2{
  width: 700px;
  height: 94px;
  margin-bottom: 12px;
}
.erji-2 .head-2  .touxiang{
  width: 94px;
  height: 94px;
  float: left;
  margin-left: 20px;
}
.erji-2 .head-2  .touxiang img{
  width: 94px;
  height: 94px;
}
.erji-2 .head-2  .renwu{
  width: 510px;
  height: 80px;
  /* padding: 20px 0 0 0; */
  margin-left: 16px;
  float: left;
  display: flex;
  align-items: center;
}
.erji-2 .head-2  .renwu .peo{
  width: 100%;
  line-height: 40px;
  font-size: 30px;
  color: #434343;
  text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;

}
.erji-2 .head-2  .renwu .time{
  width: 100%;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  color: #929191;
}
.erji-2 .detail-2{
  /* padding: 0px 30px 0px 30px; */
  text-align: justify;
  font-size: 28px;
  line-height: 48px;
}
.loadziqin{
  color: #db3b37;
  margin-left: 5px;
}
.erji-2 .detail-2 a{
  color: #6262ec;
  margin-left: 5px;
}
.erji .wrap{
  /* max-height:200px; */
  overflow:hidden;
  position:relative;
  /* visibility: hidden; */
}
.erji-2 .detail-2{
  padding: 0px 30px 0px 30px;
}
.erji-2 .unfold-field{
  display:none;
  position:absolute;
  font-size: 0;
  bottom:0;
  width:100%;
  height:45px;
  z-index: 3;
}
.unfold-field_text{
cursor: pointer;
width:100%;
color: #406599;;
height:46px;
font-size: 0px;
line-height: 46px;
text-align: center;
background:#fff;
}
.unfold-field_text span{
display:inline-block;
font-size: 28px;
height:46px;
line-height: 46px;
}
.erji-2 .pic-2{
  width: 650px;
  margin: 27px auto 30px auto;
  overflow: hidden;
}

.erji-2 .pic-2 img{
  width:100%;
  height:100%;
}
.tips{
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #9e9e9e;
  font-size: 22px;
}
.hyzq a,.commess a{
  color:#fff;
}
.erji-1 {
    width: 640px;
    margin: 30px auto 0px auto;
    background: #eeeeee;
    font-size: 28px;
    line-height: 42px;
    color: #434343;
    padding: 20px 30px;
    border-radius: 5px;
    text-align: justify;
    box-shadow: 0px 5px 13px 5px rgba(162, 162, 162, 0.24);
}
.erji .footer{
    /* width: 100%; */
    height: 70px;
    line-height: 70px;
    background: #333;
    text-align: center;
}
.erji .footer P{
  font-size: 28px;
  color: #fff;
}
.erji .head-tips{
  background:transparent;
}
.ziqin{
  display:inline;
}
/* 二级页面大屏幕字体太小问题 */
@media screen and (min-width: 480px) {
    .shaw{
      font-size:28px;
    }
}
@media screen and (max-width: 360px) {
    .header {
        height: 400px;
    }
	    .content-2 .changjing img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
}