a:hover{
    color: #ca1c1d;
}
.bg-opcity{
    background: rgba(255,255,255,.9);
}
.bg-darker{
    background: #000;
}
.bg-none{
    background: none !important;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg-info{
    background-color: #ca1c1d !important;
}
.lh-40{
    line-height: 40px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #ca1c1d ;
}
.mt-50{
    margin-top: 3rem;
}
.mt-150{
    margin-top: 10rem;
}
@media (min-width: 992px){
    .navbar-wrap{
        flex-wrap: wrap;
        flex-direction: column;
        flex:none;
        padding-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav {
        line-height: 45px;
    }
}
.navbar .newContainer{
    display: block;
    padding-top: 20px;
    margin-top: -.5rem;
}
.navlogo{
    padding: 0;
}
.mt20{
    margin-top: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 1.5rem;
}
.nav-child{
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 98px;
    width:auto;
    height: auto;
    background: #fff;
    line-height: 30px;
    display: none;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    z-index: 999;
}
.nav-item {
 position: relative;
}
.nav-item:hover>ul{
    display: block;
}
.nav-child li{
    width: auto;
    line-height: 35px;
    font-size: 12px;
    white-space: nowrap;
}
.nav-child li.nav-item a.nav-link:hover{
    background: #ca1c1d;
    color:#fff;
}
.navbar-nav>.nav-item>.nav-link:hover{
    color: #ca1c1d;
}
.text-error{
    color: #ca1c1d;
}
.text-white{
    color: #fff !important;
}
.color999{
    color: #999;
}
.colorddd{
    color: #ddd;
}
.text-dark-blue{
    color: #06517d;
}
.product{
    position: relative;
    z-index: 999;
    background: none;
}
.product-box{
    position: relative;
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
}
.product-box .product-text{
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 60px;
    background: #ca1c1d;
    padding: 10px 30px 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.product-box img{
    width:100%;
    vertical-align: middle !important;
    transition: all .4s;
}
.product-box img:hover{
    box-shadow: 1px 0px 5px rgba(0, 0, 0, .1);
}
.product-box:hover img{ 
    transform: scale(1.05);
}
.about-us-bg{
    position: relative;
    min-height: 420px;
    height: 420px;
    background: #fff;
}
.about-us-bg .row{
    position: relative;
}
.com-desc{
    position: relative;
    height: 380px;
    padding:0px 20px 20px;
}
.about-us-more{
    display: inline-block;
    padding:3px;
}
.service_bg{
    height: 380px;
    background: url(../images/service_bg.jpg) no-repeat center;
}
.swiper-banner{
    bottom: 130px !important;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.swiper-pagination-bullet-active{
    background: #ca1c1d;
}
/*首页*/
.new_content{
    float: left;
    width:59%;
    padding: 0 30px;
    background: #fff;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, .1); */
}
.new_content h5{
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}
.new_img{
    position: relative;
    width: 38%;
    height: 273px;
    float: left;
    margin-left:3%;
    overflow: hidden;
}
.new_img img{
    width: 100%;
    height:273px;
}
.new-list-title{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    width:100%;
    padding:0 10px;
    box-sizing: border-box;
    background:rgba(0,0,0,.5);
    color: #fff;
}
.new_content li{
    line-height: 30px;
}
.new_box{
    position: relative;
    z-index: 999;
}
.new_more{
    position: absolute;
    right: 40px;
    top: 0px;
}
.swiper-container-horizontal#newsList>.swiper-pagination-bullets{
    bottom: 0;
}
.rsb_bg{
    height: 407px;
    padding:0;
    background: #f7f6f6;
    /* background: url(../images/new-pic1.jpg) no-repeat left 107px; */
    color: #ca1c1d;
    font-size: 28px;
    text-align: center;
}
.rsb_bg a{
    color: #ca1c1d;
}
.news_header{
    background: #fff;
    padding: 20px 0 20px;
}
.new_bg{
    background: #fff;
    padding: 0;
}
.new-title{
    float: left;
    width:80%;
    line-height: 30px;
}
.new-date{
    float: left;
    width: 20%;
    text-align: right;
    line-height: 30px;
}
.tab-box{
    width: 100%;
    overflow: hidden;
}
.tab-box .tab-item{
    width: 50%;
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border:1px solid #eee;
    cursor: pointer;
}
.tab-box .tab-item.active{
    background: #ca1c1d;
    border:1px solid #ca1c1d;
    color: #fff;
}
.tab-content{
    display: none;
    padding:0 25px;
}
.tab-content.active{
    display: block;
}
.rsb-sm{
    display: none;
    padding:30px 0;
}
.rsb-sm img{
    width: 150px;
}
.qcode{
    padding-top: 70px;
    font-size: 16px;
    line-height: 30px;
}
.login-inp{
    line-height: 40px;
    height: 40px;
    margin-bottom: 30px;
    border: 1px solid #ca1c1d;
}
.btn-login{
    width: 120px;
    height:40px;
    line-height: 26px;
    margin-top: 10px;
    border-radius: 30px;
    background:#b51a1b;
    border: 1px solid #ca1c1d;
    color: #fff;
}
.btn-login:hover,.btn-login:focus{
    color: #fff;
    background:#b51a1b;
    border: 1px solid #ca1c1d;
}
#gotoLogin{
    position: relative;
    display: block;
}
#gotoLogin .top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.relative{
    position: relative;
}
.service_container{
    margin: 0 -15px !important;
}
.service_item{
    height: 190px;
    padding-top: 40px;
    text-align: center;
    cursor: pointer;
}
.service_item:hover{
    color: #ca1c1d;
    background: rgba(238, 238, 238, .3);
}
.service_item img{
    width: 80px;
}
.more-box{
    text-align: center;
}
.more-box a{
    display: inline-block;
    width: 120px;
    margin:30px 0 20px;
    padding: 8px 15px;
    border: 1px solid #ca1c1d;
    border-radius: 50px;
    font-size: 12px;
}
.more-box img{
    vertical-align: middle;
}
.staff-img{
    overflow: hidden;
}
.staff-img img{
    width: 100%;
    height: 100%;
}
.pegulations{
    width: 100%;
    overflow: hidden;
}
.pegulations li{
    line-height: 50px;
    height: 60px;
    padding: 5px 10px 5px 0;
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.pegulations li:hover{
    background: #ffe6e6;
}
.pegulations li:hover a{
    color: #ca1c1d;
}
.pegulations .p-type{
    width: 100px;
    color: #aaa;
    font-size: 16px;
}
.pegulations .p-title{
    width: 80%;
    float: left;
    text-indent: 0px;
}
.pegulations .p-time{
    width: 20%;
    float: left;
    text-align: right;
    color: #999;
    text-indent: 15px;
}
.pegulation-tab{
    padding-left: 10px;
    overflow: hidden;
}
.pegulation-title{
    float: left;
    width: 150px;
    height: 40px;
    background: #eee;
    margin: 0 auto 20px;
    color: #ca1c1d;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
}
.pegulation-title.active{
    background: #ca1c1d;
    color:#fff;
}
.pegulation-content{
    display: none;
}
.pegulation-content.active{
    display: block;
}
.border-top-footer{
    border-top: 1px solid #222;
}
.online {
    width: 60px;
    bottom: auto;
}
.online dl{
    padding: 0;
    background: #ffffff;
    margin-bottom: 0;
}
.online dl:hover {
	background: #ffffff;
}
.online dl:first-child{
    border-radius: 5px 5px 0 0 ;
}
.online dl:last-child{
    border-radius: 0 0  5px 5px ;
}
.online dl dt{
    padding: 15px 15px 0;
    border: none;
    right: 62px;
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.online dl dt h3{
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
    font-size: 14px;
}
.btn-icon{
    position: relative;
    width: 60px;
    border-bottom: solid 1px #FAFAFA;
}
.online dl:first-child .btn-icon{
    border-radius:5px 5px 0 0 ;
}
.online dl:last-child .btn-icon{
    border-bottom:none;
    border-radius: 0 0 5px 5px;
}
.fa-weixin-p{

}
.fa-weixin-p img{
    width: 120px;    
    height: 120px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right_crown.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left_crown.png);
}
.ewm img{
    float: left;
    width:150px;
    margin-right: 15px;
}
.ewm{
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #a8a7a7;
}
.ewm h5{
    color: #a8a7a7;
}
.ewm ul{
    display: inline;
}
.footer-nav>li{
    float: left;
    width: 120px;
}
.footer-nav>li>a{
    font-size: 14px;
}
.footer-nav>li a{
    color: #999;
}
.footer-nav>li a:hover{
    color: #fff;
}
.footer-nav .nav-item{
    font-size: 12px;
    line-height: 20px;
}
.footer-left{
    border-right: 1px dashed #222;
}
.fa-weixin-p img{
    width: 100%;
}
/*分支机构*/
.cooperate{
    overflow: hidden;
}
.cooperate li{
    float: left;
    list-style: none;
    margin-top:30px;
    margin-left: 0 !important;    
}
.cooperate li .p-title{
    line-height: 28px;
    color:#333436;
}
.cooperate li img{
    width: 100%;
}
.cooperate li a{
    display: inline-block;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 5%); */
}
.coo-container{
    padding-left:0 !important;
    padding-right: 0 !important;
}
.branch-item{
    padding: 20px 20px;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
    line-height: 28px;
}
.branch-item .p-address,.branch-item .p-tel{
    color: #333436;
    font-size:13px;
    font-weight: 300;
}
@media (max-width: 992px) { 
    .swiper-banner{
        bottom: 80px !important;
    }
    .nav-item{
        line-height: 50px;
    }
    .new_box{
        margin-top: 0 !important;
    }
    .rsb_bg{
        padding: 0;
        min-height: 100px;
        font-size: 18px;
    }
    .rsb_bg div{
        cursor: pointer;
    }
    .rsb_bg img{
        width: 60px !important;
    }
    .rsb_bg .rsb-text{
        display: inline;
    }
    
    .navbar .newContainer{
        width:100% !important
    }
    .com-img{
        display: none;
    }
    .com-desc{
        max-width: 100% !important;
    }
    .com-desc.shadow-sm{
        box-shadow: 0 .125rem .25rem rgba(0,0,0,0)!important;
    }
    .pegulation-title{
        width: 110px;
    }
    .nav-child{
        position: relative;
        text-indent: 2em;
    }
    .staff-img{
        display: none;
    }
}
@media (max-width: 768px) {
    .mt-50{
        margin-top: 3rem;
    }
    .mt-150{
        margin-top: 6rem;
    }
    .navbar{
        position: relative !important;
        padding: 0;
    } 
    .navbar .tel{
        display: none;
    }
    .navbar-toggler{
        position: absolute;
        right: 10px;
    }
    .logo,.logo-sm-height{
        width: 80%;
    }
    .product{
        top:0;
    }
    .swiper-banner{
        bottom: 10px !important;
    }
    .product-box img{
        width: 100%;
        height: auto;
    }
    .service_bg {
        height: auto;
        background: #f9f9f9;
    }
    .service_item{
        height: 150px;
        padding-top: 25px;
    }
    #newsList{
        height: 300px;
    }
    #newsList .new_img{
        width:90%;
    }
    #newsList .new_img img{
        display: none;
    }
    #newsList .new_content{
        width: 90%;
        left: 5%;
        top: 5%;
        box-shadow: 0;
    }
    .new_content li{
        line-height: 30px;
    }
    .new_box{
        margin-top: 0px !important;
    }
    .new_more{
        right: 20px;
    }
    .new_more a{
        width: 80px !important;
    }
    .new-title{
        float: left;
        width:75%;
        line-height: 30px;
    }
    .new-date{
        float: left;
        width: 25%;
        text-align: right;
        line-height: 30px;
    }
    .rsb_bg{
        padding: 0;
        height: 264px;
        font-size: 18px;
    }
    .rsb_bg div{
        /* padding-top: 20px; */
    }
    .rsb_bg img{
        width: 150px !important;
    }
    .rsb_bg .rsb-text{
        display: inline;
    }
    .qcode {
        padding: 10px 0 0 0;
    }
    .swiper-container-horizontal#newsList>.swiper-pagination-bullets{
        bottom: 10px;
    }
    .pb-5, .py-5{
        padding-bottom: 1rem !important;
    }
    .p-type{
        display: none;
    }
    .ewm img,.f-right{
        display: none;
    }
    .navbar .newContainer{
        width:100% !important
    }
    .tab-box,.tab-content,.tab-content.active{
        display: none;
    }
    .rsb-sm{
        display: block;
    } 
    .pegulation-title{
        width: 90px;
        font-size: 14px;
    }
    .about-us-bg{
        min-height: 200px;
        height: auto;
    }
    .pegulations .p-title{
        width: 70%;
    }
    .pegulations .p-time{
        width: 30%;
    }
    .com-desc{
        height: auto;
    }
}

