
#swiper1 img{
     height: 100%;
     width: 100%;
}
/*头部*/
.in_head{
    background: #eee;
    padding-bottom: 0.1rem;
}
.in_head img{
    height: auto;
}
/*关于我们*/
.in_nav{
    background: #fff;
}
.in_cell{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
}
.in_lf{
    display: flex;
    align-items: center;
}
.lf_con{
    margin-left: 1rem;
}
.lf_title{
    font-weight: bold;
    font-size:1.6rem;
}
.lf_text{
    color: #777;
    font-size: 1.2rem;
}
.in_rg{
    font-size:1rem;
}

.about_us{
    width: 80%;
    margin: 3rem auto;
    padding: 3rem;
    background: #fff;
}
.us_flex{
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    flex-wrap: wrap;
}
.us_con,.us_img{
    width: 48%;
}
.us_img img{
    height: 100%;
    width: 100%;
}

.us_title{
    font-size:1.8rem;
    border-left: 3px solid #0182F9;
    font-weight: bold;
    padding: 0 1rem;
}
.us_text{
    text-indent: 2rem;
    font-size:1.4rem;
    line-height: 2.2rem;
    margin: 0.5rem 0;
}
.us_btn{
    background: #1559dc;
    color: #fff;
    width: 12rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*新闻*/
.wen{
    background: #eee;
    padding: 4rem 0;
}

.wen_cy{
    background: #fff;
    padding-top: 2rem;
    width: 50%;
}
.cy_img img{
    width: 100%;
}
.lr_con{
    padding-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.last{
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    flex-wrap: wrap;
}
.last_ul{
    padding:0rem 2rem 0;
    width: 50%;
}
.last_time{
    font-size: 1.8rem;
    color: #ccc;
}
.wen_cy .cy_text{
    margin-bottom: 1rem;
}
.lr_title{
    width: 80%;
    display: flex;
    align-items: center;
}
.yuan{
    width: 0.5rem;
    height: 0.5rem;
    background:#000;
    display: block;
    border-radius: 50%;
    margin: 0 1rem;
}
.lr_text {
    color: #ccc;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    padding: 0.8rem 0;
    display: flex;
   justify-content: space-between;
}
.lr_tb {
    white-space: nowrap;
    width: 20%;
    display: block;
    text-align: right;
}
.lr_tb img{
    margin-left: 0.5rem;
}
/*信贷产品展示*/
.gong{
    background: #f8f8f8;
    padding: 70px 0;
}
.head_ucon{
    text-align: center;
}
.ucon_title {
    font-weight: 700;
    font-size: 1.6rem;
    padding-top: 1rem;
}
.ucon_cor{
    color: #ccc;
    font-size: 1rem;
    line-height: 1.5rem;
}
.zhan{
    display: flex;
    width: 85%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;

}

.zhan_li{
    border:2px solid #6faaf1;
    width: 20%;
    text-align: center;
    height: 300px;
    color: #4a95f0;
    margin-left: -2px;
}
.zhan_li img{
    width:6rem;
    margin: 5rem 0;
}
.zhan_li .zhan_title{
    font-weight: bold;
    font-size: 1.8rem;
}
.zhan_li .zhan_text{
    font-size: 0.9rem;
}
.now_zhan{
    border:2px solid #6faaf1;
    background: #fff url("../img/zhan.png") no-repeat center center;
    background-size: 80%;
    width: 23%;
    height:350px;
    text-align: center;
    position: relative;
    margin: -2px;
}
.now_zhan .zhan_title{
    font-weight: bold;
    font-size: 1.8rem;
    margin: 2rem 0;
    margin-top: 3rem;
}
.zhan_text{
    line-height: 2rem;
}
.zhan_gen{
    background: #0182F9;
    text-align: center;
    color: #fff;
    padding: 1.5rem 0;
    position: absolute;
    bottom: 0%;
    width: 101%;
    font-weight: bold;
    margin: -1px;
  
}
/*培育池*/
/* #canvas{
    position: absolute;
    height: 100%;
} */
.shui_list{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 25%;
}
.shui_title{
    font-size: 2rem;
    font-weight: bold;
    animation: colors-in 6s;
    animation-iteration-count: infinite; 
}
.shui{
    text-align: center;
    color: #0182F9;
    cursor: pointer;
}
.shui_img{
    position: relative;
    right: 1rem;
    bottom:-1rem;
}
.shui_img .shui1{
    position: absolute;
    right: 3rem;
    bottom: 12rem;
    animation: ripple-out 6s;
    animation-iteration-count: infinite; 
    position: absolute;
    width: 1.2rem;
}
.shui_img .shui2{
    position: absolute;
    right:2rem;
    bottom: 3.5rem;
    width: 3rem;
}
.shui_img .shui3{
    animation: ripple-in 3s;
    animation-iteration-count: infinite; 
    animation-direction:alternate;
    position: absolute;
    right: -1.5rem;
    bottom:0rem;
    z-index: -1;
    width: 10rem;
}
@keyframes colors-in {
    0% {
      color: orange;
    }
    50%{
        color: darkred;
        
    }
    100% {
        color: #fff;
        
    }
}
@keyframes ripple-in {
    0% {
        transform: scale(1.4);
        background: transparent
   
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ripple-out {
    0% {   
        transform: translateY(0px) scale(0.5);
    }
    100% {
        transform: translateY(60px)  scale(1);
        background: transparent;

    }
}

/*首页中间*/
.dai_ul2{
    color: #fff;
    display: -moz-box;  /* Firefox */ 
    display: -ms-flexbox;    /* IE10 */ 
    display: -webkit-box;    /* Safari */  
    display: -webkit-flex;    /* Chrome, WebKit */ 
    display: box;  
    display: flexbox;  
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: pointer;
}
.dai_ul2 li{
    background: rgba(49, 134, 238, 0.6);
    border-right: 1px solid #eee;
    padding:1rem 0;
    width: 22%;
    text-align: center;
}
.dai_ul2 li:last-child{
    border: 0;
}
.dai_hide{
    position: absolute;
    right: 2%;
    top: 4%;
    font-size: 1.3rem;
    cursor: pointer;
}
.dai_tan{
    width: 100%;
    height: 100%;
}
.dai_list{
    position: fixed;
    width: 60%;
    left: 20%;
    background: #fff;
    z-index: 111;
    top: 15%;
    border-radius: 1rem;
}
.dai_ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    text-align: center;
    padding: 5rem 2rem;
    flex-wrap: wrap;
}
.dai_ul li{width:20%;cursor: pointer;}

.dai_ul li{
  margin:  0 0.5rem;
}
.dai_con{
    margin-top: 0rem;
}
.dai_text{
    color: #ccc;
    font-size: 1.2rem;
    line-height: 3rem;
}
.dai_img img{
    width: 100%;
}
/*首页左右两边*/
.in_seeb{
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-top: 10rem;
}
.seeb_ul li{
    background: rgba(0, 0, 0,.2);
    padding:1rem 1rem;
    padding-right: 2rem;
    margin:2rem 0;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    text-align: center;
    width: 15rem;
}
.seeb_ul2 li{
    background: rgba(0, 0, 0,.2);
    padding:1rem 1rem;
    padding-left: 2rem;
    margin:2rem 0;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    text-align: center;
    width: 15rem;
}
.seeb_title{
    font-size: 1.5rem;
}
.seeb_text{
    font-size: 1.2rem;
    color: #ddd;
}
/*扶持政策*/
.fuchi{
    background: #eee;
    padding-bottom:70px ;
}
.cy_ul{
    display: flex;
    /*justify-content: space-between;*/
    width: 80%;
    margin: 2rem auto;
    flex-wrap: wrap;
}
.cy_ul li{
    width: 32%;
    margin: 1rem 0.5rem;
    background: #fff;
}

.cy_con{
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.cy_ul img{
    width: 100%;
}
.cy_title{
    margin-top: 1.5rem;
    color:#000;
    font-size: 1.5rem;
}
.cy_text{
    font-size: 1.2rem;
    color: #999;
     margin-top: 1rem;
     height:50px;
     overflow: hidden;
     display: -webkit-box;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     width: 100%;
}
.cy_btn{
    background: #1559dc;
    color: #fff;
    width: 12rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cy_btn2{
    background: #ddd;
    color: #000;
    width: 12rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jia{
    font-size: 1.8rem;
    margin: 0 0.5rem;
}
.cy{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cy_flex{
    display: flex;
    cursor: pointer;
}
.cy_flex div{
    margin: 0 0.2rem;
    padding: 0.5rem 2rem;
}
.cy_flex  .cactive{
    color: #3e7bc5;
    font-weight: bold;
    background: #fff;
    padding: 0.8rem 2rem;    
}
.ship_bg{
        background:#eee url('../img/in_bg.png') no-repeat no-repeat;
        background-size: 100%;
        color: #fff;
        padding-bottom: 4rem;
}
.ship_bg .lf_text{
    color: #fff;
}
.ship_list{
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    background: #fff;
    padding: 3rem 0;
    width: 80%;
}
.ship_con{
    padding:0rem 2rem ;
    font-size: 1.5rem;
}
.ship_title{
    color: #000;
}
.ship_flex{
    display: flex;
    justify-content: space-between;
    margin: 1rem  0;
    align-items: center;
}
.ship_price{
    color: red;
}
.ship_count{
    color: #777;
    font-size:1.2rem
}
.ship_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ship_ul li{
    width: 32%;
}
.ship_con img{
    width: 100%;
    height: 15rem;
}
/*页码*/
.yema{
    display: flex;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
    color: #999;
}
.yema img{
    width: 0.8rem;
    height: 1.5rem;
    margin: 0 2rem;
    cursor: pointer;
}
.now_ye{
    font-size: 2rem;
    color: #333;
}
.liu_ul{
    display: flex;
    justify-content: center;
    background: #eee;
}
.liu_ul li{
    margin: 1rem 0.5rem;
}
.liu_ul img{
    width:12.5rem;
}
/*宫格*/
.gong_ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 1px solid #eee;
}
.gong_ul li{
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.gong_ul li img{
  width: 6rem;
  height: 6rem;
}
.gong_title{
  font-weight: bold;
  font-size: 1rem;
}
.gong_text{
  font-size: 0.8rem;
  margin-top: 0.5rem;
  color: #999;
}

/*展示中心*/
.showroom_list{
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 6rem;
}
.showroom_list img{
    height: 100%;
    width: 100%;
}
.showroom_lf{
    width: 50%;
    margin-bottom: 0.5rem;
}
.showroom_rg{
    width: 25%;
}
.room_img{
   margin-bottom: 0.5rem;
   margin-left: 0.5rem;
}

/*图片新闻*/
.wenimg{
    margin:0 auto;
    width: 80%;
    padding: 1rem;
    border:1px solid #eee;
    margin-bottom: 6rem;
}
.wen_tabs{
    display: flex;
    justify-content: space-between;
   padding-bottom: 1rem;
}
.wen_lf{
    border-bottom: 2px solid #0182F9;
    padding-bottom: 1rem;
}
.wenimg_ul{
    display: flex;
    list-style: none;
    padding:0%;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .wenimg_ul li{
    width: 24.5%;
  	margin:0 2px;
  }
  .wenimg_img{
      height: 15rem;
  }
  .wenimg_title{
    font-weight: bold;
    font-size: 1.5rem;
    margin:1rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .wenimg_text{
    color:#999;
    line-height: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
  }
  .wenimg_ul img{
    width: 100%;
    height: 100%;
  }

@media (max-width: 767px) {
    .logo_img{
        width: 10rem;
    }
    .logo_img img{
        width: 100%;
        height: 100%;
    }
    .in_head{
        position: relative;
    }
    .wenimg,.ship_list,.about_us{
        width: 95%;
    }
    .us_con,.us_img{
        width: 100%;
    }
    .ship_ul li{
        width: 100%;
    }
    .wenimg_ul li{
        width: 100%;
        margin-top: 2rem;
    }
    .cy{
        justify-content: center;
    }
    .shui_list{
        margin: 0;
    }
    .gong{
        padding: 0;
    }
    .fuchi{
        padding: 2rem 0;
    }
    .wen{
        padding: 0
    }
    .foor_img img{
        width: 10rem;
    }
    .cy_flex div{
        padding: 0.5rem 1rem;
    }
    .cy_flex  .cactive{
        padding: 0.8rem 1rem;    
    }
    .bottom{
        right: 5%;
    }
   .top{
        left:44%;
    }
    .top{
        top:5%
    }
    .top img{
        width: 2.5rem;
    }
    .bottom img{
        width: 2.5rem;
    }
    .msg_con{
        overflow: hidden;
    }
    .gen{
        display: none;
    }
    .ind_msg{
        width: 95%;
    }
    .iner_title{
        width: 60%;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .msg_time{
        width: 20%;
        overflow: hidden;
        display: block;
        margin: 0
    }
    .msg_text{
        margin: 0;
    }
    .cy_flex div{
        padding: 0.5rem 1rem;

    }
      .gong_ul li{
          
          width: 50%;
          padding: 1rem 0;
      }
      .gong_ul li img{
          width: 7rem;
          height: 7rem;
      }


      .dai{
          position: absolute;
          bottom: 0%;
          left: 0%;
          width: 100%;
          font-size: 0.9rem;
      }
      .dai_list{
          width: 90%;
          left: 5%;
      }
      .dai_ul li{
          padding:0.5rem 1rem;
          width: 40%;
      }
      .dai_ul img{
          width:100%;
      }
      .in_seeb{
          padding-top: 5rem;
      }
      .seeb_ul li{
        width: 8rem;
        padding:0rem 0;
        margin: 1rem 0;
    }
      .seeb_ul2 li{
          width:8rem;
          padding:0rem 0;
          margin: 1rem 0;
      }
      .shui_img .shui1{
        width:1rem;
        right: 2rem;
        bottom: 11rem;
      }
      .shui_img  .shui2{
        right: 1.5rem;
        bottom: 3rem;
        width: 2rem;
      }
      .shui_img .shui3{
        right: -1rem;
        bottom: 1rem;
        width: 7rem;
      }
      .shui_title{
          font-size: 1.5rem;
      }
      /*展示*/
      .zhan {
          white-space: nowrap;
          overflow-x:auto;
          padding:0.5rem 0;
          width: 95%;
          margin:  0 auto;
      }
      .now_zhan .zhan_title{
          margin: 4rem 0;
      }
      .zhan_text{
          margin:0 7rem;
      }
      .now_zhan{
          width: auto;
          height: 34rem;
          margin: -1px;
      }
      .zhan_li{
          width: auto;
          height: 30rem;
          margin: 0;
      }
      /*扶持政策*/
      .cy_ul{
          width: 95%;
      }
      .cy_ul li{
          width:100%;
          height: auto;
      }
      /*新闻*/
      .last{
          width: 95%;
      }
      .wen_cy,.last_ul{
          width: 100%;
      }
      .none{
        display: none !important;
    }
    .dai_ul2 li{
        padding: 0.5rem 1rem;
        width: 30%;
    }
    .dai_ul2 li img{
        width: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    .none2{
      display: none !important;
    }
    .foor_img{
        right: 5%;
    }

  }
  @media (min-width: 992px) and (max-width: 1199px) {
    /*在992和1199像素之间的屏幕里,这里的样式才生效*/
    .none2{
      display: none !important;
    }
    .foor_img{
        right: 5%;
    }

  }
  @media (min-width: 1200px) {
    /*在大于1200像素的屏幕里,这里的样式才生效*/
    .none2{
      display: none !important;
    }
    .foor_img{
        right: 5%;
    }
  }
