﻿@charset "utf-8";
/*about zyr
 * 内容：贷款-找顾问
 * 2017-8-10
 */
/*页面公用 start*/
.center-nav{
	background: url(../images/public/nav-bg_02.jpg) center bottom no-repeat;
}
.zgw-box{
	min-width: 1200px;
}
.opactity:hover{
	filter:alpha(opacity=85);       /* IE */
	-moz-opacity:0.85;              /* 老版Mozilla */
	-khtml-opacity:0.85;              /* 老版Safari */
	opacity: 0.85;
}
/*页面公用 end*/

/*成功案例内容 start*/
.zbw-bd{
	width: 100%;
}
.zgw-fl{
	width: 900px;
	box-shadow: 0 0 15px rgba(227,230,237,1);
}
.sort-list{
	width:840px ;
	padding: 10px 30px 0;
}
.sort-list li{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	line-height: 54px;
	font-size: 14px;
	color: #666;
}
.sort-list li span{
	font-weight: bold;
}
.sort-tab a{
	padding: 0 16px;
}
.sort-tab a:hover{color: #10bbb8;}
.sort-tab .cur{color: #10bbb8;}
/*顾问列表 start*/
.zgw-list,.zgw-list li{width: 100%;}
.list-box{
	width:840px ;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.zgw-list li{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.zgw-list li:first-child .list-box{border-top: none;}
.zgw-list li:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6faff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.zgw-list li:hover:before, .zgw-list li:focus:before, .zgw-list li:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.gw-img{
	margin-right: 80px;
        width: 113px;
        height: 113px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;

}
.gw-img img{
	
width: 113px;
height: 113px;
vertical-align: middle;
border-radius: 50%;
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
transition: all 600ms;
margin-left: 20px;

}
.zgw-list li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gw-text{
	width: 430px;
	text-align: left;
}
.gw-text p{
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
}
.gw-text p span{
	color: #333;
	float: left;
	padding-right: 10px;
}
.gw-text p span b{
	font-size: 16px;
	display:inline-block;
	*zoom:1;
	*display:inline;
	width: 95px;
}
.gw-text p font{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width: 320px;
	float: left;
	color: #666;
}
.gw-text p:first-child{padding-bottom: 8px !important;}
.gw-text p font>i{
	margin-right: 5px;
}
.gw-text p .orang{color: #ff7f00;}
.gw-textc .nx-text font{
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.gw-text .sc-text font{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.gw-btn{
	width: 110px;
	margin-top: 93px;
}
.gw-btn a{
	width: 108px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 2px;
	border: 1px solid #10bbb8;
	font-size: 14px;
	color: #10bbb8;
	margin-bottom: 10px;
	-webkit-transition: background-color .4s linear;
	transition: background-color .4s linear;
}
.gw-btn a:first-child{
	background: #10bbb8;
	color: #fff;
}
.gw-btn a:hover{
	background: #10bbb8;
	color: #fff;
}
/*顾问列表 end*/
/*成功案例内容 end*/



/*申请贷款 start*/
.agw-fr{
	width: 260px;
}
.loan-from{
	width: 100%;
	background: #f5f5f5;
	text-align: center;
}
.loan-from h3{
	text-align: center;
 	font-size: 20px;
 	color: #565656;
 	line-height: 22px;
 	padding: 16px 0 18px;
 	font-weight: bold;
}
.input-box,.loan-from button{
	width: 198px;
	margin: 0 auto 10px;
	text-align: left;
	overflow: hidden;
}
.input-box>input{
	width: 186px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding-left: 10px;
	line-height: 34px;
}
.input-box .name-input{
	width: 82px;
}
.sex-box{
	width: 97px;
}
.sex{
	font-size: 12px;
	color: #333;
	line-height: 34px;
}
.sex>input{
	position: relative;
	top: 2px;
}
.loan-from button{
	height: 46px;
	line-height: 46px;
	background: #10bbb8;
	border-radius: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.loan-from>p{
	font-size: 12px;
	color: #999;
}
.case-box{
	width: 100%;
}
.case-tt{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.case-tt b{
	float: left;
	font-size: 20px;
	color:#565656;
	padding-left: 15px;
	border-left: 3px solid #10bbb8;
	line-height: 22px;
}
.case-tt a{
	float: right;
	font-size: 14px;
	color: #10bbb8;
}
.case-tt a:hover{text-decoration: underline;}
/*申请贷款 end*/

/*成功案例 start*/
.case-list,.case-list li .case-list li a{
	width: 100%;
}
.case-list li a{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	display: block;
	line-height: 0;
}
.case-img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
}
.case-img img{
	width: 100%;
	min-width: 60px;
	min-height: 60px;
	border-radius: 50%;
}
.case-text{
	width: 180px;
	text-align: left;
}
.case-text p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
}
.case-text p:first-child{
	font-size: 16px !important;
	color: #666 !important;
	padding-bottom: 3px;
}
.case-list li a:hover p font{color: #ff7f00;}
/*成功案例 end*/

/*弹窗 start*/
.out{
	display: none;
}
.popup-form{
	width: 595px;
	margin: 0 auto;
}
.popup-form button{
	width: 300px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 4px;
	background: #10bbb8;
	font-size: 20px;
	margin: 10px 0 42px;
}
.popup-box{
	width: 656px;
	text-align: center;
	background: #fff;
}
.popup-box h4{
	font-size: 30px;
	color: #333;
	line-height: 90px;
}
.popup-box{
	width: 100%;
	overflow: hidden;
}
.popup-input{
	width: 277px;
	position: relative;
	margin-bottom: 16px;
	text-align: left;
	line-height: 30px;
    z-index: 3;
}
.popup-input>span{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	float: left;
	font-size: 14px;
	color: #666;
}
.popup-input font{
	position: absolute;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	right: 10px;
	top: 0;
}
.popup-input>input{
	width:190px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-radius: 4px;
	border:1px solid #929191;
}
.city-box{
	width: 190px;
}
.select-box{
	width:85px;
	height: 30px;
	position: relative;
	z-index: 3;
}
.popup-icon{
	width: 10px;
	height: 6px;
	background-position: -27px -53px;
	position: absolute;
	top: 12px;
	right: 0;
	z-index: -1;
}
.popup-input input.dummy{
    width: 85px;
  	height: 30px;
  	padding-left: 10px;
    line-height:30px;
	border-radius: 4px;
	border:1px solid #929191;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}
#dummydata a {
    height: 35px;
}
#dummydata a:hover {
    background: #10bbb8;
}
.pull-down{
	width: 190px;
}
.pull-down input.dummy {
    width: 192px;
 }
.pull-down i{
 	right: 15px;
 }
.name-input{
 	width: 204px;
 	overflow:hidden ;
 }
.name-input>input{
    width: 85px;
  	height: 30px;
  	padding-left: 10px;
    line-height: 30px;
	border-radius: 4px;
	border:1px solid #929191;
}
 .layui-layer-setwin .layui-layer-ico {
   width: 20px;
   height: 20px;
   background: url(../images/public/close.png) no-repeat;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    height:20px;
    margin-left: 0;
    background-position: 0 0;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
    background-position: 0 0;
}
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	filter:alpha(opacity=40);       /* IE */
	-moz-opacity:0.4;              /* 老版Mozilla */
	-khtml-opacity:0.4;              /* 老版Safari */
	opacity: 0.4;
}
/*弹窗 end*/