/*top-register   顶部注册区域*/

.top-register{
    height: 38px;
    background-color: #eee;
    line-height: 38px;
}
.top-register-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-register-r .icon-kefu,.top-register-l .icon-yonghu{
    color: #666;
    font-size: 16px;
}
.top-register-r .kf-text,.top-register-l .kf-text{
    color: #666;
    font-size: 12px;
}
.top-register-l a{
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-left: 10px;
    line-height: 38px;

}
.top-register-l .logo-text{
    margin-right: 15px;
}

/* top-register   顶部注册区域   end */


/* top-nav  顶部导航区域  */

.top-nav{
    background-color: #fff;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 160px;
}
.top-nav .top-nav-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: nowrap;
}

.navlist>.nav-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.navlist>.nav-list a{
    display: inline-block;
    color: rgba(255,255,255,.8);
    font-size: 20px;
    height: 60px;
    line-height:60px;
    font-weight: bold;

}
.navlist>.nav-list a:hover{
    color:#fff ;
}
.navlist>.nav-list a.active{
    color:#fff ;
}

.nav-list .tscp_nav{
    position: relative;
}
.nav-list .tscp_nav a{

    font-size: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}
.nav-list .tscp_nav .tscp_nav_child{
    position: absolute;
    display: none;
    width: 200px;
    top: 60px;
    left: -50px;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;

}

/* top-nav  顶部导航区域   end */

/* banner 轮播图区域  */

.banner-box{
    height:400px;
    width: 100%;
    zoom: 1;
    position: relative;
    overflow: hidden;
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/wnbanner-hs.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/wnbanner-wh.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/wnbanner-zfdl.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/bannerbjsy.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/banner55555.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/banner008.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/banner-jl.png);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/banner-zzb.png);*/
    background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/ynBanner.png);
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/banner009.jpg);*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/banner66666.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-box11{
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/nr-bj.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-box_ts {
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/dlxyd.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-box_tsone {
    /*height: 400px;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/zeeqd.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/

    height: 480px;
    width: 100%;
    overflow: hidden;
    box-shadow: 5px 5px 5px #ececec;
}
.el_btn_wj{
    width: 200px;
    height: 60px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefcf5),to(#fcebc3));
    background: -o-linear-gradient(top,#fefcf5 0,#fcebc3 100%);
    background: linear-gradient(
            180deg
            ,#fefcf5,#fcebc3);
    border-radius: 8px;
    color: #791601;
    font-size: 24px;
    font-weight: 500;
    border-width: 0;
    cursor: pointer;
}
.tscl_list{
    width: 100%;
}
.tscl_list li{
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding: 100px 15px 0 15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px #d9d9d9;
    border-radius: 10px;
    background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/bj_ts001.png);
    background-repeat: no-repeat;
    background-position: 500px 0;
}
@keyframes example1 {
    from {margin-left: 0;}
    to {margin-left: 40px;}
}
.tscl_list li:hover{
    transition: 0.3s linear;
    margin-left: 40px;
    cursor: pointer;
    box-shadow: none;
}
.tscl_list li .tit_box{
    position: absolute;
    left: -20px;
    top: 15px;
    width: 270px;
    height: 56px;
    background-color: #d1aa5b;
    background-image: linear-gradient(to right, #d1aa5b, #d19d0c);
    border-radius: 10px;
    text-align: center;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.tscl_list li .cont_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cont_box_l{
    width: 800px;
}
.cont_box_r{
    width: 180px;
}
.cont_box_r a{
    display: block;
    width: 180px;
    height: 56px;
    background-color: #d1aa5b;
    background-image: linear-gradient(to right, #d1aa5b, #d19d0c);
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
}
.tscl_list li h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #838383;
}
.tscl_list li p{
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}
.banner-box .ksru{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
}
.banner-box .ksru .ksrk-box{
    width: 1200px;
    margin: 0 auto;
    height: 250px;
}
.banner-box .ksru .ksrk-box ul{
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner-box .ksru .ksrk-box ul a{
    margin: 0 47px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 200px;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    border: 1px solid #d1aa5b;
    border-radius: 8px;
    background-image: -moz-linear-gradient( 69deg, rgb(209,170,91) 0%, rgba(209,170,91,0) 100%);
    background-image: -webkit-linear-gradient( 69deg, rgb(209,170,91) 0%, rgba(209,170,91,0) 100%);
    background-image: -ms-linear-gradient( 69deg, rgb(209,170,91) 0%, rgba(209,170,91,0) 100%);
}
.banner-box .ksru .ksrk-box ul a img{
    position: relative;
    top:0;
    transform:rotateY(-360deg);
}
.banner-box .ksru .ksrk-box ul a:hover img{
    color: #ff7701;
    transform:rotateY(360deg);
    transition: transform 2s;
}
.banner-box .ksru .ksrk-box ul a:hover{
    background-color: #d1aa5b;
}
.banner-box .ksru .ksrk-box ul a:hover li i{
    color: #ff7701;
}
.banner-box .ksru .ksrk-box ul a li i{
    font-size: 40px;
    color: #fff
}
.banner-box .ksru .ksrk-box ul a p{
    margin-top:6px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
/* 控制按钮 */
.button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
}
.button:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.prev{
    top:50%;
    margin-top: -25px;
    left:50px;
    background: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/arrow.png) center center no-repeat;
    transform: rotate(180deg);
    background-size: 14px 24px;
}
.next{
    top:50%;
    margin-top: -25px;
    right:50px;
    background: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/arrow.png) center center no-repeat;
    background-size: 14px 24px;
}