.pagination {
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }

    .page-link-total {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        line-height: 1.25;
        background-color: #fff;
    }
  
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .page-item:first-child.page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .page-item:last-child.page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .page-item.active.page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .page-item.disabled.page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  
  .pagination-lg.page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .pagination-lg .page-item:first-child.page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child.page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm.page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .pagination-sm .page-item:first-child.page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child.page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
.page-item:last-child {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

  .float-right{
    float: right !important;
  }
  .search-btn{
    z-index: 300;
    opacity: 0;
  }
  /*我们的愿景*/
  .content4 .infoBox{
    display: flex;
    align-items: center;  
    justify-content: space-between;
    margin-top: 30px;
  }
  .content4 .infoBox  .text{
      font-weight: 300;
      font-size: 16px;
      color: #333436;
      line-height: 32px;
  }
  .content4 .infoBox .pic{
      width: 800px;
      margin-left: 60px;
  }
  @media (max-width: 1199px) {
      .content4 .infoBox .pic{
          width: 600px;
      }
  }
  
  @media (max-width: 991px) {
      .content4 .infoBox .pic{
          width: 400px;
      }
  }
  @media (max-width: 767px) {
    .content4 .infoBox{
        flex-wrap: wrap;
    }
    .content4 .infoBox .pic{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .content4 .infoBox  .text{
        font-size: 14px;
        line-height: 30px;
    }
    }
  
 