html{
	height: 100%;
}
body{
	background-color: #fff;
	font-family: "Microsoft Yahei";
	min-width: 1000px;
	min-height: 100%;
	position: relative;
	padding-bottom: 64px;
}
.panel-title>.fa{
	padding-right: 10px;
}
a:hover,a:focus{
	text-decoration: none;
}
.reqiured-input{
	color: #f00;
	font-size: 16px;
	padding-right: 5px;
	line-height: 1;
	vertical-align: top;
	font-weight: 300;
}
.atention{
	color: #f04848;
}
/*-----header-----*/
.header{
	background-color: #fff;
	border-bottom: 1px solid #ddd;

}
.header .user-action{
	padding-top: 18px;
}
.header .logo>a{
	display: block;
	line-height: 40px;
	font-size: 24px;
	padding: 15px 0;
}
.header .logo>a:hover,.header .logo>a:focus{
	text-decoration: none;
}
.header .logo>a>img{
	/* width: 40px;
	height: 40px; */
}
.header .nav{
	background: #048ff2;
}
.header .nav ul{
	margin: 0;
}
.header .nav ul>li{
	float: left;
	line-height: 40px;
}
.header .nav ul>li>a{
	display: block;
	padding: 0 25px;
	color: #fff;
}
@media (max-width: 768px){
	.header .nav ul>li>a{
		padding: 0 15px;
	}
}
.header .nav ul>li>a:hover,
.header .nav ul>li>a:focus,
.header .nav ul>li.active>a{
	background: #5bc0de;
	text-decoration: none;
}
.header .nav2{
	float: right;
	overflow: hidden;
}
.header .nav2>ul{
	overflow: hidden;
	padding-top: 18px;
	padding-right: 30px;
}
.header .nav2>ul>li{
	float: left;
	margin-right: 15px;
}
.header .nav2>ul>li>a{
	display: block;
	line-height: 34px;
	padding: 0 20px;
	color: #333;
}
.header .nav2>ul>li>a:hover{
	color: #048ff2;
}
.header .nav2>ul>li.active>a{
	line-height: 32px;
	border-bottom: 2px solid #048ff2;
}
/*-----header-----*/

