.boConD h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    padding-top: 80px;
}
.boConD h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}
.boConA{
    padding:0;
    background-color: #f9fafc;
}
.dabit_bank{
    padding-top: 1px;
    height: 320px;
}
.bank_fu{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.bank_cun{
    padding: 15px 0 0;
    height: 185px;
    z-index: 2;
    width: 100%;
    margin-top: -130px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(140, 58, 58, 0.33);
}
.bank_cun dl{
    width: 33.33%;
    float: left;
    text-align: center;
}
.bank_input{
    display: block;
    margin-top: 9px;
    margin-right: 0px;
    float: right;
    width: 140px;
    height: 35px;
    border-radius: 24px;
    background: #bd2e12;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.bank_cun .sp1{
    font-size: 106px;
    color:#BD2E12;
}
.bank_cun .sp2{
    font-size: 16px;
    color: #bd2e12;
    margin-top: 14px;
    position: absolute;
}

.bd_ul .bd_li1 .bd_aut,.bd_auto{
    width: 330px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 100px;
    background-color: #f8f8f8;
    cursor: pointer;
}
.bd_ul .bd_li1 .bd_aut img,.bd_auto img{
    margin-top: 24px;
    margin-left: 50px;
    margin-right: 15px;
    float: left;
}
.bd_ul .bd_li1 .bd_aut span,.bd_auto span{
    font-size: 22px;
    margin-top: 31px;
    float: left;
}
.bd_ul .bd_li1 .actives{
    border-right: 0px solid #fff;
    background-color: #fff;
    border-left: 3px solid #bd2e12;
    animation-delay:2s;
    -webkit-animation-delay:2s; 
    transition: all 0.36s ease;
} 
.bd_ul .bd_li1 .actives span{
    color: #bd2e12;
}
.bd_ul .bd_content{
  background-color: #fff;
  width: 868px;
  float: left;
  animation-delay:2s;
  -webkit-animation-delay:2s; 
  transition: all 0.36s ease;
}
.bd_ul .bd_content .bd_co1{
    width: 50%;
    margin-top: 35px;
    float: left;
}
.bd_ul .bd_content p{
    margin-top: 10px;
    margin-bottom: 49px;
    margin-left: 75px;
}
.bd_ul .bd_content p:hover{
    color: #bd2e12;
}
.bd_ul .bd_content img{
    float: left;
    margin-top: 4px;
}
.bd_ul .bd_content span{
    font-size: 16px;
    margin-left: 10px;
}
.bd_ul .bd_content .bd_co2{
    width: 50%;
    float: left;
    margin-top: 35px;
    border-left:1px solid #e5e5e5;
    height: 340px;
}
.pvgn{
    height: 573px;
}
.tab2,.tab3,.dang2,.dang3,.dang4,.dang5{
    display: none;
}
.section-plan-all{
    padding-top: 0px;
}

.fang_ul .fang_li1{
  background-color: rgb(255, 255, 255,0.078);
  margin-left: 38px;
  margin-top: 20px;
  width: 280px;
  height: 379px;
  z-index: 202;
}
.fang_ul .fang_li1 img{
    display: none;
}
.fang_ge{
    height: 1px;
    width: 100%;
    float: left;
    background-color: rgb(255, 255, 255,0.2);
}
.fang_tuo,.fang_qb{
      font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: rgb(255, 255, 255);
    padding-left: 35px;
    z-index: 205;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.fang_ul .active{
    background-color: #bc1d21;
}
.fang_ul .active img{
    float: right;
    position: absolute;
    margin-left: 244px;
    margin-top: -20px;
    display: block;
    display: block;
}

.fang_tuo:hover{
    /*background-color: #bd2e12;*/
}
.fang_ul .fang_li2{
  width: 66%;
  margin-left: 7%;
  height: auto;
}
.fang_ul .fang_li2 .fang_con p{
    margin:35px 0 0;
}
.fang_ul .fang_li2 .fang_con1{
    font-size: 16px;
    color: #cbd0da;
}

.fang_ul .fang_li2 .fang_a1{
    display: block;
    margin-top: 20px;
    float: left;
    width: 140px;
    height: 35px;
    background: #bc1d21;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    transition: all .3s;
}
.fang_ul .fang_li2 .fang_a1:hover{
    transform: translateY(-6px);
}

.dabit h5{
         margin-top: 60px; 
}
@keyframes mymove
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }

}

@-webkit-keyframes mymove 
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1200px) { 
    .bank_cun{
      width: 94%;
      margin-left: 3%;
      height: 2.5rem;
      margin-top: -1.2rem;
      padding: 0;
      box-shadow:none;
      border: 1px solid #e5e5e5;
      border-radius: .21rem;
    }
    .bank_cun .wz1 dd{
      margin-top: .18rem;
      border-right: 1px solid #e5e5e5;
    }
    .bank_cun .sp1 {
      font-size: 1.06rem;
    }
    .bank_cun .sp2 {
      font-size: .32rem;
      margin-top: .21rem;
    }
    .bank_cun .wz1 dd p{
      font-size: .32rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .bank_input{
        width: 3.46rem;
        height: .88rem;
        margin-top: .26rem;
        font-size: .37rem;
        line-height: 0.93rem;
    }
    .index_boConF{
        background: url(../images/shen_m.png) no-repeat;
    }
    .shen_m{
        width: 100%;
        position: relative;
    }
    .shen_m img{
        position: relative;
    }
    .shen_m h6{
        position: absolute;
        line-height: .66rem;
        text-align: center;
        font-size: .48rem;
        margin-top: -3.36rem;
        width: 80%;
        margin-left: 10%;
        color: #fff;
    }
    .shen_a{
        width: 60%;
        text-align: center;
    }
    .shen_a a{
        display: inline-block;
        position: absolute;
        width: 3.86rem;
        margin-top: -1.6rem;
        height: 1.06rem;
        line-height: 1.06rem;
        text-align: center;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid #fff;
        margin-left: 1px;
    }
    
}
@media screen and (min-width: 630px) and (max-width: 1200px){ 
    .qyxl p{
        padding-top: 150px !important;
    }
}    