@charset"utf-8";
/*二级页面banner*/
.fu{
    display: block;
    background-image: url(../images/index/fu-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 400px;
    width: 100%;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate;
}
.fu h2{
    font-size: 40px;
    color: #3c3a30;
    padding-left: 220px;
    padding-top: 150px;
}
/*列表页*/
.xw{
    width: 100%;
    padding: 30px 15px;
}
.xw:after{
    content:"";
    display: block;
    clear: both;
}
.nr-lf{
    width: 72%;
    margin-right: 3%;
    float: left;
}
.nr-rt{
    width: 25%;
    float: left;
}
.xw-tit{
    border-bottom: 1px solid #dcdcdc;;
    padding-bottom: 10px;
}
.xw-tit h2{
    font-size: 15px;
    color: #999;
}
.xw-tit h2 a{
    color: #999999;
    cursor: pointer;
}
/*.xw-tit h2 a.on{*/
    /*color: #005192; */
/*}*/
.xw-tit h2 a:hover{
    color: #005192;
}
.xw-list>ul>li{
    padding: 20px 0;
    border-bottom: 1px dashed #4e4949;
}
.xw-list>ul>li a{
    font-size:14px;
    color: #4E4949;
}
.xw-list>ul>li h1{
    font-size: 18px;
    color:#000000;
    margin-bottom: 10px;
}
.xw-list>ul>li p{
    text-align: justify;
    font-size: 14px;
    color:#6a6a6a;
    line-height: 24px;
    margin-bottom: 10px;
}
.xw-list>ul>li span{
    display: inline-block;
    margin-right: 20px;
    color: #8d8d8d;
    font-size: 14px;
}
.xw-list>ul>li a:hover h1,.xw-list>ul>li a:hover p,.xw-list>ul>li a:hover span{
    color: #005192;
}
.tzgg{
    margin-bottom: 30px;
    border:1px solid #dcdcdc;
}
.tzgg h1{
    background: #f6f6f6;
    padding:15px 15px;
    font-size: 16px;
    color:#66656a;
    border-bottom: 1px solid #dcdcdc;
}
.tzgg h1 span{
    width: 4px;
    height: 15px;
    display: inline-block;
    background: #005192;
    margin-right: 10px;
    vertical-align: bottom;
}
.tzgg ul{
    padding:10px 0 15px 0;
}
.tzgg ul li{
    position: relative;
    height: 35px;
    line-height: 15px;
    box-sizing: border-box;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.tzgg ul li i{
    position: absolute;
    font-style: normal;
    font-size: 14px;
}
.tzgg ul li a{
    display: inline-block;
    height: 17px;
    color: #66656a;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    padding-left: 15px;
}
.tzgg ul li a:hover{
    color:#005192;
}

/*信用查询列表*/
.xw-list>ul>li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xw-list>ul>li ul li{
    width: 50%;
    margin-bottom: 1%;
    text-align: left;
}
.chaxun{
    height: 58px;
    line-height: 58px;
    background: #eaeaea;
}
.chaxun:after{
    content:"";
    display: block;
    clear: both;
}
.chaxun span{
    width: 25%;
    float: left;
    font-size: 20px;
    display: inline-block;
    background: #023e8a;
    color:#fff;
    text-align: center;
    /*padding:15px 0;*/
}
.chaxun label{
    margin-bottom: 0;
    float: left;
    width: 75%;
    display: inline-block;
    background: #eaeaea;
    padding: 0 20px;
}
.chaxun label input{
    margin: 14px 0;
    float: left;
    border: 1px solid #023e8a;
    outline: none;
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /* border-radius: 16px; */
    padding-left: 15px;
}
.chaxun label i{
    right: 10px;
    width: 18%;
    height: 30px;
    line-height: 30px;
    margin-left: 2%;
    display: inline-block;
    /* top: 5px; */
    font-size: 14px;
    color: #fff;
    font-style: normal;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    background: #023e8a;
}
/*新闻详情*/
.xw-det{
    padding-top: 30px;
    padding-bottom: 20px;
}
.f-det{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}
.gywm{
    border-bottom: 0;
}
.f-det h4{
    font-size: 20px;
    color: #252525;
    text-align: center;
    margin-bottom: 10px;
}
.f-det span{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}
.f-cont{
    padding: 20px 0;
}
.f-cont p{
    font-size: 14px;
    color: #6a6a6a;
    line-height: 24px;
    text-indent: 2em;
    font-family: '宋体';
    text-align: justify;
    margin-bottom: 20px;
}
.f-cont img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
}
.f-return ul li{
    float: left;
    width: 33.33%;
    color: #333;
    height:60px;
    line-height: 60px;
    font-size: 14px;
}
.f-return ul li:hover a{
    color: #d28941;
}
.f-return ul{
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.f-return ul li:nth-child(2){
    text-align: center;
}
.f-return ul li:nth-child(3){
    text-align: right;
}
.f-return ul li i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/index/ic-fan.png") no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
/*联系我们*/
.gy-lx{
    padding-top: 20px;
}
.lxwm{
    overflow: hidden;
    padding-top: 8px;
}
.lxwm li{
    width: 33.3%;
    float: left;
    text-align: center;
}
.lxwm li h3{
    font-size: 18px;
    font-family: '微软雅黑';
}
.lxwm li h3 span{display: inline-block;width: 68px;height: 68px;
    transition: all linear .2s;
    -o-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    margin-bottom: 22px;}
.lxwm li:hover h3 span{
    transform: translateY(-6px);
}
.lxwm li h2{font-size: 16px;color: #6a6a6a;padding-top: 22px;
    border-bottom: 0;
    line-height: 30px;
    font-family: '微软雅黑';
}
.lxwm li h2 img{
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.lxwm li:nth-child(2){
    border-left: 1px dashed #999999;
    border-right: 1px dashed #999999;
}
.lxwm li:first-child h3 span{background: url(../images/index/lx_tel.png) no-repeat;}
.lxwm li:nth-child(2) h3 span{background: url(../images/index/lx_addr.png) no-repeat;}
.lxwm li:last-child h3 span{background: url(../images/index/lx_wx.png) no-repeat;}
.loc{
    padding:40px 20px 10px 20px;
}
#ab_location{
    width: 100%;
    height: 400px;
}
/*加入我们*/
.join{
    padding-top: 20px;
}
.join-title ul{
    background-color: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
    /* margin-bottom: 20px;*/
}
.join-title ul li{
    font-size: 16px;
    color: #000000;
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.join-con .panel-group .panel{
    border: none;
    box-shadow: none;
}
.join-con .panel-heading{
    border-bottom: 1px dashed #dddddd;
}
.join-con .panel-title{
    overflow: hidden;
    border: none;
}
.join-con .panel-title li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #474646;
    padding: 10px 0;
}
.join-con .panel-title li:last-child a{
    display: block;
    background-color: #2f72f5;
    color: #fff;
    width: 88px;
    height: 26px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
}
.join-con .panel-title li:first-child a{
    background-color: #ffffff;
    color: #474646;
    font-size: 16px;
}
.join-con .panel-title li:first-child a:after{
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #2f72f5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: top;
    margin-left: 2px;
    margin-top: 7px;
}
.join-con .panel-body{
    border-top: none !important;
    border-bottom:1px dashed #dddddd;
}
.tab-zpyq h1{
    font-size: 14px ;
    color: #2f72f5;
    padding-bottom: 15px;
}
.tab-zpyq h2{
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 0;
}
.tab-zpyq p{
    font-size: 12px;
    color: #757575;
    padding-bottom: 15px;
    line-height: 20px;
}
h1.xq-hid{
    display: none;
}

/*信用档案*/
.dangan h1{
    color:#e70015;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin:20px auto;
}
table{width: 100%;margin-bottom: 30px;}
table tr td{
    color:#666167;
    font-size: 15px;
    padding:10px;
    text-align: left;
    border:1px solid #dcdcdc;
}
table tr td.ls{
    vertical-align: middle;
    width: 120px;
    color:#736f74;
    font-weight: bold;
    background: #f7fbff;
    text-align: center;
}
table tr td.lss{
    vertical-align: middle;
    color:#736f74;
    font-weight: bold;
    background: #f7fbff;
    text-align: center;
}
table tr td.lsss{
    vertical-align: middle;
    width: 300px;
    color:#736f74;
    font-weight: bold;
    background: #f7fbff;
    text-align: center;
}


table tr td.ma{text-align: center;}
table tr td.ma img{width: 100%;}
/*信用等级公示*/
.dabiaoti h1{
    margin-bottom: 20px;
    border-bottom: 1px solid #005192;
}
.dabiaoti h1 span{
    background: url(../images/index/da_06.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding-left: 15px;
    line-height: 40px;
    min-width: 200px;
    height: 40px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.dabiaoti h2{
    font-weight: bold;
    color:#005192;
    font-size: 16px;
    margin:20px auto;
}
.dabiaoti h3{
    color:#3a3a3a;
    /*font-weight: bold;*/
    font-size: 16px;
    margin:20px auto;
}
.xydjgs ul{
    width: 100%;
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*flex-wrap: wrap;*/
    overflow: hidden;
}
.xydjgs ul li{
    float: left;
    width: 25%;
    margin-bottom: 2%;
    padding: 0 15px;
    text-align: center;
}
.xydjgs ul li img{
    width: 100%;
}
.xydjgs ul li p{
    color:#736f74;
    font-size: 16px;
    margin:10px auto;
}

.example{
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,.5);
  	/*display: block;*/
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	z-index: 99;
}
.example>div.tp{
	width: 500px;
	margin:40% auto;
	/*height: 200px;*/
	/*position: absolute;*/
}
.example>div.tp img{
	/*display: block;
    max-width: 50%;
    border: 4px solid #fff;
    margin: 20% auto;
    width: auto !important;
	transform: scale(1.5);*/
	display: block;
    max-width: 100%;
    border: 4px solid #fff;
    margin: 0 auto;
    width: auto !important;
}
.example>div.tp h1{
	color:#fff;
	font-size: 30px;
	text-align: right;
	margin-bottom: 20px;
}
.mask{
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: -1;
    position: fixed;
}



@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50% 0;
    }
}

@media screen and (max-width: 1023px){
    .inner{
        width: 97%;
        margin:0 auto;
    }
    .nr-lf{width: 100%;}
    .nr-rt{display:none;}

}
@media screen and (max-width: 767px){
    .xw {padding: 20px 10px;}
    .xw-tit h2{font-size: 14px;}
    .lxwm li{width: 100%;margin-bottom: 20px;}
    .lxwm li h3{font-size: 15px;}
    .lxwm li h2{font-size: 14px;padding-top:10px;}
    .lxwm li h3 span {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }
    .lxwm li:first-child h3 span {background-size: 100% 100%;}
    .lxwm li:nth-child(2) h3 span {background-size: 100% 100%;}
    .lxwm li:nth-child(2){border:0;}
    .lxwm li:last-child h3 span {background-size: 100% 100%;}
    .loc{padding:20px 0;}
    #ab_location {height: 250px;}
    .f-det h4 {font-size: 17px;}
    .f-cont{padding:0;}
    .xw-det {padding-bottom: 0;}
    .f-det span{font-size: 13px;}
    .xw-list>ul>li h1{font-size: 16px;}
    .xw-list>ul>li {padding: 10px 0;}
    .xw-list>ul>li ul li{width: 100%;}
    .chaxun{
        height:auto;
        line-height: normal;
    }
    .chaxun span{
        width: 100%;
        font-size: 16px;
        padding:15px 0;
    }
    .chaxun label{
        width: 100%;
        padding: 0 15px;
    }
    .chaxun label input{
        width: 75%;
    }
    .chaxun label i{
        width: 23%;
        margin:14px 0 14px 2%;
    }
    .dangan h1{font-size: 18px;}
    table tr td{padding:5px;font-size: 12px;word-break: break-all;}
    table tr td.ls {width: 35px;}
    .xydjgs ul li {
        float: left;
        width: 50%;
        padding:0 5px;
    }
    .dabiaoti h1 span{
        min-width: 160px;
        font-size: 14px;
    }
    table tr td.lsss{width: 120px;}
    .zxjg table tr td.ls,.gszclsxx table tr td.ls{width: 100px;}
    .xydjgs ul li p{font-size: 14px;}

    .example>div.tp {
	    width: 100%;
	    /* height: 100%; */
	    /* margin: 100% auto 0; */
	    /* height: 200px; */
	    margin:0 auto;
	    position: absolute;
	    top: 17%;
	}
	.example>div.tp h1 {
	    color: #fff;
	    font-size: 20px;
	    text-align: right;
	    padding: 0 5%;
	}
	.example>div.tp img {
	    /*display: block;
	    max-width: 50%;
	    border: 4px solid #fff;
	    margin: 15% auto 0;
	    width: auto !important;
	    transform: scale(1.5);*/
	    display: block;
	    max-width: 90%;
	    border: 4px solid #fff;
	    margin: 0% auto 0;
	    width: auto !important;
	    /* transform: scale(1.5);
		}
}