@charset "utf-8";
/*about zyr
 * 内容：贷款-顾问详情页
 * 2017-9-22
 */
/*页面公用 start*/
.box2{background: #f1f5f8;}
.icons{background: url(../images/gw-details/icons_03.png) no-repeat;}
.opactity:hover{
	filter:alpha(opacity=85);       /* IE */
	-moz-opacity:0.85;              /* 老版Mozilla */
	-khtml-opacity:0.85;              /* 老版Safari */
	opacity: 0.85;
}
.tt-H3{
	text-align: left;
	overflow: hidden;
	line-height: 0;
	padding: 40px 0 30px;
}
.tt-H3 b{
	font-size: 22px;
	line-height: 24px;
	color: #333;
	padding-left: 13px;
	border-left: 3px solid #1786ef;
}
/*页面公用 end*/
/*顾问详情 start*/
.gw-box{
	margin: 19px 0 50px;
	background: #fff;
	overflow: hidden;
	padding: 30px 0 40px;
}
.gw-bd{
	width: 570px;
}
.gw-img{
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 30px 0 40px;
}
.gw-img img{
	width: 100%;
    height: 100%;
/*	min-height: 100%;
	min-width: 100%;*/
/*	border-radius: 50%;*/
}
.gw-text{
	width: 290px;
	text-align: left;
}
.gw-text h5{
	font-size: 24px;
	color: #333;
	line-height: 44px;
}
.gw-text p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 5px;
}
.gw-text p>i{
	width: 22px;
	height: 26px;
}
.gw-text p span{position: relative;top: -5px;padding-left: 5px;}
.gw-text .sc-text{
	 height: 40px;
	 float: left;
	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*/
}
.sift-box{
	width: 330px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.zx-btn{
	width: 102px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 2px;
	font-size: 14px;
	color: #1786ef;
	border: 1px solid #1786ef;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gw-text a{margin-top: 11px;}
.gw-text a:hover{
	background: #1786ef;
	color: #fff;
}
.zx-btn>i{
	width: 11px;
	height: 14px;
	background-position:-62px 0 ;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.gw-text a:hover i{background-position: -73px 0;}
.sift-box>p{
	padding:0 45px 17px 60px;
	text-align: left;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.sift-box>p i{
	width: 16px;
	height: 10px;
	background-position: -22px 0;
	position: absolute;
}
.sift-box>p .sift-icon{
	left:30px ;
	top: 0;
}
.sift-box>p .sift-icon2{
	right:30px ;
	bottom: 0;
	background-position: -22px -10px;
}
.data-text{
	padding-right: 30px;
	text-align: right;
	margin: 5px 0 0 0;
}
.data-text span{
	width: 12px;
	color: #999;
	line-height: 24px;
}
.data-text>i{
	width: 24px;
	height: 24px;
	background-position: -38px 0;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.text-list{
	padding: 25px 25px 0;
	overflow: hidden;
}
.text-list li{
	width: 33%;
	text-align: center;
	float: left;
	border-left: 1px dashed #ddd;
	line-height: 0;
}
.text-list li:first-child{border: none !important;}
.text-list li p{
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
	line-height: 22px;
}
.text-list li span{
	font-size: 12px;
	line-height: 14px;
	color: #999;
}
.tel-form{
	width: 250px;
	text-align: left;
	padding-left: 40px;
}
.tel-form h6{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 18px;
	border-left: 3px solid #1786ef;
	padding-left: 13px;
}
.tel-form p{
	font-size: 14px;
	color: #999;
	padding: 12px 0 19px;
}
.tel-form input{
	width: 188px;
	height: 38px;
	line-height: 38px;
	border-radius: 2px;
	border: 1px solid #d5d5d5;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}
.tel-form button{
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #489cff;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
}
.tel-form span{
	display: block;
	font-size: 14px;
	color: #999;
	padding-top: 17px;
}
/*顾问详情 end*/
/*擅长业务 start*/
.busine-box{
	width: 1219px;
}
.busine-list{
	width: 100%;
	overflow: hidden;
}
.busine-list li{
	width: 350px;
	height: 177px;
	float: left;
	border: 1px solid #e5e5e5;
	text-align: left;
	padding-left:35px ;
	position: relative;
	margin:0 19px 20px 0;
	overflow: hidden;
}
.busine-list li h5{
	font-size: 20px;
	color: #333;
	line-height: 22px;
	padding: 36px 0 16px;
}
.busine-list li em{
	width: 48px;
	height: 27px;
	background-position: -85px 0;
	position: absolute;
	left: 105px;
	top: 19px;
	-webkit-animation: gelatine 1.6s infinite;
    -moz-animation: gelatine 1.6s infinite;
    animation: gelatine 1.6s infinite;
}
.busine-list li p{
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
.busine-list li a{
	width: 118px;
	border-color: #ccc;
	color: #666;
	margin-top: 18px;
}
.busine-list li>i{
	width: 170px;
	height: 120px;
	background-position: 0 -26px;
	position: absolute;
	right: -22px;
    bottom: -7px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.busine-list li .busine-icon2{background-position: -170px -26px;}
.busine-list li .busine-icon3{background-position: -340px -26px;}
.busine-list li .busine-icon4{background-position: -510px -26px;bottom: 3px;right: -39px}
.busine-list li .busine-icon5{background-position: -694px -26px;}
.busine-list li .busine-icon6{background-position: -850px -26px;}
.busine-list li:hover i{right: 0;}
.busine-list li:hover a{
	background: #489cff;
	color: #fff;
	border-color: #489cff;
}
@-webkit-keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.8, 1.2);
    }
    50% {
        transform: scale(1.12, 0.8);
    }
    75% {
        transform: scale(0.85, 1.1);
    }
}
@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.8, 1.2);
    }
    50% {
        transform: scale(1.12, 0.8);
    }
    75% {
        transform: scale(0.85, 1.1);
    }
 }
 
/*擅长业务 end*/
/*成功案例 start*/
.zgw-list{padding: 0 0 15px;}
.case-box,.zgw-list,.zgw-list>li,.list-box{width: 100%;}
.list-box{
	padding: 20px 0 10px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.zgw-list>li:last-child .list-box{border-top: none !important;}
.zgw-list li:first-child .list-box{padding-top: 0 !important;}
.loan-img{
	width: 190px;
	height: 180px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
.loan-img img{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width: 100%;
	min-height: 180px;
	min-width: 190px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.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);
}
.loan-text{
	width:990px;
	text-align: left;
}
.loan-text p{
	width: 100%;
	line-height: 23px;
	font-size: 14px;
	color: #666;
	position: relative;
}
.loan-text p label{
	width: 300px;
}
.loan-text p span{
	color: #333;
}
.loan-text p font{
	padding-right: 50px;
}
.loan-text p:first-child{
	font-size: 16px;
	color: #333;
}
.loan-text p:first-child{padding-bottom: 8px !important;}
.loan-text p font>i{
	padding-right: 5px;
}
.loan-text p .orang{color: #ff7f00;}

.need-btn{
	position: absolute;
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 2px;
	background:  #489cff;
	font-size: 14px;
	color: #fff;
	top:-13px;
	right: 0;
}
.loan-text p.state-p{
	margin-top: 9px;
	height:92px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.loan-text p.last-p{
	text-align: right;
}
.loan-text a>i{
	width: 10px;
	height: 6px;
	background-position: -27px -60px;
	margin-left: 10px;
}
.hide-box{
	width:100%;
	overflow: hidden;
	margin-left: 10px;
	padding: 20px 0 5px;
	border-bottom: 1px solid #dcdcdc;
}
.hide-box>li{
	width:378px;
	height: 238px;
	overflow: hidden;
	margin:0 20px 20px 0;
	float: left;
	overflow: hidden;
	text-align: center;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.hide-box>li>img{
	width: 100%;
	min-width:385px;
}
/*成功案例 end*/
/*客户评价 start*/
.tick-list{
	width: 100%;
	overflow: hidden;
}
.tick-list li{
	width: 50%;
	overflow: hidden;
	float: left;
	margin: 0 0 30px;
}
.tick-img{
	width: 97px;
	height: 97px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 35px;
	margin-top: 8px;
	border: 5px solid #f7f7f7;
}
.tick-img img{
	width: 100%;
	height: 100%;
}
.tick-img2{margin-left:48px;}
.tick-text{
	width: 393px;
	height: 118px;
	border-radius: 10px;
	position: relative;
	border: 1px solid #dedede;
	text-align: left;
	padding-left: 15px;
	-webkit-transition:border-color .6s; 
	transition:border-color .6s; 
}
.tick-text em{
	width: 17px;
	height: 27px;
	background-position: -190px 0;
	position: absolute;
	left: -17px;
	top: 50%;
	margin-top: -14px;
}
.start-box{
	padding: 13px 0 0;
	font-size: 14px;
	color: #ff8d48;
}
.start-big{padding: 0 0 0 10px;}
.start-box2{padding-top: 25px;}
.start-box i{
	width: 14px;
	height: 13px;
	background-position: -175px 0;
}
.start-big i{
	width: 21px;
	height: 20px;
	background-position:-133px 0 ;
}
.start-big .start-icon2{background-position: -153px 0;}
.start-big b{
	font-size: 20px;
	line-height: 22px;
	color: #ff8d48;
	border: none;
	padding-left: 5px;
}
.tick-text p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 48px;
	margin:8px 40px 0 0;
	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*/
}
.tick-list li:hover .tick-text{
	border-color: #489cff;
}
.tick-list li:hover .tick-text em{background-position: -208px 0;}
.tick-list li:hover p{color: #489cff;}
/*客户评价 end*/
/*翻页start*/
.page-box2{
	width: 330px;
	margin: 10px auto 0;
	text-align: center;
}
.page-box2 a{
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.page-box2 .back-page{
	width: 120px;
	height: 40px;
	background: #e5e5e5;
	border-radius: 2px;
	margin: 0 14px
}
.page-box2 a:hover{color: #489cff;}
/*翻页 end*/