/*-----main-----*/
.main{
	min-height: 520px;
}
.main>.container{
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (max-width: 768px){
	.main>.container{
		padding: 15px 30px;
	}
}
.main .banner .pic{
	height: 200px;
}
.main .banner .pic.pic0{
	background:#0589e8 url("../img/rzt/banner.jpg") no-repeat center;
}
@media (max-width: 768px){
	.main .aside{
		margin-top: 10px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.main .aside .ask{
	display: block;
	height: 100px;
	background: url("../img/rzt/index_ask.jpg") no-repeat left center;
}
.main .aside .info-unit+.info-unit{
	margin-top: 10px;
}
.main .aside .info-unit>.title{
	line-height: 34px;
	padding: 0 10px;
	background: #048ff2;
	color: #fff;
	font-size: 16px;
}
.main .aside .info-unit>.title>i{
	padding-right: 10px;
	font-size: 18px;
}
.main .aside .contact{
	list-style: none;
	padding: 10px;
	margin: 0;
}
.main .aside .contact>li{
	padding: 10px 0;
}
.main .aside .contact>li+li{
	border-top: 1px solid #ddd;
}
.main .aside .contact>li>p{
	margin: 0;
}
.main .aside .contact>li>p>i{
	padding-right: 10px;
}
.main .aside .contact>li>span{
	color: #999;
}
.main .aside .weixin{
	padding: 15px 0;
}
.main .aside .weixin>img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.main .aside .weixin>p{
	text-align: center;
	margin: 0;
	line-height: 3;
}
.services{
	border: 1px solid #ddd;
}
.service-unit{
	display: block;
	background: #fff;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #ddd;
}
.service-unit:hover,.service-unit:focus{
	text-decoration: none;
}
.service-unit>.icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background: #d6ebff;
	margin: 0 auto;
	font-size: 24px;
	color: #048ff2;
}
.service-unit:hover>.icon{
	background: #048ff2;
	color: #fff;
}
.service-unit>p{
	line-height: 3;
	margin: 0;
	font-size: 18px;
	color: #333;
}
.service-unit>span{
	display: block;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
/*-----main-----*/

/*-----footer-----*/
.footer{
	background: #292929;
	color: #eaeaea;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.footer>.link>li{
	display: inline-block;
	padding: 0 10px;
}
.footer>.link>li+li{
	border-left: 1px solid #aeaeae;
}
.footer>.link>li>a{
	color: #eaeaea;
}
/*-----footer-----*/

/*-----common-----*/
.info-unit{
	border: 1px solid #ccc;
	background: #fff;
}

/*-----common-----*/

/*-----register-page&login-page&resetPassword-page-----*/
.banner-register{
	height: 750px;
	background: url("../img/rzt/banner-register2.jpg") center no-repeat;
	padding-top: 1px;
}
.form-register{
	width: 360px;
	margin-top: 150px;
	background: #fff;
	border-radius: 6px;
	padding: 15px;
}
.form-register .input-group .form-control:last-child,
.form-register .input-group .form-control:not(:first-child):not(:last-child){
	border-radius: 4px;
}
.form-login{
	width: 360px;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	margin-top: 185px;
}
.form-login>h3{
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	line-height: 2;
	color: #048ff2;
}
@media (max-width: 768px){
	.form-register{
		width: 100%;
		padding: 0 15px;
	}
}
.form-register .form-unit+.form-unit{
	margin-top: 20px;
}
.form-register .form-unit .input-group{
	display: block;
}
.form-register .form-unit .input-group input{
	padding-left: 40px;
	display: block;
	float: none;
}
.form-register .form-unit .input-group.check input{
	padding-right: 110px;
}
.form-register .form-unit .input-group.check>a{
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 34px;
	background: #048ff2;
	text-align: center;
	color: #fff;
	z-index: 5;
	border-radius: 0 4px 4px 0;
}
.form-register .form-unit .input-group.check>a:hover,
.form-register .form-unit .input-group.check>a:focus{
	text-decoration: none;
	background: #046df2;
}
.form-register .form-unit .input-group.check>img{
	display: block;
	width: 100px;
	height: 32px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 5;
}
.form-register .form-unit .input-group>i{
	display: block;
	width: 40px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	color: #048ff2;
}
.form-register .form-unit>p{
	line-height: 3;
	margin: 0;
}
.form-register .form-unit>p>a{
	padding-left: 5px;
}
.form-login .form-unit>p{
	text-align: left;
}
.form-login .form-unit>p>a{
	padding: 0;
}
/* .resetPassword .form-register{
	width: 460px;
	margin: 0 auto;
	padding-top: 30px;
} */
.resetPassword .form-register>form{
	background: #fff;
	padding: 15px;
	border-radius: 4px;
}
/*-----register-page&login-page&resetPassword-page-----*/

/*-----userCenter-page-----*/
.userCenter .panel{
	min-height: 450px;
}
.userCenter .list-group-item.active, .userCenter .list-group-item.active:hover, .userCenter .list-group-item.active:focus{
	background: transparent;
	border-color: #ddd;
	border-left: 2px solid #DE891E;
	padding-left: 13px;
}
.userCenter .list-group-item:hover{
	background: #d9edf7;
}
.userCenter .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
/*-----userCenter-page-----*/

/*-----流程页面-----*/
.process-title{
	padding-left: 10px;
	font-size: 18px;
	border-left: 2px solid #d27e1d;
	line-height: 1;
	margin: 27px 0;
	color: #555;
}
/*服务协议*/
.agreement>.content{
	border: 1px solid #ccc;
	padding: 15px;
	max-height: 600px;
	overflow: auto;
}
.agreement>.content>h2{
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 15px 0;
}
.agreement>.content>h3{
	font-size: 14px;
}
.agreement>.content p{
	color: #666;
	font-size: 12px;
	line-height: 2;
}
.agreement>.handle{
	padding: 30px 0;
}
/*服务协议*/
/*流程指示组件*/
.process-bar>ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.process-bar>ul>li{
	float: left;
	width: 20%;
	position: relative;
	padding: 0 10px 0 0;
	text-align: center;
	color: #666;
}
.process-bar>ul>li.active{
	color: #fff;
}
.process-bar>ul>li>span{
	display: block;
	line-height: 40px;
	background: #ddd;
}
.process-bar>ul>li.active>span{
	background: #5bc0de;
}
.process-bar>ul>li.active.current>span{
	background: #048ff2;
}
.process-bar>ul>li:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	border-left: 10px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.process-bar>ul>li:first-child:before{
	display: none;
}
.process-bar>ul>li:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	border-left: 10px solid #ddd;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.process-bar>ul>li.active:after{
	border-left: 10px solid #5bc0de;
}
.process-bar>ul>li.active.current:after{
	border-left: 10px solid #048ff2;
}
.process-bar>ul>li:last-child:after{
	border-color: #ddd;
}
.process-bar>ul>li.active:last-child:after{
	border-color: #5bc0de;
}
.process-bar>ul>li.active.current:last-child:after{
	border-color: #048ff2;
}
/*流程指示组件*/
/*表单区域*/
.process-form{
	padding: 15px 0;
}
.process-form>h3{
	font-size: 16px;
	background-color: #D7E3EF;
	line-height: 2.4;
	padding: 0 15px;
	color: #048ff2;
	border-radius: 4px;
}
.process-form>.form-groups{
	width: 400px;
	margin: 0 auto;
}
.process-form>.form-groups>.form-unit{
	padding: 10px 0;
}
.handle{
	padding: 30px 0;
}
/*表单区域*/
/*上传组件*/
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	padding: 5px 25px;
	color: #555;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.webuploader-pick-hover {
	background: #fff;
	color: #333;
}
.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.myUploader{
	position: relative;
}
.myUploader>p{
	width: 280px;
	position: absolute;
	top: 0;
	left: 190px;
	line-height: 32px;
}
/*上传组件*/
/*打印*/
.ca-print{
	width: 950px;
	margin: 30px auto 0 auto;
	font-size: 14px;
}
.ca-print table{
	font-size: 14px;
}
.ca-print table td,
.ca-print table th{
	border-color: #000;
}
.process-print{
	width: 600px;
	margin: 30px auto 0 auto;
}
.process-print>.title,.ca-print>.title{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
}
.ca-print>.title{
	border: none;
}
.ca-print input{
	border: none;
	background: transparent;
}
.ca-print input.borderBottom{
	border-bottom: 1px solid #000;
}
.ca-print tr,
.ca-print .table-bordered{
	border: 1px solid #000;
}
.ca-print .table-bordered>tbody>tr>td,
.ca-print .table-bordered>tbody>tr>th,
.ca-print .table-bordered>tfoot>tr>td,
.ca-print .table-bordered>tfoot>tr>th,
.ca-print .table-bordered>thead>tr>td,
.ca-print .table-bordered>thead>tr>th,
.ca-print .table>tbody>tr>td,
.ca-print .table>tbody>tr>th,
.ca-print .table>tfoot>tr>td,
.ca-print .table>tfoot>tr>th,
.ca-print .table>thead>tr>td,
.ca-print .table>thead>tr>th{
	border: 1px solid #000;
	padding: 8px;
}

.process-print>.title>img,.ca-print>.title>img{
	display: inline-block;
	/* width: 40px;
	height: 40px; */
}
.process-print>h3{
	font-size: 16px;
	line-height: 1.2;
	padding: 0 15px;
	color: #048ff2;
	border-left: 2px solid #d27e1d;
}
.process-print>.form-groups>.form-unit{
	padding: 10px 0;
}
.process-print-detail{
	overflow: hidden;
}
.process-print-detail-l,.process-print-detail-r{
	float: left;
}
.process-print-detail-l{
	width: 100px;
}
.process-print-detail-r{
	width: 650px;
}
/*打印*/
/*申请成功中转页面*/
.process-transit{
	/* border: 1px solid #ccc; */
	border-radius: 4px;
	margin: 30px auto;
	background: #f5f5f5;
}
.process-transit-title{
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}
.process-transit>h3{
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 3;
	border-bottom: 1px solid #ccc;
	/* background: #5BC0DE;
	color: #fff; */
	background: #e6e6e6;
	color: #048ff2;
}
.process-transit>.detail{
	padding: 15px;
}
.process-transit p{
	line-height: 2.4;
}
.process-transit p.content{
	line-height: 1.414;
}
.process-transit p>span{
	color: #f00;
	padding: 0 10px;
}
.process-transit>.detail>h5{
	font-weight: 700;
}
/*申请成功中转页面*/
/*-----流程页面-----*/

/*-----devIng开发中提示语-----*/
.devIng{
	min-height: 300px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px;
}
/*-----devIng开发中提示语-----*/
/*-----bootstrap样式重置-----*/
.popover-content{
	white-space: nowrap;
}
.btn-info{
	background-color: #048ff2;
	border-color: #048ff2;
}
.btn-info.focus, .btn-info:focus,.btn-info:hover{
	background-color: #046df2;
}
.handle .btn-info{
	min-width: 80px;
}
.form-horizontal .control-label{
	text-align: left;
	color: #555;
}

.container {
    min-width: 1000px;
}


/*-----bootstrap样式重置-----*/
/*-----other-----*/
.radioRec{
	display: inline-block;
	margin-left: 10px;
	line-height: 32px;
	padding: 0 50px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-bottom:10px;
}
.radioRec.active{
	border-color: #048ff2;;
	background-color: #048ff2;
	color: #fff;
}
.radioRound{
	display: inline-block;
	cursor: pointer;
	line-height: 34px;
	margin-right: 20px;
}
.radioRound:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/rzt/icon2.png") no-repeat center;
	vertical-align: middle;
	margin-right: 5px;
}
.radioRound.active:before{
	background: url("../img/rzt/icon1.png") no-repeat center;
}
/*-----other-----*/