/* 小圈圈  索引 */
.dots{
    position: absolute;
    left:50%;
    margin-left: -82px;
    bottom: 24px;
}
.dots span{
    display: inline-block;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background-color:rgba(255, 255, 255, 0.3);
    margin-right: 15px;
    cursor: pointer;
}
.dots .active{
    background-color: rgba(236, 218, 40, 1);
}

/* banner 轮播图区域  end */
.clearfix{
    clear: both;
}


/* footer 底部区域*/
.footer{
    width: 100%;
    background-color: #d1aa5b;
    height: 200px;
    border-top: 1px solid #ccc;
    text-align: center;
    display: table;
    color: #fff;
}
.footer .footer-content .select-box{
    width: 1200px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-content select{
    width: 210px;
    height: 36px;
    border: none;
    background: #eee;
    color: #6a6a6a;
    border-radius: 8px;
    outline: none;
    padding: 0 8px;
}
.footer .footer-content{

    display:table-cell;
    vertical-align: middle;
}
.footer .footer-content p{
    margin-bottom: 10px;
    font-size: 14px;

}

.footer .footer-content a{
    color: #fff;
}

.footer .footer-content img{
    vertical-align: middle;
}

/* 新增 */
.top-nav-box .search-input ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.top-nav-box .search-input ul li>a{
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    color: #d1aa5b;
    font-size: 18px;
}
.top-nav-box .search-input ul li>a.active{
    color: #fff;
    background-color: #d1aa5b;
}
.top-nav-box .search-input{
    position: relative;
}
.top-nav-box .search-input input{
    width: 400px;
    height: 40px;
    background-color: transparent;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left: 15px;
}
.top-nav-box .search-input>a{
    font-size: 20px;
    color: #d1aa5b;
    position: absolute;
    top: 53px;
    right: 15px;
}
.navlist{
    width: 100%;
    background-color: #d1aa5b;
}
.navlist>.nav-list{
    width: 1200px;
    margin: 0 auto;
}
.navlist>.nav-list a.active{
    
    color: #fff;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
}

/*看板模块*/
.loans{
    background-color: #fff;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 200px;
}
.loans .loans-box{
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.loans .loans-box .kanban-item{
    width: 280px;
    height: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: rgba(209,170,91,.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.loans .loans-box .kanban-item .kanban-left{
    width: 160px;
}
.loans .loans-box .kanban-item .kanban-left .tit{
    font-size: 24px;
    color: #606060;
    margin-bottom: 18px;
}
.loans .loans-box .kanban-item .kanban-left .futit{
    font-size: 28px;
    color: #ff7701;
    font-weight: bold;
}
.loans .loans-box .kanban-item .kanban-left .futit span{
    font-size: 20px;
    color: #606060;
}
.loans .loans-box .kanban-item .kanban-right{
    width: 120px;
}

/*看板模块  结束 -------------------*/

/* 返回顶部 */
.black-top i{
	font-size: 48px;
	color: #d1aa5b;
	cursor: pointer;
	position: fixed;
	bottom: -80px;
	right:80px;
	text-shadow: 0 0 3px #bad9fd;
	display: none;
}
.black-top i:hover{
	color: #da4a4a;
}

option{
    width: 100% !important;
    height: 50px !important;
    padding: 8px 0 !important;
}

/*二维码*/
.elevator {
    position: fixed;
    padding: 0 16px;
    top: 60%;
    margin-top: -140px;
    right: 0;
    z-index: 899;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(7, 17, 27, 0.1);
}
.elevator a {
    display: block;
    width: 50px;
    padding: 16px 0;
    font-size: 22px;
    line-height: 20px;
    color: #b5b9bc;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #edf1f2;
}
.elevator a i {
    font-size: 24px;
}
.elevator a span {
    display: none;
    font-size: 12px;
    color: #07111b;
    line-height: 14px;}
.elevator .elevator-weixin-box {
    position: absolute;
    width: 172px;
    height: 212px;
    bottom: -4px;
    right: 83px;
    display: none;

}
.elevator .elevator-weixin-box.wsb1{
    background: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/elevator.png) no-repeat 0 0;
}
.elevator .elevator-weixin-box.wsb2{
    background: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/elevator.png) no-repeat 0 -220px;
}
.elevator .elevator-weixin-box.wsb3{
    background: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/elevator.png) no-repeat 0 0;
}


/* 新增 */
.fw_item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.fw_item .item-R{
    width: 30%;height: 300px;background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/fbxq111.png);background-repeat: no-repeat;background-size: cover;
    position: relative;border: 1px solid #e5e5e5;
}
.fw_item .item-R .btn_rr{
    width: 300px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #d1aa5b;
    background-image: linear-gradient(to right, #d1aa5b, #d19d0c);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.fw_item .item-R .btn_rr p{
    font-size: 18px;
    color: #fff;
}
.fw_item .item-R .btn_rr:hover{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0);
}
.fw_item .item-L{
    width:68%;height: 300px;
}
.fw_item .item-L ul{
    display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;align-items: center;
}
.fw_item .item-L ul li{
    width: 33.33%;height: 150px;border: 1px solid #e5e5e5;box-sizing: border-box;display: flex;flex-direction: column;
    justify-content: center;align-items: center;cursor: pointer;margin-bottom: 1px;background-color: #fff;
}
.fw_item .item-L ul li:hover img {
    width: 120px;
}
.fw_item .item-L ul li:hover p {
    color: #ff7701;
}
.fw_item .item-L ul li p{
    font-size: 20px;
    font-weight: bold;
    color: #888;
}


.swiper-slide11 {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-image: url(https:/credit.xjbt.gov.cn/btxyd/static/default/images/tejr1.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    padding-top: 60px;
    box-sizing: border-box;

  }
  .swiper-slide11 h1{
      font-size: 28px;
      font-weight: bold;
      color: #ff7701;
      width:200px ;
      overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
  }
  .swiper-slide11 p{
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    text-indent: 2em;
    line-height: 18px;
    color: #c8935f;
    width: 180px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    /* 几行后显示省略号 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }
  .swiper-slide233{
      width: 250px;
      height: 100px;
  }
  .swiper-slide233 img{
      width: 100%;
      height: 100%;
  }

