<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 綛喝伻�膸�蕁�start */
.pfContant{
    height: 100%;
    width: 1180px;
	margin: 0 auto;
    font-family: "PingFangTC-Semibold";
    padding-top: 102px;
    overflow: hidden;
    background: #fff;
    margin-bottom:0;
}
.pfWrapper{
    width: 1180px;
    margin: 0 auto;
    position: relative;
	padding: 18px 0 85px 0;
   
}
.pfBtnbox{
    width:100%;
    height:42px;
    position: relative;
}
.pfButton{
    width:184px;
    height:32px;
    border: 1px solid #999;
    border-radius: 16px;
    position: absolute;
    top:0;
    right:0;
    display: flex;
}
.pfBitem{
    height:16px;
    font-size:14px;
    line-height: 16px;
    text-align: center;
    color:#485e86;
    font-weight:normal;
    flex:1;
    margin-top:8px;
    cursor: pointer;
}
.pfBitemLeft{
    border-right: 1px solid #999;
}
.pfTit{
    width:100%;
    font-size:30px;
    text-align: center;
    color:#485e86;
	margin: 35px 0 50px 0;
    position: relative;
}
.pfTit .linkIn{
	display: inline-block;
	color: #28C771;
	padding: 0 15px;
	font-size: 14px;
	background: url(/images/2017/ico_right1.png) no-repeat right center;
}
.pfTit .linkIn2{
	display: inline-block;
	color: #1A69C9;
	padding: 0 15px;
	font-size: 14px;
	background: url(/images/2017/ico_right2.png) no-repeat right center;
}
.pfTit .phone{
	display: inline-block;
	color: #FD7B0B;
	padding: 0 15px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.pfTit .phone:hover em{
	display: block;
}
.pfTit .phone em{
	position: absolute;
	width: max-content;
	left: 50px;
	top: 0px;
	display: none;
}
.pfButton01 {
    width: 184px;
    height: 32px;
    border: 1px solid #999;
    border-radius: 16px;
    position: absolute;
    top: 3px;
    right: 0;
    display: flex;
}
.pfWeburl{
    width:100%;
    height:20px;
    font-size:18px;
    text-align: center;
    color:#485e86;
    margin-top:10px;
    margin-bottom: 50px;
}
.pfInstro{
    width:100%;
    font-size:16px;
	line-height: 30px;
    text-align: center;
    color:#666666;
}
/* .pfBot{
    width: 100%;
    height:680px;
    background: -webkit-linear-gradient(to right,rgba(191, 191, 231,.8),#ffffff); 
    background: -o-linear-gradient(to right,rgba(191, 191, 231,.8),#ffffff); 
    background: -moz-linear-gradient(to right,rgba(191, 191, 231,.8),#ffffff); 
    background: linear-gradient(to right,rgba(235, 235, 245,.8),#ffffff);
} */

.pfBot{
    background: #f4f6f9;
    background: -moz-linear-gradient(top,  #f4f6f9 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f9), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f4f6f9 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f4f6f9 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f4f6f9 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f4f6f9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f9', endColorstr='#ffffff',GradientType=0 );
}
:root .pfBot{filter:none;}

.pfTit .pfButton{
    width: 120px;
    font-size: 14px;
    text-align: center;
    color:#485e86;
    font-weight:normal;
    line-height: 32px;
    display: block;
    cursor: pointer;
    top:2px;
}
.pfListBox{
    width:100%;
    display: flex;
    margin-top: 30px;
}
.pfList{
    flex:1;
    padding: 20px 20px 0 70px;
	position: relative;
}
.pfList .listTit{
    height: 40px;
    font-size:18px;
	font-weight: bold;
    text-align: center;
    line-height: 40px;
    color:#485e86;
    position: relative;
}
.pfList .listTit img{
    display:block;
    height:30px;
    width:auto;
    position: absolute;
    top:5px;
    left:60px;
}
.pfList .listItem{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    padding-left:62px;
	line-height: 20px;
	background: url(/images/platadd/listItemImg.png) no-repeat 40px 6px;
	background-size: 9px 10px;
}
.customerList{
    height: 120px;
    width:100%;
    display: flex;
}
.customerList li{
    flex:1;
}
.customerList li img{
  display: block;
  width:80%;
  margin:0 auto;
}
/* 綛喝伻�膸�蕁�end */
/* 篏睡�����ゝstart */
.pfLoginBtn{
    height:30px;
    margin-right:10px;
    cursor: pointer;
}
.allWidth{
    width:100%;
}
.fdchq{
    background: rgba(40,199,113,.1)
}
.pfList .pfListtit{
    font-size:16px;
    font-weight: 600;
}
.priceRent .pfList .pfListtit a{
	color: #333;
}
.priceRent .pfList .pfListtit a:hover{
	color: #28C771;
}
.priceRent .pfList .pfListitem a{
	color: #333;
	padding-right: 20px;
	background: url(/images/2017/ico_right1.png) no-repeat right center;
}
.priceRent .pfList .pfListitem a:hover{
	color: #28C771;
}
.priceRent .pfList .listitemBtn a{
	background: none;
}
.pfList .pfListtit span{
	color: #ff0000;
	font-size: 12px;
	display: inline-block;
	padding-left: 5px;
}
.color28{
    color:#28C771 !important;
}
.color1A{
    color:#1A69C9 !important;
}
.colorFD{
    color:#FD7B0B !important;
}
.pfList .pfListitem{
    font-size:14px;
    margin-top:10px;
}

.pfList .listitemBtn{
	padding-left: 60px;
	position: absolute;
	bottom: -55px;
}
.pfList .listitemBtn a{
	font-size: 20px;
	color: #1b69c9;
}
.pfList .listitemBtn a img{
	height: 29px;
}
.zyxt{
    /* height:300px; */
}
.kfpt{
    /* height:300px; */
    background: rgba(253,123,11,.1)
}
/* 篏睡�����ゝend */


</pre></body></html>