/*进度条居中样式*/
.custom_progress{
	margin: 30px auto;
}
.custom_progress .pro_back{
	margin: auto;
}
/*进度条居中样式*/

/**sz**/
.sz-print{}
.sz-print h3{background:#e0e0e0 !important;padding:8px 5px;font-size:16px;font-weight:700;}
.sz-table{}
.sz-table th{text-align:center;}
.text-box p{line-height:20px;margin:0;}
.input-line{padding-left:0;border:solid 1px #000;overflow:hidden;display:inline-table;vertical-align:middle;}
.input-line li{float:left;border-left:solid 1px #000;height:40px;width:34px;list-style:none;text-align:center;line-height:40px;}
.input-line li:first-child{border-left:0;}
.input-line li:nth-child(-n+17):nth-child(n+9){background-color:rgba(0,0,0,0.1) !important;}

/**********2021-1-19改版升级**********/
.step-text{position:relative;padding-bottom:50px;}
.step-text-line{border-left:solid 2px #2a82e4;position:absolute;left:98px;top:5px;bottom:100px;}
.step-text ul{margin:30px 0 0 86px;padding:0;}
.step-text ul li{list-style:none;position:relative;padding:0 0 0 40px;}
.step-text ul li span{width:24px;height:24px;display:inline-table;background:#2a82e4;color:#fff;line-height:24px;text-align:center;border-radius:12px;position:absolute;left:0;top:-5px;}
.step-text ul li h3{font-size:14px;}
.step-text ul li p{font-size:12px;color:#a6a6a6;}

.agreement-text p{margin:0;}
/**底部**/
.foot-text{background:#FAFAFA;padding:30px 0;margin-bottom:20px;}
.foot-text ul{overflow:hidden;width:1170px;margin:0 auto;padding:0;}
.foot-text ul li{float:left;margin-left:90px;list-style:none;}
.foot-text ul li:first-child{margin-left:0;}
.foot-text ul li.ewm{text-align:center;}
.foot-text ul li.ewm img{margin:0 0 10px 0;}
.foot-text ul li p{font-size:12px;color:#999;}
.foot-text ul li h4{font-size:14px;}
.foot-text ul li.link{}
.foot-text ul li.link a{display:block;color:#666;margin-bottom:10px;font-size:12px;}
/**首页**/
.main > .container{position:relative;}
.quick-access{background:rgba(2, 127, 212, 0.36);width:410px;height:150px;position:absolute;left:0;top:-173px;}
.quick-access h4{width:132px;height:30px;color:#fff;font-size:14px;font-weight:700;line-height:30px;position:absolute;left:0;top:10px;margin:0;background:linear-gradient(90deg, #0981e9,#33a2e6);text-indent:20px;}
.swiper-container {width: 100%;height: 140px;padding: 80px 0 0 0;}
.swiper-slide {text-align: center;font-size: 18px;width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
	-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}
.swiper-slide ul{}
.swiper-slide ul li{float:left;font-size:12px;margin:0 20px;}
.swiper-slide ul li a{color:#fff;}
.swiper-slide ul li a span{width:40px;height:40px;display:block;margin:0 auto 10px auto;}
.swiper-slide ul li a span.icon-bg{background:url("../img/rzt/bg.png") 0 0;}
.swiper-slide ul li a:hover span.icon-bg{background:url("../img/rzt/bg.png") 0 40px;}
.swiper-slide ul li a span.icon-bz{background:url("../img/rzt/bz.png") 0 0;}
.swiper-slide ul li a:hover span.icon-bz{background:url("../img/rzt/bz.png") 0 40px;}
.swiper-slide ul li a span.icon-xzsq{background:url("../img/rzt/xzsq.png") 0 0;}
.swiper-slide ul li a:hover span.icon-xzsq{background:url("../img/rzt/xzsq.png") 0 40px;}
.swiper-slide ul li a span.icon-xfsq{background:url("../img/rzt/xfsq.png") 0 0;}
.swiper-slide ul li a:hover span.icon-xfsq{background:url("../img/rzt/xfsq.png") 0 40px;}
.swiper-slide ul li a span.icon-zssj{background:url("../img/rzt/zssj.png") 0 0;}
.swiper-slide ul li a:hover span.icon-zssj{background:url("../img/rzt/zssj.png") 0 40px;}
.swiper-slide ul li a span.icon-zzyw{background:url("../img/rzt/zzyw.png") 0 0;}
.swiper-slide ul li a:hover span.icon-zzyw{background:url("../img/rzt/zzyw.png") 0 40px;}
.swiper-slide ul li a span.icon-bgsq{background:url("../img/rzt/bgsq.png") 0 0;}
.swiper-slide ul li a:hover span.icon-bgsq{background:url("../img/rzt/bgsq.png") 0 40px;}
.swiper-slide ul li a span.icon-ywcx{background:url("../img/rzt/ywcx.png") 0 0;}
.swiper-slide ul li a:hover span.icon-ywcx{background:url("../img/rzt/ywcx.png") 0 40px;}
.swiper-slide ul li a span.icon-zscx{background:url("../img/rzt/zscx.png") 0 0;}
.swiper-slide ul li a:hover span.icon-zscx{background:url("../img/rzt/zscx.png") 0 40px;}
.swiper-slide ul li a span.icon-jggg{background:url("../img/rzt/jggg.png") 0 0;}
.swiper-slide ul li a:hover span.icon-jggg{background:url("../img/rzt/jggg.png") 0 40px;}
.swiper-slide ul li a span.icon-bzsq{background:url("../img/rzt/bzsq.png") 0 0;}
.swiper-slide ul li a:hover span.icon-bzsq{background:url("../img/rzt/bzsq.png") 0 40px;}
.swiper-slide ul li a span.icon-bzhz{background:url("../img/rzt/bzhz.png") 0 0;}
.swiper-slide ul li a:hover span.icon-bzhz{background:url("../img/rzt/bzhz.png") 0 40px;}
.swiper-slide:nth-child(2n) {width: 40%;}
.swiper-slide:nth-child(3n) {width: 20%;}
.swiper-button-prev{background:url("../img/rzt/prev.png") no-repeat;top:105px;left:20px;}
.swiper-button-next{background:url("../img/rzt/next.png") no-repeat;top:105px;}
.swiper-pagination{color:#fff;bottom:auto;top:10px;padding-right:20px;text-align:right;}

.type-box{border:solid 1px #E7E7E7;border-radius:5px;}
.type-box ul{}
.type-box ul li{border-top:solid 1px #E7E7E7;overflow:hidden;padding:6px 0;line-height:40px;}
.type-box ul li:first-child{border:0;}
.type-box ul li b{float:left;margin:0 30px 0 20px;}
.type-box ul li .type-select{float:left;width:90%;}
.type-box ul li .type-select a{margin:0 30px 0 0;display:inline-table;color:#333;}
.type-box ul li .type-select a:hover,.type-box ul li .type-select a.current{color:#048FF2;}

.sort-box{border:solid 1px #E7E7E7;border-radius:5px;height:50px;line-height:50px;margin:20px 0 30px 0;position:relative;}
.sort-box b{margin:0 30px 0 20px;float:left;}
.sort-box a{color:#333;float:left;display:inline-table;}
.sort-box a:hover,.sort-box a.current{color:#048FF2;}
.sort-box .item-search .item-select{width:110px;border-radius:0;display:inline;height:48px;border-top:0;border-bottom:0;box-shadow:none;float:left;}
.sort-box .item-search{float:right;width:523px;height:48px;}
.sort-box .item-search .select-box{display:inline;float:left;}
.sort-box .item-search .select-box .btn{border-top:0;border-bottom:0;border-radius:0;height:48px;display:block;}
.sort-box .item-search .select-box .dropdown-menu{min-width:auto;width:100%;}
.sort-box .item-search .select-box b{font-weight:400;margin:0;padding-right:5px;}
.sort-box .item-search .select-box .caret{background:url("../img/rzt/caret.png") no-repeat;border:0;width:16px;height:16px;}
.sort-box .item-search .select-box.open .caret{transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */}
.sort-box .item-search .search-box{width:420px;float:left;}
.sort-box .item-search .search-box .form-control{height:48px;border:0;border-radius:0;}
.sort-box .item-search .search-box .input-group-btn .btn{height:47px;width:60px;background:#FAFAFA url("../img/rzt/search.png") center center no-repeat;border-top:0;border-bottom:0;border-right:0;border-radius:0 5px 5px 0;}
.sort-box .item-search .search-box .input-group-btn .btn:hover{background:#FAFAFA url("../img/rzt/searchh.png") center center no-repeat;}

.project{overflow:hidden;}
.project dl{float:left;width:365px;padding:35px 0 35px 20px;border:solid 1px #fff;}
.project dl dt{width:64px;height:64px;text-align:center;float:left;margin:0 20px 0 0;font-weight:400;padding:22px 0 0 0;line-height:14px;word-break:keep-all;font-size:12px;}
.project dl dt.jsbg{background:url("../img/rzt/jszbl.png") no-repeat;}
.project dl dt.qtbg{background:url("../img/rzt/qt.png") no-repeat;}
.project dl dt.zfbg{background:url("../img/rzt/zfcgztb.png") no-repeat;}
.project dl dd{float:left;width:210px;color:#999;font-size:12px;}
.project dl dd span{display:block;color:#333;margin:0 0 6px 0;font-size:14px;}
.project dl dd p{margin:0;}
.project dl:hover{cursor: pointer;border:solid 1px #048FF2;}

.project_text{background:#fff;width:140px;height:70px;}
.pagination li a.active{background:#048FF2;color:#fff;outline:none;border-color:#048FF2;}

/**无结果**/
.no-result{text-align:center;color:#BBB;padding:100px 0;}
.no-result p{margin:20px 0;font-size:12px;}

/**补证申请**/
.attachment{margin:0 0 50px 0;}
.attachment ul{padding:0;overflow:hidden;}
.attachment ul li{list-style:none;width:50%;float:left;margin:10px 0;}
.selection-box{}
.selection-box label{font-weight:400;margin-left:48px;}
.selection-box label:first-child{margin:0;}
.selection-box .select-box{}
.selection-box .select-box b a{font-weight:400;color:#999;}
.selection-box .select-box .btn-default b{width:65px;display:inline-table;text-align:left;}
.selection-box .select-box .dropdown-menu{min-width:105px;}
.date-selection{display:inline-table;border:solid 1px #ccc;border-radius:4px;height:36px;margin:0 30px 0 0;}
.date-selection .form-control{width:95px;display:inline;box-shadow:none;border:0;padding:6px 5px;text-align:center;}
.selection-box .btn-info{margin-right:10px;}
.certificate-list{}
.certificate-list .table{}
.certificate-list .table td{border:1px solid #ccc !important;text-align:center;}
.certificate-list-page {border:solid 1px #ccc;overflow:hidden;padding:0 20px;}
.certificate-list-page span.pagination-info{float:left;line-height:55px;}
.certificate-list-page .pagination{margin:10px 0;float:right;}


.img_box{
	padding: 10px;
}
.img_box img{
	width: 200px;
	height: 200px;
	overflow: hidden;
	cursor: zoom-in;
}
/* ============================ 图片查看器 ======================= */

.img-name {
	text-align: center;
	padding: 10px 0;
}

.img-view-dialog {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.img-view-mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.img-view-content {
	display: inline-block;
	position: relative;
	margin: 15px auto;
	border-radius: 4px;
	padding: 10px;
	visibility: visible;
	background: #fff;
	-moz-transition: transform .6s, margin .6s;
	-webkit-transition: transform .6s, margin .6s;
	-o-transition: transform .6s, margin .6s;
	transition: transform .6s, margin .6s;
	cursor: grab;
	-webkit-backface-visibility: hidden;
	-webkit-animation: flyin .5s;
	-moz-animation: flyin .5s;
	animation: flyin .5s;
	z-index: 100;
}
.loadingImg.img-view-content {
	background: #fff;
}

.loadingImg .dialog-img {
	opacity: 1;
}

.img-view-content img {
	display: block;
	opacity: 0;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
	min-width: 0;
	max-width: none;
	min-height: 0;
	max-height: none;
	vertical-align: baseline;
}

.closing .img-view-mask {
	-webkit-backface-visibility: hidden;
	-webkit-animation: fadeout .5s;
	-moz-animation: fadeout .5s;
	animation: fadeout .5s;
}

.closing .img-view-content {
	-webkit-backface-visibility: hidden;
	-webkit-animation: flyout .5s;
	-moz-animation: flyout .5s;
	animation: flyout .5s;
}

.closing .dialog-tool {
	-webkit-backface-visibility: hidden;
	-webkit-animation: fadeout .5s;
	-moz-animation: fadeout .5s;
	animation: fadeout .5s;
}

.dialog-tool {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 50px;
	display: flex;
	text-align: center;
	justify-content: center;
	z-index: 101;
	-webkit-backface-visibility: hidden;
	-webkit-animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	animation: fadein 0.5s;

}
.tool-box{
	background: rgba(0, 0, 0, 0.5);
	padding: 8px 20px;
	border-radius: 20px;
}

.dialog-tool i{
	display: block;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
}
.dialog_tool_div:hover{
	color: #5bccff;
}
.dialog_tool_div{
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	margin: 0 5px;
	border-radius: 2px;
}
@-webkit-keyframes flyin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes flyin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes flyout {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@keyframes flyout {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@-webkit-keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}